summaryrefslogtreecommitdiffstats
path: root/cribbage
Commit message (Expand)AuthorAgeFilesLines
* remove duplicate #include <stdlib.h>rtr2006-03-201-3/+2
* Now that we use exit(2), we need to include <stdlib.h> for its definition.he2006-03-191-2/+3
* include <stdlib.h> to get a prototype for exitchristos2006-03-191-2/+3
* Coverity CID 1295: Don't allow cchose to return a negative number. It ischristos2006-03-181-2/+6
* KNF and WARNS=3jmc2005-07-028-166/+87
* Fixed wrong use of datatypes. In wait_for(), a char was used togetherrillig2005-04-191-8/+5
* Cast last argument of execl to (char *).jsm2005-02-151-3/+3
* Add (unsigned char) cast to ctype functionsdsl2004-11-051-6/+6
* Mark unused parameters, nonreturning functions and format functions injsm2004-02-081-3/+5
* Remove uses of __P.jsm2004-01-272-55/+55
* Rename rint to receive_intr to avoid conflict with GCC 3.4 built-in C99jsm2004-01-263-8/+8
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-0712-79/+31
* Avoid confict with reserved identifier "expl".thorpej2002-12-064-24/+24
* n-dashes are even better here. Noted by Robert Elz.wiz2002-09-301-3/+3
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-261-9/+6
* New sentences begin on new lines.wiz2002-09-261-16/+21
* __STDC__ is always defined on NetBSD.wiz2002-05-261-28/+3
* Change deprecated curses function to new equivalent.blymn2001-12-061-3/+3
* Replace deprecated curses call with supported equivalent.blymn2001-12-041-3/+3
* Whitespace and/or punctuation fixes.wiz2001-04-021-8/+8
* remove redundant declchristos2001-02-051-4/+2
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
* Since our gcc doesn't warn about NULL format strings anymore, we candrochner1999-11-091-3/+3
* Add more files to FILES section of cribbage.6.jsm1999-10-011-2/+4
* Fix uses of namespaces reserved by ISO C or POSIX.1.jsm1999-09-303-10/+10
* Define variables as BOOLEAN, not bool, where the extern declarationsjsm1999-09-191-6/+6
* Fix -Wsign-compare warnings.jsm1999-09-181-3/+3
* Make cribbage use the POSIX.2 pager behaviour.jsm1999-09-131-15/+27
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-121-5/+26
* Fix glitch in const changes (bin/8365 from John.P.Darrow@wheaton.edu).jsm1999-09-101-2/+2
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-082-6/+6
* Add use of `const' where appropriate to the games.jsm1999-09-086-59/+62
* convert from NOxxx= to MKxxx=no.lukem1999-02-131-2/+4
* don't install in /usr/share if NOSHARE is definedlukem1998-09-291-1/+3
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-2/+2
* Add braces to make the new egcs happy.veego1998-08-302-7/+10
* Simply include -lcurses instead of -lcurses -ltermcapjtc1998-02-181-3/+3
* Use -ltermcap instead of -ltermlibchristos1998-02-051-3/+3
* install games that need it setgid.mrg1997-11-201-1/+2
* minor KNFifylukem1997-10-112-17/+12
* WARNSifylukem1997-10-108-76/+90
* make explicit comparisons to NULL, s/rindex/strrchr/mikel1997-07-102-7/+7
* Clean up play, let player see play more often, improve display timing.phil1997-07-092-4/+18
* NULL => 0 (Arne Juul; PR#3629)pk1997-05-172-19/+19
* - Makefile cleanupschristos1997-03-241-5/+4
* Use ${INSTALL}.thorpej1996-10-181-2/+2
* Removed "extern int errno"; Added #include <errno.h> if not already present.jtc1996-02-061-4/+3
* clean up importcgd1995-03-2113-1230/+1339
* change <sys/signal.h> to <signal.h>jtc1995-02-281-2/+2
* specify man pages the new way.cgd1994-12-221-2/+2