summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Include <time.h> in various places in the games where time() or time_tjsm1999-09-099-18/+29
* Check for failure of malloc() and calloc() at various places in the games.jsm1999-09-099-20/+51
* Remove extra blank line in copyright.simonb1999-09-091-2/+1
* Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate injsm1999-09-0815-72/+72
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-0847-144/+152
* Add use of `const' where appropriate to the games.jsm1999-09-0892-636/+653
* Removed unused array Movenames[].jsm1999-09-081-6/+2
* Convert to something resembling KNF.simonb1999-08-2118-371/+377
* Instead of writing out a structure that contains pointers as the headersimonb1999-08-213-18/+62
* Use new endian-specific conversion macros - 64-bit off_t's are nowsimonb1999-08-215-34/+37
* Don't chown installed files or directories if UNPRIVILEGED is defined.simonb1999-08-211-1/+5
* Use ${INSTPRIV} with ${INSTALL}.simonb1999-08-211-3/+3
* Make phrase to enter password again clearerhubertf1999-08-181-2/+2
* In name section, use .Dq macro rather than writing double quote directly.enami1999-08-171-2/+3
* Spell "privilege" correctly (correct spelling from Jonathan Stone).simonb1999-08-161-1/+1
* Adapt to change of "termcap.h".tron1999-08-143-7/+7
* Adapt to change in "termcap.h".tron1999-08-141-3/+2
* Adapt to change of "termcap.h".tron1999-08-142-6/+6
* Fix the part of pr8201 which is IMHO a bug: the error message now goessommerfeld1999-08-131-2/+2
* Leave ^Z-handling to the system (curses? no idea, at least it works :-),hubertf1999-08-101-24/+2
* Print score after endwin() so it isn't deleted immediately afterward.hubertf1999-08-081-4/+7
* Revert inclusion of <string.h> now that curses has been fixed.simonb1999-08-081-3/+2
* Fortunes from those Unamerican Activities bumper stickers you see onthorpej1999-08-043-3/+395
* Need <strings.h>.thorpej1999-08-041-2/+3
* This patch converts worms(6) to use curses, therebyhubertf1999-07-302-165/+59
* This patch converts rain(6) to use curses, therebyhubertf1999-07-303-147/+58
* This patch fixes adventure(6) to use `extern' on declarations ofhubertf1999-07-282-40/+100
* This is a trivial fix to backgammon(6): '\a' is cleaner than '\007'.hubertf1999-07-281-3/+3
* This patch makes worm(6) keep the cursor on the head of the worm.hubertf1999-07-281-2/+5
* This patch adds references to the main punched card, paper tape andhubertf1999-07-281-1/+15
* This patch makes bcd(6) use `const' where appropriate, and usehubertf1999-07-281-5/+5
* This patch fixes a remaining relic of the backgammon(6) "executehubertf1999-07-281-3/+3
* In atc(6), the function getAChar() has BSD and SYSV variants to dealhubertf1999-07-281-8/+7
* This patch improves the handling of save files in battlestar(6), byhubertf1999-07-286-44/+119
* make sure only whole words are matched, use [:space:] RE to avoid embeddeddrochner1999-07-271-2/+3
* Remove empty functin check_adir() and references to it.hubertf1999-07-261-9/+2
* This patch adds to backgammon(6) a couple of noreturn attributeshubertf1999-07-261-3/+3
* This patch makes backgammon(6) check that, if you use the -s option tohubertf1999-07-261-3/+7
* This adds a check for memory allocation failure to one place inhubertf1999-07-261-2/+6
* Check whatis(1) if we don't find an acronym matching the argumentbriggs1999-07-252-5/+16
* We're in section 6.thorpej1999-07-251-2/+2
* This patch marks unused parameters in atc(6) as such.hubertf1999-07-255-28/+28
* Hardcore const poisoninghubertf1999-07-251-4/+4
* This patch makes atc(6) check for memory allocation failure.hubertf1999-07-242-6/+12
* Use getopt instead of home grown command line parsing.mjl1999-07-241-44/+30
* remove sh warning when invoked with no argslukem1999-07-221-2/+2
* add wtfmrg1999-07-221-2/+2
* Allen Briggs' wtf(6) to grovel the acronyms database.mrg1999-07-223-0/+80
* const poisoninghubertf1999-07-2116-80/+80
* When atc(6) parses its game definition files, the check for `width'hubertf1999-07-211-3/+3