Home | History | Annotate | Download | only in common_source
History log of /src/games/backgammon/common_source/back.h
RevisionDateAuthorComments
 1.24  22-Aug-2024  rillig backgammon: fix lint warnings
 1.23  12-Dec-2021  andvar branches: 1.23.4;
fix various typos in comments.
 1.22  06-Dec-2020  dholland speed limit 80
 1.21  22-Apr-2020  joerg buffnum is shared between subs.c and fancy.c
 1.20  13-Oct-2012  dholland Pass the move info around instead of using it as a global.
 1.19  13-Oct-2012  dholland Crack down on global variables with single-letter names.
 1.18  26-Aug-2011  dholland branches: 1.18.2; 1.18.8;
Use __dead and __printflike instead of __attribute__.
 1.17  22-Mar-2010  mrg rename text() to wrtext(), aligning it with most other output routines,
and avoiding a compile error on powerpc64.

XXX: this tries to make a ".text" symbol, which already exists...
 1.16  12-Aug-2009  dholland sprinkle static
 1.15  01-Jul-2005  jmc KNF and WARNS=3 fixes
 1.14  27-Jan-2004  jsm Remove uses of __P.
 1.13  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.12  04-Oct-1999  lukem update after change to return value of tputs() third argument
 1.11  26-Jul-1999  hubertf branches: 1.11.2;
This patch adds to backgammon(6) a couple of noreturn attributes
missed in bin/6144.

Patch submitted in PR 8082 by Joseph Myers <jsm28@cam.ac.uk>
 1.10  10-Feb-1999  hubertf The patch below makes the game backgammon(6) use `const' where
appropriate. It also removes some obsolete, unused code to check the
number of users on the system (obsoleted by dm); removes a prototype
for an unused function that was removed earlier; and removes a control
character from one message that was I think intended to clear the
screen on some particular terminal (though I can't find the comment to
that effect in any of the BSD source trees I have handy) but no longer
serves any useful purpose.

From PR 6580 by Joseph Myers <jsm28@cam.ac.uk>.

Also contains two more patches, one in teachgammon/tutor.h (by Joseph)
and one in common_source/fancy.c (by me).
 1.9  13-Sep-1998  hubertf Remove unused function and mark non-returning ones(PR#6076, #6144 by Joseph Myers <jsm28@cam.ac.uk>)
 1.8  14-Oct-1997  lukem define global vars with `extern' in "back.h", and only define once in
init.c... backgammon works again...
 1.7  14-Oct-1997  lukem use <termcap.h>
 1.6  10-Oct-1997  lukem KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
 1.5  29-Apr-1995  mycroft Use POSIX tty semantics.
 1.4  24-Apr-1995  cgd Various changes to make games compile w/o warnings on the alpha:
Include appropriate includes, delete bogus function declarations,
change sizes of variables and casts.
 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.11.2.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.18.8.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.18.2.1  30-Oct-2012  yamt sync with head
 1.23.4.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed