summaryrefslogtreecommitdiffstats
path: root/trek/lrscan.c
Commit message (Collapse)AuthorAgeFilesLines
* Split up lines > 80 chars. Object files unchanged.dholland2009-05-241-3/+4
|
* KNF: brace and comment placement. Object files identical.dholland2009-05-241-16/+9
|
* ANSIfy function declarations. No object file diffs except for two functionsdholland2009-05-241-4/+3
| | | | whose K&R declaration didn't fully match the prototype (char vs. int) and the diff of the disassembly of those looks plausible.
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-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.
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-3/+3
| | | | | | | | | | | | the games. This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Most noreturn attributes were previously added in bin/6144, with some others that were missed then in bin/8082. Previous `unused' attributes were covered in bin/6557, bin/8058 and other PRs (all these PRs have already been handled and closed).
* Warnsify and remove local implementations of libc functions.christos1997-10-121-6/+11
|
* 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/+107