summaryrefslogtreecommitdiffstats
path: root/cribbage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate two compiler warnings.mycroft1993-12-081-85/+85
* #include <termios.h>.mycroft1993-08-101-1/+2
* Update to -mandoc macros, fix typos.jtc1993-08-051-49/+103
* Add RCS identifiers.mycroft1993-08-0111-11/+22
* Add RCS indentifiers.mycroft1993-08-011-1/+2
* Add RCS identifiers.mycroft1993-08-011-1/+2
* Fix bug I introduced.mycroft1993-04-191-4/+4
* Cleanup for GCC 2.mycroft1993-04-182-11/+8
* got rid of unnecessary -lcompat and associated dependencycgd1993-03-231-2/+2
* initial import of 386bsd-0.1 sourcescgd1993-03-2114-0/+2865