summaryrefslogtreecommitdiff
path: root/games/cribbage
AgeCommit message (Expand)Author
2024-06-03Fix input handling wrt redrawing. The new version of curses doesOtto Moerbeek
2024-05-23playing is a var in main() not a global, remove externJonathan Gray
2022-02-18Avoid gendered language in man pages when not referring to a specificJonathan Gray
2021-10-23if both stdout and stderr are redirected to a non-tty, pledge(2) will killRicardo Mestre
2016-03-07- General changes:mestre
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre
2016-01-07Some basic code maintenance in games/tb
2015-12-31Include only needed header files per each source filemestre
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre
2015-12-18KNF: add a missing space after an 'if'.tb
2015-11-29pledge "stdio rpath tty proc exec" since instructions() might fork a pager.tb
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-03-12Delete cribbage logging. Was never enabled and no point in enabling it.Anthony J. Bentley
2015-02-18Don't abuse Aq for arguments, and use a prettier escape for dashes.Anthony J. Bentley
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-05-09Various cleanup in incard():Ingo Schwarze
2014-05-09Fix a mini-bug reported by pjanzen@:Ingo Schwarze
2014-05-09pjanzen pointed out that case is irrelevant, so document it; while here,Jason McIntyre
2014-05-09KNF: unify style and reduce indentation in get_line(), no binary changeIngo Schwarze
2014-05-09After entering an invalid three-letter card name, one letter card namesIngo Schwarze
2014-05-09Various cleanup:Ingo Schwarze
2014-05-08Do not read from index -1 of an array.Ingo Schwarze
2013-10-25Use arc4random_uniform() insead of rand() and modulus.Todd C. Miller
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2010-11-03fix errx() usage.David Coppa
2010-05-10Rename use of some builtins that makes gcc4 warn.Nicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-12-03Some more ambigous -> ambiguous pointed out by mbalmer (there areStuart Henderson
2007-05-31convert to new .Dd format;Jason McIntyre
2006-03-27assorted fixes mostly from coverity via netbsd via jasper adriaanse via techTed Unangst
2004-07-10more ansi; khalek@linuxgamers.netTheo de Raadt
2004-01-16ISO C police: log and expl are reserved for the C library.Marc Espie
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-12From NetBSD: remove redundant declarationPaul Janzen
2003-04-25strings... ok henning@, millert@, tedu@Thierry Deval
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
2002-05-31crmode -> cbreakPaul Janzen
2002-05-31No dm -> games with high score files etc. must explicitly be setgid games.Paul Janzen
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/...Theo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-17Always update the piles before checking score.Paul Janzen
2001-08-17Better handling of out-of-range numbers.Paul Janzen
2001-08-10-m option for mugginsPaul Janzen
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-01-28$OpenBSD$Niklas Hallqvist
1999-12-18Add to FILES; jsm@netbsd.orgPaul Janzen
1999-11-29Kill BOOLEAN, just use the curses/c++ bool type instead.Todd C. Miller
1999-11-29Make this actually compile; doesn't anyone do a test build after makingJason Downs
1999-07-09- remove all trailing whitespaceAaron Campbell