summaryrefslogtreecommitdiff
path: root/games/cribbage/crib.c
AgeCommit message (Expand)Author
2013-10-25Use arc4random_uniform() insead of rand() and modulus.Todd C. Miller
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
2004-07-10more ansi; khalek@linuxgamers.netTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-12From NetBSD: remove redundant declarationPaul Janzen
2002-05-31crmode -> cbreakPaul Janzen
2001-11-17Always update the piles before checking score.Paul Janzen
2001-08-10-m option for mugginsPaul Janzen
1999-11-29Kill BOOLEAN, just use the curses/c++ bool type instead.Todd C. Miller
1999-03-27Disable the log file by default (logging, as opposed to scoring, should bePaul Janzen
1998-08-19tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalPaul Janzen
1997-07-24Clean up play, let player see play more often, improve display timing.Theo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-19setgid games, not setuid games. closes a neat set of holesTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt