summaryrefslogtreecommitdiff
path: root/games/cribbage
AgeCommit message (Collapse)Author
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
expl -> expl_string log -> logit
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
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
already, but he may have later changes to make still.
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 ↵Theo de Raadt
dies.distrib/sets/lists
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
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-17Always update the piles before checking score.Paul Janzen
2001-08-17Better handling of out-of-range numbers.Paul Janzen
Extraneous prompt and related comma splice removed.
2001-08-10-m option for mugginsPaul Janzen
better user input parsing man page tidying and syncing of rules to Hoyle's typo and context correction in "Hoyle's" transcription
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
changes anymore?
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-06-10jsm28@cam.ac.uk : handle PAGER in a manner consistent with thePaul Janzen
Single UNIX specification for mailx and man (http://www.opengroup.org/onlinepubs/7908799/xcu/mailx.html).
1999-03-27Disable the log file by default (logging, as opposed to scoring, should bePaul Janzen
done through dm).
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-11-29Don't capitalize game names at the beginning of sentences.Paul Janzen
1998-08-19tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalPaul Janzen
initialization, removal of unused variable, or other minor fix. Most changes are from or inspired by NetBSD.
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-03-26grammarPaul Janzen
1997-09-21$OpenBSD$Theo de Raadt
1997-09-11vfork paranoiaTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-24Clean up play, let player see play more often, improve display timing.Theo de Raadt
Preliminary work from PR 2055 (as reverse patches); phil
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-19setgid games, not setuid games. closes a neat set of holesTheo de Raadt
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-06-02Always use -ltermlib when linking with -lcursesThorsten Lockert
Depend on LIBTERMCAP and LIBTERMLIB as appropriate
1996-02-17From netbsd:Niklas Hallqvist
Removed "extern int errno"; Added #include <errno.h> if not already present.
1995-10-18initial import of NetBSD treeTheo de Raadt