summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* Add Matt Fuller's comment about long-standing x86 bug that allows youwes1999-12-021-0/+4
| | | | to install Windows.
* copyright/sccsid/rcsid cleanup.billf1999-11-30229-355/+944
|
* Brucify last commit:grog1999-11-291-3/+3
| | | | | | | - Use consistent capitalization. - Subjects and verbs now agree. Pointed-out-by: sheldonh
* Added definition of 'brucify'.wes1999-11-281-0/+11
| | | | | Submitted by: Eivind Eklund Suggested by: Brian Somers
* Minor typo nit. Also, remove the redundant entry from fortunes2.wes1999-11-272-9/+1
| | | | | PR: bin/14239 Submitted by: Doug Barton <Doug@gorean.org>
* Don't coredump if can't write to the scorefile.joerg1999-11-251-1/+8
|
* Fix breakage in previous commit.marcel1999-11-169-17/+17
|
* Fix breakage in previous commit.marcel1999-11-167-19/+19
|
* Fix breakage by previous commit.marcel1999-11-161-1/+1
|
* Fix breage by previous commitmarcel1999-11-161-1/+1
|
* Add type int to those variables without a type. This is caused by themarcel1999-11-1636-135/+135
| | | | | frequent use of ``register var'' instead of ``register int var'' and the removal of the register hint in the previous commit.
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-16242-2011/+2006
|
* Add $FreeBSD$billf1999-11-16241-0/+416
|
* Curchill --> Churchilljoe1999-11-161-2/+2
| | | | | | | | | | | The submitter also posted a change to 'fortunes.sp.ok', but it looks like this file is no longer needed in our version so I've left the typo in the file. (It also doesn't have a $FreeBSD$ tag, and I couldn't easily find in the code whether it will allow comments within it or not.) PR: 14832 Submitted by: mfisher@parsons.rh.rit.edu
* *blush* Instead of undoing my own change, i clobbered dcs's rev 1.21joerg1999-11-051-1/+1
| | | | | | change. I'll never touch this again...
* Back out rev 1.21. bde and dcs convinced me that all this is messed upjoerg1999-11-051-1/+1
| | | | | | anyway, and there can't be any solution that will universally work in any case (make world, cross-compilation, simple `make' without `make world' after incompatible options have been added to strfile, ...)
* Revert to 1.19. ${.OBJDIR}/../strfile must be taken out, since itdcs1999-11-041-1/+1
| | | | | | | | | | | | breaks the cross-compilation case, but I'm not the one doing it. $$PATH *will* have a new strfile in /usr/bin built at build-tools time, unless you defined NOTOOLS. If you defined NOTOOLS and it breaks for you, don't do that. If you did not define NOTOOLS but things are not working, the error is elsewhere. See logs for src/Makefine.inc1, particularly rev 1.36, and revision 1.14 of this file.
* Reverse the way $PATH is extended, so if the person building that areajoerg1999-11-021-1/+1
| | | | | | has /usr/games in its $PATH, where /usr/games/strfile doesn't grok an option that the newly built one inside /usr/obj would grok, the build process would be able to complete.
* Add $FreeBSD$billf1999-10-311-1/+2
| | | | 'if gets laid once' -> 'it gets laid once'
* Remove my completely un-funny IRC fortune.chris1999-10-291-2/+0
| | | | Reviewed by: jkh
* Self-contradicting commit.des1999-10-281-0/+4
|
* 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
|
OpenPOWER on IntegriCloud