summaryrefslogtreecommitdiffstats
path: root/cribbage
Commit message (Collapse)AuthorAgeFilesLines
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-0712-79/+31
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* 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
| | | Patch from Richard Elz, slightly improved by yours truly.
* __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
| | | | fix the incorrect err(1, "%s", "") et al. Closes PR bin/7592 by cgd.
* 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
| | | already use BOOLEAN.
* 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
| | | | | | | | | | | | | | | Games which run setgid from dm, but don't need to, should drop their privileges at startup. Games which have a scorefile should open it at startup, then drop all privileges leaving just the open writable file descriptor. If the game can invoke subprocesses, this should be made close-on-exec. Games with scorefiles should make sure they do not get a file descriptor < 3. (Otherwise, they could get confused and corrupt the scorefile when using stdin, stdout or stderr.) Some old setuid revokes from the days of setuid games change into gid revokes.
* 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
| | | | | | | | | | | | the games. This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Most noreturn attributes were previously added in bin/6144, with some others that were missed then in bin/8082. Previous `unused' attributes were covered in bin/6557, bin/8058 and other PRs (all these PRs have already been handled and closed).
* Add use of `const' where appropriate to the games.jsm1999-09-086-59/+62
| | | | | | | | | This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Some such changes were previously covered in PRs bin/6041, bin/6146, bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994, bin/8039, bin/8057 and bin/8093.
* convert from NOxxx= to MKxxx=no.lukem1999-02-131-2/+4
| | | include <bsd.own.mk> if testing a MKxxx variable.
* 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
| | | Preliminary work from PR 2055 (as reverse patches).
* 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