Changes from arch/CVS synchronization
[bpt/guile.git] / ChangeLog
index ab3f92c..2b9b537 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,594 @@
+2007-08-11  Ludovic Courtès  <ludo@gnu.org>
+
+       * NEWS: Mention SRFI-35 and the new reader.
+
+2007-08-08  Ludovic Courtès  <ludo@gnu.org>
+
+       * NEWS: Mention changes to `record-accessor' and
+       `record-modifier'.
+
+2007-07-29  Ludovic Courtès  <ludo@gnu.org>
+
+       Added Gnulib support.
+
+       * autogen.sh: Run `gnulib-tool --update'.
+
+       * Makefile.am (SUBDIRS): Added `lib'.
+       (ACLOCAL_AMFLAGS): Added `-I m4'.
+       (EXTRA_DIST): Added `m4/ChangeLog'.
+
+       * NEWS: Comply with Automake's `check-news' option, i.e., have
+       the last "Changes in" line appear within the first 15 lines.
+       Mention use of Gnulib.
+
+       * configure.in: Use `build-aux' as `AC_CONFIG_AUX_DIR', and `m4'
+       as `AC_CONFIG_MACRO_DIR'.  Use Automake's `gnu' and `check-news'
+       options.
+       Require Autoconf 2.59.  Invoke `gl_EARLY' and `gl_INIT', don't
+       run `AC_AIX', `AC_ISC_POSIX' and `AC_MINIX' since they are
+       implied by `gl_EARLY'.  Don't look for <strings.h> and
+       `strncasecmp'.  Don't invoke `AC_FUNC_ALLOCA'.  Produce
+       `lib/Makefile'.
+
+2007-07-25  Ludovic Courtès  <ludo@gnu.org>
+
+       * NEWS: Mention bug fix for "(set! 'x #f)".
+
+2007-07-22  Ludovic Courtès  <ludo@gnu.org>
+
+       * configure.in: Check for <strings.h> and `strncasecmp ()'.
+
+2007-07-19  Ludovic Courtès  <ludo@gnu.org>
+
+       * NEWS: Mention `(ice-9 i18n)' and lazy duplicate binding
+       resolution.
+
+2007-07-18  Ludovic Courtès  <ludo@gnu.org>
+
+       * NEWS: Mention SRFI-37.
+
+2007-07-15  Ludovic Courtès  <ludo@gnu.org>
+
+       Guile 1.8.2 released.
+
+       * NEWS: Mention HP-UX/IA64 build fixes.
+
+       * THANKS: Added people who reported bugs or sent patches since
+       1.8.1.  Converted to UTF-8.
+
+       * README: Updated version number.
+
+       * Makefile.am (EXTRA_DIST): Removed `BUGS' (was outdated).
+
+       * ANON-CVS, HACKING, SNAPSHOTS: New, from the `workbook'
+       directory of the CVS repository.
+
+       * autogen.sh: Removed dependency on the `workbook' CVS
+       directory.
+
+       * GUILE-VERSION (GUILE_MICRO_VERSION): Set to 2.
+       (LIBGUILE_INTERFACE_CURRENT): Incremented due to new symbols.
+       (LIBGUILE_INTERFACE_REVISION): Set to 0.
+       (LIBGUILE_INTERFACE_AGE): Incremented.
+       (LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION): Incremented due to
+       bug fixes.
+
+2007-07-11  Ludovic Courtès  <ludo@gnu.org>
+
+       * NEWS: Mention GOOPS `method-more-specific?' bug fix.
+
+2007-07-09  Ludovic Courtès  <ludo@gnu.org>
+
+       * NEWS: Mention SRFI-19 `date->julian-day' bug fix.
+
+2007-06-26  Ludovic Courtès  <ludo@gnu.org>
+
+       * NEWS: Mention fixed memory leaks.
+
+2007-06-12  Ludovic Courtès  <ludo@chbouib.org>
+
+       * NEWS: Mention `inet-ntop' bug fix.
+
+2007-05-09  Ludovic Courtès  <ludo@chbouib.org>
+
+       * NEWS: Mention SRFI-19 `time-process' bug fix.
+
+2007-04-17  Ludovic Courtès  <ludovic.courtes@laas.fr>
+
+       * configure.in (GUILE_FOR_BUILD): Reverted to `$(preinstguile)'
+       instead of `$(top_builddir_absolute)/$(preinstguile)'.
+       
+2007-04-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * configure.in (HAVE_CRYPT): check for cexp, clog, carg
+
+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_*'.
+
+       * configure.in: Look for `strcoll_l ()' and `newlocale ()'.
+       Substitute the `LIBGUILE_I18N_' variables.
+       
+       * NEWS: Mention `(ice-9 i18n)'.
+
+2006-11-17  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * README: Note need for subscription to bug-guile@gnu.org.
+
+       * NEWS: Note need for subscription to bug-guile@gnu.org.
+
+2006-11-08  Ludovic Courtès  <ludovic.courtes@laas.fr>
+
+       * configure.in: Pass `bug-guile@gnu.org' as a third argument to
+       `AC_INIT'.
+
+2006-10-25  Neil Jerram  <neil@ossau.uklinux.net>
+
+       IA64 HP-UX patch from Hrvoje Nikšić.  (Thanks!)
+       
+       * configure.in: New check for uca lib (needed for IA64 on HP-UX).
+
+2006-10-06  Rob Browning  <rlb@defaultvalue.org>
+
+       Guile 1.8.1 released.
+
+       * GUILE-VERSION (GUILE_MICRO_VERSION): Increment for release.
+       (LIBGUILE_INTERFACE_REVISION): Increment for release.
+       (LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION): Increment for release.
+       (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): Increment for release.
+       (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): Increment for release.
+       (LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION): Increment for release.
+
+       * Makefile.am (EXTRA_DIST): Add LICENSE.
+
+2006-09-28  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (chsize, ftruncate, truncate): New tests, for mingw.
+
+2006-09-27  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (clog10): New test, not in mingw.
+
+2006-09-23  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (complex.h, complex double, csqrt): New tests.
+
+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-22  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in: Test if need braces around PTHREAD_ONCE_INIT, set
+       AC_OUTPUT of SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT.
+
+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-07-25  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_FUNCS): Add pthread_getattr_np.
+
+2006-07-24  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_DECLS): Add sethostname for Solaris 10.
+       (AC_CHECK_FUNCS): Remove dirfd, it's a macro.
+       Reported by Claes Wallin.
+       
+2006-06-25  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_MEMBERS): Test struct tm.tm_gmtoff.
+
+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.
+
+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.
+       (Note that numbers.h still includes gmp.h to make it
+       self-contained.)
+       
+       * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
+       for the user and is often overwritten temporarily.
+       (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
+       (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
+       
+2004-09-22  Marius Vollmer  <mvo@zagadka.de>
+
+       * configure.in: Add AM_GNU_GETTEXT invocation.  From Bruno Haible.
+2004-09-21  Marius Vollmer  <mvo@zagadka.de>
+
+       * acinclude.m4 (ACX_PTHREAD): New.
+       * configure.in: Use it instead of simply looking for -lpthread.
+       Thanks to Andreas Vögele!
+       
+2004-09-08  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * configure.in: Fail when alloca can not be found natively.
+
+2004-09-03  Stefan Jahn  <stefan@lkcc.org>
+
+       * configure.in (isinf): Let configure find the isinf() function
+       on MinGW32 systems.
+
+2004-08-27  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_MEMBERS): Add struct sockaddr.sin_len and
+       struct sockaddr_in6.sin6_len.  Reported by Michael Tuexen.
+
+2004-08-27  Marius Vollmer  <mvo@zagadka.de>
+
+       Guile 1.7.1 as been released.
+
+2004-08-26  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * GUILE-VERSION: Bumped all versions for the 1.7.1 release.  Added
+       LIBGUILE_*_MAJOR variables for inclusion in the names of shared
+       libraries such as "libguile-srfi-srfi-1-v-MAJOR.la".  Removed
+       LIBQTHREADS_*.
+       * configure.in: Updated for the new set of variables defined in
+       GUILE-VERSION.
+       
+2004-08-25  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * libguile.h: Include srfi-13.h and srfi-14.h, do not include
+       strop.h.
+
+2004-08-02  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * README: Document the new --disable-discouraged option.
+
+       * configure.in (SCM_I_GSC_ENABLE_DISCOURAGED): New, for the new
+       --enable-discouraged option.
+
+       * libguile.h: Include libguile/discouraged.h.
+
+2004-07-29  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * configure.in: Bugfix: logic in detecting ptrdiff_t was inverted;
+       assume ptrdiff_t is available when its size is non-zero, not when
+       it is zero.  Do no longer define SCM_I_GSC_*_LIMITS macros.  Check
+       for sizes of size_t and intmax_t.
+
+2004-07-09  Marius Vollmer  <mvo@zagadka.de>
+
+       * configure.in: Bugfix: set SCM_I_GSC_T_UINTMAX, not
+       SCM_I_GSC_T_INTMAX in two places.  Thanks to Andreas Vögele!
+
+2004-07-07  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * configure.in: When checking for suitable types for scm_t_int8,
+       etc, try int8_t first, so that we pick them up when they are
+       defined.  Also, substitute limit macros like INT8_MIN into the
+       configure header for all these types.
+
+2004-07-05  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (isinf, isnan): Detect macro versions as well as
+       functions, since C99 specifies them as macros and that's all HP-UX
+       has.  Reported by Andreas Voegele.
+
+2004-06-28  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * configure.in: Removed code for --enable-htmldoc; support for
+       HTML is now included in automake.
+
+2004-06-16  Rob Browning  <rlb@defaultvalue.org>
+
+       * pre-inst-guile.in: modify to handle move of readline.scm to
+       ice-9 subdir of guile-readline.
+
+       * pre-inst-guile-env.in: modify to handle move of readline.scm to
+       ice-9 subdir of guile-readline.
+
+       * configure.in: move package and version args to AC_INIT as is now
+       recommended.  This also requires m4_esyscmd to read GUILE-VERSION
+       given the way AC_INIT handles its args.
+
+2004-04-22  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_HEADERS): Add fenv.h.
+       (AC_CHECK_FUNCS): Add fesetround.
+
+2004-04-18  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_FUNCS): Add readdir_r.
+
+2004-03-23  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_FUNCS): Add sysconf.
+       (AC_CHECK_HEADERS): Add netdb.h and sys/param.h.
+
+2004-03-21  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_FUNCS): Add gmtime_r.
+
+2004-03-14  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (strptime): Use #define _GNU_SOURCE to get the
+       prototype from glibc, use AC_CHECK_DECLS rather than AC_EGREP_HEADER.
+
+2004-02-29  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in: Use AC_COPYRIGHT and AH_TOP to get copyright notice
+       into generated configure and config.h.in.
+
+       * configure.in (AC_CHECK_FUNCS): Add DINFINITY and DQNAN.
+
 2004-02-21  Kevin Ryde  <user42@zip.com.au>
 
        * configure.in (crypt): Test with AC_SEARCH_LIBS, for the benefit of
@@ -1655,7 +2246,7 @@ Tue Dec 14 09:12:22 1999  Greg J. Badros  <gjb@cs.washington.edu>
 
 1999-07-19  Jim Blandy  <jimb@savonarola.red-bean.com>
 
-       Fixes for EMX from Mikael Ståldal.
+       Fixes for EMX from Mikael Ståldal.
 
        * configure.in: Check for <io.h>.
        * configure: Regenerated.
@@ -2590,3 +3181,8 @@ Thu Aug  1 02:31:53 1996  Jim Blandy  <jimb@totoro.cyclic.com>
        Makefile.  Build doc/Makefile from doc/Makefile.in.
 
        * doc/Makefile.in: New file.
+
+
+;; Local Variables:
+;; coding: utf-8
+;; End: