CVS commit: src/games/cribbage

2012-10-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 13 20:36:07 UTC 2012 Modified Files: src/games/cribbage: crib.c cribbage.h io.c score.c Log Message: Pass -Wstrict-overflow, and while here, don't read from index -1 of an array. To generate a diff of this commit: cvs

CVS commit: src/games/cribbage

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 22:48:52 UTC 2011 Modified Files: src/games/cribbage: io.c Log Message: Don't use variables as format strings. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/games/cribbage/io.c Please note that dif

CVS commit: src/games/cribbage

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 22:47:22 UTC 2011 Modified Files: src/games/cribbage: io.c Log Message: ANSIfy To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/games/cribbage/io.c Please note that diffs are not public domain; they a

CVS commit: src/games/cribbage

2009-08-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 05:48:05 UTC 2009 Modified Files: src/games/cribbage: cards.c crib.c cribbage.h io.c score.c support.c Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/games/cribbage/card

CVS commit: src/games/cribbage

2009-06-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 4 04:48:04 UTC 2009 Modified Files: src/games/cribbage: io.c score.c support.c Log Message: sprintf -> snprintf To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/games/cribbage/io.c cvs rdiff -u -r1.13