summaryrefslogtreecommitdiffstats
path: root/backgammon/common_source/fancy.c
Commit message (Collapse)AuthorAgeFilesLines
* KNF and WARNS=3 fixesjmc2005-07-011-62/+69
|
* s/the the/the/ (only in sources that aren't regularly imported fromsimonb2004-04-231-3/+3
| | | elsewhere).
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* This adds a check for memory allocation failure to one place inhubertf1999-07-261-2/+6
| | | | | | | 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>
* tgetent() handles const correctly in currenthubertf1999-02-101-3/+3
|
* The patch below makes the game backgammon(6) use `const' wherehubertf1999-02-101-4/+4
| | | | | | | | | | | | | | 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).
* Remove unused function (PR#6076 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-9/+2
|
* use <termcap.h>lukem1997-10-141-8/+2
|
* KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)lukem1997-10-101-441/+436
|
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-241-2/+3
| | | | Include appropriate includes, delete bogus function declarations, change sizes of variables and casts.
* clean up importcgd1995-03-211-4/+9
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+748