]> git.cameronkatri.com Git - bsdgames-darwin.git/history - cribbage
s/saftey/safety/
[bsdgames-darwin.git] / cribbage /
2019-02-03 mrg- enlarge buffer to avoid snprintf() truncation
2012-10-13 dhollandPass -Wstrict-overflow, and while here, don't read...
2011-09-01 plunkyreinstate NULL cast by request, where the NULL was...
2011-08-31 plunkyNULL does not need a cast
2011-08-26 dhollandUse __dead and __printflike instead of __attribute__.
2011-05-23 joergDon't use variables as format strings.
2011-05-23 joergANSIfy
2010-02-06 heWhen using -lcurses, you also need -lterminfo.
2009-08-12 dhollandsprinkle static
2009-07-13 royRename internal getline() function to get_line() so...
2009-06-04 dhollandsprintf -> snprintf
2008-08-08 drochnerif initscr() fails, exit with a message rather than...
2008-07-20 lukemRemove the \n and tabs from the __COPYRIGHT() strings.
2007-12-15 perryconvert __attribute__s to applicable cdefs.h macros
2007-09-16 ragge__attribute -> __attribute__
2006-03-20 rtrremove duplicate #include <stdlib.h>
2006-03-19 heNow that we use exit(2), we need to include <stdlib...
2006-03-19 christosinclude <stdlib.h> to get a prototype for exit
2006-03-18 christosCoverity CID 1295: Don't allow cchose to return a negat...
2005-07-02 jmcKNF and WARNS=3
2005-04-19 rilligFixed wrong use of datatypes. In wait_for(), a char...
2005-02-15 jsmCast last argument of execl to (char *).
2004-11-05 dslAdd (unsigned char) cast to ctype functions
2004-02-08 jsmMark unused parameters, nonreturning functions and...
2004-01-27 jsmRemove uses of __P.
2004-01-26 jsmRename rint to receive_intr to avoid conflict with...
2003-08-07 agcMove UCB-licensed code from 4-clause to 3-clause licence.
2002-12-06 thorpejAvoid confict with reserved identifier "expl".
2002-09-30 wizn-dashes are even better here. Noted by Robert Elz.
2002-09-26 wizLots of minor fixes resulting from reading these man...
2002-09-26 wizNew sentences begin on new lines.
2002-05-26 wiz__STDC__ is always defined on NetBSD.
2001-12-06 blymnChange deprecated curses function to new equivalent.
2001-12-04 blymnReplace deprecated curses call with supported equivalent.
2001-04-02 wizWhitespace and/or punctuation fixes.
2001-02-05 christosremove redundant decl
2000-05-08 mycroftUse setgid(), not setregid().
1999-11-09 drochnerSince our gcc doesn't warn about NULL format strings...
1999-10-01 jsmAdd more files to FILES section of cribbage.6.
1999-09-30 jsmFix uses of namespaces reserved by ISO C or POSIX.1.
1999-09-19 jsmDefine variables as BOOLEAN, not bool, where the extern...
1999-09-18 jsmFix -Wsign-compare warnings.
1999-09-13 jsmMake cribbage use the POSIX.2 pager behaviour.
1999-09-12 jsmSecurity improvements for games (largely from or inspir...
1999-09-10 jsmFix glitch in const changes (bin/8365 from John.P.Darro...
1999-09-08 jsmAdd `__noreturn__' and `__unused__' attributes where...
1999-09-08 jsmAdd use of `const' where appropriate to the games.
1999-02-13 lukemconvert from NOxxx= to MKxxx=no.
1998-09-29 lukemdon't install in /usr/share if NOSHARE is defined
1998-09-13 hubertfmark non-returning functions (PR#6144 by Joseph Myers...
1998-08-30 veegoAdd braces to make the new egcs happy.
1998-02-18 jtcSimply include -lcurses instead of -lcurses -ltermcap
1998-02-05 christosUse -ltermcap instead of -ltermlib
1997-11-20 mrginstall games that need it setgid.
1997-10-11 lukemminor KNFify
1997-10-10 lukemWARNSify
1997-07-10 mikelmake explicit comparisons to NULL, s/rindex/strrchr/
1997-07-09 philClean up play, let player see play more often, improve...
1997-05-17 pkNULL => 0 (Arne Juul; PR#3629)
1997-03-24 christos- Makefile cleanups
1996-10-18 thorpejUse ${INSTALL}.
1996-02-06 jtcRemoved "extern int errno"; Added #include <errno.h...
1995-03-21 cgdclean up import
1995-02-28 jtcchange <sys/signal.h> to <signal.h>
1994-12-22 cgdspecify man pages the new way.
1993-12-08 mycroftEliminate two compiler warnings.
1993-08-10 mycroft#include <termios.h>.
1993-08-05 jtcUpdate to -mandoc macros, fix typos.
1993-08-01 mycroftAdd RCS identifiers.
1993-08-01 mycroftAdd RCS indentifiers.
1993-08-01 mycroftAdd RCS identifiers.
1993-04-19 mycroftFix bug I introduced.
1993-04-18 mycroftCleanup for GCC 2.
1993-03-23 cgdgot rid of unnecessary -lcompat and associated dependency
1993-03-21 cgdinitial import of 386bsd-0.1 sources