summaryrefslogtreecommitdiffstats
path: root/fortune
Commit message (Collapse)AuthorAgeFilesLines
* I'm guessing that there should be no space between the hyphen andhe2008-01-251-1/+1
| | | the second word in "hand-lettered".
* Fun with parts of speech: `stupid' here is an adjective, not a noun.dholland2008-01-031-1/+1
|
* more __dead fallout: these two files are built for the native host, notdogcow2007-12-181-2/+8
| | | | for the target host - and thus do not necessarily have __dead defined in <sys/cdefs.h>.
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-153-10/+10
|
* NetBSD JIHBEDad2007-02-261-0/+2
|
* NetBSD: Dead on Targetad2007-02-261-0/+3
| | | -- Gimpy
* Fix some typos in ENIAC quote. From Zafer Aydogan and myself.wiz2006-12-251-3/+3
|
* Spell "tomorrow" correctly. From Zafer Aydogan.wiz2006-12-251-1/+1
|
* s/existance/existence/, from Zafer.wiz2006-11-241-1/+1
|
* fix spelling of accidentally; from Zapherchristos2006-11-241-2/+2
|
* Typo, from David A. Holland on #NetBSD-code, thanks!elad2006-10-082-2/+1
|
* Attribute ``A language that doesn't affect the way you think abouthubertf2006-06-241-0/+1
| | | | programming is not worth knowing.'' to Alan Perlis, per Diomidis Spinellis' blog at http://www.spinellis.gr/blog/20060424/
* Remove dup Hitler fortune. One of the two fortunes I moved yesterday, waschristos2006-05-171-4/+0
| | | already in the offensive set. From a NetBSD fan who prefers to be anonymous.
* PR/33495: Daniel Weiss: Offensive quote in netbsd fortune packagechristos2006-05-162-13/+13
| | | | - Move 2 offensive to women Adolf Hitler quotes to fortune2-o - s/Adolph/Adolf/
* Coverity CID 3269: Fix memory leak.christos2006-05-131-5/+8
|
* Credit Alan Perlis for ``give him a lollipop'' programming language quote.groo2006-04-261-0/+1
| | | Hat tip: Jerry Leichter.
* It's "its."snj2006-04-241-1/+1
|
* Grammar nit. Never mind that it's still not true.groo2006-04-061-1/+1
|
* Coverity CID 2735: Remove dead code.christos2006-03-211-4/+2
|
* Coverity CID 827: Prevent NULL pointer deref.christos2006-03-181-3/+3
|
* Coverity CID 1699: Fix memory leaks.christos2006-03-181-12/+21
|
* Coverity CID 2544: Fix memory leak.christos2006-03-181-12/+17
|
* Remove duplicate and uncredited "Plan for the Improvement of Englishwiz2006-02-251-16/+0
| | | Spelling", which is also in the file "fortunes".
* Correct The Hitchhiker's Guide to the Galaxy entry about dolphins as perjnemeth2006-02-201-8/+10
| | | page 119 of the book.
* Typos, duplicate words, consistent formatting.mjl2005-10-291-9/+5
|
* Remove trailing spaces, double spaces between words, fix some typos.mjl2005-10-291-59/+62
|
* Correct typos.mjl2005-10-292-2/+2
|
* Comment from Al.cjs2005-07-231-0/+2
|
* Otto Von Bismarck -> Otto von Bismarck.kleink2005-05-101-2/+2
|
* It is Bismarck not Bismark.bad2005-05-101-1/+1
|
* Fixed wrong use of the <ctype.h> functions by adding an explicit conversionrillig2005-04-191-5/+5
| | | to unsigned char. Approved by christos.
* A few minor spelling, grammar, and formatting fixes.atatat2005-04-092-7/+7
|
* Correct typos in German fortune. Reported by Charles Senger, csenger at UCSD.jsm2005-01-301-3/+3
| | | Reviewed by <hubertf>.
* Add (unsigned char) cast to ctype functionsdsl2004-11-051-11/+11
|
* Indent header description (from jmc@openbsd).wiz2004-09-091-6/+6
| | | Sort sections and remove a trailing space.
* Some improvements from jmc@openbsd:wiz2004-09-091-19/+34
| | | | sort option descriptions, add argument to -m, mention strfile and add some xrefs.
* Fix typomjl2004-08-201-1/+1
|
* Had fun with a spell checker.mjl2004-05-221-58/+57
| | | Also, try to canonize attributions.
* s/the the/the/ (only in sources that aren't regularly imported fromsimonb2004-04-231-1/+1
| | | elsewhere).
* It's "its".snj2004-03-291-1/+1
|
* Spell "political" correctly and capitalize a last name.snj2004-03-291-1/+1
|
* becuase -> because. From Peter Postma.wiz2004-02-241-2/+2
|
* Uppercase CPU, plural is CPUs.wiz2004-02-132-6/+3
|
* Mark unused parameters, nonreturning functions and format functions injsm2004-02-081-3/+3
| | | the few cases not already marked.
* Remove uses of __P.jsm2004-01-272-43/+43
|
* Include <sys/endian.h> instead of <machine/endian.h>. Includejsm2004-01-271-3/+4
| | | <stdlib.h>.
* Include <sys/endian.h>.jsm2004-01-271-2/+3
|
* Typo fixes.mjl2004-01-012-4/+4
|
* Return proper fortune length from fortlen for fortune files withoutjsm2004-01-011-3/+3
| | | | STR_RANDOM or STR_ORDERED rather than comparing it to SLEN. Bug reported by Simon Williams <simon@no-dns-yet.org.uk>.
* Show residual probability rather than non-residual in "No place to putjsm2004-01-011-4/+4
| | | | | residual probability" error message. Distribute residual probability correctly rather than all to one file. Patch from Mike Castle <dalgoda@ix.netcom.com>.