summaryrefslogtreecommitdiffstats
path: root/battlestar/command3.c
Commit message (Collapse)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-29/+29
|
* - add or adjust /* FALLTHROUGH */ where appropriatemrg2019-02-031-2/+4
| | | | - add __unreachable() after functions that can return but won't in this case, and thus can't be marked __dead easily
* fix issues found by GCC 6.4:mrg2018-02-041-3/+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.
* KNF and WARNS=3jmc2005-07-011-43/+93
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Rename com#.c to command#.c to avoid conflicts with those file basenamestv2001-10-191-0/+321
on certain Microsoft host OS's.