summaryrefslogtreecommitdiffstats
path: root/larn/io.c
Commit message (Expand)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-18/+18
* need time.h for time(), got side-loaded before from <fcntl.h> via <sys/stat.h>christos2017-01-101-2/+3
* WARNS=5dholland2012-06-191-44/+31
* Use tiparm instead of vtparm.roy2011-10-031-7/+7
* Userland now builds and uses terminfo instead of termcap.roy2010-02-031-88/+48
* sprinkle staticdholland2009-08-121-4/+4
* Once upon a time, larn 12.0 had functions named getchar() and putchar()dholland2008-02-031-26/+27
* Larn does not need its own private versions of functions from <ctype.h>.dholland2008-02-031-2/+3
* Make a bunch of functions static. Merged from larn 12.2.dholland2008-02-031-3/+5
* Call srandom() as well as initializing the private random generatordholland2008-01-281-2/+3
* Larn now builds with WARNS=4.dholland2008-01-281-43/+47
* Apparently the reason the printf arguments were all wrong is that larndholland2008-01-281-121/+11
* Per PR 36185, OKed by martin@mouse2007-04-221-2/+3
* lrint() -> larn_lrint().mrg2006-05-111-4/+4
* A preprocessor macro named "srand" was defined which seeded the randomperry2005-02-031-3/+3
* __STDC__ is always defined on NetBSD.wiz2002-05-261-18/+2
* Update to the new t_agetstr() API.christos2001-11-021-13/+10
* va_{start,end} audit:wiz2001-09-241-2/+3
* - rename getchar to lgetchar to avoid conflicts with the stdio getcharchristos2001-02-051-5/+5
* Fix coredump on start.blymn2000-05-241-3/+3
* Converted games to use the new termcap interface.blymn2000-05-221-19/+47
* update after change to return value of tputs() third argumentlukem1999-10-041-3/+4
* Tons of changes; re-indent, use termios, fix warnings, add prototypes...christos1997-10-181-593/+803
* NULL => 0 (Arne Juul; PR#3629)pk1997-05-171-6/+6
* print more informative error message. from kstailey (PR#2699)mrg1996-08-151-2/+5
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-241-6/+7
* 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
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+915