Home | History | Annotate | Download | only in battlestar
History log of /src/games/battlestar/command7.c
RevisionDateAuthorComments
 1.5  02-May-2021  rillig games: remove trailing whitespace in *.c and *.h
 1.4  04-Feb-2018  mrg fix issues found by GCC 6.4:

battlestar was missing some {} in its insane printf()+puts() usage.
this is a literal code sequence i found:

printf("The blast catches ");
printf("the goddess in the ");
printf("stomach, knocking ");
puts("her to the ground.");
printf("She writhes in the ");
printf("dirt as the agony of ");
puts("death taunts her.");
puts("She has stopped moving.");

no lines inserted or removed.

tetris' checkscores() had wrong and missing {} usage.
 1.3  01-Jul-2005  jmc KNF and WARNS=3
 1.2  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22269, verified by myself.
 1.1  19-Oct-2001  tv Rename com#.c to command#.c to avoid conflicts with those file basenames
on certain Microsoft host OS's.

RSS XML Feed