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