summaryrefslogtreecommitdiff
path: root/games/fortune
AgeCommit message (Expand)Author
2015-02-06Fix small typo found when testing tedu@'s fortune -o -m change.Kent R. Spillner
2015-02-06unsigned char is the correct type for ctype functionsTed Unangst
2015-02-06no space after #Ted Unangst
2015-02-06remove TRUE/FALSE in favor of the true boolean values 1/0Ted Unangst
2015-02-06Debug, whatever it's worth, is clearly not a booleanTed Unangst
2015-02-06cleanup a few bitsTed Unangst
2015-02-06remove no regex ifdef. everybody loves regex.Ted Unangst
2015-02-06use regcomp native case insensitive matching facility instead ofTed Unangst
2015-02-06don't set a flag with ++; it's a bool, not a counter.Ted Unangst
2015-02-06change int to size_t to avoid integer overflowTed Unangst
2015-02-06fix searching and display of offensive fortunes.Ted Unangst
2015-02-06regex are documented in re_format.7, not the C API in regex.3Ted Unangst
2014-12-07removing the "rigged demo" quote, as it's also present in fortunes (1) file;Jason McIntyre
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,Philip Guenther
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-07-01Fix typo in Hoare quotePhilip Guenther
2014-03-30typo fix From: Josh Grosse;Jason McIntyre
2014-02-16malcolm macdougall, not dacdougall;Jason McIntyre
2014-01-11optarg/optind are declared in <unistd.h>, so kill the externs herePhilip Guenther
2013-12-11typo fix from gavin atkinson, freebsd -r259189;Jason McIntyre
2013-08-29replace srandomdev()+random() with the arc4random*() familyChristian Weisgerber
2013-08-22Correct format string mismatches turned up by -Wformat=2Philip Guenther
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-05-09teenagers from *outer* space ("they blast the flesh off hunmans!");Jason McIntyre
2013-02-18typo fix; from pgoyette, netbsd -r1.15 and -r1.11, respectively;Jason McIntyre
2013-02-10typo; fix from patrick keshishianJason McIntyre
2012-11-24grammar fix; from Chris Petrik, freebsd pr 173868Jason McIntyre
2012-11-17pjanzen spotted that my previous commit mistakenly omitted anotherJason McIntyre
2012-11-16two spelling fixes; from John-Mark Gurney (freebsd -r243048);Jason McIntyre
2012-06-20typo; netbsd -r1.10Jason McIntyre
2012-05-24typosMiod Vallat
2011-12-04Fix grammar and spelling in a Latin fortune.Pascal Stumpf
2011-11-20grammar fix, from jnemeth@netbsd (-r1.48);Jason McIntyre
2011-06-10typo; from Doug Barton (freebsd r222890)Jason McIntyre
2011-05-16some spelling fixes from Lucas De Marchi, via freebsd;Jason McIntyre
2011-01-03- plug mem leak.Jasper Lievisse Adriaanse
2010-09-04Update 'Fastest Defeat In Chess' fortune, trying to dispel GibaudKenneth R Westerback
2010-07-31fix a capitalisation error;Jason McIntyre
2010-07-26fix the Cecil Beaton quote; from Rob Farmer, freebsd pr #148916Jason McIntyre
2010-07-02update to modern regex code and remove libcompat. ok deraadt phesslerTed Unangst
2010-02-21fix display formatting; ok schwarze sobradoJason McIntyre
2010-02-20drop nested display, fixing the build with mandoc(1);Ingo Schwarze
2010-01-17default output file ends in ".dat", not ".out";Ingo Schwarze
2009-11-05fortunes fix from dougb@freebsd, revision 198921Jason McIntyre
2009-10-30typo from dholland@netbsd (-r1.38);Jason McIntyre
2009-10-29various fixes from netbsd -r1.35 and -r1.36 (snj@netbsd)Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-07-14remove some false whitespace before commas;Jason McIntyre
2009-06-07some minor fixes, mainly from from Niclas Zeising, freebsd conf/112024Jason McIntyre
2009-06-05fix a quote from GBS;Jason McIntyre