]> git.cameronkatri.com Git - bsdgames-darwin.git/history - adventure
Fix merge conflicts
[bsdgames-darwin.git] / adventure /
2021-05-05 rilliggames: remove trailing whitespace in *.c and *.h
2021-04-13 mrgavoid leaving off the trailing nul in a literal string.
2021-03-28 Cameron KatriUse PREFIX now
2021-02-22 Cameron KatriGet all the games compiling for iOS
2014-03-22 dhollandMinor tidyup.
2014-03-22 dhollandtag decl() __noinline, as inlining it would defeat...
2013-02-16 jmcneillWorkaround a toolchain issue by renaming the 'setup...
2012-10-12 dhollandfix previous, thanks asau@
2012-10-12 dhollandPass -Wstrict-overflow.
2012-01-08 dhollandgrumble.
2012-01-08 dhollandOops, I forgot to actually implement the checksumming...
2012-01-07 dhollandRedo save file handling. The old save files were unport...
2012-01-07 dhollandMake this not crash on machines that are (a) 64 bit...
2011-08-31 plunkyNULL does not need a cast
2009-10-21 snjRemove 3rd and 4th clauses in christos' license. OK...
2009-08-25 dhollandUse __dead.
2009-08-25 dhollandWhn ths cd ws wrttn, thr ws bt shrtg nd vwls wr xtrml...
2009-08-25 dhollandANSIfy a leftover function.
2009-08-12 dhollandsprinkle static
2008-07-20 lukemRemove the \n and tabs from the __COPYRIGHT() strings.
2007-12-15 perryconvert __attribute__s to applicable cdefs.h macros
2006-05-18 mrgdon't try to switch a char and have a case of EOF ...
2006-03-21 christosCoverity CID 2737: Handle linked-lists properly. Use...
2006-03-18 christosCoverity CID 570: Remove impossible check.
2006-03-18 christosCoverity CID 1195: Check for possible negative index.
2006-03-18 christosCoverity CID 777: Fix NULL pointer deref and de-obfusca...
2006-03-18 rtrdon't access out of bounds element of static alloc...
2005-07-01 jmcKNF and WARNS=3
2004-01-27 jsmRemove uses of __P.
2004-01-01 jsmFix capitalisation of compass directions.
2003-11-16 lukemImprove how various "simple" host tools are built and...
2003-10-21 lukemRework how MAKEVERBOSE operates:
2003-10-19 lukemrework to use the newer _MKMSGCREATE (et al) macros
2003-10-19 lukemSupport MAKEVERBOSE. (Some host tools still generate...
2003-09-19 itojunoff-by-one. aaron@openbsd
2003-09-19 itojunoff-by-one. aaron@openbsd
2003-08-07 agcMove UCB-licensed code from 4-clause to 3-clause licence.
2002-03-05 thorpejNo need to reference .OBJDIR here.
2001-08-29 jsmEnsure trailing newline is present on error and warning...
2001-02-05 christoseliminate redundant decls
2000-07-31 simonbDon't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros...
2000-07-03 mattMore include additions for exit, abs, strcmp, etc.
2000-05-08 mycroftUse setgid(), not setregid().
2000-04-24 pkHOST_CC -> HOST_LINK.c
2000-01-09 jsmUse err(1, NULL) and warn(NULL) for `out of memory...
1999-07-28 hubertfThis patch fixes adventure(6) to use `extern' on declar...
1999-07-17 hubertfAdventure(6) should check for errors (e.g. disk full...
1999-07-16 hubertfThis patch cleans up the handling of the variable ...
1999-07-14 hubertfFrom PR 7985 by Joseph Myers <jsm28@cam.ac.uk>:
1999-02-10 hubertfAdd __attribute__() to a variable. From PR 6557, after...
1999-02-10 hubertfThe patch below does some minor cleanup of adventure...
1999-02-10 hubertfThe game adventure(6) handles EOF on standard input...
1998-09-14 hubertfreturn error on errors (PR#6147 by Joseph Myers <jsm28...
1998-09-13 hubertfcheck for malloc failures (PR#6136 by Joseph Myers...
1998-09-13 hubertfsome cleanups as per PR#6082 by Joseph Myers <jsm28...
1998-09-13 hubertfremove unused function return values (PR#6079 by Joseph...
1998-09-13 hubertfconstify, per PR 6041 by Joseph Myers <jsm28@cam.ac.uk>
1998-09-11 hubertfadd main() prototype
1998-09-11 hubertfremove main() prototype, as per PR 6867
1998-08-29 hubertfRemove unused function and unnecessary prototypes,...
1998-08-29 hubertfImproved signal handling as per PR 6051 by
1998-08-24 hubertfReplace some homegrown string-functions with standard...
1998-08-24 hubertfKill unused parameters, per PR 6023 by Joseph Myers...
1998-08-01 hubertfFind setup-program even w/ obj dirs.
1998-07-24 hubertfConsider leap years, as per PR 5830 by Joseph Myers...
1998-02-03 perrychange includes to fix compiler warning
1997-10-11 lukemKNFify again
1997-10-11 lukemKNFify
1997-10-10 lukemdeprecate register, fixup .Nm usage
1997-08-11 christosPR/3964: Eric Fischer: Remove dependencies to tradition...
1997-04-19 thorpejAllow this to be cross-compiled.
1996-05-21 mrgoops, use <signal.h> not <sys/signal.h> (tholo@sigmasof...
1996-05-21 mrggive up setuid-ness. we don't need it. while i'm...
1996-02-06 jtcRemoved "extern int errno"; Added #include <errno.h...
1995-04-24 cgdVarious changes to make games compile w/o warnings...
1995-03-21 cgdclean up RCS ids
1994-12-22 cgdspecify man pages the new way.
1994-10-21 jtcadventure(6), from 44lite