* autogen.sh: Copy versions of config.guess and config.sub from
[bpt/guile.git] / ChangeLog
index 82310c0..f0deab1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,69 @@
+2008-02-15  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * autogen.sh: Copy versions of config.guess and config.sub from
+       Guile CVS to build-aux and guile-readline.
+
+2008-02-14  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * HACKING: Note need for libtool >= 1.5.26.
+
+       * config.rpath, build-aux/config.rpath: Updated to latest upstream
+       version.
+
+       * config.guess, config.sub: 2008-01-07 versions added to Guile
+       CVS, to ensure that Guile developers are using new enough versions
+       (in particular for AIX 6.1 support).
+
+2008-02-11  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * configure.in (--without-64-calls): Use AC_MSG_CHECKING and
+       AC_MSG_RESULT instead of just echo.
+       (GUILE_I): New programs to try using _Complex_I or 1.0fi for the
+       imaginary unit.
+
+2008-02-06  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * configure.in: Default to --without-64-calls for
+       powerpc-ibm-aix*.  Thanks to Rainer Tammer for reporting that the
+       64 calls are a problem on that OS.
+
+2008-02-06  Ludovic Courtès  <ludo@gnu.org>
+
+       * NEWS: Mention Sun Studio compilation fix.
+
+2008-02-05  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * configure.in (--without-64-calls): New option.
+
+2008-01-30  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * pre-inst-guile.in (dyld_prefix), pre-inst-guile-env.in
+       (dyld_prefix): Construct and export dyld_prefix in a similar way
+       to ltdl_prefix, to allow pre-install dynamic linking to work on
+       MacOS.  Thanks to Roger Mc Murtrie for reporting this problem.
+
+2008-01-22  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * LICENSE: Change COPYING.LIB to COPYING.LESSER.
+
+       * COPYING.LESSER: Renamed, previously COPYING.LIB.
+
+       * COPYING: Removed.
+
+       * libguile.h: Update copyright statement to LGPL.
+
+2007-12-04  Ludovic Courtès  <ludo@gnu.org>
+
+       * NEWS: Mention `accept' and `scm_c_{read,write}' bug fixes.
+
+2007-12-03  Ludovic Courtès  <ludo@gnu.org>
+
+       * NEWS: Add SRFI-69.
+
 2007-10-24  Neil Jerram  <neil@ossau.uklinux.net>
 
+       * .cvsignore: Add "lib".
+
        * build-aux/.cvsignore: Add a load more generated files to ignore,
        and commit to CVS.