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
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
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.
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo