summaryrefslogtreecommitdiffstats
path: root/trek/getpar.c
Commit message (Collapse)AuthorAgeFilesLines
* sprinkle staticdholland2009-08-121-3/+3
|
* sprintf -> snprintf.dholland2009-05-251-3/+3
|
* "abbreviation" has two Bs.dholland2009-05-251-7/+7
|
* Abolish cgetc(). It contained one line of code, which was wrong.dholland2009-05-241-16/+25
| | | | Call getchar() directly, and handle EOF properly instead of looping (in some cases) or pretending that EOF is 0 (which it isn't).
* KNF: brace and comment placement. Object files identical.dholland2009-05-241-31/+20
|
* ANSIfy function declarations. No object file diffs except for two functionsdholland2009-05-241-22/+13
| | | | whose K&R declaration didn't fully match the prototype (char vs. int) and the diff of the disassembly of those looks plausible.
* Remove uses of __P.jsm2004-01-271-3/+3
|
* 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.
* avoid buffer overrun. fix from openbsd.itojun2002-10-181-3/+3
| | | reported by Niels Heinen <niels.heinen@ubizen.com>
* Correct spelling of "delimiter", and remove from ignored-errors lists.wiz2002-02-261-3/+3
|
* More include additions for exit, abs, strcmp, etc.matt2000-07-031-2/+3
|
* const poisoninghubertf1999-07-211-16/+16
| | | Patch submitted in PR 8039 by Joseph Myers <jsm28@cam.ac.uk>
* Since we've got an int to store the value, why store it in a functioncjs1997-10-131-4/+4
| | | pointer and cast it?
* Warnsify and remove local implementations of libc functions.christos1997-10-121-20/+33
|
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-241-3/+3
| | | | Include appropriate includes, delete bogus function declarations, change sizes of variables and casts.
* clean up import, NetBSD RCS IDs, etc.cgd1995-04-221-4/+9
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+297