Home | History | Annotate | Download | only in common_source
History log of /src/games/backgammon/common_source/fancy.c
RevisionDateAuthorComments
 1.20  29-Nov-2024  dholland backgammon: fix crash on small terminals. From Aran Clauson.

(add a small tidyup from me as well)

Closes PR 58862.
 1.19  22-Aug-2024  rillig backgammon: fix lint warnings
 1.18  02-Jun-2024  andvar Fix various typos, mainly triple letters.
 1.17  02-May-2021  rillig games: remove trailing whitespace in *.c and *.h
 1.16  13-Apr-2021  mrg no longer need -Wno-error=implicit-fallthrough.
don't provide common symbols that are in libterminfo now days.
 1.15  22-Apr-2020  joerg buffnum is shared between subs.c and fancy.c
 1.14  12-Aug-2009  dholland sprinkle static
 1.13  01-Jul-2005  jmc KNF and WARNS=3 fixes
 1.12  23-Apr-2004  simonb s/the the/the/ (only in sources that aren't regularly imported from
elsewhere).
 1.11  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.10  26-Jul-1999  hubertf This adds a check for memory allocation failure to one place in
backgammon(6). The use of write(2) for the message may seem odd, but
is used in another place in this game. (Actually, a lot of
backgammon(6) could do with being substantially cleaned up.)

Patch submitted in PR 8080 by Joseph Myers <jsm28@cam.ac.uk>
 1.9  10-Feb-1999  hubertf tgetent() handles const correctly in current
 1.8  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.7  13-Sep-1998  hubertf Remove unused function (PR#6076 by Joseph Myers <jsm28@cam.ac.uk>)
 1.6  14-Oct-1997  lukem use <termcap.h>
 1.5  10-Oct-1997  lukem KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
 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

RSS XML Feed