2019-03-19 |
pgoyette | Report the users score _after_ the game has ended and... |
tree | commitdiff |
2017-01-10 |
christos | ned stat.h |
tree | commitdiff |
2015-07-26 |
wiz | Use An in AUTHORS section. |
tree | commitdiff |
2015-07-23 |
pgoyette | Sync descriptive text with actual game definition. |
tree | commitdiff |
2015-06-25 |
dholland | Move game logic out of the file with the curses code. |
tree | commitdiff |
2015-06-19 |
dholland | Abolish the foul practice of including every header... |
tree | commitdiff |
2014-03-22 |
dholland | Make the list of place types an enumeration. Use unsign... |
tree | commitdiff |
2014-03-22 |
dholland | use a more suitable type |
tree | commitdiff |
2014-03-22 |
dholland | use more suitable types |
tree | commitdiff |
2014-03-22 |
dholland | woops, more of previous. |
tree | commitdiff |
2014-03-22 |
dholland | Make some things unsigned that should be (why would... |
tree | commitdiff |
2014-03-22 |
dholland | Don't cast the return value of malloc. |
tree | commitdiff |
2012-10-12 |
dholland | Don't use ++ to set flags to true. Now passes -Wstrict... |
tree | commitdiff |
2011-08-16 |
christos | document non-literal format strings |
tree | commitdiff |
2011-02-15 |
is | Bug fix: in a game with 26 planes, the last one to... |
tree | commitdiff |
2010-02-06 |
he | When using -lcurses, you also need -lterminfo. |
tree | commitdiff |
2009-10-29 |
christos | use %option noinput nounput |
tree | commitdiff |
2009-08-12 |
dholland | sprinkle static |
tree | commitdiff |
2009-05-26 |
dholland | sprintf -> snprintf |
tree | commitdiff |
2009-05-25 |
dholland | attribute noreturn -> __dead |
tree | commitdiff |
2009-04-20 |
drochner | define YY_NO_INPUT where appropriate, from Kurt J.... |
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-31 |
dholland | Fix y2038 bug: time_t != int. |
tree | commitdiff |
2008-01-28 |
dholland | Make the default WARNS for games 4. The only game that... |
tree | commitdiff |
2007-12-15 |
perry | convert __attribute__s to applicable cdefs.h macros |
tree | commitdiff |
2006-11-24 |
wiz | s/exceded/exceeded/, from Zafer. |
tree | commitdiff |
2006-10-07 |
elad | Input validation, from David A. Holland on #NetBSD... |
tree | commitdiff |
2006-06-07 |
jnemeth | Increase username length to match modern systems, and... |
tree | commitdiff |
2006-06-07 |
jnemeth | Actually accept "?" argument as documented in the manpage. |
tree | commitdiff |
2006-06-07 |
jnemeth | Don't follow symlinks on systems that have O_NOFOLLOW. |
tree | commitdiff |
2006-06-07 |
jnemeth | prevent "stack" overflow |
tree | commitdiff |
2006-06-07 |
jnemeth | bracket else block |
tree | commitdiff |
2006-06-07 |
jnemeth | WARNS=4 |
tree | commitdiff |
2006-03-22 |
christos | Add missing parens. |
tree | commitdiff |
2006-03-22 |
christos | Simplify (Masao Uebayashi) |
tree | commitdiff |
2006-03-22 |
christos | Coverity CID 692: Another && that should be ||. Boy... |
tree | commitdiff |
2006-03-18 |
christos | Coverity CID 1786: Close file. |
tree | commitdiff |
2005-09-15 |
wiz | Use standard AUTHORS section header. From YOMURA Masano... |
tree | commitdiff |
2005-08-10 |
rpaulo | Added a missing '-' in score list output. |
tree | commitdiff |
2005-08-10 |
rpaulo | Pass lint(1). |
tree | commitdiff |
2005-08-10 |
rpaulo | Enable WARNS=3. |
tree | commitdiff |
2005-08-10 |
rpaulo | Fixed an output bug where a new-line was added due... |
tree | commitdiff |
2005-07-01 |
jmc | KNF and WARNS=3 fixes |
tree | commitdiff |
2005-02-15 |
jsm | Cast last argument of execl to (char *). |
tree | commitdiff |
2004-09-07 |
jrf | Replaced strncpy with strlcpy. Thanks to Peter Postma who |
tree | commitdiff |
2004-01-27 |
jsm | Remove uses of __P. |
tree | commitdiff |
2004-01-01 |
wiz | Bump date for previous. Remove superfluous .Pp. |
tree | commitdiff |
2004-01-01 |
jsm | Document that pressing return allows you to "fast forwa... |
tree | commitdiff |
2003-08-07 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence. |
tree | commitdiff |
2003-08-01 |
lukem | Rework how dependency generation is performed: |
tree | commitdiff |
2003-06-26 |
wiz | Use only one of -literal and -unfilled with Bd. |
tree | commitdiff |
2003-04-26 |
wiz | Grammar fixes, from jmc@openbsd. |
tree | commitdiff |
2003-02-25 |
wiz | .Nm does not need a dummy argument ("") before punctuat... |
tree | commitdiff |
2002-09-26 |
wiz | Lots of minor fixes resulting from reading these man... |
tree | commitdiff |
2002-09-26 |
wiz | Mdoc nits -- unneeded ". |
tree | commitdiff |
2002-09-26 |
wiz | New sentences begin on new lines. |
tree | commitdiff |
2002-02-08 |
ross | Generate <>& symbolically. I'm avoiding .../dist/.... |
tree | commitdiff |
2001-08-29 |
jsm | Include <time.h> for declarations the Single Unix Speci... |
tree | commitdiff |
2001-06-19 |
wiz | `existent', not `existant' |
tree | commitdiff |
2001-06-05 |
wiz | No argument for .Os. |
tree | commitdiff |
2001-04-02 |
wiz | Whitespace and/or punctuation fixes. |
tree | commitdiff |
2001-02-05 |
christos | fix redundant decls and nested externs |
tree | commitdiff |
2001-01-16 |
cgd | comment or delete text after CPP directives. |
tree | commitdiff |
2000-11-07 |
lukem | remove unnecessary command name after .Nm |
tree | commitdiff |
2000-11-07 |
lukem | use lowercase with .Nm to match actual command name |
tree | commitdiff |
2000-09-23 |
jhawk | Correct descriptions of "marked" vs. "ignored" -- they... |
tree | commitdiff |
2000-05-08 |
mycroft | Use setgid(), not setregid(). |
tree | commitdiff |
1999-09-30 |
jsm | Fix uses of namespaces reserved by ISO C or POSIX.1. |
tree | commitdiff |
1999-09-10 |
jsm | Compare getchar() against EOF, not -1. |
tree | commitdiff |
1999-07-28 |
hubertf | In atc(6), the function getAChar() has BSD and SYSV... |
tree | commitdiff |
1999-07-26 |
hubertf | Remove empty functin check_adir() and references to it. |
tree | commitdiff |
1999-07-25 |
hubertf | This patch marks unused parameters in atc(6) as such. |
tree | commitdiff |
1999-07-24 |
hubertf | This patch makes atc(6) check for memory allocation... |
tree | commitdiff |
1999-07-24 |
mjl | Use getopt instead of home grown command line parsing. |
tree | commitdiff |
1999-07-21 |
hubertf | When atc(6) parses its game definition files, the check... |
tree | commitdiff |
1999-07-17 |
hubertf | The patch below improves the security of the game atc... |
tree | commitdiff |
1999-07-17 |
hubertf | Add two .Els that nroff was complaining to miss. |
tree | commitdiff |
1999-06-27 |
sommerfeld | man page rewritten into -mandoc by dholland@eecs.harvar... |
tree | commitdiff |
1999-02-13 |
lukem | convert from NOxxx= to MKxxx=no. |
tree | commitdiff |
1998-11-10 |
hubertf | constify, per PR 6150 by Joseph Myers <jsm28@cam.ac.uk> |
tree | commitdiff |
1998-09-29 |
lukem | don't install in /usr/share if NOSHARE is defined |
tree | commitdiff |
1998-09-13 |
hubertf | mark non-returning functions (PR#6144 by Joseph Myers... |
tree | commitdiff |
1998-09-13 |
hubertf | remove unused files (PR#6083 by Joseph Myers <jsm28... |
tree | commitdiff |
1998-09-13 |
hubertf | Replace special handling of \r by using ICRNL (PR#6078... |
tree | commitdiff |
1998-09-11 |
hubertf | better define PI, plus improve prototype (PR#5867) |
tree | commitdiff |
1998-07-28 |
briggs | An airplane on a heading of 315, given instruction... |
tree | commitdiff |
1998-07-28 |
briggs | An airplane on a heading of 270, given instruction... |
tree | commitdiff |
1998-07-24 |
briggs | A collision is adjacency in all, not any of, three... |
tree | commitdiff |
1998-07-24 |
hubertf | Log hostname, not OS - PR 5831 by Joseph Myers <jsm28... |
tree | commitdiff |
1998-05-13 |
tv | y.tab.h is now called grammar.h (and there's an implied... |
tree | commitdiff |
1998-04-09 |
tv | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file... |
tree | commitdiff |
1998-03-29 |
mrg | - don't use char as an array index |
tree | commitdiff |
1998-02-18 |
jtc | Simply include -lcurses instead of -lcurses -ltermcap |
tree | commitdiff |
1997-11-29 |
veego | We need a FILESMODE=440 for dm which is now setgid... |
tree | commitdiff |
1997-11-20 |
mrg | install games that need it setgid. |
tree | commitdiff |
1997-10-22 |
lukem | use CPPFLAGS instead of CFLAGS, fix dependancies for... |
tree | commitdiff |
1997-10-11 |
lukem | use warn instead of perror/fprintf/... |
tree | commitdiff |
1997-10-10 |
lukem | XXX: work around lex(1) vs termios lameness |
tree | commitdiff |
1997-10-10 |
lukem | WARNSify |
tree | commitdiff |
next |