Home | History | Annotate | Download | only in cribbage
History log of /src/games/cribbage/cribbage.h
RevisionDateAuthorComments
 1.18  06-Jan-2023  ryoon Define yes as extern veriable to fix build

PR bin/57164 is insufficient.
 1.17  13-Oct-2012  dholland Pass -Wstrict-overflow, and while here, don't read from index -1 of
an array.
 1.16  26-Aug-2011  dholland branches: 1.16.2; 1.16.8;
Use __dead and __printflike instead of __attribute__.
 1.15  12-Aug-2009  dholland sprinkle static
 1.14  13-Jul-2009  roy Rename internal getline() function to get_line() so it does
conflict with the soon to be added getline(3) libc function.
 1.13  02-Jul-2005  jmc KNF and WARNS=3
 1.12  08-Feb-2004  jsm Mark unused parameters, nonreturning functions and format functions in
the few cases not already marked.
 1.11  27-Jan-2004  jsm Remove uses of __P.
 1.10  26-Jan-2004  jsm Rename rint to receive_intr to avoid conflict with GCC 3.4 built-in C99
function.
 1.9  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22269, verified by myself.
 1.8  06-Dec-2002  thorpej Avoid confict with reserved identifier "expl".
 1.7  30-Sep-1999  jsm branches: 1.7.8;
Fix uses of namespaces reserved by ISO C or POSIX.1.
 1.6  10-Sep-1999  jsm branches: 1.6.2;
Fix glitch in const changes (bin/8365 from John.P.Darrow@wheaton.edu).
 1.5  08-Sep-1999  jsm Add use of `const' where appropriate to 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).

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.
 1.4  13-Sep-1998  hubertf mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)
 1.3  21-Mar-1995  cgd clean up import
 1.2  01-Aug-1993  mycroft Add RCS identifiers.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  21-Mar-1995  cgd from Lite
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.6.2.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.7.8.1  23-Jul-2004  tron Apply patch (requested by dbj in ticket 1724):
Fix problems when building the netbsd-1-6 branch with GCC 3.3.3.
 1.16.8.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.16.2.1  30-Oct-2012  yamt sync with head

RSS XML Feed