summaryrefslogtreecommitdiffstats
path: root/cribbage/support.c
Commit message (Collapse)AuthorAgeFilesLines
* sprinkle staticdholland2009-08-121-6/+10
|
* sprintf -> snprintfdholland2009-06-041-3/+3
|
* remove duplicate #include <stdlib.h>rtr2006-03-201-3/+2
|
* Now that we use exit(2), we need to include <stdlib.h> for its definition.he2006-03-191-2/+3
|
* include <stdlib.h> to get a prototype for exitchristos2006-03-191-2/+3
|
* Coverity CID 1295: Don't allow cchose to return a negative number. It ischristos2006-03-181-2/+6
| | | used as an index.
* KNF and WARNS=3jmc2005-07-021-39/+20
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Avoid confict with reserved identifier "expl".thorpej2002-12-061-3/+3
|
* Add use of `const' where appropriate to the games.jsm1999-09-081-12/+12
| | | | | | | | | This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Some such changes were previously covered in PRs bin/6041, bin/6146, bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994, bin/8039, bin/8057 and bin/8093.
* WARNSifylukem1997-10-101-15/+16
|
* clean up importcgd1995-03-211-185/+191
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+357