summaryrefslogtreecommitdiff
path: root/games/atc
AgeCommit message (Expand)Author
2012-10-12Don't use ++ to set flags to true. Now passes -Wstrict-overflow.dholland
2011-08-16document non-literal format stringschristos
2011-02-15Bug fix: in a game with 26 planes, the last one to be allocated wouldn'tis
2010-02-06When using -lcurses, you also need -lterminfo.he
2009-10-29use %option noinput nounputchristos
2009-08-12sprinkle staticdholland
2009-05-26sprintf -> snprintfdholland
2009-05-25attribute noreturn -> __deaddholland
2009-04-20define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160drochner
2008-08-08if initscr() fails, exit with a message rather than crash in thedrochner
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-01-31Fix y2038 bug: time_t != int.dholland
2008-01-28Make the default WARNS for games 4. The only game that needs to set WARNSdholland
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2006-11-24s/exceded/exceeded/, from Zafer.wiz
2006-10-07Input validation, from David A. Holland on #NetBSD-codeelad
2006-06-07Increase username length to match modern systems, and create #defines for ajnemeth
2006-06-07Actually accept "?" argument as documented in the manpage.jnemeth
2006-06-07Don't follow symlinks on systems that have O_NOFOLLOW.jnemeth
2006-06-07prevent "stack" overflowjnemeth
2006-06-07bracket else blockjnemeth
2006-06-07WARNS=4jnemeth
2006-03-22Add missing parens.christos
2006-03-22Simplify (Masao Uebayashi)christos
2006-03-22Coverity CID 692: Another && that should be ||. Boy...christos
2006-03-18Coverity CID 1786: Close file.christos
2005-09-15Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz
2005-08-10Added a missing '-' in score list output.rpaulo
2005-08-10Pass lint(1).rpaulo
2005-08-10Enable WARNS=3.rpaulo
2005-08-10Fixed an output bug where a new-line was added due the usage of puts(3).rpaulo
2005-07-01KNF and WARNS=3 fixesjmc
2005-02-15Cast last argument of execl to (char *).jsm
2004-09-07Replaced strncpy with strlcpy. Thanks to Peter Postma whojrf
2004-01-27Remove uses of __P.jsm
2004-01-01Bump date for previous. Remove superfluous .Pp.wiz
2004-01-01Document that pressing return allows you to "fast forward" the gamejsm
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-01Rework how dependency generation is performed:lukem
2003-06-26Use only one of -literal and -unfilled with Bd.wiz
2003-04-26Grammar fixes, from jmc@openbsd.wiz
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-09-26Lots of minor fixes resulting from reading these man pages in detail.wiz
2002-09-26Mdoc nits -- unneeded ".wiz
2002-09-26New sentences begin on new lines.wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-08-29Include <time.h> for declarations the Single Unix Specification saysjsm
2001-06-19`existent', not `existant'wiz
2001-06-05No argument for .Os.wiz
2001-04-02Whitespace and/or punctuation fixes.wiz