Home | History | Annotate | Download | only in phantasia
History log of /src/games/phantasia/io.c
RevisionDateAuthorComments
 1.14  31-Aug-2009  dholland Dumping all system includes anything uses in one big header file is so 1986.

XXX: Removing unused declarations (thus, unused headers can trigger
XXX: it) sometimes causes gcc to generate substantially different
XXX: code. Dunno why but it looks rather like a gcc bug.
 1.13  12-Aug-2009  dholland sprinkle static
 1.12  25-May-2009  dholland ANSIfy function declarations. Object file diffs cross-checked.
 1.11  15-Dec-2007  perry convert __attribute__s to applicable cdefs.h macros
 1.10  15-Dec-2007  perry include sys/cdefs.h so that __attribute__ can be fixed later
 1.9  15-Feb-2005  jsm branches: 1.9.16;
Don't presume phantasia's internal bool (char) is the same as that in
curses.h: define phbool and use it where necessary to avoid declaring
functions with one bool and defining them with the other.

Reviewed by <hubertf>.
 1.8  11-Apr-2004  he Undef bool before including <curses.h>, since it tries to typedef
bool. Otherwise we get (at least on gcc 2.95.3) an empty declaration
warning from "typedef char char;" due to the #define of bool in
phantstruct.h.
 1.7  07-Apr-2004  ross Rework to use curses.h only on the target, not on the host.
 1.6  08-Feb-2004  jsm branches: 1.6.4;
Mark variables changed between setjmp and longjmp as volatile rather
than just taking their addresses.
 1.5  08-Sep-1999  jsm Add `__noreturn__' and `__unused__' attributes where appropriate to
the games.

This merges in all such remaining changes from the Linux port of the
NetBSD games, except in hunt (where substantial changes from OpenBSD
need to be looked at).

Most noreturn attributes were previously added in bin/6144, with some
others that were missed then in bin/8082. Previous `unused'
attributes were covered in bin/6557, bin/8058 and other PRs (all these
PRs have already been handled and closed).
 1.4  08-Sep-1999  jsm Add use of `const' where appropriate to the games.

This merges in all such remaining changes from the Linux port of the
NetBSD games, except in hunt (where substantial changes from OpenBSD
need to be looked at).

Some such changes were previously covered in PRs bin/6041, bin/6146,
bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994,
bin/8039, bin/8057 and bin/8093.
 1.3  13-Oct-1997  lukem WARNSify, KNFify (inc. removing extremely verbose & useless comments), ...
 1.2  24-Mar-1995  cgd rcs id conventions
 1.1  21-Oct-1994  jtc branches: 1.1.1;
Initial revision
 1.1.1.1  21-Oct-1994  jtc phantasia(6), from 44lite
 1.6.4.2  08-Apr-2005  tron Pull up revision 1.8 (requested by jmc in ticket #1032):
Undef bool before including <curses.h>, since it tries to typedef
bool. Otherwise we get (at least on gcc 2.95.3) an empty declaration
warning from "typedef char char;" due to the #define of bool in
phantstruct.h.
 1.6.4.1  08-Apr-2005  tron Pull up revision 1.7 (requested by jmc in ticket #1032):
Rework to use curses.h only on the target, not on the host.
 1.9.16.1  09-Jan-2008  matt sync with HEAD

RSS XML Feed