Module Name:src
Committed By: dholland
Date: Sat Jun 25 23:15:41 UTC 2016
Modified Files:
src/games/boggle/boggle: bog.h
Log Message:
Double the threshold for crashing out with "too many words".
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/games/boggle
Module Name:src
Committed By: dholland
Date: Sat Mar 22 23:39:04 UTC 2014
Modified Files:
src/games/boggle/boggle: bog.c
Log Message:
use size_t instead of int for a length
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/games/boggle/boggle/bog.c
Pleas
Module Name:src
Committed By: dholland
Date: Sat Oct 13 20:12:18 UTC 2012
Modified Files:
src/games/boggle/boggle: bog.c
Log Message:
Factor out some common code; pass -Wstrict-overflow.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/games/boggle/boggl
Module Name:src
Committed By: pgoyette
Date: Sun Dec 5 04:11:52 UTC 2010
Modified Files:
src/games/boggle/boggle: bog.c
Log Message:
Since this game is installed as 'boggle', fix the usage() text to match.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 sr