summaryrefslogtreecommitdiffstats
path: root/games/backgammon/common_source
AgeCommit message (Expand)AuthorFilesLines
2016-01-08add missing 'void'tb1-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.tb3-11/+4
2015-11-30Pledge for backgammon and teachgammon.tb9-72/+46
2015-11-11creat() -> open equiv; from Frederic Nowakderaadt1-3/+7
2015-07-20Sometimes, the computer's move was printed, but the computer's men didn'tschwarze1-5/+2
2015-06-26/home/otto/okotto2-2/+6
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther1-4/+4
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*() familynaddy1-2/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt10-90/+10
2008-03-17synchronization between usage and synopsis; add some missing "usage:"'ssobrado1-3/+3
2007-10-17remove "unused variable" warningschl1-3/+2
2006-12-14fix DEBUG by renaming a variable colliding with ncursesmartin2-5/+5
2006-10-31Remove -h flag and simplify usage output to one line, like mostray1-17/+15
2006-10-29-d: make it possible playing without doubling as it is not commonlymartin3-6/+12
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
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert11-76/+32
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt1-7/+7
2002-07-30Kill buffer overflow.pjanzen3-13/+19
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.millert1-42/+42
2001-06-23termios -> cursespjanzen9-880/+229
2001-03-30filename length fix from ianm@cit.uws.edu.au; also, don't overflow the buffer.pjanzen1-4/+8
2001-02-18Get this not to segfault on startup on alpha.pjanzen3-8/+8
2000-07-23Avoid calling functions that can call the exit-on-error handler from thepjanzen2-11/+15
2000-04-21documentation: refer to terminfo, not termcap, where appropriate.pjanzen2-7/+7
1999-07-31use const where appropriate (jsm28@cam.ac.uk). Also some very minor tidying.pjanzen9-57/+58
1998-11-29Minor changes from NetBSDpjanzen1-3/+3
1998-09-02Delete two unused functions; jsm28@cam.ac.ukpjanzen3-20/+5
1998-08-29use names rather than numbers in signals, errors, etc; NetBSD PR6058; jsm28@cam.ac.ukpjanzen1-6/+5
1998-08-19Don't segfault in small windowspjanzen1-3/+3
1998-04-26Fix terminal initialization for libtermlib to be happy.millert1-6/+6
1998-03-19do not use in-source libraries; they are really problematic with obj@ and obj/ linksderaadt1-13/+0
1998-03-19NetBSD changes and further improvements and correctionspjanzen13-2003/+1306
1997-08-19bc -> lekstailey1-1/+1
1997-07-23tabifykstailey1-1/+1
1996-02-14Command line arguments were not being handled correctly. Modified foretheisen2-68/+90
1996-02-12Added check for null pointer while processing cmdline options. Pointeretheisen1-1/+1
1995-10-18initial import of NetBSD treederaadt12-0/+3448