Home | History | Annotate | Download | only in mille
History log of /src/games/mille/move.c
RevisionDateAuthorComments
 1.19  03-Feb-2019  mrg - add or adjust /* FALLTHROUGH */ where appropriate
- add __unreachable() after functions that can return but won't in
this case, and thus can't be marked __dead easily
 1.18  31-Aug-2011  plunky branches: 1.18.42;
NULL does not need a cast
 1.17  12-Aug-2009  dholland sprinkle static
 1.16  25-May-2009  dholland ANSIfy function declarations. Object file diffs checked.
 1.15  05-Nov-2004  dsl Add (unsigned char) cast to ctype functions
 1.14  06-Apr-2004  jdc If the current player has no cards, skip to the other player.
While we're here, make this compile with -DDEBUG.
Fixes PR bin/12530 from Thomas Klausner.
 1.13  07-Aug-2003  agc branches: 1.13.2;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22269, verified by myself.
 1.12  01-Oct-1999  jsm Fix error in last namespace change (only relevant #ifdef DEBUG).
 1.11  30-Sep-1999  jsm Fix uses of namespaces reserved by ISO C or POSIX.1.
 1.10  08-Sep-1999  jsm branches: 1.10.2;
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.9  08-Sep-1999  jsm Removed unused array Movenames[].
 1.8  29-Mar-1999  mrg defined(attron) does not mean there is a <term.h>
 1.7  12-Oct-1997  lukem WARNSify
 1.6  23-May-1997  jtc Change "reg" to "register"
Remove private implementation of erasechar() and killchar().
 1.5  29-Mar-1997  thorpej Make these compile on the PowerPC (an unsigned char system).
 1.4  24-Mar-1995  cgd rcs id conventions
 1.3  12-May-1994  jtc sync with 44lite, seems to fix bug #224
 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  12-May-1994  jtc 44lite code
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.10.2.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.13.2.1  08-Apr-2004  jmc Pullup rev 1.14 (requested by jdc in ticket #101)

If the current player has no cards, skip to the other player.
Make this compile with -DDEBUG. PR#12530
 1.18.42.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed