Home | History | Annotate | Download | only in trek
History log of /src/games/trek/schedule.c
RevisionDateAuthorComments
 1.12  22-May-2022  andvar fix various small typos, mainly in comments.
 1.11  24-May-2009  dholland Split up lines > 80 chars. Object files unchanged.
 1.10  24-May-2009  dholland KNF: brace and comment placement. Object files identical.
 1.9  24-May-2009  dholland KNF: fix formatting of preprocessor directives
 1.8  24-May-2009  dholland ANSIfy function declarations. No object file diffs except for two functions
whose K&R declaration didn't fully match the prototype (char vs. int) and
the diff of the disassembly of those looks plausible.
 1.7  31-Mar-2009  christos Avoid hardcoded "too large" constant that caused FPE on the vax.
XXX: Should pullup to 5.0
 1.6  19-Mar-2006  christos branches: 1.6.26; 1.6.28;
Coverity CID 1467: Elide static buffer overflow.
 1.5  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.4  12-Oct-1997  christos Warnsify and remove local implementations of libc functions.
 1.3  22-Apr-1995  cgd clean up import, NetBSD RCS IDs, etc.
 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  22-Apr-1995  cgd src/games/trek from Lite
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.6.28.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.6.26.1  01-Apr-2009  snj Pull up following revision(s) (requested by christos in ticket #637):
games/trek/help.c: revision 1.9
games/trek/kill.c: revision 1.8
games/trek/schedule.c: revision 1.7
games/trek/setup.c: revision 1.10
games/trek/trek.h: revision 1.12
Avoid hardcoded "too large" constant that caused FPE on the vax.

RSS XML Feed