summaryrefslogtreecommitdiffstats
path: root/backgammon/backgammon
Commit message (Collapse)AuthorAgeFilesLines
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
|
* Fix some uses of NULL as non-pointer and 0 for null pointer.jsm1999-09-171-3/+3
|
* Include <time.h> in various places in the games where time() or time_tjsm1999-09-091-2/+4
| | | are used.
* Adapt to change of "termcap.h".tron1999-08-141-3/+3
|
* This is a trivial fix to backgammon(6): '\a' is cleaner than '\007'.hubertf1999-07-281-3/+3
| | | Submitted in PR 8104 by Joseph Myers <jsm28@cam.ac.uk>
* As in previously sent patches: backgammon(6) does not need setgidhubertf1999-07-191-2/+5
| | | | | games privileges from dm, so should revoke them on startup. Patch submitteed in PR 8024 bye Joseph Myers <jsm28@cam.ac.uk>
* Fix scoring, submitted in PR 7992 by Joseph Myers <jsm28@cam.ac.uk>hubertf1999-07-141-8/+7
|
* The patch below makes the game backgammon(6) use `const' wherehubertf1999-02-103-64/+32
| | | | | | | | | | | | | | 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).
* Fix args processing of backgammon and teachgammon, closes pr 5345 byfrueauf1998-09-151-3/+3
| | | David Brownlee.
* Saved games can NOT be restored by executing the save file (PR#6077)hubertf1998-09-131-3/+1
|
* Use symbolic names for signals(!), open(2)-constants, ...hubertf1998-08-291-4/+4
| | | Fix applied as per PR 6058 by Joseph Myers <jsm28@cam.ac.uk>
* - really make extern char's extern.mrg1998-03-291-4/+4
|
* KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)lukem1997-10-108-776/+798
|
* Back out the .PATH.c changes. The .depend problem (and others)gwr1997-05-081-2/+2
| | | will be fixed using the new .NOPATH make feature instead.
* Use .PATH.c: ...gwr1997-05-061-2/+2
|
* /etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401.mikel1996-11-121-5/+6
|
* Use POSIX tty semantics.mycroft1995-04-293-27/+25
|
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-241-3/+3
| | | | Include appropriate includes, delete bogus function declarations, change sizes of variables and casts.
* clean up importcgd1995-03-217-23/+50
|
* from Litecgd1995-03-211-6/+6
|
* specify man pages the new way.cgd1994-12-221-2/+2
|
* need -lcompatcgd1994-05-231-3/+3
|
* nextfree() was not returning a value when it pulled something off the freemycroft1993-12-031-5/+6
| | | list. Reported by vandys@cisco.com and Mark_Weaver@brown.edu.
* Update to -mandoc macros.jtc1993-08-051-112/+88
|
* Add RCS identifiers.mycroft1993-08-014-4/+8
|
* Add RCS indentifiers.mycroft1993-08-011-1/+2
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* got rid of unnecessary -lcompat and associated dependencycgd1993-03-231-2/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-217-0/+1787