summaryrefslogtreecommitdiffstats
path: root/games/backgammon/teachgammon/teach.c
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit complete. We dont build these anymore, so into the attic they go.markm2002-10-211-178/+0
|
* Don't declare the library variable `ospeed' without even getting itsbde2002-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.
* copyright/sccsid/rcsid cleanup.billf1999-11-301-3/+5
|
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-161-2/+2
|
* Add $FreeBSD$billf1999-11-161-0/+2
|
* Merge a bunch of cleanups from NetBSD.steve1999-04-191-3/+4
| | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs
* Add 'extern' to arrays that are declared and initialised in other files.jb1998-05-091-12/+12
|
* Simplify revokeache1997-09-241-1/+0
|
* Change games from setuid games to setgid games.eivind1997-09-011-4/+3
| | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org)
* Instead of swapping ruid and euid before and after touching user's file,max1997-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.
* Style police:max1997-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
* Better handling of command-line argument:max1997-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.
* Remove trailing whitespace.rgrimes1995-05-301-10/+10
|
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-041-0/+166
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
OpenPOWER on IntegriCloud