summaryrefslogtreecommitdiffstats
path: root/larn/object.c
Commit message (Collapse)AuthorAgeFilesLines
* - add or adjust /* FALLTHROUGH */ where appropriatemrg2019-02-031-2/+6
| | | | - add __unreachable() after functions that can return but won't in this case, and thus can't be marked __dead easily
* WARNS=5dholland2012-06-191-32/+22
|
* sprinkle staticdholland2009-08-121-17/+33
|
* More assorted cleanup merged from larn 12.2.dholland2008-02-041-22/+4
|
* Once upon a time, larn 12.0 had functions named getchar() and putchar()dholland2008-02-031-21/+21
| | | | | | | 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.
* Larn now builds with WARNS=4.dholland2008-01-281-9/+9
|
* Add gcc printf format checking, and fix the abundant problems this revealed.dholland2008-01-281-10/+10
| | | (It appears that someone sometime thought that you use %d to print a long.)
* - rename getchar to lgetchar to avoid conflicts with the stdio getcharchristos2001-02-051-21/+21
| | | | - fix redundant decls and nested externs - use snprintf instead of sprintf
* Add braces to make the new egcs happy.veego1998-08-301-4/+6
|
* Tons of changes; re-indent, use termios, fix warnings, add prototypes...christos1997-10-181-661/+1195
| | | Games is almost clean; only hack is left...
* gtime -> gltime to avoid conflict in time.hchristos1997-07-131-5/+5
|
* clean up handling of fortunes a bit.cgd1995-04-221-2/+2
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-1/+1
|
* Fix various problems with the potion/scroll name hiding mechanism.mycroft1994-10-211-3/+4
|
* Add RCS identifiers, remove some completely useless RCS logs and patchkitmycroft1993-08-021-0/+4
| | | headers, and a few other insignificant changes.
* Don't modify string constants.mycroft1993-04-201-4/+4
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+807