summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* PR/15878: Ed Ravin: fortune all frees junk pointers. Fixed, free structurechristos2002-03-121-3/+3
| | | members before freeing the structure itself.
* No need to reference .OBJDIR here.thorpej2002-03-053-6/+6
|
* No need to reference .OBJDIR here.thorpej2002-03-051-2/+2
|
* There is no need to explcitly use ${.OBJDIR}; it's implied.thorpej2002-03-051-5/+5
|
* Correct spelling of "delimiter", and remove from ignored-errors lists.wiz2002-02-261-3/+3
|
* strategy should have an 'r'. Inspired by similar change in OpenBSD.wiz2002-02-191-1/+1
|
* use ${INSTALL_FILE} as appropriatelukem2002-02-091-3/+3
|
* Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross2002-02-0815-56/+56
|
* Be more verbose about teleports, and fix a minor problem in autobot mode.christos2002-01-314-8/+26
|
* Don't put [] around the strings passed to tr -- those can be interpretedtv2002-01-301-6/+6
| | | by shells. Just quote 'em.
* Temporarily add a "MKHIDEGAME" variable that by default blocks theperry2002-01-271-2/+4
| | | | | | | "install some games into /usr/games/hide" dance. This is ?='ed to "no" at the top of the file. XXX What we should do ultimately is either add this to bsd.own.mk or rename it to MKDM and also have it control whether dm(8) is built at all.
* Make this work if HIDEGAME is not set but SETGIDGAME is set.perry2002-01-271-6/+10
| | | | Also, fix SETGIDGAME -- it was breaking for anything that included bsd.own.mk
* Use standard headers.wiz2002-01-201-4/+4
|
* Allow minimum word length to be set on command line. Patch based onjsm2002-01-205-11/+22
| | | one by Joey Hess <joeyh@debian.org>.
* few entries morepooka2002-01-101-0/+8
|
* Sync getopt() / man page with actual getopt options.soren2001-12-202-5/+6
|
* .include <bsd.own.mk> earlygmcgarry2001-12-191-1/+3
|
* MKfoo=no -> NOfoo=tv2001-12-1210-44/+42
|
* Change deprecated curses function to new equivalent.blymn2001-12-061-3/+3
|
* Changed deprecated curses call to new equivalent.blymn2001-12-061-3/+3
|
* Change deprecated curses call to new equivalent.blymn2001-12-061-3/+3
|
* Change deprecated curses function to new equivalent.blymn2001-12-061-3/+3
|
* Change deprecated curses function calls to new equivalents.blymn2001-12-061-3/+3
|
* Change deprecated curses function to new equivalent.blymn2001-12-063-9/+9
|
* Replace some misuses of "then" with "than".wiz2001-12-042-2/+2
|
* Replace deprecated curses call with supported equivalent.blymn2001-12-041-3/+3
|
* Convert old deprecated curses call to new equivalent.blymn2001-12-041-3/+3
|
* Presence looks better with a 'c' instead of an 's'.wiz2001-11-211-1/+1
|
* remove a spurious .include <bsd.own.mk>perry2001-11-191-3/+1
|
* Update to the new t_agetstr() API.christos2001-11-023-37/+29
|
* Undo indentation glitch in previous.wiz2001-10-281-4/+4
|
* improve random number seedingproff2001-10-281-5/+12
|
* Add one.mjl2001-10-221-0/+6
|
* Fortune is not moribund.proff2001-10-202-4/+1862
| | | | | | | | | | | | | | | | | | | | | | Add Farberisms from Prof. Dave Farber. From: David Farber <dave@farber.net> To: proff@iq.org (Julian Assange) Date: Sat, 20 Oct 2001 03:29:08 -0400 Subject: Re: farberisms Fine with me At 02:27 PM 10/20/2001 +1000, you wrote: >Hi Dave, > >I've just come accross your list of `Farberisms', which had me in >stiches. As these are deliciously `fortune'esqe, I'd like to add >them to the NetBSD distribution. Do you have any objections? > >Cheers, >Julian.
* Rename com#.c to command#.c to avoid conflicts with those file basenamestv2001-10-198-16/+17
| | | on certain Microsoft host OS's.
* va_{start,end} audit:wiz2001-09-242-6/+7
| | | | | | | | | | | | | Make sure that each va_start has one and only one matching va_end, especially in error cases. If the va_list is used multiple times, do multiple va_starts/va_ends. If a function gets va_list as argument, don't let it use va_end (since it's the callers responsibility). Improved by comments from enami and christos -- thanks! Heimdal/krb4/KAME changes already fed back, rest to follow. Inspired by, but not not based on, OpenBSD.
* if we're going to quote the movie, let's at least get it *right*lukem2001-09-191-3/+6
|
* Give initiali[sz]e all the "i"s it deserves.wiz2001-09-182-6/+6
|
* Spell 'occurred' with two 'r's.wiz2001-09-162-4/+4
|
* More quote cleanup. Remove a fortune that also is in -o.mjl2001-09-012-107/+125
| | | Add a couple of fortunes I had lying around.
* Some more quotes removed. Corrected errors noticed by Andrew Brownmjl2001-09-011-110/+108
| | | <atatat@atatdot.net>.
* Fix typos and spelos. Add and correct some attributions. Add amjl2001-09-011-1072/+997
| | | | | couple of fortunes. Canonize quotes. Remove duplicate fortunes. Correct author names. Mostly from FreeBSD and OpenBSD.
* Always lseek back to the beginning of the file in post(), which may bejsm2001-08-311-3/+5
| | | | called twice in a game if a bonus occurs. Patch from Malcolm Parsons <malcolm@ivywell.screaming.net>.
* Ensure that the random hop delta does make the cave connected. Basedjsm2001-08-311-4/+23
| | | on bug report and patch from <afghan@afghanhound.org.uk>.
* Keep track of visible worm length. If nowhere is available for thejsm2001-08-311-2/+13
| | | | new prize, have the player win rather than hanging. Bug reported by Malcolm Parsons <malcolm@ivywell.screaming.net>.
* Match quotes.simonb2001-08-311-1/+1
|
* Remove duplicate fortunes.mjl2001-08-311-7/+0
|
* Check for screen sizes that are too small. Fix off-by-one error injsm2001-08-301-4/+13
| | | | trying to place the prize. Position the score appropriately for screens that may not be 80 columns wide.
* Remove documented bug with long worm lengths, and improve handling ofjsm2001-08-292-15/+18
| | | non-standard screen sizes. From OpenBSD.
* Include <time.h> for declarations the Single Unix Specification saysjsm2001-08-293-5/+8
| | | are there but not in <sys/time.h>.