merge from 1.8 branch
[bpt/guile.git] / ChangeLog
index 20476aa..e681464 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,87 @@
+2007-02-24  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * autogen.sh: Announce versions of autoconf, automake, libtool and
+       m4.
+
+       * pre-inst-guile.in (subdirs_with_ltlibs): Add libguile.
+
+2007-02-18  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * config.rpath (Module): New (from gettext package).
+
+2007-01-31  Ludovic Courtès  <ludovic.courtes@laas.fr>
+
+       * configure.in: Look for `langinfo.h', `nl_types.h', `xlocale.h'
+       and `nl_langinfo'.
+
+2007-01-28  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * INSTALL: New upstream version.
+
+       * ABOUT-NLS: New upstream version.
+
+2007-01-23  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (isinf, isnan): Use a volatile global to stop gcc
+       optimizing out the test.  In particular this fixes solaris where there
+       isn't an isinf or isnan (though gcc still optimizes as if there is).
+       Reported by Hugh Sasse.
+       (AC_C_VOLATILE): New.
+
+2007-01-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * .gitignore: new file. Make using git easier.
+
+2007-01-22  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_INIT): Don't use "echo -n", it's not portable and
+       in particular fails on solaris (resulting in literal "-n"s going into
+       the output, making the resulting configure unusable).  Reported by
+       Hugh Sasse.
+
 2007-01-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * autogen.sh (Module): only try to run render-bugs if it exists.
 
+2006-12-27  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (pthread_get_stackaddr_np, pthread_sigmask): New tests.
+
+2006-12-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * autogen.sh (mscripts): only execute render-bugs if it exists.
+
+2006-12-23  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (-lm): No need to suppress libm on mingw, it's not
+       needed because it's empty, but including it does no harm.
+       (-lm): Look for "cos" instead of "main", since cos and friends are the
+       purpose of looking for libm.
+       (winsock etc): Test $host = *-*-mingw* rather than $MINGW32, autoconf
+       regards the latter as obsolete.
+       (AC_MINGW32): Remove test, $MINGW32 now unused.
+       (uint32_t): Look at HAVE_NETDB_H rather than hard-coding __MINGW32__
+       in the test program.
+
+2006-12-15  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (process.h, pipe, _pipe): New checks.
+
+2006-12-14  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (struct timespec, pthread.h): Look for struct timespec
+       in <pthread.h> as well as <time.h>, it's in pthread.h on mingw.
+       Reported by Nils Durner.
+
+2006-12-03  Kevin Ryde  <user42@zip.com.au>
+
+       * Makefile.am (AUTOMAKE_OPTIONS): Bump to automake 1.10 required, so
+       that config.rpath from gettext will go into the dist (and give an
+       error if not).
+
+       * configure.in (AM_PROG_CC_C_O): New macro, needed by automake 1.10
+       for per-target cflags in libguile/Makefile.am.
+
 2006-11-18  Ludovic Courtès  <ludovic.courtes@laas.fr>
 
        * GUILE-VERSION: Added `LIBGUILE_I18N_*'.