Changes from arch/CVS synchronization
[bpt/guile.git] / ChangeLog
index 136f902..d8100a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,154 @@
+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>
+
+       From  Jan Nieuwenhuizen <janneke@gnu.org>.  Thanks!
+
+       * configure.in: Add tests for socklen_t and ip_mreq.
+
+2005-03-13  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in, GUILE-VERSION (LIBGUILE_SRFI_SRFI_60): New defines.
+
+2005-03-09  Marius Vollmer  <mvo@zagadka.de>
+
+       Guile 1.7.2 has been released.
+       
+       * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented to "2".
+
+2005-03-08  Marius Vollmer  <mvo@zagadka.de>
+
+       libltdl is no longer distributed.  We expect it to be installed
+       already.
+       
+       * configure.in: Do not call AC_LIBLTDL_INSTALLABLE.  Use
+       AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL.  Do not
+       add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
+
+       * Makefile.am (SUBDIRS): Removed libltdl.
+
+       * README: Talk about required external packages.
+
+       * autogen.sh: Do not call libtoolize.
+
+2005-03-02  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * configure.in: Do not check for fast or recursive mutexes.  Check
+       for pthread_attr_getstack.
+       (SCM_I_GSC_USE_COOP_THREADS): Dot not subst.
+       (pthread_mutexattr_settype): Do not check for it.
+       
+2005-02-28  Marius Vollmer  <mvo@zagadka.de>
+
+       * autogen.sh: Add '--verbose' option to autoreconf invocation.
+       Thanks to Bruno Haible.
+
+2005-01-02  Marius Vollmer  <mvo@zagadka.de>
+
+       * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
+       option.
+
+2004-11-28  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_SUBST): Correction, LTDLINC should be LTDLINCL, the
+       latter is what libtool defines.
+
+2004-10-27  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * libguile.h: Include "libguile/srfi-4.h".
+
+2004-10-25  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * autogen.sh: Added explicit invocation of libtoolize before
+       autoreconf so that libltdl/ is updated as well.
+
+2004-10-22  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+        Removed usage of libguile-ltdl.
+       
+       * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
+       AC_LIB_LTDL.
+       (AC_CONFIG_SUBDIRS): Added libltdl.
+       (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
+       stuff.  Also subst LTDLINC instead of INCLTDL.
+       (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
+       libguile-ltdl/upstream/Makefile.
+
+       * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
+
+2004-09-28  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * ABOUT-NLS: New, from gettext 0.14.1.
+
+       * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
+       with autoconf 2.59.
+
+2004-09-25  Marius Vollmer  <mvo@zagadka.de>
+
+       * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
+       gettextize to run during autogen.sh, which we do not want.
+       Explicitely check for libintl, gettext, bindtextdomain, and
+       textdomain instead.
+       
 2004-09-24  Marius Vollmer  <mvo@zagadka.de>
 
        * libguile.h: Include <gmp.h> outside of extern "C" block.