Home | History | Annotate | Download | only in larn
History log of /src/games/larn/monster.c
RevisionDateAuthorComments
 1.20  02-May-2021  rillig games: remove trailing whitespace in *.c and *.h
 1.19  03-Feb-2019  mrg - add or adjust /* FALLTHROUGH */ where appropriate
- add __unreachable() after functions that can return but won't in
this case, and thus can't be marked __dead easily
 1.18  19-Jun-2012  dholland branches: 1.18.32;
WARNS=5
 1.17  12-Aug-2009  dholland branches: 1.17.6;
sprinkle static
 1.16  03-Feb-2008  dholland Once upon a time, larn 12.0 had functions named getchar() and putchar()
that conflicted with libc. We changed them to lgetchar() and xputchar()
respectively; larn 12.2 changed them to ttgetch() and ttputch(). After
reflecting on this for a while I've decided to adopt the larn 12.2
names; not so much for compatibility but for consistency going forward.
So, massrename them. Also make ttputch() static.
 1.15  03-Feb-2008  dholland Larn does not need its own private versions of functions from <ctype.h>.
Also, remove the function gettokstr(), which is not used. From larn 12.2.
 1.14  03-Feb-2008  dholland Make a bunch of functions static. Merged from larn 12.2.
 1.13  28-Jan-2008  dholland Larn now builds with WARNS=4.
 1.12  28-Jan-2008  dholland Add gcc printf format checking, and fix the abundant problems this revealed.
(It appears that someone sometime thought that you use %d to print a long.)
 1.11  22-Apr-2007  mouse branches: 1.11.4;
Per PR 36185, OKed by martin@
 1.10  19-Mar-2006  christos Coverity CID 2073: Fix memory leak.
 1.9  19-Mar-2006  christos Coverity CID 999: Prevent NULL deref.
 1.8  27-Jan-2004  jsm Remove uses of __P.
 1.7  05-Feb-2001  christos - rename getchar to lgetchar to avoid conflicts with the stdio getchar
- fix redundant decls and nested externs
- use snprintf instead of sprintf
 1.6  30-Aug-1998  veego Add braces to make the new egcs happy.
 1.5  18-Oct-1997  christos Tons of changes; re-indent, use termios, fix warnings, add prototypes...
Games is almost clean; only hack is left...
 1.4  24-Apr-1995  cgd Various changes to make games compile w/o warnings on the alpha:
Include appropriate includes, delete bogus function declarations,
change sizes of variables and casts.
 1.3  23-Mar-1995  cgd merge with Lite, new RCS id conventions, etc.
 1.2  02-Aug-1993  mycroft Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.11.4.1  23-Mar-2008  matt sync with HEAD
 1.17.6.1  30-Oct-2012  yamt sync with head
 1.18.32.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed