Home | History | Annotate | Download | only in larn
History log of /src/games/larn/extern.h
RevisionDateAuthorComments
 1.16  29-Aug-2011  joerg Use __dead
 1.15  26-Aug-2011  dholland Use __dead and __printflike instead of __attribute__.
 1.14  21-Oct-2009  snj Remove 3rd and 4th clauses in christos' license. OK christos.
 1.13  12-Aug-2009  dholland sprinkle static
 1.12  19-Feb-2008  dholland Split some code from moreobj.c into action.c, as per larn 12.2.
 1.11  04-Feb-2008  dholland More assorted cleanup merged from larn 12.2.
 1.10  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.9  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.8  03-Feb-2008  dholland Make a bunch of functions static. Merged from larn 12.2.
 1.7  28-Jan-2008  dholland Larn now builds with WARNS=4.
 1.6  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.5  11-May-2006  mrg branches: 1.5.10;
lrint() -> larn_lrint().
 1.4  27-Jan-2004  jsm Remove uses of __P.
 1.3  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.2  04-Oct-1999  lukem update after change to return value of tputs() third argument
 1.1  18-Oct-1997  christos branches: 1.1.6;
Tons of changes; re-indent, use termios, fix warnings, add prototypes...
Games is almost clean; only hack is left...
 1.1.6.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.5.10.1  23-Mar-2008  matt sync with HEAD

RSS XML Feed