summaryrefslogtreecommitdiff
path: root/games/cribbage/io.c
AgeCommit message (Expand)Author
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre
2015-12-31Include only needed header files per each source filemestre
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2014-05-09Various cleanup in incard():Ingo Schwarze
2014-05-09Fix a mini-bug reported by pjanzen@:Ingo Schwarze
2014-05-09KNF: unify style and reduce indentation in get_line(), no binary changeIngo Schwarze
2014-05-09After entering an invalid three-letter card name, one letter card namesIngo Schwarze
2014-05-09Various cleanup:Ingo Schwarze
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2010-05-10Rename use of some builtins that makes gcc4 warn.Nicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-12-03Some more ambigous -> ambiguous pointed out by mbalmer (there areStuart Henderson
2004-07-10more ansi; khalek@linuxgamers.netTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-25strings... ok henning@, millert@, tedu@Thierry Deval
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-08-17Better handling of out-of-range numbers.Paul Janzen
1999-11-29Kill BOOLEAN, just use the curses/c++ bool type instead.Todd C. Miller
1998-08-19tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalPaul Janzen
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-24Clean up play, let player see play more often, improve display timing.Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt