summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
...
* Backout rev1.7, as it broke adventure(6) (const'ing a non-r/o variable).billf1999-12-251-1/+1
| | | | As wpaul notes, I was trying to fix something that wasn't broke.
* Use tr(1) instead of caesar(6) to perform the rotation. This removesmarcel1999-12-231-2/+1
| | | | | | | | the dependency on caesar which therefore doesn't need to be built by bootstrap-tools. Suggested by: des Previously mentioned by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* Add the "3 syncs" fortune Jordan has been posting in Usenet years ago.joerg1999-12-221-0/+6
| | | | Found by: Thomas Gellekum <tg@melaten.rwth-aachen.de>
* -Wall fixes.billf1999-12-1911-173/+300
| | | | XXX: This code is sick, and so are some of the "fixes".
* -Wall fixes.billf1999-12-151-105/+104
|
* -Wall fixes.billf1999-12-122-4/+101
|
* -Wall fixes.billf1999-12-121-4/+21
|
* -Wall fixes.billf1999-12-122-3/+4
|
* -Wall fixes.billf1999-12-1213-89/+104
|
* -Wall fixes.billf1999-12-122-5/+4
|
* -Wall fixes.billf1999-12-124-6/+6
|
* -Wall cleanup.billf1999-12-122-4/+6
|
* 1. Don't overwrite scorefiles if they already exist.billf1999-12-1010-3/+39
| | | | | | | PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around.
* -Wall cleanup.billf1999-12-101-1/+34
|
* -Wall fixes.billf1999-12-1010-7/+30
|
* -Wall fixes.billf1999-12-101-4/+22
|
* -Wall cleanup / variable correctness.billf1999-12-071-19/+23
| | | | Reviewed by: green
* Change ``.Dq Fl o'' to ``.Dq -o''chris1999-12-071-1/+1
|
* -Wall cleanup.billf1999-12-073-18/+88
| | | | | XXX: The signal handling "fix" for worm(6) is wrong. However, the functions themselves are wrong as well: See sigaction(2).
* - Fix a typo and add a missing file.chris1999-12-061-4/+14
| | | | | | | PR: docs/15286 Submitted by: Mark Ovens <mark@ukug.uk.freebsd.org> - Use .Dq where it should be. (This was done by me.)
* 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
OpenPOWER on IntegriCloud