summaryrefslogtreecommitdiffstats
path: root/larn/extern.h
Commit message (Collapse)AuthorAgeFilesLines
* Use __deadjoerg2011-08-291-2/+2
|
* Use __dead and __printflike instead of __attribute__.dholland2011-08-261-2/+2
|
* Remove 3rd and 4th clauses in christos' license. OK christos.snj2009-10-211-6/+1
|
* sprinkle staticdholland2009-08-121-67/+1
|
* Split some code from moreobj.c into action.c, as per larn 12.2.dholland2008-02-191-1/+12
|
* More assorted cleanup merged from larn 12.2.dholland2008-02-041-3/+1
|
* Once upon a time, larn 12.0 had functions named getchar() and putchar()dholland2008-02-031-3/+2
| | | | | | | 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 does not need its own private versions of functions from <ctype.h>.dholland2008-02-031-2/+1
| | | Also, remove the function gettokstr(), which is not used. From larn 12.2.
* Make a bunch of functions static. Merged from larn 12.2.dholland2008-02-031-23/+1
|
* 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-2/+2
| | | (It appears that someone sometime thought that you use %d to print a long.)
* lrint() -> larn_lrint().mrg2006-05-111-2/+2
|
* Remove uses of __P.jsm2004-01-271-239/+239
|
* - rename getchar to lgetchar to avoid conflicts with the stdio getcharchristos2001-02-051-2/+2
| | | | - fix redundant decls and nested externs - use snprintf instead of sprintf
* update after change to return value of tputs() third argumentlukem1999-10-041-2/+2
|
* Tons of changes; re-indent, use termios, fix warnings, add prototypes...christos1997-10-181-0/+312
Games is almost clean; only hack is left...