summaryrefslogtreecommitdiffstats
path: root/battlestar/com3.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename com#.c to command#.c to avoid conflicts with those file basenamestv2001-10-191-321/+0
| | | on certain Microsoft host OS's.
* Use defined constant FINAL instead of hardcoded 275. From OpenBSD.jsm2000-09-251-3/+3
|
* Add explicit no-ops to empty loops following the NetBSD style guide.jsm2000-09-241-3/+4
|
* Correct spelling "dont" to "don't". From OpenBSD.jsm2000-09-241-3/+3
|
* Use a lookup table to identify whether objects are plural or singular,jsm2000-09-231-5/+4
| | | | instead of testing the final character against 's' in each place. Avoids oddities about "pot of jewels" and "compass".
* Remove all adjectives in parse(), since they are nowhere used. Fixesjsm2000-09-221-3/+3
| | | | crash on "carry old all" shown up by fuzz testing. Patch from Paul Janzen <pjanzen@foatdi.harvard.edu>.
* Wording, punctuation and line length improvements. Also adjust testjsm2000-09-101-3/+3
| | | | for killing nonsensical things to fix crash with "kill door". From OpenBSD.
* Initialize return-value correctly as pointed out in PR 6007 byhubertf1998-08-241-4/+3
| | | Joseph Myers <jsm@octomino.demon.co.uk>.
* KNFify (with indent)lukem1997-10-111-188/+185
|
* WARNSifylukem1997-10-101-9/+16
|
* Sync to 4.4BSD-Lite2tls1997-01-071-4/+4
|
* clean up importcgd1995-03-211-4/+9
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+312