merge from 1.8 branch (removing this file)
[bpt/guile.git] / ChangeLog
index 926064e..0df6906 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+2006-09-20  Ludovic Courtès  <ludovic.courtes@laas.fr>
+
+       * configure.in: Check for `isblank ()'.
+
+       * NEWS: Mentioned the interaction between `setlocale' and SRFI-14
+       standard char sets.
+       
+2006-08-18  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * configure.in: Generate Makefile for emacs subdir.
+
+       * Makefile.am (SUBDIRS): Add emacs subdir.
+
+       * configure.in: Generate Makefile for ice-9/debugging subdir.
+
+2006-06-13  Ludovic Courtès  <ludovic.courtes@laas.fr>
+
+       * NEWS: Mentioned the new behavior of `equal?' for structures.
+
+2006-06-06  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * acinclude.m4 (ACX_PTHREAD): Update to latest definition from
+       autoconf macro archive, to fix pthread linking problem on Solaris
+       10, reported by Charles Gagnon.
+
+2006-05-28  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (isnan): Remove "#ifdef __MINGW32__, #define isnan
+       _isnan".  Mingw provides isnan as a macro (in math.h), the test
+       already detects it just fine with no special case.
+
+2006-05-26  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_FUNCS): Add ioctl.
+       (pthread_attr_getstack): Restrict test to pthreads case, to avoid
+       AC_TRY_RUN when cross-compiling --without-threads.
+
+2006-05-20  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (S_ISLNK): Remove test, leave it to #ifdef in the .c
+       files.
+       
+2006-05-16  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (struct stat st_blocks): Change AC_STRUCT_ST_BLOCKS to
+       a plain AC_CHECK_MEMBERS, we don't want AC_LIBOBJ(fileblocks) which
+       the former gives.  Remove the commented-out code that was to have
+       munged fileblocks out of LIBOBJS.  This fixes mingw, where the lack of
+       st_blocks and absense of the fileblocks.c replacement caused build
+       failure.  Reported by "The Senator".
+       (struct stat st_rdev, st_blksize): Combine into a single
+       AC_CHECK_MEMBERS.
+
+2006-04-18  Rob Browning  <rlb@defaultvalue.org>
+
+       * configure.in: Add AC_CONFIG_AUX_DIR([.]) as suggested in the
+       autotools documentation.
+
 2006-04-16  Kevin Ryde  <user42@zip.com.au>
 
        * configure.in (stat64, off_t): New tests.
 
        * GUILE-VERSION: Set version.
 
-2006-02-06  Marius Vollmer  <mvo@zagadka.de>
-
        * GUILE-VERSION: Bumped versions for 1.9 series.
 
-       * configure.in: Removed --enable-arrays option.
-
 2006-02-06  Marius Vollmer  <mvo@zagadka.de>
 
        Branched for 1.8 series.