summaryrefslogtreecommitdiffstats
path: root/larn/extern.h
Commit message (Expand)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
* Larn does not need its own private versions of functions from <ctype.h>.dholland2008-02-031-2/+1
* 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
* 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
* 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