summaryrefslogtreecommitdiff
path: root/games/gomoku
AgeCommit message (Expand)Author
2013-10-19fix unused variable warningschristos
2012-10-13Pass -Wstrict-overflow... mostly.dholland
2012-02-18Fix conflicting variable definitionsmatt
2011-08-16avoid non-literal format strings.christos
2010-03-29remove #ifdef SVR4dholland
2010-03-29Some improvements to the new UI.dholland
2010-03-29reorg for clarity and exposition.dholland
2010-03-29Better user interface. From OpenBSD, written by Paul Janzen quite adholland
2010-03-29Spell "versus" right.dholland
2010-03-29Allow saved game filenames up to PATH_MAX. From OpenBSD.dholland
2010-03-29fix quote markup, spotted in openbsd diffsdholland
2010-03-29Fix typo. From OpenBSD.dholland
2010-03-29Don't exit(0) on failure. Use errx() instead of fprintf.dholland
2010-02-06When using -lcurses, you also need -lterminfo.he
2009-08-12sprinkle staticdholland
2009-07-13Rename internal getline() function to get_line() so it doesroy
2009-06-04Rectify non-compiling code that appears when DEBUG is defined.dholland
2009-06-04Remove global scratch string buffer. Don't zoom off the end while readingdholland
2009-06-04Remove remaining references to sprintf.dholland
2009-06-04Make a couple of the logging/printing functions printf-alikes. This removesdholland
2009-06-04attribute noreturn -> __deaddholland
2009-06-04sprintf -> snprintfdholland
2009-06-04Increase spending on vowels. No object file diffs.dholland
2009-06-04ANSIfy function declarations.xdholland
2008-08-08if initscr() fails, exit with a message rather than crash in thedrochner
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-01-28build with WARNS=4dholland
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2006-05-11avoid a pointer sign difference.mrg
2005-09-15Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz
2005-04-19Fixed wrong use of the <ctype.h> functions by adding an explicit conversionrillig
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2004-01-27Remove uses of __P.jsm
2004-01-27Include <limits.h> instead of <machine/limits.h>.jsm
2004-01-27Include <sys/endian.h>.jsm
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-09-26Lots of minor fixes resulting from reading these man pages in detail.wiz
2002-09-26Ispell.wiz
2002-09-26New sentences begin on new lines.wiz
2001-02-05fix nested externschristos
2000-07-03More include additions for exit, abs, strcmp, etc.matt
2000-05-08Use setgid(), not setregid().mycroft
2000-03-13Fix doubled 'the'.soren
1999-09-18Fix -Wsign-compare warnings.jsm
1999-09-13Fix uses of names of library functions for other purposes.jsm
1999-09-12Security improvements for games (largely from or inspired by OpenBSD).jsm
1999-09-09Check for failure of malloc() and calloc() at various places in the games.jsm
1999-09-08Add `__noreturn__' and `__unused__' attributes where appropriate tojsm
1999-09-08Add use of `const' where appropriate to the games.jsm
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled