summaryrefslogtreecommitdiffstats
path: root/larn/store.c
Commit message (Collapse)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-3/+3
|
* WARNS=5dholland2012-06-191-16/+15
|
* sprinkle staticdholland2009-08-121-14/+18
|
* Once upon a time, larn 12.0 had functions named getchar() and putchar()dholland2008-02-031-10/+10
| | | | | | | 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.
* Some assorted minor cleanups, from larn 12.2.dholland2008-02-031-9/+11
|
* Larn now builds with WARNS=4.dholland2008-01-281-8/+8
|
* Add gcc printf format checking, and fix the abundant problems this revealed.dholland2008-01-281-16/+16
| | | (It appears that someone sometime thought that you use %d to print a long.)
* Remove uses of __P.jsm2004-01-271-8/+8
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* - rename getchar to lgetchar to avoid conflicts with the stdio getcharchristos2001-02-051-10/+10
| | | | - fix redundant decls and nested externs - use snprintf instead of sprintf
* Add braces to make the new egcs happy.veego1998-08-301-3/+4
|
* Tons of changes; re-indent, use termios, fix warnings, add prototypes...christos1997-10-181-524/+732
| | | Games is almost clean; only hack is left...
* gtime -> gltime to avoid conflict in time.hchristos1997-07-131-7/+7
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-2/+7
|
* Fix various problems with the potion/scroll name hiding mechanism.mycroft1994-10-211-118/+121
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+691