summaryrefslogtreecommitdiffstats
path: root/games/cribbage
AgeCommit message (Expand)AuthorFilesLines
2016-03-07- General changes:mestre1-4/+5
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre2-5/+2
2016-01-07Some basic code maintenance in games/tb1-3/+3
2015-12-31Include only needed header files per each source filemestre9-37/+14
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre1-2/+2
2015-12-18KNF: add a missing space after an 'if'.tb1-2/+2
2015-11-29pledge "stdio rpath tty proc exec" since instructions() might fork a pager.tb2-3/+9
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc1-6/+6
2015-03-12Delete cribbage logging. Was never enabled and no point in enabling it.bentley4-34/+5
2015-02-18Don't abuse Aq for arguments, and use a prettier escape for dashes.bentley1-7/+7
2014-09-08obvious cases of missing .An;schwarze1-4/+7
2014-05-09Various cleanup in incard():schwarze1-18/+12
2014-05-09Fix a mini-bug reported by pjanzen@:schwarze1-5/+5
2014-05-09pjanzen pointed out that case is irrelevant, so document it; while here,jmc1-4/+5
2014-05-09KNF: unify style and reduce indentation in get_line(), no binary changeschwarze1-24/+24
2014-05-09After entering an invalid three-letter card name, one letter card namesschwarze1-2/+3
2014-05-09Various cleanup:schwarze1-23/+22
2014-05-08Do not read from index -1 of an array.schwarze1-2/+2
2013-10-25Use arc4random_uniform() insead of rand() and modulus.millert2-10/+7
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()fgsch3-10/+10
2010-11-03fix errx() usage.dcoppa1-2/+3
2010-05-10Rename use of some builtins that makes gcc4 warn.nicm3-6/+6
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt7-69/+7
2008-12-03Some more ambigous -> ambiguous pointed out by mbalmer (there aresthen1-2/+2
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-03-27assorted fixes mostly from coverity via netbsd via jasper adriaanse via techtedu1-2/+4
2004-07-10more ansi; khalek@linuxgamers.netderaadt7-139/+65
2004-01-16ISO C police: log and expl are reserved for the C library.espie4-23/+23
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert12-77/+29
2003-05-12From NetBSD: remove redundant declarationpjanzen1-4/+2
2003-04-25strings... ok henning@, millert@, tedu@tdeval1-3/+3
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt3-19/+21
2002-05-31crmode -> cbreakpjanzen1-4/+4
2002-05-31No dm -> games with high score files etc. must explicitly be setgid games.pjanzen1-1/+2
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt1-2/+1
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert1-26/+1
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-52/+52
2001-11-17Always update the piles before checking score.pjanzen1-3/+13
2001-08-17Better handling of out-of-range numbers.pjanzen1-6/+15
2001-08-10-m option for mugginspjanzen7-69/+124
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduderaadt1-3/+3
2001-01-28$OpenBSD$niklas2-0/+2
1999-12-18Add to FILES; jsm@netbsd.orgpjanzen1-3/+6
1999-11-29Kill BOOLEAN, just use the curses/c++ bool type instead.millert7-61/+60
1999-11-29Make this actually compile; doesn't anyone do a test build after makingdownsj1-4/+5
1999-07-09- remove all trailing whitespaceaaron1-8/+8
1999-06-10jsm28@cam.ac.uk : handle PAGER in a manner consistent with thepjanzen2-23/+29
1999-03-27Disable the log file by default (logging, as opposed to scoring, should bepjanzen2-3/+13
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionpjanzen1-2/+2
1998-11-29Don't capitalize game names at the beginning of sentences.pjanzen1-4/+4