summaryrefslogtreecommitdiffstats
path: root/larn
Commit message (Expand)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-058-45/+45
* Use PREFIX nowCameron Katri2021-03-282-10/+12
* Get all the games compiling for iOSCameron Katri2021-02-224-15/+21
* - add or adjust /* FALLTHROUGH */ where appropriatemrg2019-02-034-8/+24
* need time.h for time(), got side-loaded before from <fcntl.h> via <sys/stat.h>christos2017-01-101-2/+3
* WARNS=5dholland2012-06-1918-359/+259
* Fix conflicting variable definitionsmatt2012-02-181-3/+3
* Use tiparm instead of vtparm.roy2011-10-031-7/+7
* Use __deadjoerg2011-08-292-5/+5
* Use __dead and __printflike instead of __attribute__.dholland2011-08-261-2/+2
* eliminate/document non-literal format stringschristos2011-08-162-13/+14
* Document the options that actually exist, instead of some otherdholland2010-04-241-25/+25
* Handle the "diedtime" field of the player log (which is not the highdholland2010-04-241-4/+7
* ctime can return NULL.christos2010-04-021-5/+9
* Userland now builds and uses terminfo instead of termcap.roy2010-02-032-91/+51
* Remove 3rd and 4th clauses in christos' license. OK christos.snj2009-10-211-6/+1
* sprinkle staticdholland2009-08-1212-169/+172
* Fix list markup. Use .Ic for key as suggested by wiz.joerg2009-03-111-15/+16
* Both legs of the conditional operator must return the same type.gmcgarry2008-08-291-2/+2
* Split some code from moreobj.c into action.c, as per larn 12.2.dholland2008-02-194-185/+332
* More assorted cleanup merged from larn 12.2.dholland2008-02-045-175/+78
* Once upon a time, larn 12.0 had functions named getchar() and putchar()dholland2008-02-039-89/+89
* Don't create files mode 666 in /var. (The code in question is not enableddholland2008-02-031-3/+3
* Larn does not need its own private versions of functions from <ctype.h>.dholland2008-02-037-96/+17
* A long time ago, larn had code to prohibit playing it during work hours.dholland2008-02-033-89/+8
* Some assorted minor cleanups, from larn 12.2.dholland2008-02-034-26/+31
* Make a bunch of functions static. Merged from larn 12.2.dholland2008-02-038-68/+80
* Use mkstemp to make the temporary files used when you win.dholland2008-02-031-5/+5
* Since games are (now) setgid, not setuid, it is no longer necessary todholland2008-02-033-30/+30
* 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