summaryrefslogtreecommitdiffstats
path: root/games/backgammon
AgeCommit message (Expand)AuthorFilesLines
2021-02-06while learning (teachgammon(1)) you might want to save your game so "{w,c}path"mestre1-2/+2
2017-07-11User count checks have been compiled out since 1998, get rid of them.fcambus1-19/+1
2017-01-21Nuke whitespace foolish enough to expose itself during the greatkrw2-11/+11
2017-01-20mark the prototypes of tutor() and leave() as __dead as well.tb2-4/+6
2017-01-20Mark functions that do not return as __dead to quiet gcc warnings.krw2-4/+4
2016-01-08add missing 'void'tb2-4/+4
2016-01-03About 13 years ago when the idiom srandom(time()), and sometimesmestre1-2/+2
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre1-2/+2
2015-12-02Drop the argument passing between backgammon and teachgammon.tb6-27/+19
2015-12-01Make sure "exec" rights are dropped asap in all code paths.tb1-3/+6
2015-12-01Answering "yes" to the question "Do you want to see the rules of the game?"tb1-2/+6
2015-11-30Pledge for backgammon and teachgammon.tb17-121/+85
2015-11-11creat() -> open equiv; from Frederic Nowakderaadt1-3/+7
2015-08-22remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krwderaadt1-2/+2
2015-07-20Sometimes, the computer's move was printed, but the computer's men didn'tschwarze1-5/+2
2015-06-26/home/otto/okotto4-9/+13
2015-05-20Fix sign compare bug introduced when rnum() was redefined to usemillert1-2/+2
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther1-4/+4
2014-04-25This manual was lacking it's most important section, HISTORY.schwarze1-4/+11
2014-04-25Security is square, gaming is hip,schwarze2-126/+2
2013-11-27remove erroneous char cast to switch expression processing getopt(3);okan1-2/+2
2013-08-29replace srandomdev()+random() with the arc4random*() familynaddy2-4/+3
2012-12-05Remove excessive sys/cdefs.h inclusionderaadt1-2/+1
2009-10-28a few leftovers from yesterday's SCCS/RCS-ID removal;schwarze1-5/+1
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt19-183/+19
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray1-8/+1
2008-03-17synchronization between usage and synopsis; add some missing "usage:"'ssobrado1-3/+3
2007-10-17remove "unused variable" warningschl1-3/+2
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-12-14fix DEBUG by renaming a variable colliding with ncursesmartin4-22/+23
2006-11-01tidy up the quick reference section;jmc1-10/+16
2006-11-01Sort flags and commands.ray1-13/+16
2006-10-31Remove -h flag and simplify usage output to one line, like mostray2-23/+16
2006-10-31Add new -d flag to SYNOPSIS and remove optional and unfunctionalray1-7/+6
2006-10-29-d: make it possible playing without doubling as it is not commonlymartin6-13/+22
2006-03-27assorted fixes mostly from coverity via netbsd via jasper adriaanse via techtedu3-9/+9
2004-04-07Remove those option letters from the getopt string which do not have a caseaaron1-3/+3
2004-04-05Don't init curses until after option processing. pjanzen@ okaaron1-3/+4
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert22-151/+63
2003-06-01Undo a misguided attempt to fix speling errors from long ago. UCBmillert1-3/+3
2003-05-30section reorder;jmc1-6/+6
2003-05-12From NetBSD: don't need to declare ospeed.pjanzen1-4/+2
2003-04-23some typos, and clarification of game rules;jmc1-5/+5
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt1-7/+7
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert1-5/+3
2002-07-30Replace the "blows chunks" algorithm with pubeval, a public domain algorithmpjanzen5-186/+175
2002-07-30Kill buffer overflow.pjanzen3-13/+19
2002-05-31No dm -> no need to revoke setegid.pjanzen2-12/+4
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt2-4/+2
2002-02-16Part 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.millert4-67/+67