summaryrefslogtreecommitdiffstats
path: root/games (follow)
Commit message (Expand)AuthorAgeFilesLines
* use .Cm rather than .Ar for fixed string argumentsschwarze2015-09-122-12/+12
* reduce .Nd to one line and kill .Tn while hereschwarze2015-09-101-4/+3
* cosmetic fixestedu2015-09-072-10/+17
* remove #ifdef OK_TO_WRITE_DISK which isn't used by default.semarie2015-08-261-55/+7
* Replace clock_gettime UPTIME with MONOTONIC to improve worm portability.rzalamena2015-08-261-3/+3
* Improve robots(6) by using timespec*() functions, replacing gettimeofday()rzalamena2015-08-264-22/+19
* Fix cheating bug by using unused time variables and replace poll() withrzalamena2015-08-241-21/+38
* remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krwderaadt2015-08-2218-42/+41
* KNFderaadt2015-08-211-41/+65
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-3/+3
* Sometimes, the computer's move was printed, but the computer's men didn'tschwarze2015-07-201-5/+2
* flower & bird adjustments for Nunavut, from pjanzenderaadt2015-07-161-1/+1
* /home/otto/okotto2015-06-264-9/+13
* Fix sign compare bug introduced when rnum() was redefined to usemillert2015-05-201-2/+2
* from snj, netbsd -r1.56: "properly pluralize"jmc2015-04-041-1/+1
* Fix double word in quote from Ken Olsen.jca2015-03-251-1/+1
* Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@millert2015-03-171-5/+5
* tzfile.h is an internal header that should never have been installed.millert2015-03-151-2/+3
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-133-10/+10
* Delete cribbage logging. Was never enabled and no point in enabling it.bentley2015-03-124-34/+5
* make the worm grow faster on larger terminals. this is more fun thantedu2015-03-092-6/+12
* improve ship placement interface. per the instructions, 2468 should work,tedu2015-02-181-23/+23
* no reason for magic numbers to be octal. just drop the leading 0.tedu2015-02-181-4/+4
* don't cast function arguments; use reallocarray in one placetedu2015-02-181-6/+6
* convert calloc/realloc pairs to reallocarraytedu2015-02-181-29/+13
* Don't abuse Aq for arguments, and use a prettier escape for dashes.bentley2015-02-181-7/+7
* Mark up email addresses semantically with Mt.bentley2015-02-171-4/+6
* the stem of the b was not descending all the way to the baseline.tedu2015-02-101-2/+2
* allow ctrl-d to quit after a game as welltedu2015-02-071-2/+3
* use unsigned char type to avoid many caststedu2015-02-072-11/+11
* by popular request, stop giving away numeric letters. no more will thetedu2015-02-075-18/+30
* unsigned char for ctype functionstedu2015-02-072-6/+6
* Ignore ELF symbols containing dots or dollar signs. Suggested by millert@miod2015-02-071-4/+9
* clear to end of line when printing error messages so that previoustedu2015-02-071-4/+9
* By popular demand, allow any ELF file to be passed to -d as a word list, inmiod2015-02-077-44/+50
* Fix small typo found when testing tedu@'s fortune -o -m change.kspillner2015-02-061-1/+1
* unsigned char is the correct type for ctype functionstedu2015-02-061-2/+2
* no space after #tedu2015-02-061-36/+36
* remove TRUE/FALSE in favor of the true boolean values 1/0tedu2015-02-061-62/+60
* Debug, whatever it's worth, is clearly not a booleantedu2015-02-061-2/+2
* cleanup a few bitstedu2015-02-061-7/+1
* remove no regex ifdef. everybody loves regex.tedu2015-02-061-25/+1
* use regcomp native case insensitive matching facility instead oftedu2015-02-061-46/+2
* don't set a flag with ++; it's a bool, not a counter.tedu2015-02-061-10/+10
* change int to size_t to avoid integer overflowtedu2015-02-061-10/+10
* fix searching and display of offensive fortunes.tedu2015-02-061-6/+17
* regex are documented in re_format.7, not the C API in regex.3tedu2015-02-061-5/+5
* Make some $OpenBSD$ lines prettier/standardier by eliminatingkrw2015-01-191-1/+1
* normalize formattingderaadt2015-01-199-109/+108
* remove .Tn; from Jan Stary <hans at stare dot cz>schwarze2015-01-152-9/+6