summaryrefslogtreecommitdiffstats
path: root/cribbage/io.c
Commit message (Collapse)AuthorAgeFilesLines
* __STDC__ is always defined on NetBSD.wiz2002-05-261-28/+3
|
* Fix uses of namespaces reserved by ISO C or POSIX.1.jsm1999-09-301-4/+4
|
* Fix -Wsign-compare warnings.jsm1999-09-181-3/+3
|
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-3/+3
| | | | | | | | | | | | 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-081-12/+12
| | | | | | | | | 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.
* WARNSifylukem1997-10-101-17/+18
|
* Clean up play, let player see play more often, improve display timing.phil1997-07-091-2/+4
| | | Preliminary work from PR 2055 (as reverse patches).
* NULL => 0 (Arne Juul; PR#3629)pk1997-05-171-13/+13
|
* clean up importcgd1995-03-211-372/+391
|
* Eliminate two compiler warnings.mycroft1993-12-081-85/+85
|
* #include <termios.h>.mycroft1993-08-101-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-181-10/+4
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+615