Home | History | Annotate | Download | only in battlestar
History log of /src/games/battlestar/command3.c
RevisionDateAuthorComments
 1.6  02-May-2021  rillig games: remove trailing whitespace in *.c and *.h
 1.5  03-Feb-2019  mrg - add or adjust /* FALLTHROUGH */ where appropriate
- add __unreachable() after functions that can return but won't in
this case, and thus can't be marked __dead easily
 1.4  04-Feb-2018  mrg branches: 1.4.4;
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.
 1.4.4.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed