]> git.cameronkatri.com Git - bsdgames-darwin.git/history - cribbage/io.c
Revert arc4random usage for now
[bsdgames-darwin.git] / cribbage / io.c
2012-10-13 dhollandPass -Wstrict-overflow, and while here, don't read...
2011-05-23 joergDon't use variables as format strings.
2011-05-23 joergANSIfy
2009-08-12 dhollandsprinkle static
2009-07-13 royRename internal getline() function to get_line() so...
2009-06-04 dhollandsprintf -> snprintf
2007-12-15 perryconvert __attribute__s to applicable cdefs.h macros
2005-07-02 jmcKNF and WARNS=3
2005-04-19 rilligFixed wrong use of datatypes. In wait_for(), a char...
2004-11-05 dslAdd (unsigned char) cast to ctype functions
2004-01-26 jsmRename rint to receive_intr to avoid conflict with...
2003-08-07 agcMove UCB-licensed code from 4-clause to 3-clause licence.
2002-05-26 wiz__STDC__ is always defined on NetBSD.
1999-09-30 jsmFix uses of namespaces reserved by ISO C or POSIX.1.
1999-09-18 jsmFix -Wsign-compare warnings.
1999-09-08 jsmAdd `__noreturn__' and `__unused__' attributes where...
1999-09-08 jsmAdd use of `const' where appropriate to the games.
1997-10-10 lukemWARNSify
1997-07-09 philClean up play, let player see play more often, improve...
1997-05-17 pkNULL => 0 (Arne Juul; PR#3629)
1995-03-21 cgdclean up import
1993-12-08 mycroftEliminate two compiler warnings.
1993-08-10 mycroft#include <termios.h>.
1993-08-01 mycroftAdd RCS identifiers.
1993-04-19 mycroftFix bug I introduced.
1993-04-18 mycroftCleanup for GCC 2.
1993-03-21 cgdinitial import of 386bsd-0.1 sources