summaryrefslogtreecommitdiff
path: root/games/rogue/save.c
AgeCommit message (Collapse)Author
2004-01-21make rogue const-correct, and fix one write-strings issue.Marc Espie
ok miod@
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-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
already, but he may have later changes to make still.
2002-07-26A few better buffer sizes (from Ian McWilliam, long ago); functions localPaul Janzen
to save.c are no longer in rogue.h; use write() to save files rather than fwrite() since this can end up being called in a signal handler (it's still not clean though).
2002-07-18- string handling patch from David Holland, minimally modified. HighlightsPaul Janzen
are fewer magic constants, sprintf->snprintf, and better scorefile handling. Also, won't hang if forking a subshell fails. - a few needless functions have been trimmed, and a few extra defaults have been added to a few switches, just in case.
2001-08-12WhoopsPaul Janzen
1998-08-22More largely NetBSD-inspired code cleanupPaul Janzen
1997-07-23tabifykstailey
1996-10-28Safe $HOME handling.Todd C. Miller
1995-10-18initial import of NetBSD treeTheo de Raadt