summaryrefslogtreecommitdiffstats
path: root/atc/extern.h
Commit message (Collapse)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-2/+2
|
* Move game logic out of the file with the curses code.dholland2015-06-251-2/+8
|
* Abolish the foul practice of including every header in existence via adholland2015-06-191-1/+4
| | | single central "include.h". Use only headers that are actually needed.
* Make the list of place types an enumeration. Use unsigned values fordholland2014-03-221-2/+2
| | | place numbers.
* sprinkle staticdholland2009-08-121-45/+2
|
* attribute noreturn -> __deaddholland2009-05-251-3/+3
|
* Fix y2038 bug: time_t != int.dholland2008-01-311-2/+3
|
* Pass lint(1).rpaulo2005-08-101-1/+3
|
* KNF and WARNS=3 fixesjmc2005-07-011-25/+25
|
* Remove uses of __P.jsm2004-01-271-77/+77
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-6/+2
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* fix redundant decls and nested externschristos2001-02-051-1/+3
|
* The patch below improves the security of the game atc(6), by having ithubertf1999-07-171-1/+2
| | | | | | | | | | open the score file at the start and then drop all setgid privileges while keeping a (close-on-exec) file descriptor open to it. In order to allow this the static data files have to be made world readable. In addition a potential buffer overrun with corrupted score files is avoided by more careful use of scanf (note that SCORE_SCANF_FMT is defined alongside the definition of the relevant structure). Submitted in PR 8015 by Joseph Myers <jsm28@cam.ac.uk>
* constify, per PR 6150 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-11-101-35/+36
|
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-3/+3
|
* WARNSifylukem1997-10-101-2/+76
|
* Use POSIX signal and tty semantics.mycroft1995-04-271-2/+2
|
* clean up importcgd1995-03-211-4/+5
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+62