summaryrefslogtreecommitdiffstats
path: root/larn/help.c
Commit message (Collapse)AuthorAgeFilesLines
* WARNS=5dholland2012-06-191-5/+5
|
* sprinkle staticdholland2009-08-121-3/+4
|
* Once upon a time, larn 12.0 had functions named getchar() and putchar()dholland2008-02-031-4/+4
| | | | | | | 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.
* Make a bunch of functions static. Merged from larn 12.2.dholland2008-02-031-4/+7
|
* - rename getchar to lgetchar to avoid conflicts with the stdio getcharchristos2001-02-051-4/+4
| | | | - 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-51/+85
| | | 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/+87