summaryrefslogtreecommitdiffstats
path: root/cribbage/cribbage.h
Commit message (Collapse)AuthorAgeFilesLines
* Pass -Wstrict-overflow, and while here, don't read from index -1 ofdholland2012-10-131-3/+3
| | | an array.
* Use __dead and __printflike instead of __attribute__.dholland2011-08-261-6/+4
|
* sprinkle staticdholland2009-08-121-23/+1
|
* Rename internal getline() function to get_line() so it doesroy2009-07-131-2/+2
| | | conflict with the soon to be added getline(3) libc function.
* KNF and WARNS=3jmc2005-07-021-3/+2
|
* Mark unused parameters, nonreturning functions and format functions injsm2004-02-081-3/+5
| | | the few cases not already marked.
* Remove uses of __P.jsm2004-01-271-52/+52
|
* Rename rint to receive_intr to avoid conflict with GCC 3.4 built-in C99jsm2004-01-261-2/+2
| | | function.
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-6/+2
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Avoid confict with reserved identifier "expl".thorpej2002-12-061-2/+2
|
* Fix uses of namespaces reserved by ISO C or POSIX.1.jsm1999-09-301-2/+2
|
* Fix glitch in const changes (bin/8365 from John.P.Darrow@wheaton.edu).jsm1999-09-101-2/+2
|
* Add use of `const' where appropriate to the games.jsm1999-09-081-18/+18
| | | | | | | | | 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.
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-2/+2
|
* clean up importcgd1995-03-211-4/+56
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+61