]> git.cameronkatri.com Git - bsdgames-darwin.git/history - gomoku
avoid duplicating symbols in libterminfo.
[bsdgames-darwin.git] / gomoku /
2021-03-28 Cameron KatriUse PREFIX now
2021-02-22 Cameron KatriGet all the games compiling for iOS
2016-06-12 dhollandFix the out-of-memory behavior so the message doesn...
2014-03-22 dhollandmove extern decls to .h files
2013-10-19 christosfix unused variable warnings
2012-10-13 dhollandPass -Wstrict-overflow... mostly.
2012-02-18 mattFix conflicting variable definitions
2011-08-16 christosavoid non-literal format strings.
2010-03-29 dhollandremove #ifdef SVR4
2010-03-29 dhollandSome improvements to the new UI.
2010-03-29 dhollandreorg for clarity and exposition.
2010-03-29 dhollandBetter user interface. From OpenBSD, written by Paul...
2010-03-29 dhollandSpell "versus" right.
2010-03-29 dhollandAllow saved game filenames up to PATH_MAX. From OpenBSD.
2010-03-29 dhollandfix quote markup, spotted in openbsd diffs
2010-03-29 dhollandFix typo. From OpenBSD.
2010-03-29 dhollandDon't exit(0) on failure. Use errx() instead of fprintf.
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 dhollandRectify non-compiling code that appears when DEBUG...
2009-06-04 dhollandRemove global scratch string buffer. Don't zoom off...
2009-06-04 dhollandRemove remaining references to sprintf.
2009-06-04 dhollandMake a couple of the logging/printing functions printf...
2009-06-04 dhollandattribute noreturn -> __dead
2009-06-04 dhollandsprintf -> snprintf
2009-06-04 dhollandIncrease spending on vowels. No object file diffs.
2009-06-04 dhollandANSIfy function declarations.x
2008-08-08 drochnerif initscr() fails, exit with a message rather than...
2008-07-20 lukemRemove the \n and tabs from the __COPYRIGHT() strings.
2008-01-28 dhollandbuild with WARNS=4
2007-12-15 perryconvert __attribute__s to applicable cdefs.h macros
2006-05-11 mrgavoid a pointer sign difference.
2005-09-15 wizUse standard AUTHORS section header. From YOMURA Masano...
2005-04-19 rilligFixed wrong use of the <ctype.h> functions by adding...
2004-11-05 dslAdd (unsigned char) cast to ctype functions
2004-01-27 jsmRemove uses of __P.
2004-01-27 jsmInclude <limits.h> instead of <machine/limits.h>.
2004-01-27 jsmInclude <sys/endian.h>.
2003-08-07 agcMove UCB-licensed code from 4-clause to 3-clause licence.
2002-09-26 wizLots of minor fixes resulting from reading these man...
2002-09-26 wizIspell.
2002-09-26 wizNew sentences begin on new lines.
2001-02-05 christosfix nested externs
2000-07-03 mattMore include additions for exit, abs, strcmp, etc.
2000-05-08 mycroftUse setgid(), not setregid().
2000-03-13 sorenFix doubled 'the'.
1999-09-18 jsmFix -Wsign-compare warnings.
1999-09-13 jsmFix uses of names of library functions for other purposes.
1999-09-12 jsmSecurity improvements for games (largely from or inspir...
1999-09-09 jsmCheck for failure of malloc() and calloc() at various...
1999-09-08 jsmAdd `__noreturn__' and `__unused__' attributes where...
1999-09-08 jsmAdd use of `const' where appropriate to the games.
1999-03-22 garbledMore and more .Os cleanups. .Os is defined in the...
1999-03-10 erhFix .Bl/.El imbalance.
1998-09-13 hubertfmark non-returning functions (PR#6144 by Joseph Myers...
1998-02-18 jtcSimply include -lcurses instead of -lcurses -ltermcap
1998-02-03 perrychange includes to fix compiler warning
1997-10-10 lukemWARNSify
1997-01-03 cgdfix NetBSD RCS ID headers
1997-01-03 cgdinclude string.h and stdlib.h for prototypes, as approp...
1996-12-28 tlsadd gomoku game, from 4.4BSD-Lite2
1996-12-28 tlsImport of 4.4BSD-Lite2 source