summaryrefslogtreecommitdiff
path: root/games/cribbage/crib.c
AgeCommit message (Collapse)Author
2002-05-31crmode -> cbreakPaul Janzen
2001-11-17Always update the piles before checking score.Paul Janzen
2001-08-10-m option for mugginsPaul Janzen
better user input parsing man page tidying and syncing of rules to Hoyle's typo and context correction in "Hoyle's" transcription
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
done through dm).
1998-08-19tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalPaul Janzen
initialization, removal of unused variable, or other minor fix. Most changes are from or inspired by NetBSD.
1997-07-24Clean up play, let player see play more often, improve display timing.Theo de Raadt
Preliminary work from PR 2055 (as reverse patches); phil
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