* readline.scm: moved to ./ice-9/
[bpt/guile.git] / ChangeLog
index f788710..797dc79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,71 @@
+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
+       HP-UX.  Define HAVE_CRYPT rather than HAVE_LIBCRYPT.  Reported by
+       Andreas Voegele.
+
+2004-02-18  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_HEADERS): Add crt_externs.h.
+       (AC_CHECK_FUNCS): Add _NSGetEnviron.
+
+2004-02-15  Mikael Djurfeldt  <mdj@chunk.mit.edu>
+
+       * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
+
+2004-01-25  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * configure.in (GUILE_FUNC_DECLARED), acinclude.m4
+       (GUILE_STRUCT_UTIMBUF, GUILE_NAMED_CHECK_FUNC): Correctly quote
+       macros being defined.
+
+2003-12-26  Marius Vollmer  <mvo@zagadka.de>
+
+       * configure.in: Find a suitable type for the new scm_t_intmax and
+       scm_t_uintmax.
+
+2003-11-17  Rob Browning  <rlb@defaultvalue.org>
+
+       * configure.in: rewrite ALLOCA related code as multiple lines so
+       it doesn't break with current autoconf substitutions.
+
 2003-11-15  Kevin Ryde  <user42@zip.com.au>
 
        * configure.in (--with-guile-for-build): Remove this option, it's not
        normal style for --with.
        (GUILE_FOR_BUILD): Use AC_ARG_VAR.
+       * README (Cross building Guile): Describe GUILE_FOR_BUILD rather than
+       --with-guile-for-build.
 
 2003-11-11  Neil Jerram  <neil@ossau.uklinux.net>