CVS commit: src/games/hangman

2020-07-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 12 02:34:54 UTC 2020 Modified Files: src/games/hangman: prdata.c Log Message: Avoid messing up the display when too many letters are guessed at once. The field to put them in was made 26 characters wide... but includes

CVS commit: src/games/hangman

2012-10-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 13 21:01:13 UTC 2012 Modified Files: src/games/hangman: getguess.c playgame.c Log Message: Pass -Wstrict-overflow; while here, use curses TRUE and FALSE only with curses. To generate a diff of this commit: cvs rdiff

CVS commit: src/games/hangman

2012-10-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 13 21:03:10 UTC 2012 Modified Files: src/games/hangman: prdata.c Log Message: Pass -Wstrict-overflow To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/games/hangman/prdata.c Please note that diffs are

CVS commit: src/games/hangman

2012-06-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 19 05:45:00 UTC 2012 Modified Files: src/games/hangman: endgame.c getguess.c getword.c main.c playgame.c prdata.c prman.c prword.c setup.c Log Message: WARNS=5 To generate a diff of this commit: cvs rdiff