summaryrefslogtreecommitdiffstats
path: root/games/backgammon (follow)
Commit message (Expand)AuthorAgeFilesLines
* while learning (teachgammon(1)) you might want to save your game so "{w,c}path"mestre2021-02-061-2/+2
* User count checks have been compiled out since 1998, get rid of them.fcambus2017-07-111-19/+1
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-212-11/+11
* mark the prototypes of tutor() and leave() as __dead as well.tb2017-01-202-4/+6
* Mark functions that do not return as __dead to quiet gcc warnings.krw2017-01-202-4/+4
* add missing 'void'tb2016-01-082-4/+4
* About 13 years ago when the idiom srandom(time()), and sometimesmestre2016-01-031-2/+2
* Set as __dead a few more functions, that don't return, on games/mestre2015-12-261-2/+2
* Drop the argument passing between backgammon and teachgammon.tb2015-12-026-27/+19
* Make sure "exec" rights are dropped asap in all code paths.tb2015-12-011-3/+6
* Answering "yes" to the question "Do you want to see the rules of the game?"tb2015-12-011-2/+6
* Pledge for backgammon and teachgammon.tb2015-11-3017-121/+85
* creat() -> open equiv; from Frederic Nowakderaadt2015-11-111-3/+7
* remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krwderaadt2015-08-221-2/+2
* Sometimes, the computer's move was printed, but the computer's men didn'tschwarze2015-07-201-5/+2
* /home/otto/okotto2015-06-264-9/+13
* Fix sign compare bug introduced when rnum() was redefined to usemillert2015-05-201-2/+2
* Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2014-11-161-4/+4
* This manual was lacking it's most important section, HISTORY.schwarze2014-04-251-4/+11
* Security is square, gaming is hip,schwarze2014-04-252-126/+2
* remove erroneous char cast to switch expression processing getopt(3);okan2013-11-271-2/+2
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-292-4/+3
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* a few leftovers from yesterday's SCCS/RCS-ID removal;schwarze2009-10-281-5/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2719-183/+19
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* synchronization between usage and synopsis; add some missing "usage:"'ssobrado2008-03-171-3/+3
* remove "unused variable" warningschl2007-10-171-3/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* fix DEBUG by renaming a variable colliding with ncursesmartin2006-12-144-22/+23
* tidy up the quick reference section;jmc2006-11-011-10/+16
* Sort flags and commands.ray2006-11-011-13/+16
* Remove -h flag and simplify usage output to one line, like mostray2006-10-312-23/+16
* Add new -d flag to SYNOPSIS and remove optional and unfunctionalray2006-10-311-7/+6
* -d: make it possible playing without doubling as it is not commonlymartin2006-10-296-13/+22
* assorted fixes mostly from coverity via netbsd via jasper adriaanse via techtedu2006-03-273-9/+9
* Remove those option letters from the getopt string which do not have a caseaaron2004-04-071-3/+3
* Don't init curses until after option processing. pjanzen@ okaaron2004-04-051-3/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0322-151/+63
* Undo a misguided attempt to fix speling errors from long ago. UCBmillert2003-06-011-3/+3
* section reorder;jmc2003-05-301-6/+6
* From NetBSD: don't need to declare ospeed.pjanzen2003-05-121-4/+2
* some typos, and clarification of game rules;jmc2003-04-231-5/+5
* 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt2003-04-061-7/+7
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-5/+3
* Replace the "blows chunks" algorithm with pubeval, a public domain algorithmpjanzen2002-07-305-186/+175
* Kill buffer overflow.pjanzen2002-07-303-13/+19
* No dm -> no need to revoke setegid.pjanzen2002-05-312-12/+4
* The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt2002-05-232-4/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-164-67/+67