summaryrefslogtreecommitdiffstats
path: root/cribbage/score.c
Commit message (Collapse)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-3/+3
|
* - enlarge buffer to avoid snprintf() truncationmrg2019-02-031-3/+3
|
* Pass -Wstrict-overflow, and while here, don't read from index -1 ofdholland2012-10-131-8/+9
| | | an array.
* sprinkle staticdholland2009-08-121-6/+9
|
* sprintf -> snprintfdholland2009-06-041-4/+6
|
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-3/+3
|
* __attribute -> __attribute__ragge2007-09-161-3/+3
|
* KNF and WARNS=3jmc2005-07-021-29/+16
|
* 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-16/+16
|
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-3/+3
| | | | | | | | | | | | the games. 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). Most noreturn attributes were previously added in bin/6144, with some others that were missed then in bin/8082. Previous `unused' attributes were covered in bin/6557, bin/8058 and other PRs (all these PRs have already been handled and closed).
* Add use of `const' where appropriate to the games.jsm1999-09-081-11/+13
| | | | | | | | | 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.
* Add braces to make the new egcs happy.veego1998-08-301-4/+6
|
* WARNSifylukem1997-10-101-12/+13
|
* NULL => 0 (Arne Juul; PR#3629)pk1997-05-171-6/+6
|
* clean up importcgd1995-03-211-196/+204
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+364