summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a -d flag so that primes will print the difference between the currentmatt2008-02-021-14/+31
* Fix typo: sive -> sieve.matt2008-02-021-3/+3
* Pedanticism about time_t (not really a bug, but now it won't show up whendholland2008-01-311-3/+3
* Fix y2038 bug: time_t != int.dholland2008-01-313-10/+13
* Make the default WARNS for games 4. The only game that needs to set WARNSdholland2008-01-2812-30/+13
* build with WARNS=4dholland2008-01-281-6/+6
* Make hack build with WARNS=4.dholland2008-01-2818-94/+102
* Make this build with WARNS=4 by not reusing names from <math.h>.dholland2008-01-281-5/+5
* Make this build with WARNS=4 by not reusing names from ctype.h.dholland2008-01-281-9/+9
* Make this build with WARNS=4.dholland2008-01-289-70/+78
* make mille build with WARNS=4dholland2008-01-281-6/+6
* 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
* clean for WARNS=4dholland2008-01-289-64/+61
* Work around gcc signedness warning: if you check for uid_t < 0, gcc warnsdholland2008-01-281-6/+9
* Build with WARNS=4. Sort out the game's shadowing of its own variables,dholland2008-01-287-66/+68
* Build with WARNS=4. (All fixes are cosmetic, except that it's definitelydholland2008-01-282-28/+29
* Build with WARNS=4.dholland2008-01-282-7/+8
* This builds with WARNS=4; set it in the Makefile so it stays that way.dholland2008-01-281-1/+2
* Build with WARNS=4.dholland2008-01-282-20/+21
* I'm guessing that there should be no space between the hyphen andhe2008-01-251-1/+1
* Only pull in <sys/cdefs.h> on NetBSD, to fix build on Solaris 10.lukem2008-01-161-2/+5
* ANSIfy. Remove unnecessary casts. Clean up for -Wsign-compare. Make moredholland2008-01-1424-917/+634
* Whitespace/KNF nits.dholland2008-01-1422-195/+198
* Fun with parts of speech: `stupid' here is an adjective, not a noun.dholland2008-01-031-1/+1
* Comprehensive (or at least extensive) string handling cleanup for rogue.dholland2007-12-2721-787/+953
* more __dead fallout: these two files are built for the native host, notdogcow2007-12-182-3/+14
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-1571-250/+250
* include sys/cdefs.h so that __attribute__ can be fixed laterperry2007-12-153-3/+6
* A terrible kludge: don't compile/link malloc.c if arch=sun2. My apologiesdogcow2007-11-171-2/+6
* __attribute -> __attribute__ragge2007-09-161-3/+3
* Teach wtf(6) about pkgsrc's help facility:hubertf2007-08-062-8/+18
* Increased WARNS to 4, since it passes both gcc333 and gcc411 on i386.rillig2007-06-061-2/+2
* Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls2007-05-281-1/+2
* Per PR 36185, OKed by martin@mouse2007-04-225-37/+52
* Xref shuffle(1) from random(6), and vice versahubertf2007-03-201-2/+3
* NetBSD JIHBEDad2007-02-261-0/+2
* NetBSD: Dead on Targetad2007-02-261-0/+3
* - Don't call basename $0 at many places. Use variable $PROGNAMEhubertf2007-01-241-7/+14
* Update my previous commit to better match the original code, includingchuck2007-01-171-5/+8
* mrg's changes in 1.13 broke hack's display code.chuck2007-01-171-5/+8
* Replve duplicate #includeshubertf2007-01-172-6/+4
* - ANSIfyhubertf2007-01-121-16/+11
* Fix some typos in ENIAC quote. From Zafer Aydogan and myself.wiz2006-12-251-3/+3
* Spell "tomorrow" correctly. From Zafer Aydogan.wiz2006-12-251-1/+1
* Bump date for previous. Use mdoc macros.wiz2006-12-231-3/+3
* Add example of using -w.reed2006-12-141-1/+4
* s/existance/existence/, from Zafer.wiz2006-11-242-3/+3