summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
...
* Notice the -C flag got dropped when I reverted to version 1.15, and put itdcs1999-10-281-2/+2
| | | | back.
* Lewis Carroll's name was spelled Lewis Carrol in some fortunescpiazza1999-10-282-13/+13
| | | | | PR: 14569 Submitted by: Janet Davis <janet@one-eyed-alien.net>
* I'll take the MAINTAINER line. I have been accused of knowing humorjkh1999-10-271-0/+5
| | | | when I at least see it. :)
* Realize the changes to usage() and the man page were missing fromdcs1999-10-272-1/+10
| | | | the previous commit, and document the -C (comments) flag.
* IRC wisdom.green1999-10-271-0/+2
|
* Add Kirk's comment about "copycenter"; it's just too good to pass up.wes1999-10-251-0/+4
|
* Don't say a fscking word, any one of you.wes1999-10-251-3/+0
|
* Moderate the "public" fortunes file somewhat; add the original towes1999-10-242-2/+10
| | | | | | | the -offensive database. Also provide some whimsy in the $FBSD$ headers. Suggested by: The Kibbutz squad.
* Add a location to grog's assesment for historical reasons.billf1999-10-221-1/+1
| | | | Submitted by: grog
* Some more old quotations I had sitting around that I shared and werensayer1999-10-211-0/+8
| | | | | | laughed at. Reviewed by: the FreeBSDcon terminal room
* FreeBSDcon Wisdom.billf1999-10-211-0/+3
| | | | Reviewed by: the anonymous members of the FreeBSDcon terminal room.
* o Fix some random spelling errorscpiazza1999-10-054-6/+7
| | | | | | | | o The capital of Quebec is Quebec or Quebec City o Add Nunavut (capital is Iqaluit) Reviewed by: billf Obtained from: OpenBSD
* Revert to 1.15, since, as pointed out by bde, 1.16 is wrong and evil.dcs1999-10-031-5/+5
| | | | Add $FreeBSD$.
* Add -C flag to indicate the presence of comments. Files thus processeddcs1999-10-022-1/+11
| | | | | will be marked as having comments, which are indicated by two delimiter characters at the beginning of a line.
* Ignore comment lines in files marked as having them.dcs1999-10-021-1/+10
|
* Change path order in makefile so newer fortune files will be built withdcs1999-10-023-6/+12
| | | | | | | | the latest fortune (strfile/caesar) sources. Correct a separator type in fortunes2. Add Unix geeks dating instructions (reference card style).
* 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
OpenPOWER on IntegriCloud