| History log of /src/games/larn/global.c | 
    | Revision |  | Date | Author | Comments | 
| 1.15 |  | 02-May-2021 | rillig | games: remove trailing whitespace in *.c and *.h 
 | 
| 1.14 |  | 19-Jun-2012 | dholland | WARNS=5 
 | 
| 1.13 |  | 18-Feb-2012 | matt | Fix conflicting variable definitions 
 | 
| 1.12 |  | 04-Feb-2008 | dholland | branches:  1.12.26; More assorted cleanup merged from larn 12.2.
 
 | 
| 1.11 |  | 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.10 |  | 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.9 |  | 28-Jan-2008 | dholland | Larn now builds with WARNS=4. 
 | 
| 1.8 |  | 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.7 |  | 05-Feb-2001 | christos | branches:  1.7.24; - rename getchar to lgetchar to avoid conflicts with the stdio getchar
 - fix redundant decls and nested externs
 - use snprintf instead of sprintf
 
 | 
| 1.6 |  | 18-Oct-1997 | christos | Tons of changes; re-indent, use termios, fix warnings, add prototypes... Games is almost clean; only hack is left...
 
 | 
| 1.5 |  | 29-Mar-1997 | thorpej | Make these compile on the PowerPC (an unsigned char system). 
 | 
| 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.7.24.1 |  | 23-Mar-2008 | matt | sync with HEAD 
 | 
| 1.12.26.2 |  | 30-Oct-2012 | yamt | sync with head 
 | 
| 1.12.26.1 |  | 17-Apr-2012 | yamt | sync with head 
 |