gnushogi.git
2014-01-12 Yann DirsonXshogi: build scanner separately from parser.
2014-01-12 Yann DirsonMerge branch 'maint'
2014-01-12 Yann DirsonBump version to "1.4.1-rc1+".
2013-12-18 Yann DirsonFix "make distclean" when there is no editor backup...
2013-12-18 Yann DirsonPrepare v1.4.1rc1.
2013-12-17 Yann DirsonAdd build support for win32 on cygwin (gcc3).
2013-12-17 Yann DirsonGet rid of Makefile.profile, document flags to use...
2013-12-17 Yann DirsonKill dead code in pat2inc.
2013-12-17 Yann DirsonMinor pat2inc code cleanups
2013-12-17 Yann DirsonDrop useless defines for pat2inc build.
2013-12-17 Yann DirsonUse .texi suffix, preferred to .texinfo.
2013-12-16 Yann DirsonFix ordering of include dirs.
2013-12-16 Yann DirsonMinor makefile improvements
2013-12-15 Yann DirsonMove into opts.h the "mostly for hacking" remark from...
2013-12-05 Yann DirsonMerge branch 'maint' into master
2013-12-05 Yann DirsonUpdate .gitignore for doc/ dir.
2013-12-05 Yann Dirson#define _POSIX_C_SOURCE to get proper access to snprint...
2013-12-05 Yann DirsonUse POSIX setvbuf in preference to BSD setlinebuf.
2013-12-05 Yann DirsonFully quote autoconf macro arguments, as they should.
2013-12-05 Yann DirsonBump version to "1.4.1-rc0+".
2013-12-05 Yann DirsonGenerate HTML doc using makeinfo, instead of obsolecent...
2013-11-09 Yann DirsonMinor cleanups.
2013-11-09 Yann DirsonProvide "sd <n>" as (primary) alias of "depth <n>"...
2013-11-09 Yann DirsonAllow "depth <n>" syntax.
2013-11-09 Yann DirsonMention all supported commands in Raw_help.
2013-11-09 Yann DirsonRemove support for -DNOPOST, and duplicate code it...
2013-11-09 Yann DirsonReintroduce printf in Raw_help.
2013-11-09 Yann DirsonRestore interactive "level" mode in xshogi proto, by...
2013-11-09 Yann DirsonMove "offset to command args" to InputCommand.
2013-11-09 Yann DirsonStatify more functions.
2013-11-09 Yann DirsonRefactor InputCommand, removing last need for NOT_CURSE...
2013-11-09 Yann DirsonRefactor needlessly-complicated Raw_SelectLevel.
2013-11-09 Yann DirsonDeal with simple compiler warnings: dead code, unused...
2013-11-09 Yann DirsonWhitespace and parenthesis cleanup.
2013-11-09 Yann DirsonSwitch display-selection framework from dspwrappers...
2013-11-09 Yann DirsonDrop -pedantic from default gcc flags and restore use...
2013-11-07 Yann DirsonPrepare v1.4.1rc0.
2013-11-07 Yann DirsonUpdate manual for maintainer, project communication...
2013-11-07 Yann DirsonUpdate TODO: there are plans for v1.5, and things have...
2013-11-05 Yann DirsonFix "make dist" not to include a recursive copy of...
2013-11-05 Yann DirsonFix formatting of boards in texinfo doc.
2013-11-05 Yann DirsonUpdate NEWS file for upcoming 1.4.1.
2013-11-05 Yann DirsonRemove version number from manpage.
2013-11-05 Yann DirsonRemove unused obsolete version numbers from Makefiles.
2013-11-04 Yann DirsonTake note of more cleanups to do.
2013-11-04 Yann DirsonMove hashfile definition from configure.ac into Makefile.in
2013-11-04 Yann DirsonUse configure --enable-minishogi to select build of...
2013-11-04 H.G. MullerFix mini-Shogi out-of-bounds acces of board
2013-11-04 Yann DirsonAvoid looking at the game type to determine minishogi...
2013-11-04 Yann DirsonDisable GuessGameType() for MiniShogi.
2013-11-04 Yann DirsonFix ScorePosition() for MiniShogi.
2013-11-04 Yann DirsonGenerate patterns.inc at build time.
2013-11-04 Yann DirsonInitial attempt at minishogi.
2013-11-03 Yann DirsonFix various regression for building out of tree.
2013-11-03 H.G. MullerWindows port
2013-11-03 Yann DirsonNormalize configure --help using AS_HELP_STRING.
2013-11-03 Yann DirsonDon't bail out if configure (without --with-curses...
2013-11-03 Yann DirsonFix funny search-and-replace copyright typo.
2013-11-03 Yann DirsonUse centralized version from configure.ac, drop use...
2013-11-03 Yann DirsonMove strings back into source code, from .lng support.
2013-10-23 Yann DirsonMove ElapsedTime to tcontrl.c, now that there is a...
2013-10-23 Yann DirsonMake UpdateClocks and input-polling dspwrappers-based...
2013-10-21 Yann DirsonFix regression with stdarg dspwrappers.
2013-10-19 Yann DirsonFixed minor regression in makepatter.
2013-10-19 Yann DirsonFix build of --with-curses mode.
2013-10-19 Yann DirsonDrop non-curses support from Curses_ElapsedTime.
2013-10-19 Yann DirsonDrop NOT_CURSES occurences from makepattern.
2013-10-19 Yann DirsonConvert more stuff from #ifdef to dspwrappers: SetupBoard.
2013-10-19 Yann DirsonStop exporting Curses-internal functions to everyone.
2013-10-19 Yann DirsonFinish the --without-curses support.
2013-10-19 Yann DirsonRemove dead Curses-specific code from Raw_ElapsedTime()
2013-10-19 Yann DirsonRemove useless explicit prototype for pow().
2013-10-19 Yann DirsonChange ElapsedTime to a normal display function.
2013-10-19 Yann DirsonMake spacing consistent in *dsp.c, kill unused global...
2013-10-19 Yann DirsonFactorize ElapsedTime implementations by restricting...
2013-10-19 Yann DirsonFix ShowPrompt implementation across display drivers.
2013-10-19 Yann DirsonConvert more stuff from #ifdef to dspwrappers: GetString.
2013-10-19 Yann DirsonConvert more stuff from #ifdef to dspwrappers: AlwaysSh...
2013-10-19 Yann DirsonProvide a Raw version of ShowNodeCnt to avoid more...
2013-10-19 Yann DirsonWhen in check, complain with the requested move.
2013-10-19 Yann DirsonAdd safeguard against buffer overflow when calling...
2013-10-19 Yann DirsonConvert more stuff from #ifdef to dspwrappers.
2013-10-19 Yann DirsonConfigure: stop abusing AC_MSG_CHECKING, use correct...
2013-10-17 Yann DirsonFinally get rid of that highly non-standard use of...
2013-10-17 Yann DirsonRegularly check for user input when searching, to have...
2013-10-14 Yann DirsonDetect EOF waiting for user input in xshogi and raw...
2013-10-14 Yann DirsonRestore SIGINT for stopping gnushogi when thinking.
2013-10-14 Yann DirsonRename configure --with-xshogi to --enable-xshogi for...
2013-10-08 Yann DirsonStart of a "make dist" target.
2013-10-08 Yann DirsonRework doc-handing make rules and remove generated...
2013-10-08 Yann DirsonRemove hack previously used to insert diags into genera...
2013-10-08 Yann DirsonDon't cause autogen.sh to run configure.
2013-10-08 Yann DirsonInitiate new ChangeLog using git2cl.
2013-10-08 Yann DirsonStart to fill NEWS, rotate pre-git logs to ChangeLog...
2013-10-08 Yann DirsonCritical texinfo doc formatting fixes.
2013-10-08 Yann DirsonUse @ifnotex and not @ifinfo, or HTML does not get...
2013-10-08 Yann DirsonRemove text of the GPL (v2) from texinfo doc, it did...
2013-10-08 Yann DirsonHonor LDFLAGS at link-time.
2013-10-08 Yann DirsonAllow configure --without-curses.
2013-10-08 Yann DirsonRemove excessive boilerplate duplication from dspwrappers.
next