summaryrefslogtreecommitdiff
path: root/games/cribbage/io.c
AgeCommit message (Expand)Author
2012-10-13Pass -Wstrict-overflow, and while here, don't read from index -1 ofdholland
2011-05-23Don't use variables as format strings.joerg
2011-05-23ANSIfyjoerg
2009-08-12sprinkle staticdholland
2009-07-13Rename internal getline() function to get_line() so it doesroy
2009-06-04sprintf -> snprintfdholland
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2005-07-02KNF and WARNS=3jmc
2005-04-19Fixed wrong use of datatypes. In wait_for(), a char was used togetherrillig
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2004-01-26Rename rint to receive_intr to avoid conflict with GCC 3.4 built-in C99jsm
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-05-26__STDC__ is always defined on NetBSD.wiz
1999-09-30Fix uses of namespaces reserved by ISO C or POSIX.1.jsm
1999-09-18Fix -Wsign-compare warnings.jsm
1999-09-08Add `__noreturn__' and `__unused__' attributes where appropriate tojsm
1999-09-08Add use of `const' where appropriate to the games.jsm
1997-10-10WARNSifylukem
1997-07-09Clean up play, let player see play more often, improve display timing.phil
1997-05-17NULL => 0 (Arne Juul; PR#3629)pk
1995-03-21clean up importcgd
1993-12-08Eliminate two compiler warnings.mycroft
1993-08-10#include <termios.h>.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-04-19Fix bug I introduced.mycroft
1993-04-18Cleanup for GCC 2.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd