aboutsummaryrefslogtreecommitdiff
path: root/games/backgammon
Commit message (Expand)AuthorAgeFilesLines
* Add 'extern' to arrays that are declared and initialised in other files.John Birrell1998-05-091-12/+12
* Add 'extern' to arrays that are declared and initialised in other files.John Birrell1998-05-091-2/+2
* Add #include stdlib.h to get prototypes.John Birrell1998-05-091-0/+1
* Change prototype for addbuf to make it compatible with tputs now thatJohn Birrell1998-05-091-2/+3
* Add #include string.h, stdlib.h and termcap.h to get prototypes.John Birrell1998-05-091-1/+4
* Add #include string to get prototypes.John Birrell1998-05-091-0/+1
* Add 'extern' to those arrays that are declared and initialisedJohn Birrell1998-05-091-3/+3
* Remove unused fileAndrey A. Chernov1997-09-241-751/+0
* Simplify revokeAndrey A. Chernov1997-09-241-1/+0
* Oops, fix my error from prev commit (revoke simplification)Andrey A. Chernov1997-09-241-1/+1
* CleanupAndrey A. Chernov1997-09-241-10/+3
* Change games from setuid games to setgid games.Eivind Eklund1997-09-012-4/+7
* List -h option also in the SYNOPSIS line.Masafumi Max NAKANE1997-02-151-1/+1
* Added an option `-h' which gives you usage info.Masafumi Max NAKANE1997-02-152-10/+18
* Make the description of command-line args match the reality.Masafumi Max NAKANE1997-02-111-21/+15
* Instead of swapping ruid and euid before and after touching user's file,Masafumi Max NAKANE1997-02-013-4/+12
* Include string.h for prototype of strdup().Masafumi Max NAKANE1997-02-012-0/+2
* Style police:Masafumi Max NAKANE1997-01-313-11/+11
* Better handling of command-line argument:Masafumi Max NAKANE1997-01-305-45/+48
* Oops, setreuid() also needed before and after opening/closing the recover fileMasafumi Max NAKANE1997-01-301-0/+2
* Do getreuid(geteuid(), getuid()) before opening file to save the game andMasafumi Max NAKANE1997-01-301-0/+2
* Fix typo in instruction message.Masafumi Max NAKANE1997-01-231-2/+2
* When calling recover() from getarg(), also check to see if the firstMasafumi Max NAKANE1997-01-231-1/+1
* gets() -> fgets(). I'm tired of looking at the compiler messages!Jordan K. Hubbard1995-12-011-6/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-306-24/+24
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-112-2/+2
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-0427-0/+6246