summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-2739-39/+40
|
* Fix core dump with `fortune -f'.tg1999-08-161-1/+1
|
* Document the usefulness of Michelle Pfeiffer in OS marketing.des1999-08-101-0/+7
|
* Fix a bunch of typos and spelling errors.mpp1999-08-065-230/+230
| | | | | PR: misc/12965 Partially Submitted by: Patrick Seal <patseal@hyperhost.net>
* strfile(8) incorrectly states that the output files generatedmpp1999-08-061-4/+4
| | | | | | | | will have the suffix ".out" appended to them. They are acutally created as outputfile.dat. PR: docs/12968 Submitted by: Patrick Seal <patseal@hyperhost.net>
* A stupid nit, change freebsd to FreeBSD.billf1999-07-291-1/+1
|
* By popular request: Bill Paul's undying words.des1999-07-291-0/+5
|
* Add recognition that Microsoft NT does not exist.grog1999-07-261-0/+5
| | | | Requested-by: John Baldwin <jobaldwi@vt.edu>
* Fix typo.n_hibma1999-07-241-1/+1
| | | | | PR: 12784 Submitted by: Doug <Doug@gorean.org>
* (1) Avoid ambigous if/elsebillf1999-07-231-3/+4
| | | | | | | PR: bin/12768 Submitted By: Stephen J. Roznowski <sjr@home.net> (2) Follow KNF
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1228-0/+28
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* add support to buildworld as a normal user:jmg1999-06-241-1/+1
| | | | | | | -DNOFSCHG disables installation of libs with flag schg GAMEGRP change the group with which games are installed also organize the binary section into alphebetical order some what..
* Create score files root:games rather than bin:{games,bin}.obrien1999-06-231-4/+4
| | | | | related-to-PR: bin/8440 Submitted by: Stephen J. Roznowski sjr@home.net
* Compile when NO_REGEX is defined.hoek1999-06-111-0/+2
| | | | Submitted by: Geordy Kitchen <gkitchen@cs.ubc.ca> (gnu/12117)
* You'll see them eventually :-)phk1999-05-311-0/+73
|
* Getopt(3) returns -1, not EOF.imp1999-05-232-3/+3
|
* This gem deserve to live forever:phk1999-05-171-0/+4
| | | | | | | "Non stop trains to Roma Termini Station leave from 7.38 a.m. to 10.08 p.m., hourly." (from: http://www.italyhotel.com/roma/guida/collegamenti.html)
* Round two of MetBSD games merges.steve1999-05-0310-341/+189
| | | | Submitted by: Stephen J. Roznowski <sjr@home.net>
* Revert previous commit. It broke 'make world' with NOSHARED=yes becausesteve1999-04-251-2/+2
| | | | | | it was using the wrong library. Submitted by: bde
* Forgot to remove these files with the NetBSD games cleanups.steve1999-04-208-348/+0
|
* Merge a bunch of cleanups from NetBSD.steve1999-04-1993-580/+697
| | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs
* Call me bored, but I actually fed the equation into 'calc' just nownsayer1999-04-021-1/+1
| | | | and got a slightly different answer than is in the quotation.
* Too good to be missedphk1999-03-311-0/+11
|
* Document -D option. Give a more helpful error message for some cases.dcs1999-03-092-3/+11
| | | | | PR: bin/10152 Obtained from: Matthew D. Fuller <fullermd@futuresouth.com>
* Minor adjustments to prior commits:imp1999-01-071-5/+7
| | | | | | | | o break at end of sentences o add $id$ o change date Noticed by: the ever watchful bde
* Fix printf errors in the hflag case.imp1999-01-063-13/+13
| | | | | | | Fix old bug with bogus casing to (long). Document the true limits of factor on 64-bit architectures. Submitted by: bde
* added -h flag to allow for hexidecimal output.imp1999-01-063-18/+33
| | | | | | | | | | Use '0' for base rather than 10 to allow for more flexible input bases. Inspired by changes in PR 7402, but mostly redone by me to get past bde filter. Submitted by: Timo J. Rinne PR: 7402
* Fixed CLEANFILES.bde1998-12-272-2/+2
|
* Fix typo (if it's not a typo, then it doesn't make sense IMHO)peter1998-11-092-2/+2
|
* Allow building games w/o an existing /usr/games.obrien1998-10-181-3/+6
|
* Allow ``make BINDIR=/foo/games'' to work.obrien1998-10-182-3/+7
|
* Fixed building without /usr/games in $PATH. Just add /usr/gamesbde1998-10-171-11/+13
| | | | | | | | | | | | | | | | | | | | to the _end_ of $PATH before using tools that are normally in /usr/games. I broke this in rev.1.9 by assuming that these tools are in $PATH (as they are for `make world' unless NOTOOLS is set). Revs.1.10-1.13 of this file had various wrong fixes. Rev.1.18 of src/Makefile.inc1 has an incomplete fix. PR: 7936 Fixed comments about what to comment out to [not] install the potentially offensive fortunes. This should be configured using an ifdef. Fixed missing dependencies of fortunes.dat on fortunes, etc. Removed bogus dependency of `all' on source files. Fixed some style bugs.
* Back out the last two hacks. I've added games to the (correct) buildjb1998-09-211-16/+3
| | | | | | | path in src/Makefile.inc. The code that I'm backing out didn't work anyway since exists() checks for a file in .PATH (and /usr/games/strfile doesn't exist there), so the test was always defaulting to ../strfile/strfile which breaks cross-compiled builds.
* Remove bogus dependencies.phk1998-09-191-3/+3
| | | | Submitted by: bde
* Reverse the sense of the test looking for caesar & strfile.phk1998-09-191-6/+6
|
* Don't expect /usr/games in the path.phk1998-09-171-6/+19
| | | | | | | | Avoid using /usr/games versions if we can find what we need (caesar & strfile) in the buildtree. PR: 7936 Submitted by: Achim Patzner <ap@noses.com>
* Don't do anything special to prevent access to created files - honourbde1998-09-051-1/+3
| | | | the default umask. World unreadable files broke installing over nfs.
* Keep build-tools objects separate from `all' objects so that mybde1998-09-021-3/+6
| | | | cross-builds work.
* Split lines into one subdir per line.gpalmer1998-08-301-5/+39
|
* Make the build tools static to avoid trying to use the shared loaderjb1998-08-201-2/+2
| | | | | | | | | before it is installed. This upsets Bruce because the host boostrap build forces tools to be static anyway. He says I'm abusing NOTOOLS in src/Makefile by using it to do a aout->elf transition build. One day I'll find a place to install host tools like these to allow a true cross build.
* Build the makedefs program static to avoid trying to use the sharedjb1998-08-151-1/+1
| | | | loader before it has been installed in an aout to elf transition build.
* Build the setup program static so that we don't try to use the sharedjb1998-08-151-1/+1
| | | | loader before it has been installed in a transition build from aout to elf.
* Revert the last commit, it made the Bruce filter flip:phk1998-08-091-18/+13
| | | | | | | | | | | | | | | | PR7402 was even less suitable for committing almost verbatim than at first appearance. Rev.1.9 of primes.c has at least the following defects. - no update for man page. - no update for usage string. - blowing away of a previous commit to change EOF to -1 in getopt() test. - blowing away of a previous commit to fix printf format errors. - new printf format errors. - one gratuitous ANSIism. - two style bugs. - ... and a partition in a pear tree. PR: 7402
* Games primes and factor don't understand hexadecimals.phk1998-08-071-13/+18
| | | | | | | | This would make these `games' somewhat useful tools. PR: 7402 Reviewed by: phk Submitted by: Timo J. Rinne <tri@iki.fi>
* Wrong filename for dictionary in manpage.phk1998-08-041-1/+1
| | | | | | PR: 7467 Reviewed by: phk Submitted by: Ben Walter <bwalter@itachi.swcp.com>
* Remove comment relevant to 16bit integers only.imp1998-07-261-2/+0
|
* o Fix Y2K buffer overflow.imp1998-07-261-4/+2
| | | | o Fix zero filling bug in all years % 100 < 10.
* Y2K fix. Fix by jsm28@cam.ac.uk via OpenBSDimp1998-07-261-1/+1
|
* Fix discrepancy between sources and manual page for the 'c' command.jkoshy1998-07-201-11/+1
| | | | PR: docs/6003
* Buffer overflow.phk1998-07-091-1/+1
| | | | | | PR: 7195 Reviewed by: phk Submitted by: Anders Thulin <Anders.x.thulin@telia.se>
OpenPOWER on IntegriCloud