summaryrefslogtreecommitdiffstats
path: root/games/backgammon/common_source/subs.c
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit complete. We dont build these anymore, so into the attic they go.markm2002-10-211-483/+0
|
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* copyright/sccsid/rcsid cleanup.billf1999-11-301-2/+4
|
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-161-17/+17
|
* Add $FreeBSD$billf1999-11-161-0/+2
|
* Merge a bunch of cleanups from NetBSD.steve1999-04-191-13/+9
| | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs
* Change prototype for addbuf to make it compatible with tputs now thatjb1998-05-091-2/+3
| | | | there is a prototype to check it against.
* Added an option `-h' which gives you usage info.max1997-02-151-10/+15
| | | | | (According to the original man page, giving `-' by itself as the argument is supposed to do this, but it seems that it never worked that way.)
* Include string.h for prototype of strdup().max1997-02-011-0/+1
|
* Style police:max1997-01-311-6/+6
| | | | | | | | | - 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-27/+26
| | | | | | | | | 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.
* When calling recover() from getarg(), also check to see if the firstmax1997-01-231-1/+1
| | | | | | | | | character of the argument being processed isn't '\0'. This fixes problem with backgammon exiting abnormally when you answer 'y' to the question it asks if you need instruction for the game. 2.2 cnadidate, maybe?
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-041-0/+477
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