summaryrefslogtreecommitdiffstats
path: root/atc/main.c
Commit message (Expand)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-5/+5
* Move game logic out of the file with the curses code.dholland2015-06-251-2/+30
* Abolish the foul practice of including every header in existence via adholland2015-06-191-3/+14
* Make the list of place types an enumeration. Use unsigned values fordholland2014-03-221-3/+3
* Don't use ++ to set flags to true. Now passes -Wstrict-overflow.dholland2012-10-121-7/+7
* sprinkle staticdholland2009-08-121-6/+11
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
* Fix y2038 bug: time_t != int.dholland2008-01-311-5/+6
* Actually accept "?" argument as documented in the manpage.jnemeth2006-06-071-16/+14
* Coverity CID 1786: Close file.christos2006-03-181-2/+3
* Pass lint(1).rpaulo2005-08-101-47/+47
* KNF and WARNS=3 fixesjmc2005-07-011-17/+13
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
* fix redundant decls and nested externschristos2001-02-051-3/+3
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
* Use getopt instead of home grown command line parsing.mjl1999-07-241-44/+30
* The patch below improves the security of the game atc(6), by having ithubertf1999-07-171-2/+6
* constify, per PR 6150 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-11-101-8/+9
* Replace special handling of \r by using ICRNL (PR#6078 by Joseph Myers <jsm28...hubertf1998-09-131-2/+3
* use warn instead of perror/fprintf/...lukem1997-10-111-6/+6
* WARNSifylukem1997-10-101-13/+15
* Use POSIX signal and tty semantics.mycroft1995-04-271-19/+14
* clean up importcgd1995-03-211-7/+12
* Add RCS identifiers.mycroft1993-08-011-1/+2
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+326