summaryrefslogtreecommitdiffstats
path: root/larn/moreobj.c
Commit message (Collapse)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-4/+4
|
* WARNS=5dholland2012-06-191-13/+9
|
* Split some code from moreobj.c into action.c, as per larn 12.2.dholland2008-02-191-182/+13
|
* More assorted cleanup merged from larn 12.2.dholland2008-02-041-18/+3
|
* Once upon a time, larn 12.0 had functions named getchar() and putchar()dholland2008-02-031-8/+8
| | | | | | | 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-7/+7
|
* 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.)
* Remove uses of __P.jsm2004-01-271-4/+4
|
* - rename getchar to lgetchar to avoid conflicts with the stdio getcharchristos2001-02-051-9/+8
| | | | - fix redundant decls and nested externs - use snprintf instead of sprintf
* Tons of changes; re-indent, use termios, fix warnings, add prototypes...christos1997-10-181-290/+399
| | | Games is almost clean; only hack is left...
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-1/+1
|
* Add RCS identifiers, remove some completely useless RCS logs and patchkitmycroft1993-08-021-0/+4
| | | headers, and a few other insignificant changes.
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+372