summaryrefslogtreecommitdiff
path: root/games/backgammon/common_source/fancy.c
AgeCommit message (Collapse)Author
2021-05-02games: remove trailing whitespace in *.c and *.hrillig
2021-04-13no longer need -Wno-error=implicit-fallthrough.mrg
don't provide common symbols that are in libterminfo now days.
2020-04-22buffnum is shared between subs.c and fancy.cjoerg
2009-08-12sprinkle staticdholland
2005-07-01KNF and WARNS=3 fixesjmc
2004-04-23s/the the/the/ (only in sources that aren't regularly imported fromsimonb
elsewhere).
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22269, verified by myself.
1999-07-26This adds a check for memory allocation failure to one place inhubertf
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>
1999-02-10tgetent() handles const correctly in currenthubertf
1999-02-10The patch below makes the game backgammon(6) use `const' wherehubertf
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).
1998-09-13Remove unused function (PR#6076 by Joseph Myers <jsm28@cam.ac.uk>)hubertf
1997-10-14use <termcap.h>lukem
1997-10-10KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)lukem
1995-04-24Various changes to make games compile w/o warnings on the alpha:cgd
Include appropriate includes, delete bogus function declarations, change sizes of variables and casts.
1995-03-21clean up importcgd
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd