summaryrefslogtreecommitdiffstats
path: root/cribbage/score.c
Commit message (Expand)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
* 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
* Avoid confict with reserved identifier "expl".thorpej2002-12-061-16/+16
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-3/+3
* Add use of `const' where appropriate to the games.jsm1999-09-081-11/+13
* 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