X-Git-Url: http://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/d3f0798d1f759e8d1d810cf3065faee049ead3db..94a034218b31a931763efc2b1fca6699af471653:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 83f3b15..689ef72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,45 @@ -2006-06-28 Clinton Ebadi +2008-11-11 Clinton Ebadi - * scripts/uname: redelim -> rdelim + * source/Parser.C: GCC 4.x compilation fixes + + * source/ShitList.C: GCC 4.x compilation fixes + + * source/String.C: GCC 4.x compilation fixes + + * source/UserCommands.C: GCC 4.x compilation fixes + + * source/Channel.C: GCC 4.x compilation fixes + +2007-11-08 Clinton Ebadi + + * configure.ac (LDFLAGS): Append GUILE_LDFLAGS to fix non-standard + location builds + (CXXFLAGS): Append GUILE_CFLAGS to fix non-standard location + builds + + * guile.m4: Import guile.m4 (included in source tree since it + doesn't change often and this will allow building on machines + lacking a guile installation) + + * acinclude.m4: Fix underquoted AC_CPP macros + Include guile.m4 rather than copying here + +2007-10-05 Clinton Ebadi + + * source/Main.C (real_main): scm_eval_string debug initialization + instead of setting the flags directly as they are no longer public + in Guile 1.9.x + +2006-06-28 Clinton Ebadi * Release: 2.2.2 + * scripts/bobot-utils.scm (bot:load): Fixed loop logic so that + directories other than the first entry in the load path are + actually searched + + * scripts/uname: redelim -> rdelim + * AUTHORS: Added Stelz to the Help by section * source/Bot.C (readConfig): If a logfile starting in / is found @@ -1168,6 +1204,6 @@ * source/Queue.C: Didn't notice iostream.h here! Fixed -Copyright 2002,2003,2004,2005 Clinton Ebadi +Copyright 2002,2003,2004,2005,2006,2007 Clinton Ebadi Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.