summaryrefslogtreecommitdiff
path: root/games/fortune
AgeCommit message (Expand)Author
2020-02-14no need to declare "extern optarg" and "extern optind"Ingo Schwarze
2019-09-27fix gary zukav's "acceptance without proof" quote, which just appeared onJason McIntyre
2019-08-30Move 4 manual pages from not-a-function filenames to a correct filename,Theo de Raadt
2019-08-22spelling fix and zap a stray line while here;Jason McIntyre
2019-02-03give the fake latin proverb "per aspera ad astra" in the moreIngo Schwarze
2018-09-15Fix fortune underlines and use the right number of underscores in Notes.Anthony J. Bentley
2018-01-12apostrophe fix;Jason McIntyre
2017-11-25than -> thenTheo Buehler
2017-08-15typo: on -> ofTheo Buehler
2017-08-10Treat backspace as printable in sanitize() for non-UTF8 locales.Todd C. Miller
2017-07-13Use an umlaut in Mobius and uppercase one instance of möbius visible inTheo Buehler
2017-07-13Convert fortunes to UTF-8 from the old "backspace punctuation" method.Anthony J. Bentley
2017-07-12Inspect LC_CTYPE and if it isn't UTF-8, weed out bytes that are notIngo Schwarze
2017-07-09Remove old junk. From Matthew MartinTheo Buehler
2017-06-30Add missing rot13 function prototypeRicardo Mestre
2017-06-12/usr/games/lib doesn't exist any more, use the new path.Michal Mazurek
2017-06-04Use proper bool types in fortune(6).Frederic Cambus
2017-06-02Fix an infinite loop in fortune(6).Frederic Cambus
2016-11-05spelling fix from eric van gyzen, freebsd r308293;Jason McIntyre
2016-09-02Make build deterministic by not randomizing the datfiles themselves,Theo Buehler
2016-08-27the quotes in "unkempt thoughts" were authored by stanislaw lec,Jason McIntyre
2016-03-07eliminate do_malloc() and do_free().tb
2016-03-07Remove unused fields posfile and was_pos_file from FILEDESC andtb
2016-03-07- General changes:mestre
2016-03-05Convert a hand-rolled strtonum to a call to strtonum(3). This preventstb
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre
2016-01-07Some basic code maintenance in games/tb
2016-01-04More headers removal and sorted the remaining alphabetically.mestre
2016-01-03About 13 years ago when the idiom srandom(time()), and sometimesmestre
2015-12-28update the us army democracy excerpt to more closelyJason McIntyre
2015-12-28andy finkel confimed himself as the originator of the rigged demo quote;Jason McIntyre
2015-12-25Declare usage() functions as __dead void, if they don't return, on games sect...mestre
2015-11-15fix a double space issue in the following, rather wonderful, fortune:Jason McIntyre
2015-11-10another open(path, 0)...Theo de Raadt
2015-11-10pledge "stdio rpath" at the top. (Ricardo's 2nd chunk which reducesTheo de Raadt
2015-11-10replace open(path, 0) with open(path, O_RDONLY). amazing to still findTheo de Raadt
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast isdigit()'s argument to unsigned char.mmcc
2015-09-25use | rather than / for alternatives and some macro fixesIngo Schwarze
2015-09-16big blocks need braces for supportTed Unangst
2015-08-26remove #ifdef OK_TO_WRITE_DISK which isn't used by default.Sebastien Marie
2015-04-04from snj, netbsd -r1.56: "properly pluralize"Jason McIntyre
2015-03-25Fix double word in quote from Ken Olsen.Jeremie Courreges-Anglas
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