CVS commit: src/games/gomoku

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 12 02:15:26 UTC 2016 Modified Files: src/games/gomoku: main.c Log Message: Fix the out-of-memory behavior so the message doesn't disappear under endwin(). Related to PR 3126. To generate a diff of this commit: cvs

CVS commit: src/games/gomoku

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 22 18:58:57 UTC 2014 Modified Files: src/games/gomoku: bdisp.c gomoku.h Log Message: move extern decls to .h files To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/games/gomoku/bdisp.c cvs rdiff -u

CVS commit: src/games/gomoku

2012-10-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 13 20:57:35 UTC 2012 Modified Files: src/games/gomoku: bdinit.c pickmove.c Log Message: Pass -Wstrict-overflow... mostly. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/games/gomoku/bdinit.c cvs rdiff

CVS commit: src/games/gomoku

2011-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 11:10:54 UTC 2011 Modified Files: src/games/gomoku: main.c Log Message: avoid non-literal format strings. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/games/gomoku/main.c Please note that

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 02:21:04 UTC 2010 Modified Files: src/games/gomoku: bdisp.c Log Message: Don't exit(0) on failure. Use errx() instead of fprintf. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 02:32:45 UTC 2010 Modified Files: src/games/gomoku: gomoku.6 Log Message: Fix typo. From OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/gomoku/gomoku.6 Please note that diffs are

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 02:34:50 UTC 2010 Modified Files: src/games/gomoku: gomoku.6 Log Message: fix quote markup, spotted in openbsd diffs To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/games/gomoku/gomoku.6 Please

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 02:46:05 UTC 2010 Modified Files: src/games/gomoku: main.c Log Message: Allow saved game filenames up to PATH_MAX. From OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/games/gomoku/main.c

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 02:48:17 UTC 2010 Modified Files: src/games/gomoku: main.c Log Message: Spell versus right. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/games/gomoku/main.c Please note that diffs are not

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 03:51:55 UTC 2010 Modified Files: src/games/gomoku: bdisp.c gomoku.6 gomoku.h main.c Log Message: Better user interface. From OpenBSD, written by Paul Janzen quite a long time ago. A few minor adjustments by yours

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 04:00:03 UTC 2010 Modified Files: src/games/gomoku: gomoku.6 Log Message: reorg for clarity and exposition. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/games/gomoku/gomoku.6 Please note that

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 04:28:47 UTC 2010 Modified Files: src/games/gomoku: bdisp.c gomoku.h main.c Log Message: Some improvements to the new UI. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/games/gomoku/bdisp.c cvs

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 05:16:08 UTC 2010 Modified Files: src/games/gomoku: main.c pickmove.c Log Message: remove #ifdef SVR4 To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/games/gomoku/main.c cvs rdiff -u -r1.19 -r1.20

CVS commit: src/games/gomoku

2009-06-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 4 06:27:47 UTC 2009 Modified Files: src/games/gomoku: gomoku.h main.c pickmove.c Log Message: Make a couple of the logging/printing functions printf-alikes. This removes most of the calls to sprintf. To generate a

CVS commit: src/games/gomoku

2009-06-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 4 06:47:36 UTC 2009 Modified Files: src/games/gomoku: gomoku.h main.c Log Message: Remove global scratch string buffer. Don't zoom off the end while reading user input, either. To generate a diff of this commit: cvs

CVS commit: src/games/gomoku

2009-06-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 4 07:01:16 UTC 2009 Modified Files: src/games/gomoku: main.c pickmove.c Log Message: Rectify non-compiling code that appears when DEBUG is defined. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/games/gomoku

2009-06-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 4 05:43:29 UTC 2009 Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h makemove.c pickmove.c Log Message: Increase spending on vowels. No object file diffs. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/games/gomoku

2009-06-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 4 05:52:30 UTC 2009 Modified Files: src/games/gomoku: gomoku.h Log Message: attribute noreturn - __dead To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/gomoku/gomoku.h Please note that diffs