CVS commit: src/games/battlestar

2020-12-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Dec 6 11:35:27 UTC 2020 Modified Files: src/games/battlestar: globals.c Log Message: speed limit 80 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/games/battlestar/globals.c Please note that diffs are

CVS commit: src/games/battlestar

2020-02-06 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Thu Feb 6 22:09:43 UTC 2020 Modified Files: src/games/battlestar: parse.c Log Message: games/battlestar: Replace snprintf(3) with strlcpy(3) for better performance. Reviewed by: kamil@ To generate a diff of this commit: cvs rdiff

CVS commit: src/games/battlestar

2020-02-05 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Wed Feb 5 20:11:54 UTC 2020 Modified Files: src/games/battlestar: parse.c Log Message: games/battlestar: Fix the -Werror=restrict warning. Replace strcpy(1) with the safer snprintf(3) which guarantees NULL termination of strings.

CVS commit: src/games/battlestar

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 23:33:33 UTC 2014 Modified Files: src/games/battlestar: extern.h init.c Log Message: Use random(), not rand(). To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/games/battlestar/extern.h cvs rdiff -u

CVS commit: src/games/battlestar

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 23:31:28 UTC 2014 Modified Files: src/games/battlestar: command5.c Log Message: avoid unnecessary floating point ops To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/battlestar/command5.c Pleas

CVS commit: src/games/battlestar

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 23:23:55 UTC 2014 Modified Files: src/games/battlestar: extern.h Log Message: avoid signed left-shift To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/games/battlestar/extern.h Please note that dif

CVS commit: src/games/battlestar

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 23:16:21 UTC 2014 Modified Files: src/games/battlestar: extern.h Log Message: Use CHAR_BIT, not 8. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/games/battlestar/extern.h Please note that diffs

CVS commit: src/games/battlestar

2012-10-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 13 19:58:54 UTC 2012 Modified Files: src/games/battlestar: fly.c Log Message: Pass -Wstrict-overflow. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/games/battlestar/fly.c Please note that diffs are

CVS commit: src/games/battlestar

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 22:44:18 UTC 2011 Modified Files: src/games/battlestar: room.c Log Message: Don't use return value of a function as format string. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/games/battlestar/room

CVS commit: src/games/battlestar

2010-04-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 24 00:38:30 UTC 2010 Modified Files: src/games/battlestar: command6.c Log Message: fflush the score file while signals are blocked to decrease the chance of it getting corrupted. To generate a diff of this commit: cvs

CVS commit: src/games/battlestar

2010-04-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 2 19:34:44 UTC 2010 Modified Files: src/games/battlestar: command6.c Log Message: fix typo. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/games/battlestar/command6.c Please note that diffs are not p

CVS commit: src/games/battlestar

2010-04-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 2 15:35:32 UTC 2010 Modified Files: src/games/battlestar: command6.c Log Message: handle ctime returning NULL. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/games/battlestar/command6.c Please note t