Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/games



Module Name:    src
Committed By:   drochner
Date:           Fri Aug  8 16:10:47 UTC 2008

Modified Files:
        src/games/atc: graphics.c
        src/games/boggle/boggle: mach.c
        src/games/canfield/canfield: canfield.c
        src/games/cribbage: crib.c
        src/games/gomoku: bdisp.c
        src/games/hangman: main.c
        src/games/hunt/hunt: hunt.c
        src/games/mille: mille.c
        src/games/phantasia: main.c
        src/games/rain: rain.c
        src/games/robots: main.c
        src/games/rogue: init.c
        src/games/snake/snake: snake.c
        src/games/worm: worm.c
        src/games/worms: worms.c

Log Message:
if initscr() fails, exit with a message rather than crash in the
next curses call


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/games/atc/graphics.c
cvs rdiff -r1.17 -r1.18 src/games/boggle/boggle/mach.c
cvs rdiff -r1.24 -r1.25 src/games/canfield/canfield/canfield.c
cvs rdiff -r1.21 -r1.22 src/games/cribbage/crib.c
cvs rdiff -r1.8 -r1.9 src/games/gomoku/bdisp.c
cvs rdiff -r1.13 -r1.14 src/games/hangman/main.c
cvs rdiff -r1.26 -r1.27 src/games/hunt/hunt/hunt.c
cvs rdiff -r1.15 -r1.16 src/games/mille/mille.c
cvs rdiff -r1.16 -r1.17 src/games/phantasia/main.c
cvs rdiff -r1.20 -r1.21 src/games/rain/rain.c
cvs rdiff -r1.23 -r1.24 src/games/robots/main.c
cvs rdiff -r1.17 -r1.18 src/games/rogue/init.c
cvs rdiff -r1.24 -r1.25 src/games/snake/snake/snake.c
cvs rdiff -r1.27 -r1.28 src/games/worm/worm.c
cvs rdiff -r1.18 -r1.19 src/games/worms/worms.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index