summaryrefslogtreecommitdiffstats
path: root/games/fortune/fortune
Commit message (Expand)AuthorAgeFilesLines
* MFC r259057:marcel2014-02-161-4/+0
* MFC r259056:marcel2014-02-161-2/+2
* In games/fortune/fortune/fortune.c, make 'Debug' the correct type (it isdim2012-11-141-1/+1
* Make OK_TO_WRITE_TO_DISK an envrionment variable insteadeadler2012-11-042-46/+44
* Prefer the use of stdbool to custom defines.eadler2012-11-041-3/+3
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-3/+3
* Add static keywords to variables and functions where possible in games/.ed2011-11-051-94/+92
* Prefer exit(0) from main over return(0).uqs2010-02-211-1/+1
* fortune(6) switch to 3-clause BSDL; style(9)uqs2010-02-153-139/+138
* games: make WARNS=6 the default, remove overridesuqs2010-02-151-1/+0
* fortune(6) make WARNS=6 cleanuqs2010-02-151-106/+71
* Add reference to arc4random_uniform(3)ache2008-08-071-0/+1
* Use arc4random_uniform(3)ache2008-08-071-7/+6
* Revise the markup.ru2007-11-071-36/+32
* After discussions with grog@ (mentor):edwin2007-11-072-22/+37
* games/fortune: add FORTUNE_PATH env var, so ports of fortunes can work sanelyedwin2007-11-061-14/+106
* My change, namely srandomdev() addition, was backed out even withoutache2005-07-231-3/+1
* Use a random number to seed the random number generator. Goodby, Rushgrog2005-07-231-1/+3
* Make the on-disk format of .dat files produced by strfile(8)ru2005-02-172-23/+23
* Expand contractions.ru2005-02-131-2/+2
* Expand *n't contractions.ru2005-02-131-1/+1
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-092-5/+3
* mdoc(7): Correct the type of the display.ru2004-07-021-4/+2
* Discontinue use of old libcompat regexp routines.phk2004-06-212-51/+12
* Stop "fortune -l" from looping forever.ceri2003-12-271-1/+1
* Make the __FBSDID usage consistentobrien2003-05-051-4/+4
* o remove __Pimp2002-03-241-32/+32
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-1/+2
* Be more specific in an example of fortune's -e option.keramida2001-12-081-1/+1
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-1/+0
* Remove whitespace at EOL.dd2001-07-151-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Correct usage.dd2001-06-261-1/+1
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for games/ to 6.ru2001-03-201-1/+0
* Don't include "${.CURDIR}/../../Makefile.inc" explicitly. Doing so wasbde2001-02-211-1/+1
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-2/+2
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* Xref strfile(8).mpp2000-07-311-1/+2
* Add a missing negative to a clause.hoek2000-05-251-1/+1
* Change ``.Dq Fl o'' to ``.Dq -o''chris1999-12-071-1/+1
* - Fix a typo and add a missing file.chris1999-12-061-4/+14
* copyright/sccsid/rcsid cleanup.billf1999-11-301-0/+4
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-161-48/+48
* Ignore comment lines in files marked as having them.dcs1999-10-021-1/+10
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Fix core dump with `fortune -f'.tg1999-08-161-1/+1
* (1) Avoid ambigous if/elsebillf1999-07-231-3/+4
* Compile when NO_REGEX is defined.hoek1999-06-111-0/+2
* Getopt(3) returns -1, not EOF.imp1999-05-231-2/+2
OpenPOWER on IntegriCloud