]> git.cameronkatri.com Git - bsdgames-darwin.git/history - robots/main.c
avoid duplicating symbols in libterminfo.
[bsdgames-darwin.git] / robots / main.c
2020-07-26 niarobots: Use arc4random_uniform for better uniform distr...
2009-08-12 dhollandsprinkle static
2009-08-05 christosdon't use char values for functions that can return...
2009-08-05 dhollandUse getopt instead of hand-rolled options code. Documen...
2009-07-20 dhollandUse random() instead of rand(), and seed with time...
2009-07-20 dhollandAssorted minor cleanups, no functional change:
2009-07-20 dhollandA bit more whitespace.
2009-07-20 dhollandWhitespace.
2009-07-20 dhollandANSIfy. Use __dead. Object diffs checked.
2008-08-08 drochnerif initscr() fails, exit with a message rather than...
2008-07-20 lukemRemove the \n and tabs from the __COPYRIGHT() strings.
2007-12-15 perryconvert __attribute__s to applicable cdefs.h macros
2004-11-05 dslAdd (unsigned char) cast to ctype functions
2004-01-27 jsmRemove uses of __P.
2003-08-07 agcMove UCB-licensed code from 4-clause to 3-clause licence.
2001-12-06 blymnChange deprecated curses function to new equivalent.
2001-02-05 christosfix nested externs
2000-05-08 mycroftUse setgid(), not setregid().
2000-01-19 jsmEnsure correct prompt asking about another game is...
2000-01-19 jsmTypo fix in unknown option message (from Malcolm Parsons
2000-01-19 jsmRemove definition of __cputchar.
1999-10-04 lukemupdate after change to return value of tputs() third...
1999-09-12 jsmSecurity improvements for games (largely from or inspir...
1999-09-08 jsmAdd `__noreturn__' and `__unused__' attributes where...
1999-09-08 jsmAdd use of `const' where appropriate to the games.
1999-05-15 christosAdd -A for automatic playing mode.
1997-10-12 lukemdeprecate bzero, rindex, etc. use symbolic constants...
1997-10-12 lukemWARNSify
1995-04-22 cgdclean up import
1993-08-10 mycroftReally fix exit code.
1993-08-10 mycroftRewrite grody exit code and eliminate use of _putchar().
1993-08-01 mycroftAdd RCS identifiers.
1993-03-21 cgdinitial import of 386bsd-0.1 sources