summaryrefslogtreecommitdiffstats
path: root/trek
Commit message (Expand)AuthorAgeFilesLines
* Use PREFIX nowCameron Katri2021-03-281-2/+2
* Get all the games compiling for iOSCameron Katri2021-02-229-2211/+16
* use SUBDIR.roff suggested by uwe@christos2018-06-101-2/+2
* Typos.dholland2018-02-081-3/+3
* adhere to stricter groff checking:christos2014-09-301-10/+9
* Reorg docs, part 1:dholland2014-07-051-2/+2
* Rework /usr/share/doc.dholland2014-07-052-8/+5
* Use __deadjoerg2011-08-291-5/+3
* document non-literal string formatschristos2011-08-161-1/+3
* use DBL_MIN from <float.h> instead of a hard coded small value (thatmrg2011-07-031-3/+4
* sprinkle staticdholland2009-08-1212-37/+39
* Remove description of -a option and optional log file name, sincedholland2009-05-251-8/+10
* sprintf -> snprintf.dholland2009-05-252-7/+9
* "abbreviation" has two Bs.dholland2009-05-255-20/+20
* Use random() instead of rand(), so we get something like randomdholland2009-05-253-20/+10
* Remove obviously botched test for "fast mode" based on terminal speed.dholland2009-05-251-8/+5
* Use getopt to handle the remaining (all currently undocumented) options.dholland2009-05-251-15/+14
* Remove last traces of undocumented -p option (apparently related todholland2009-05-251-19/+2
* Don't give special privileges to uid 13107.dholland2009-05-251-9/+2
* __attribute__((__noreturn__)) -> __deaddholland2009-05-251-5/+5
* Null for pointers, not 0.dholland2009-05-251-3/+4
* Fix score printing so columns line up.dholland2009-05-251-26/+37
* Abolish cgetc(). It contained one line of code, which was wrong.dholland2009-05-246-77/+35
* Remove unnecessary initialization that silenced a compiler warning in 1997.dholland2009-05-241-3/+3
* Sprinkle some blank lines for readability.dholland2009-05-241-2/+15
* Split up lines > 80 chars. Object files unchanged.dholland2009-05-2427-166/+280
* Don't use literal ^G's in string constants. Use \a.dholland2009-05-242-7/+7
* KNF: brace and comment placement. Object files identical.dholland2009-05-2443-734/+440
* whitespacedholland2009-05-241-6/+7
* KNF: fix formatting of preprocessor directivesdholland2009-05-2412-133/+133
* ANSIfy function declarations. No object file diffs except for two functionsdholland2009-05-2446-251/+187
* KNF. No change to .o file.dholland2009-05-241-7/+7
* Avoid hardcoded "too large" constant that caused FPE on the vax.christos2009-03-315-13/+19
* PR/39923: Valery Ushakov: trek(6) can spin, consuming 100% CPU on powerpcchristos2008-11-141-3/+6
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
* Make the default WARNS for games 4. The only game that needs to set WARNSdholland2008-01-281-2/+1
* Build with WARNS=4.dholland2008-01-282-7/+8
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-1517-52/+52
* Coverity CID 1197: Don't pass -1 to close.christos2006-03-191-3/+4
* Coverity CID 1467: Elide static buffer overflow.christos2006-03-191-3/+3
* Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz2005-09-151-3/+3
* Avoid arrays of incomplete types (required to build with GCC 4).jsm2005-02-152-5/+5
* Remove uses of __P.jsm2004-01-278-90/+90
* Various typo fixes from Jonathon Gray via jmc@openbsd.wiz2003-11-171-2/+2
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-0753-367/+155
* Rename a large chunk of the make(1) variables which refer to alukem2003-07-101-2/+2
* Add ${MACROS} to ${ROFF} usage to make output readablepooka2003-01-051-2/+2
* avoid buffer overrun. fix from openbsd.itojun2002-10-181-3/+3
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-261-3/+3
* New sentences begin on new lines.wiz2002-09-261-2/+3