summaryrefslogtreecommitdiffstats
path: root/larn
Commit message (Expand)AuthorAgeFilesLines
* Call srandom() as well as initializing the private random generatordholland2008-01-281-2/+3
* Larn now builds with WARNS=4.dholland2008-01-2821-306/+296
* Apparently the reason the printf arguments were all wrong is that larndholland2008-01-281-121/+11
* Add gcc printf format checking, and fix the abundant problems this revealed.dholland2008-01-289-73/+76
* Per PR 36185, OKed by martin@mouse2007-04-225-37/+52
* s/existance/existence/, from Zafer.wiz2006-11-241-2/+2
* sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg2006-05-111-1/+8
* lrint() -> larn_lrint().mrg2006-05-113-11/+11
* end the argument list to exec*(3) with a NULL instead of a bare '0', asmrg2006-05-111-3/+3
* It's "its."snj2006-04-241-3/+3
* Coverity CID 2073: Fix memory leak.christos2006-03-191-2/+4
* Coverity CID 999: Prevent NULL deref.christos2006-03-191-3/+4
* Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz2005-09-151-6/+3
* Remove a incorrect semicolon at the end of an if().simonb2005-02-251-4/+4
* A preprocessor macro named "srand" was defined which seeded the randomperry2005-02-032-5/+5
* Uppercase CPU, plural is CPUs.wiz2004-02-131-6/+6
* Remove uses of __P.jsm2004-01-277-267/+267
* Don't redefine NULLagc2003-10-211-1/+3
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-076-40/+16
* Sy Aq -> Aq Sy so both work.wiz2003-07-011-2/+2
* .Nm does not need a dummy argument ("") before punctuation orwiz2003-02-251-2/+2
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-261-7/+7
* New sentences begin on new lines.wiz2002-09-261-7/+9
* __STDC__ is always defined on NetBSD.wiz2002-05-261-18/+2
* Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross2002-02-081-2/+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-0513-100/+104
* remove unnecessary command name after .Nmlukem2000-11-071-3/+3
* More include additions for exit, abs, strcmp, etc.matt2000-07-031-2/+3
* Fix coredump on start.blymn2000-05-241-3/+3
* Converted games to use the new termcap interface.blymn2000-05-222-21/+50
* update after change to return value of tputs() third argumentlukem1999-10-042-5/+6
* Fix .Bl/.El imbalance.erh1999-03-101-1/+2
* convert from NOxxx= to MKxxx=no.lukem1999-02-131-2/+4
* don't install in /usr/share if NOSHARE is definedlukem1998-09-291-1/+3
* Add braces to make the new egcs happy.veego1998-08-304-19/+29
* const poisoning.mycroft1998-07-271-3/+3
* fix typo; ryker@openbsd.orgmikel1998-02-121-3/+3
* install games that need it setgid.mrg1997-11-201-1/+2
* Fix time_t vs. long botch.thorpej1997-10-252-6/+6
* use CPPFLAGS instead of CFLAGSlukem1997-10-221-2/+2
* Tons of changes; re-indent, use termios, fix warnings, add prototypes...christos1997-10-1826-6880/+10542
* enable WARNS?=1 by default, & temporarily disable for the few unclean programslukem1997-10-121-1/+2
* gtime -> gltime to avoid conflict in time.hchristos1997-07-1310-32/+32
* NULL => 0 (Arne Juul; PR#3629)pk1997-05-171-6/+6
* Make these compile on the PowerPC (an unsigned char system).thorpej1997-03-294-13/+14
* - Makefile cleanupschristos1997-03-241-5/+4
* Sync to 4.4BSD-Lite2tls1997-01-071-2/+2
* Use ${INSTALL}.thorpej1996-10-181-4/+3