summaryrefslogtreecommitdiffstats
path: root/atc/update.c
Commit message (Collapse)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-9/+9
|
* Move game logic out of the file with the curses code.dholland2015-06-251-2/+28
|
* Abolish the foul practice of including every header in existence via adholland2015-06-191-3/+11
| | | 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-10/+8
| | | place numbers.
* use more suitable typesdholland2014-03-221-4/+4
|
* Make some things unsigned that should be (why would we need e.g. adholland2014-03-221-4/+6
| | | negative number of airports?) and remove some related bogus casts.
* Bug fix: in a game with 26 planes, the last one to be allocated wouldn'tis2011-02-151-3/+3
| | | | be allocated if it was the only eligible one. From Jonathan David Amery via Debian Bug report 214626.
* sprinkle staticdholland2009-08-121-5/+9
|
* sprintf -> snprintfdholland2009-05-261-9/+15
|
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-3/+3
|
* s/exceded/exceeded/, from Zafer.wiz2006-11-241-3/+3
|
* Add missing parens.christos2006-03-221-4/+4
|
* Simplify (Masao Uebayashi)christos2006-03-221-6/+6
|
* Coverity CID 692: Another && that should be ||. Boy...christos2006-03-221-3/+3
|
* Pass lint(1).rpaulo2005-08-101-7/+8
|
* KNF and WARNS=3 fixesjmc2005-07-011-25/+18
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* comment or delete text after CPP directives.cgd2001-01-161-3/+3
|
* This patch marks unused parameters in atc(6) as such.hubertf1999-07-251-3/+3
| | | Patch submitted in PR 8058 by Joseph Myers <jsm28@cam.ac.uk>
* This patch makes atc(6) check for memory allocation failure.hubertf1999-07-241-2/+4
| | | | | Patch submitted by Joseph Myers <jsm28@cam.ac.uk> in PR 8056, with small enhancement to make clearer when loser() is called with NULL.
* constify, per PR 6150 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-11-101-6/+6
|
* better define PI, plus improve prototype (PR#5867)hubertf1998-09-111-2/+3
|
* WARNSifylukem1997-10-101-10/+20
|
* bfunctions -> memfunctionstls1997-01-131-4/+4
|
* Use POSIX signal and tty semantics.mycroft1995-04-271-8/+2
|
* clean up importcgd1995-03-211-4/+9
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+410