summaryrefslogtreecommitdiffstats
path: root/trek/trek.h
Commit message (Collapse)AuthorAgeFilesLines
* Get all the games compiling for iOSCameron Katri2021-02-221-0/+2
|
* sprinkle staticdholland2009-08-121-3/+1
|
* __attribute__((__noreturn__)) -> __deaddholland2009-05-251-5/+5
|
* Abolish cgetc(). It contained one line of code, which was wrong.dholland2009-05-241-4/+1
| | | | Call getchar() directly, and handle EOF properly instead of looping (in some cases) or pretending that EOF is 0 (which it isn't).
* Split up lines > 80 chars. Object files unchanged.dholland2009-05-241-9/+10
|
* KNF: brace and comment placement. Object files identical.dholland2009-05-241-29/+24
|
* KNF: fix formatting of preprocessor directivesdholland2009-05-241-73/+73
|
* Avoid hardcoded "too large" constant that caused FPE on the vax.christos2009-03-311-1/+3
| | | XXX: Should pullup to 5.0
* Avoid arrays of incomplete types (required to build with GCC 4).jsm2005-02-151-4/+1
| | | Reviewed by <hubertf>.
* Remove uses of __P.jsm2004-01-271-61/+61
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-6/+2
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Use `extern' for header variable declarations in trek(6).jsm1999-09-171-24/+24
|
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-5/+5
| | | | | | | | | | | | 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).
* const poisoninghubertf1999-07-211-9/+9
| | | Patch submitted in PR 8039 by Joseph Myers <jsm28@cam.ac.uk>
* Warnsify and remove local implementations of libc functions.christos1997-10-121-19/+169
|
* Make these compile on the PowerPC (an unsigned char system).thorpej1997-03-291-3/+3
|
* clean up import, NetBSD RCS IDs, etc.cgd1995-04-221-4/+5
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+380