summaryrefslogtreecommitdiff
path: root/games/trek
AgeCommit message (Expand)Author
2022-06-28fix references in manual pages to the reference documentationrillig
2022-05-24fix various typos in comments, docs and log messages.andvar
2022-05-22fix various small typos, mainly in comments.andvar
2022-04-16fix various typos in comments and log messages.andvar
2021-12-08fix typo, pointed out by Andras Farkassnj
2018-06-10use SUBDIR.roff suggested by uwe@christos
2018-02-08Typos.dholland
2014-09-30adhere to stricter groff checking:christos
2014-07-05Reorg docs, part 1:dholland
2014-07-05Rework /usr/share/doc.dholland
2011-08-29Use __deadjoerg
2011-08-16document non-literal string formatschristos
2011-07-03use DBL_MIN from <float.h> instead of a hard coded small value (thatmrg
2009-08-12sprinkle staticdholland
2009-05-25Remove description of -a option and optional log file name, sincedholland
2009-05-25sprintf -> snprintf.dholland
2009-05-25"abbreviation" has two Bs.dholland
2009-05-25Use random() instead of rand(), so we get something like randomdholland
2009-05-25Remove obviously botched test for "fast mode" based on terminal speed.dholland
2009-05-25Use getopt to handle the remaining (all currently undocumented) options.dholland
2009-05-25Remove last traces of undocumented -p option (apparently related todholland
2009-05-25Don't give special privileges to uid 13107.dholland
2009-05-25__attribute__((__noreturn__)) -> __deaddholland
2009-05-25Null for pointers, not 0.dholland
2009-05-25Fix score printing so columns line up.dholland
2009-05-24Abolish cgetc(). It contained one line of code, which was wrong.dholland
2009-05-24Remove unnecessary initialization that silenced a compiler warning in 1997.dholland
2009-05-24Sprinkle some blank lines for readability.dholland
2009-05-24Split up lines > 80 chars. Object files unchanged.dholland
2009-05-24Don't use literal ^G's in string constants. Use \a.dholland
2009-05-24KNF: brace and comment placement. Object files identical.dholland
2009-05-24whitespacedholland
2009-05-24KNF: fix formatting of preprocessor directivesdholland
2009-05-24ANSIfy function declarations. No object file diffs except for two functionsdholland
2009-05-24KNF. No change to .o file.dholland
2009-03-31Avoid hardcoded "too large" constant that caused FPE on the vax.christos
2008-11-14PR/39923: Valery Ushakov: trek(6) can spin, consuming 100% CPU on powerpcchristos
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-01-28Make the default WARNS for games 4. The only game that needs to set WARNSdholland
2008-01-28Build with WARNS=4.dholland
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2006-03-19Coverity CID 1197: Don't pass -1 to close.christos
2006-03-19Coverity CID 1467: Elide static buffer overflow.christos
2005-09-15Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz
2005-02-15Avoid arrays of incomplete types (required to build with GCC 4).jsm
2004-01-27Remove uses of __P.jsm
2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-10Rename a large chunk of the make(1) variables which refer to alukem
2003-01-05Add ${MACROS} to ${ROFF} usage to make output readablepooka