Changes from arch/CVS synchronization
[bpt/guile.git] / ChangeLog
index 961d55f..d8100a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,62 @@
+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-04-16  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (stat64, off_t): New tests.
+
+2006-03-31  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (socklen_t): Enhance test for this type, coping with
+       need for <sys/socket.h> on MacOS X.  Reported by Michael Tuexen and
+       Jay Cotton.
+
+2006-03-26  Marius Vollmer  <mvo@zagadka.de>
+
+       * configure.in: Added check that defines
+       PTHREAD_ATTR_GETSTACK_WORKS when pthread_attr_getstack works for
+       the main thread.
+
+2006-02-26  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_FUNCS): Add dirfd.
+
+2006-02-20  Marius Vollmer  <mvo@zagadka.de>
+
+       Released 1.8.0.
+
+       * GUILE-VERSION: Set version.
+
+       * GUILE-VERSION: Bumped versions for 1.9 series.
+
+2006-02-06  Marius Vollmer  <mvo@zagadka.de>
+
+       Branched for 1.8 series.
+
+       * GUILE-VERSION: Bumped version numbers.
+       
+       * configure.in: Removed --enable-arrays option.
+
+2005-12-14  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * NEWS: Remove entry claiming that breakpoints have been added,
+       because breakpoints are now implemented outside the core distro.
+       Add entries on obsolescence of the 'cheap option and on tweaking
+       support in evaluator trap calls.  Finally, correct outline level
+       of item about make-keyword-from-dash-symbol.
+
 2005-07-09  Neil Jerram  <neil@ossau.uklinux.net>
 
+       * configure.in (AC_CONFIG_FILES): Removed emacs/Makefile and
+       ice-9/debugger/breakpoints/Makefile.
+
        * Makefile.am (SUBDIRS): Removed emacs.
 
 2005-06-05  Marius Vollmer  <mvo@zagadka.de>