summaryrefslogtreecommitdiff
path: root/games/gomoku/stoc.c
AgeCommit message (Expand)Author
2022-05-29gomoku: use consistent variable namesrillig
2022-05-21gomoku: fix error handling when reading moves from a filerillig
2022-05-21gomoku: right-align column header for move numberrillig
2022-05-19gomoku: clean up version control sectionsrillig
2022-05-18gomoku: reduce scope of 'for' loop variablesrillig
2022-05-15gomoku: inline macros BSZ1, BSZ2, BSZ3, BSZ4rillig
2022-05-15gomoku: remove redundant parentheses around return valuesrillig
2022-05-15gomoku: apply some style fixes towards KNFrillig
2021-05-02games: remove trailing whitespace in *.c and *.hrillig
2009-08-12sprinkle staticdholland
2009-06-04sprintf -> snprintfdholland
2009-06-04ANSIfy function declarations.xdholland
2005-04-19Fixed wrong use of the <ctype.h> functions by adding an explicit conversionrillig
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2000-07-03More include additions for exit, abs, strcmp, etc.matt
1999-09-08Add use of `const' where appropriate to the games.jsm
1997-10-10WARNSifylukem
1997-01-03fix NetBSD RCS ID headerscgd
1996-12-28add gomoku game, from 4.4BSD-Lite2tls
1996-12-28Import of 4.4BSD-Lite2 sourcetls