summaryrefslogtreecommitdiffstats
path: root/fortune
Commit message (Expand)AuthorAgeFilesLines
* fix typo, from Henning Petersen in PR misc/48613dholland2014-02-221-1/+1
* remove duplicatedholland2013-12-111-4/+0
* another minor fixdholland2013-12-111-1/+1
* Reinstate typo since kre claims it's by purpose.wiz2013-12-111-1/+1
* Error and typo fixes from OpenBSD and FreeBSD via Henning Petersenwiz2013-12-111-19/+17
* Error and typo fixes from OpenBSD and FreeBSD via Henning Petersenwiz2013-12-111-16/+16
* Untabify the header definition to avoid misaligned comment onuwe2013-09-191-11/+11
* Use .Fa instead of .Ar to refer to header fields.uwe2013-09-191-4/+4
* Now that we use "nbtool_config.h" we can use __dead again and dropuwe2013-09-191-13/+3
* Don't define TRUE/FALSE, which may conflict with host headers.uwe2013-09-191-13/+10
* #include "nbtool_config.h" to pull in getprogname() declaration.uwe2013-09-181-2/+6
* Fix typo.wiz2013-07-241-1/+1
* add an Oscar Wilde quotejnemeth2013-07-241-0/+6
* Don't expect fairings.dholland2013-05-121-0/+3
* Fix same typo in the other file in which it occurspgoyette2013-02-171-1/+1
* Fix minor typopgoyette2013-02-171-1/+1
* Add some quotes by Henry Ford, found at:jnemeth2012-12-081-0/+25
* Fix two quotes from "The Tao of Programming". From FreeBSD.mbalmer2012-11-221-2/+2
* Attribute "The STAR WARS Song" to "Weird Al" Yankovic under the proper title,jakllsch2012-10-222-12/+9
* Pass -Wstrict-overflow.dholland2012-10-131-6/+7
* Add a remarkably percipient fortune cookie.riastradh2012-10-031-0/+3
* Fix formatting of Churchill quote on declarations of war.riastradh2012-10-031-2/+2
* src/games/fortune/fortune/fortune.6:jdf2012-08-043-11/+8
* WARNS=5, and make WARNS=5 the default for src/games.dholland2012-06-192-13/+8
* Typo. Reported by I-forget-who-but-they'd-probably-rather-not-be-credited,dholland2012-06-191-1/+1
* Attribute the `Consequences, Schmonsequences...' quote to Daffy Duck.riastradh2012-06-051-1/+1
* Per [1] the speed of light in a vaccum is exactly 299792458 m/s.jakllsch2011-12-061-1/+1
* grammar fixjnemeth2011-11-191-1/+1
* NULL does not need a castplunky2011-08-311-3/+3
* Remove redundant set of prototypes for local functions, exposed bydholland2011-08-171-11/+2
* Move some things around so declarations appear in a reasonable order.dholland2011-08-171-33/+32
* Use __dead instead of __attribute__((__noreturn__)).dholland2011-08-161-3/+3
* kill homebrew error functionschristos2011-08-161-43/+24
* Fix spelling: it's *Jef* Raskin, not Jeff Raskin.dyoung2011-01-243-2/+3
* add one i saw on irc todaypooka2010-11-251-0/+6
* Latin police: use proper conjugation.dholland2010-02-162-2/+2
* Close two file descriptors after using them. Found by cppcheck.wiz2010-01-171-2/+4
* The default output file extension is '.dat', not '.out'.mbalmer2010-01-171-4/+4
* Fix math notation, from PR 41547. While here, fix some potential tabdholland2010-01-011-2/+3
* was disappointed that someone wrote disappointed with one 'p', so I fixed it.wiz2009-12-081-1/+1
* I was disappointed that someone wrote disappointed with two 's', so I fixed it.mbalmer2009-12-081-1/+1
* Another spelling mistake.dholland2009-10-291-1/+1
* Whitespace.dholland2009-10-296-674/+674
* Fix a bunch of typos and spelling errors.snj2009-10-281-135/+135
* Kill two duplicates.snj2009-10-281-17/+1
* "Ghandi" -> "Gandhi"dholland2009-10-282-2/+1
* Don't need -DHAVE_REGCOMP any moredholland2009-08-271-2/+2
* Instead of trying to cons up a regexp that ignores case, use REG_ICASE.dholland2009-08-271-51/+13
* Tidy up regexp handling further.dholland2009-08-271-37/+62
* Prune conditional compilation for using obsolete regexp libraries.dholland2009-08-271-42/+24