summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* Correct spelling : ascii -> ASCIIphantom1999-09-201-4/+4
| | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
* Add curs_set(0) to get rid of that annoying cursor. I also have to evillygreen1999-09-181-0/+3
| | | | add $FreeBSD$ so I can commit this.
* Fix warning: return type of `main' is not `int'peter1999-09-153-3/+19
|
* Move the #include directive up one line and out of the function body.marcel1999-09-121-1/+2
|
* Avoid ambigious if() if() else().billf1999-09-0715-25/+59
|
* Spelling fixes.billf1999-09-075-9/+9
| | | | | | PR: bin/12727 Submitted by: Stephen J. Roznowski <sjr@home.com> Obtained from: NetBSD && NetBSD PR system
* Attempt to fix world breakage for the NOSHARED=yes case. baudrate()bde1999-09-041-1/+5
| | | | | is in both snake and libncurses, and the elf static linker can't handle the duplication.
* Attempt to fix world breakage for the NOSHARED=yes case. delay_output()bde1999-09-042-4/+4
| | | | | | | is in both hack and libncurses, and the elf static linker can't handle the duplication. This is probably the correct fix for hack (it makes it clear that the ospeed stuff can go away), but its effect on hack has not been tested, and the linker bug remains open.
* baudrate() is now supplied.peter1999-08-301-0/+2
|
* flushok() isn't in ncurses.peter1999-08-302-2/+2
|
* Update for libncurses.peter1999-08-305-51/+9
|
* Don't beat on ospeed, larn doesn't need it, and the libraries no longerpeter1999-08-301-2/+1
| | | | need it.
* Bandaid breakage due to excessive intimacy with old libcurses..peter1999-08-301-1/+1
|
* The ospeed hackery was disabled a while ago, finish the job.peter1999-08-302-4/+4
|
* int main, not voidpeter1999-08-301-1/+1
|
* $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
|
OpenPOWER on IntegriCloud