summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2015-08-24Fix cheating bug by using unused time variables and replace poll() withRafael Zalamena
2015-08-22remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok miller...Theo de Raadt
2015-08-21KNFTheo de Raadt
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-07-20Sometimes, the computer's move was printed, but the computer's men didn'tIngo Schwarze
2015-07-16flower & bird adjustments for Nunavut, from pjanzenTheo de Raadt
2015-06-26/home/otto/okOtto Moerbeek
2015-05-20Fix sign compare bug introduced when rnum() was redefined to useTodd C. Miller
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-03-17Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@Todd C. Miller
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-03-12Delete cribbage logging. Was never enabled and no point in enabling it.Anthony J. Bentley
2015-03-09make the worm grow faster on larger terminals. this is more fun thanTed Unangst
2015-02-18improve ship placement interface. per the instructions, 2468 should work,Ted Unangst
2015-02-18no reason for magic numbers to be octal. just drop the leading 0.Ted Unangst
2015-02-18don't cast function arguments; use reallocarray in one placeTed Unangst
2015-02-18convert calloc/realloc pairs to reallocarrayTed Unangst
2015-02-18Don't abuse Aq for arguments, and use a prettier escape for dashes.Anthony J. Bentley
2015-02-17Mark up email addresses semantically with Mt.Anthony J. Bentley
2015-02-10the stem of the b was not descending all the way to the baseline.Ted Unangst
2015-02-07allow ctrl-d to quit after a game as wellTed Unangst
2015-02-07use unsigned char type to avoid many castsTed Unangst
2015-02-07by popular request, stop giving away numeric letters. no more will theTed Unangst
2015-02-07unsigned char for ctype functionsTed Unangst
2015-02-07Ignore ELF symbols containing dots or dollar signs. Suggested by millert@Miod Vallat
2015-02-07clear to end of line when printing error messages so that previousTed Unangst
2015-02-07By popular demand, allow any ELF file to be passed to -d as a word list, inMiod Vallat
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
2015-01-19Make some $OpenBSD$ lines prettier/standardier by eliminatingKenneth R Westerback
2015-01-19normalize formattingTheo de Raadt
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2015-01-15all modern systems can do this SUSPEND thingTheo de Raadt
2015-01-15NR_OF_EOFS is a festering boil, lance & drain.Theo de Raadt
2014-12-31adventure requires deterministic random for its internal dataTed Unangst
2014-12-31simplify poll() conversion. from patrick keshishianTed Unangst
2014-12-28spelling fix; from daria suchecka via krzystof warzechaJason McIntyre
2014-12-09Do not memorialize cheaters in the high score file.Theo de Raadt