summaryrefslogtreecommitdiff
path: root/games/adventure/io.c
AgeCommit message (Collapse)Author
2004-07-09ansi; khalek@linuxgamers.netTheo de Raadt
2003-09-25Fix a couple obvious off-by-one writes. No objections from anyone.Aaron Campbell
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-07Change wd1 and wd2 from pointers to arrays. This removes the needTodd C. Miller
for getin() to have static buffers and allows us to do "sizeof wd1". Also fix saved game path. It was removing the first 2 chars of the filename due to a bug. tdeval@ OK
2002-02-18someone should read compiler messages on the powerpcTheo de Raadt
2001-08-06Nothing but comments after #endif and #else; heko@iki.fiPaul Janzen
2001-03-22Don't FLUSHLINE unnecessarilyPaul Janzen
2001-02-17Use err() rather than errx() immediately after alloc failure.Paul Janzen
1998-11-29Minor changes from NetBSDPaul Janzen
1998-09-12check for malloc() failure; jsm28@cam.ac.ukPaul Janzen
1998-08-31merge in NetBSD, including recent PR's of jsm28@cam.ac.ukPaul Janzen
1997-07-31proto mallocTheo de Raadt
1997-07-23tabifykstailey
1997-01-11Fix PR#2 in a simplistic way. Handle EOF on all getchar()sNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt