History log of /src/games/larn/object.c |
Revision | | Date | Author | Comments |
1.17 |
| 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.16 |
| 19-Jun-2012 |
dholland | branches: 1.16.32; WARNS=5
|
1.15 |
| 12-Aug-2009 |
dholland | branches: 1.15.6; sprinkle static
|
1.14 |
| 04-Feb-2008 |
dholland | More assorted cleanup merged from larn 12.2.
|
1.13 |
| 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.12 |
| 28-Jan-2008 |
dholland | Larn now builds with WARNS=4.
|
1.11 |
| 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.10 |
| 05-Feb-2001 |
christos | branches: 1.10.24; - rename getchar to lgetchar to avoid conflicts with the stdio getchar - fix redundant decls and nested externs - use snprintf instead of sprintf
|
1.9 |
| 30-Aug-1998 |
veego | Add braces to make the new egcs happy.
|
1.8 |
| 18-Oct-1997 |
christos | Tons of changes; re-indent, use termios, fix warnings, add prototypes... Games is almost clean; only hack is left...
|
1.7 |
| 13-Jul-1997 |
christos | gtime -> gltime to avoid conflict in time.h
|
1.6 |
| 22-Apr-1995 |
cgd | clean up handling of fortunes a bit.
|
1.5 |
| 23-Mar-1995 |
cgd | merge with Lite, new RCS id conventions, etc.
|
1.4 |
| 21-Oct-1994 |
mycroft | Fix various problems with the potion/scroll name hiding mechanism.
|
1.3 |
| 02-Aug-1993 |
mycroft | Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
|
1.2 |
| 20-Apr-1993 |
mycroft | Don't modify string constants.
|
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.10.24.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.15.6.1 |
| 30-Oct-2012 |
yamt | sync with head
|
1.16.32.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|