Home | History | Annotate | Download | only in atc
History log of /src/games/atc/update.c
RevisionDateAuthorComments
 1.28  02-May-2021  rillig games: remove trailing whitespace in *.c and *.h
 1.27  25-Jun-2015  dholland Move game logic out of the file with the curses code.
 1.26  19-Jun-2015  dholland Abolish the foul practice of including every header in existence via a
single central "include.h". Use only headers that are actually needed.
 1.25  22-Mar-2014  dholland Make the list of place types an enumeration. Use unsigned values for
place numbers.
 1.24  22-Mar-2014  dholland use more suitable types
 1.23  22-Mar-2014  dholland Make some things unsigned that should be (why would we need e.g. a
negative number of airports?) and remove some related bogus casts.
 1.22  15-Feb-2011  is branches: 1.22.4; 1.22.10;
Bug fix: in a game with 26 planes, the last one to be allocated wouldn't
be allocated if it was the only eligible one.
From Jonathan David Amery via Debian Bug report 214626.
 1.21  12-Aug-2009  dholland branches: 1.21.2;
sprinkle static
 1.20  26-May-2009  dholland sprintf -> snprintf
 1.19  15-Dec-2007  perry convert __attribute__s to applicable cdefs.h macros
 1.18  24-Nov-2006  wiz branches: 1.18.8;
s/exceded/exceeded/, from Zafer.
 1.17  22-Mar-2006  christos Add missing parens.
 1.16  22-Mar-2006  christos Simplify (Masao Uebayashi)
 1.15  22-Mar-2006  christos Coverity CID 692: Another && that should be ||. Boy...
 1.14  10-Aug-2005  rpaulo Pass lint(1).
 1.13  01-Jul-2005  jmc KNF and WARNS=3 fixes
 1.12  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22269, verified by myself.
 1.11  16-Jan-2001  cgd comment or delete text after CPP directives.
 1.10  25-Jul-1999  hubertf This patch marks unused parameters in atc(6) as such.

Patch submitted in PR 8058 by Joseph Myers <jsm28@cam.ac.uk>
 1.9  24-Jul-1999  hubertf This patch makes atc(6) check for memory allocation failure.

Patch submitted by Joseph Myers <jsm28@cam.ac.uk> in PR 8056,
with small enhancement to make clearer when loser() is called
with NULL.
 1.8  10-Nov-1998  hubertf constify, per PR 6150 by Joseph Myers <jsm28@cam.ac.uk>
 1.7  11-Sep-1998  hubertf better define PI, plus improve prototype (PR#5867)
 1.6  10-Oct-1997  lukem WARNSify
 1.5  13-Jan-1997  tls bfunctions -> memfunctions
 1.4  27-Apr-1995  mycroft Use POSIX signal and tty semantics.
 1.3  21-Mar-1995  cgd clean up import
 1.2  01-Aug-1993  mycroft Add RCS identifiers.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  21-Mar-1995  cgd from Lite
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.18.8.1  09-Jan-2008  matt sync with HEAD
 1.21.2.1  17-Feb-2011  bouyer Sync with HEAD
 1.22.10.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.22.4.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed