Age | Commit message (Expand) | Author |
2015-05-20 | Fix sign compare bug introduced when rnum() was redefined to use | Todd C. Miller |
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-03-17 | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ | Todd C. Miller |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-03-12 | Delete cribbage logging. Was never enabled and no point in enabling it. | Anthony J. Bentley |
2015-03-09 | make the worm grow faster on larger terminals. this is more fun than | Ted Unangst |
2015-02-18 | improve ship placement interface. per the instructions, 2468 should work, | Ted Unangst |
2015-02-18 | no reason for magic numbers to be octal. just drop the leading 0. | Ted Unangst |
2015-02-18 | don't cast function arguments; use reallocarray in one place | Ted Unangst |
2015-02-18 | convert calloc/realloc pairs to reallocarray | Ted Unangst |
2015-02-18 | Don't abuse Aq for arguments, and use a prettier escape for dashes. | Anthony J. Bentley |
2015-02-17 | Mark up email addresses semantically with Mt. | Anthony J. Bentley |
2015-02-10 | the stem of the b was not descending all the way to the baseline. | Ted Unangst |
2015-02-07 | allow ctrl-d to quit after a game as well | Ted Unangst |
2015-02-07 | use unsigned char type to avoid many casts | Ted Unangst |
2015-02-07 | by popular request, stop giving away numeric letters. no more will the | Ted Unangst |
2015-02-07 | unsigned char for ctype functions | Ted Unangst |
2015-02-07 | Ignore ELF symbols containing dots or dollar signs. Suggested by millert@ | Miod Vallat |
2015-02-07 | clear to end of line when printing error messages so that previous | Ted Unangst |
2015-02-07 | By popular demand, allow any ELF file to be passed to -d as a word list, in | Miod Vallat |
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 |
2015-02-06 | use regcomp native case insensitive matching facility instead of | Ted Unangst |
2015-02-06 | don't set a flag with ++; it's a bool, not a counter. | Ted Unangst |
2015-02-06 | change int to size_t to avoid integer overflow | Ted Unangst |
2015-02-06 | fix searching and display of offensive fortunes. | Ted Unangst |
2015-02-06 | regex are documented in re_format.7, not the C API in regex.3 | Ted Unangst |
2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating | Kenneth R Westerback |
2015-01-19 | normalize formatting | Theo de Raadt |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-01-15 | all modern systems can do this SUSPEND thing | Theo de Raadt |
2015-01-15 | NR_OF_EOFS is a festering boil, lance & drain. | Theo de Raadt |
2014-12-31 | adventure requires deterministic random for its internal data | Ted Unangst |
2014-12-31 | simplify poll() conversion. from patrick keshishian | Ted Unangst |
2014-12-28 | spelling fix; from daria suchecka via krzystof warzecha | Jason McIntyre |
2014-12-09 | Do not memorialize cheaters in the high score file. | Theo de Raadt |
2014-12-08 | For now, these games still contain deterministic randomization (for | Theo de Raadt |
2014-12-08 | okan noticed this was actually calling the cfree turd. | Ted Unangst |
2014-12-07 | we do not use pcc on the vax | Theo de Raadt |
2014-12-07 | the debug / SVR4 chunk has been busted for a while. interesting. | Theo de Raadt |
2014-12-07 | removing the "rigged demo" quote, as it's also present in fortunes (1) file; | Jason McIntyre |
2014-12-05 | Remove SVR4 codeblock which insisted on using srand(time(0)) and rand(). | Theo de Raadt |
2014-12-04 | Stop people from cheating. Especially those that believe in FIPS, they | Theo de Raadt |