aboutsummaryrefslogtreecommitdiff
path: root/games/backgammon/teachgammon
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit complete. We dont build these anymore, so into the attic they go.Mark Murray2002-10-217-1123/+0
| | | | Notes: svn path=/head/; revision=105614
* Don't declare the library variable `ospeed' without even getting itsBruce Evans2002-02-021-2/+1
| | | | | | | | | | | type correct. Include <termcap.h> to get its declaration. Our initialization of it is still dubious, but it agrees with ncurses' documentation of it (none) and with ncurses' recently fixed internals for it (old speeds from <sys/ttydev.h>) and with the 4.4Lite documentation for it. Notes: svn path=/head/; revision=90117
* `list' should be an extern'd `char **', not a local `char *' which weDima Dorfman2001-09-031-1/+2
| | | | | | | | | | | | never set. Ideally, we'd get the extern from tutor.h, but that defines a number of other variables that conflict with ours. This fixes a segmentation fault when trying to return to the main menu. PR: 30172 Notes: svn path=/head/; revision=82870
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-305-5/+21
| | | | Notes: svn path=/head/; revision=53920
* Sync our register usage with NetBSD's (non-)usage.Bill Fumerola1999-11-162-4/+4
| | | | Notes: svn path=/head/; revision=53210
* Add $FreeBSD$Bill Fumerola1999-11-162-0/+4
| | | | Notes: svn path=/head/; revision=53209
* Merge a bunch of cleanups from NetBSD.Steve Price1999-04-196-52/+74
| | | | | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs Notes: svn path=/head/; revision=45801
* Add 'extern' to arrays that are declared and initialised in other files.John Birrell1998-05-091-12/+12
| | | | Notes: svn path=/head/; revision=35870
* Simplify revokeAndrey A. Chernov1997-09-241-1/+0
| | | | Notes: svn path=/head/; revision=29796
* Change games from setuid games to setgid games.Eivind Eklund1997-09-011-4/+3
| | | | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) Notes: svn path=/head/; revision=28979
* Instead of swapping ruid and euid before and after touching user's file,Masafumi Max NAKANE1997-02-011-0/+7
| | | | | | | | simply drop the privilege right after the program is started. Thanks to bde for giving me good suggestion about this problem. Notes: svn path=/head/; revision=22191
* Style police:Masafumi Max NAKANE1997-01-311-2/+2
| | | | | | | | | | | | - Indentation corrections - Spaces -> tabs. - func() -> func () (To be consistent with the original code.) - Check if getopt() returns -1, not EOF. Suggested by: bde Notes: svn path=/head/; revision=22164
* Better handling of command-line argument:Masafumi Max NAKANE1997-01-301-7/+10
| | | | | | | | | | | | 1. Pass argc and argv to getarg and process them with getopt(). 2. Instead of using an array to save arg characters, use array of pointers and call backgammon/teachgammon with execv, instead of execl. This should fix problems with calling teachgammon. 2.2 candidate. Notes: svn path=/head/; revision=22114
* Fix typo in instruction message.Masafumi Max NAKANE1997-01-231-2/+2
| | | | Notes: svn path=/head/; revision=21962
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-10/+10
| | | | Notes: svn path=/head/; revision=8856
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-1/+1
| | | | Notes: svn path=/head/; revision=2676
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-047-0/+1073
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490