summaryrefslogtreecommitdiff
path: root/games/cribbage/cribbage.h
AgeCommit message (Collapse)Author
2024-05-23playing is a var in main() not a global, remove externJonathan Gray
2015-12-31Include only needed header files per each source filemestre
This one was also OK'ed by tb@
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre
With precious tip, help and also OK from tb@
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
2010-05-10Rename use of some builtins that makes gcc4 warn.Nicholas Marriott
ok millert
2004-07-10more ansi; khalek@linuxgamers.netTheo de Raadt
2004-01-16ISO C police: log and expl are reserved for the C library.Marc Espie
expl -> expl_string log -> logit
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
already, but he may have later changes to make still.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
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
1995-10-18initial import of NetBSD treeTheo de Raadt