summaryrefslogtreecommitdiffstats
path: root/trek/trek.h
Commit message (Expand)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
* 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
* Avoid arrays of incomplete types (required to build with GCC 4).jsm2005-02-151-4/+1
* 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
* 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
* const poisoninghubertf1999-07-211-9/+9
* 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