summaryrefslogtreecommitdiffstats
path: root/adventure/io.c
Commit message (Expand)AuthorAgeFilesLines
* off-by-one. aaron@openbsditojun2003-09-191-3/+3
* off-by-one. aaron@openbsditojun2003-09-191-3/+3
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
* Use err(1, NULL) and warn(NULL) for `out of memory' error messages.jsm2000-01-091-5/+5
* The game adventure(6) handles EOF on standard input ratherhubertf1999-02-101-10/+19
* return error on errors (PR#6147 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-141-12/+7
* check for malloc failures (PR#6136 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-5/+11
* constify, per PR 6041 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-09-131-5/+5
* Remove unused function and unnecessary prototypes, as per PR 6050 byhubertf1998-08-291-16/+2
* KNFifylukem1997-10-111-303/+361
* deprecate register, fixup .Nm usagelukem1997-10-101-22/+22
* PR/3964: Eric Fischer: Remove dependencies to traditional cpp...christos1997-08-111-15/+34
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-241-2/+3
* clean up RCS idscgd1995-03-211-0/+6
* adventure(6), from 44litejtc1994-10-211-0/+514