Home | History | Annotate | Download | only in cribbage
History log of /src/games/cribbage/score.c
RevisionDateAuthorComments
 1.18  02-May-2021  rillig games: remove trailing whitespace in *.c and *.h
 1.17  03-Feb-2019  mrg - enlarge buffer to avoid snprintf() truncation
 1.16  13-Oct-2012  dholland branches: 1.16.30;
Pass -Wstrict-overflow, and while here, don't read from index -1 of
an array.
 1.15  12-Aug-2009  dholland branches: 1.15.6; 1.15.12;
sprinkle static
 1.14  04-Jun-2009  dholland sprintf -> snprintf
 1.13  15-Dec-2007  perry convert __attribute__s to applicable cdefs.h macros
 1.12  16-Sep-2007  ragge __attribute -> __attribute__
 1.11  02-Jul-2005  jmc branches: 1.11.10;
KNF and WARNS=3
 1.10  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.9  06-Dec-2002  thorpej Avoid confict with reserved identifier "expl".
 1.8  08-Sep-1999  jsm branches: 1.8.10;
Add `__noreturn__' and `__unused__' attributes 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).

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).
 1.7  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.6  30-Aug-1998  veego Add braces to make the new egcs happy.
 1.5  10-Oct-1997  lukem WARNSify
 1.4  17-May-1997  pk NULL => 0 (Arne Juul; PR#3629)
 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.8.10.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.11.10.2  09-Jan-2008  matt sync with HEAD
 1.11.10.1  06-Nov-2007  matt sync with HEAD
 1.15.12.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.15.6.1  30-Oct-2012  yamt sync with head
 1.16.30.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed