2011-05-23 |
joerg | Kill some pointer indirections. Don't use variables... |
tree | commitdiff |
2010-02-06 |
he | When using -lcurses, you also need -lterminfo. |
tree | commitdiff |
2009-10-19 |
dholland | Fix '=' for '==' in a test. From NAKAJIMA Yoshihiro... |
tree | commitdiff |
2009-08-12 |
dholland | sprinkle static |
tree | commitdiff |
2008-08-08 |
drochner | if initscr() fails, exit with a message rather than... |
tree | commitdiff |
2008-07-20 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. |
tree | commitdiff |
2008-01-14 |
dholland | ANSIfy. Remove unnecessary casts. Clean up for -Wsign... |
tree | commitdiff |
2008-01-14 |
dholland | Whitespace/KNF nits. |
tree | commitdiff |
2007-12-27 |
dholland | Comprehensive (or at least extensive) string handling... |
tree | commitdiff |
2007-12-15 |
perry | convert __attribute__s to applicable cdefs.h macros |
tree | commitdiff |
2006-05-14 |
christos | XXX: GCC uninitialized |
tree | commitdiff |
2006-04-24 |
snj | It's "its." |
tree | commitdiff |
2006-04-02 |
christos | Coverity CID 2788: If no room gets returned, don't... |
tree | commitdiff |
2006-03-30 |
jnemeth | Coverity CID 2452: possible negative array index; CID... |
tree | commitdiff |
2006-03-30 |
jnemeth | Coverity CID 1288: possible negative array index |
tree | commitdiff |
2006-03-30 |
jnemeth | Coverity CID 993: dereference of NULL pointer |
tree | commitdiff |
2006-03-30 |
jnemeth | Coverity CID 1293: not checking for an error return |
tree | commitdiff |
2006-03-30 |
jnemeth | Coverity CID 1287: not checking for error return |
tree | commitdiff |
2006-03-17 |
abs | Call fclose() appropriately if there is a problem with... |
tree | commitdiff |
2005-09-15 |
wiz | Use standard AUTHORS section header. From YOMURA Masano... |
tree | commitdiff |
2005-06-09 |
tron | Change marker from "pmppc" to "powerpc" because a NetBS... |
tree | commitdiff |
2005-06-09 |
he | Add an initialization to placate -Wuninitialized. |
tree | commitdiff |
2005-02-15 |
jsm | Cast last argument of execl to (char *). |
tree | commitdiff |
2005-02-15 |
jsm | Avoid arrays of incomplete types (required to build... |
tree | commitdiff |
2004-02-13 |
wiz | Uppercase CPU, plural is CPUs. |
tree | commitdiff |
2004-01-27 |
jsm | Remove uses of __P. |
tree | commitdiff |
2004-01-01 |
jsm | Don't use -fwritable-strings. Add one more const. |
tree | commitdiff |
2003-08-07 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence. |
tree | commitdiff |
2003-07-10 |
lukem | Rename a large chunk of the make(1) variables which... |
tree | commitdiff |
2003-04-26 |
wiz | Drop a trailing dot. From jmc@openbsd. |
tree | commitdiff |
2003-01-20 |
simonb | The Double-Semi-Colon Police. |
tree | commitdiff |
2003-01-05 |
pooka | Add ${MACROS} to ${ROFF} usage to make output readable |
tree | commitdiff |
2002-10-01 |
mrg | - use correctly bounded strings when reloading a saved... |
tree | commitdiff |
2002-09-26 |
wiz | Lots of minor fixes resulting from reading these man... |
tree | commitdiff |
2002-09-26 |
wiz | New sentences begin on new lines. |
tree | commitdiff |
2002-07-07 |
tron | Make "rogue" build with "WARNS=2". The necessary patche... |
tree | commitdiff |
2001-12-06 |
blymn | Change deprecated curses call to new equivalent. |
tree | commitdiff |
2001-08-09 |
wiz | Fix pasto. From FreeBSD. |
tree | commitdiff |
2001-08-09 |
wiz | Fix for FreeBSD/13278, from FreeBSD: |
tree | commitdiff |
2001-02-05 |
christos | remove duplicate decls |
tree | commitdiff |
2000-07-10 |
itojun | printf() pedant - do not pass variable alone, use %s. |
tree | commitdiff |
2000-07-03 |
matt | More include additions for exit, abs, strcmp, etc. |
tree | commitdiff |
2000-03-13 |
soren | Fix doubled 'the'. |
tree | commitdiff |
1999-09-18 |
jsm | Fix -Wsign-compare warnings. |
tree | commitdiff |
1999-09-13 |
jsm | Fix buffer overrun in rogue. |
tree | commitdiff |
1999-09-13 |
jsm | Remove rogue's old and bit-rotten cut-down version... |
tree | commitdiff |
1999-09-12 |
jsm | Security improvements for games (largely from or inspir... |
tree | commitdiff |
1999-09-09 |
jsm | Check for failure of malloc() and calloc() at various... |
tree | commitdiff |
1999-09-08 |
jsm | Add `__noreturn__' and `__unused__' attributes where... |
tree | commitdiff |
1999-04-05 |
abs | s/SETUIDGAME/SETGIDGAME/ - catch up with the rest of... |
tree | commitdiff |
1998-11-10 |
hubertf | constify, per PR 6148 |
tree | commitdiff |
1998-09-13 |
hubertf | mark non-returning functions (PR#6144 by Joseph Myers... |
tree | commitdiff |
1998-09-11 |
hubertf | fix prototype, per PR#5867 |
tree | commitdiff |
1998-09-11 |
hubertf | fix prototypes, per PR#5867 |
tree | commitdiff |
1998-09-11 |
hubertf | fix prototype of mon_sees(), per PR#5867 |
tree | commitdiff |
1998-07-27 |
mycroft | const poisoning. |
tree | commitdiff |
1998-07-21 |
hubertf | As per PR bin/5806 by Joseph Myers <jsm28@cam.ac.uk... |
tree | commitdiff |
1998-02-18 |
jtc | Simply include -lcurses instead of -lcurses -ltermcap |
tree | commitdiff |
1998-02-04 |
christos | Remove -lcompat; not needed |
tree | commitdiff |
1997-11-20 |
mrg | install games that need it setgid. |
tree | commitdiff |
1997-10-22 |
lukem | use CPPFLAGS instead of CFLAGS |
tree | commitdiff |
1997-10-15 |
mycroft | Better fix for the previous. |
tree | commitdiff |
1997-10-15 |
is | make gcc happy on Sparc |
tree | commitdiff |
1997-10-12 |
lukem | WARNSify (not an insignificant task...) |
tree | commitdiff |
1997-10-11 |
mycroft | Use bsd.subdir.mk as appropriate. |
tree | commitdiff |
1997-05-17 |
pk | NULL => 0 (Arne Juul; PR#3629) |
tree | commitdiff |
1997-01-07 |
tls | Sync to 4.4BSD-Lite2 |
tree | commitdiff |
1995-04-28 |
mycroft | Use POSIX tty semantics. |
tree | commitdiff |
1995-04-24 |
cgd | Various changes to make games compile w/o warnings... |
tree | commitdiff |
1995-04-22 |
cgd | don't forget to install the docs. |
tree | commitdiff |
1995-04-22 |
cgd | clean up import, NetBSD RCS Ids |
tree | commitdiff |
1995-04-22 |
cgd | src/games/rogue from Lite |
tree | commitdiff |
1994-12-22 |
cgd | specify man pages the new way. |
tree | commitdiff |
1994-04-01 |
cgd | don't -g by default |
tree | commitdiff |
1993-11-10 |
cgd | new curses update |
tree | commitdiff |
1993-09-23 |
mycroft | Use `r+' rather than `a+' when opening score file. |
tree | commitdiff |
1993-08-10 |
mycroft | Rewrite special character handling. |
tree | commitdiff |
1993-08-09 |
jtc | Rogue stores scores in /var/games/rogue.scores, not... |
tree | commitdiff |
1993-08-05 |
jtc | Convert to -mandoc macros. |
tree | commitdiff |
1993-08-01 |
mycroft | Add RCS identifiers. |
tree | commitdiff |
1993-08-01 |
mycroft | Add RCS indentifiers. |
tree | commitdiff |
1993-08-01 |
mycroft | Add RCS identifiers. |
tree | commitdiff |
1993-03-21 |
cgd | initial import of 386bsd-0.1 sources |
tree | commitdiff |
|