(scm_memory_error): Do not try to throw, just abort.
[bpt/guile.git] / ChangeLog
index 60e8753..77d7e4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,214 @@
+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
+       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>
+
+       * .cvsignore: Add elisp-comp.
+
+2003-10-30  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * configure.in (AC_CONFIG_FILES): Add `emacs/Makefile'.
+       (AM_PATH_LISPDIR): Added.
+
+       * Makefile.am (SUBDIRS): Add `emacs'.
+
+2003-07-27  Marius Vollmer  <mvo@zagadka.de>
+
+       * configure.in: Look for sched_yield in -lrt; this is needed for
+       Solaris.  Thanks to Matthias Koeppe!
+       (setgroups): Check for it.
+
+       * configure.in (__libc_stack_end): Actually use the value in
+       __libc_stack_end for something so that the access doesn't get
+       optimized away.  Thanks to Matthias Koeppe!
+
+2003-07-08  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_FUNCS): Add sincos.
+
+2003-06-21  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_CHECK_FUNCS): Add asinh, acosh, atanh and trunc.
+
+2003-06-19  Marius Vollmer  <mvo@zagadka.de>
+
+       * configure.in: use "-Werror" only with GCC.  Thanks to Matthias
+       Koeppe!
+
+2003-06-19  Kevin Ryde  <user42@zip.com.au>
+
+       * README (Guile Documentation): Update to manuals now available,
+       remove notes about the reference manual being in progress.
+
+2003-06-14  Stefan Jahn  <stefan@lkcc.org>
+
+       * configure.in: Checking for __int64 as possible candidate for
+       the SCM_I_GSC_T_INT64 define.
+
+2003-05-30  Stefan Jahn  <stefan@lkcc.org>
+
+       * configure.in: Checking for unsetenv().
+
+2003-05-29  Stefan Jahn  <stefan@lkcc.org>
+
+       * configure.in: Removed -lm check and added a cached check for
+       __libc_stack_end to get it building for mingw32 hosts.
+
+2003-05-19  Kevin Ryde  <user42@zip.com.au>
+
+       * README (Cross building Guile): Remove --with-cc-for-build in favour
+       of CC_FOR_BUILD.
+
+2003-05-16  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (--with-cc-for-build): Remove this option, CC_FOR_BUILD
+       variable is more or less standard, and is adequate for the task.
+
+2003-05-12  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (CC_FOR_BUILD): Use AC_ARG_VAR.
+
+       * configure.in (SCM_SINGLES): Use AC_CHECK_SIZEOF(float), to
+       eliminate guess-yes when cross compiling.
+
+       * configure.in (SCM_I_GSC_STACK_GROWS_UP): Fix missing comma in
+       AC_TRY_RUN.
+
+2003-04-20  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * libguile.h: Removed uses of DEBUG_EXTENSIONS to fix compile
+       errors with --disable-deprecated.
+
+2003-04-07  Rob Browning  <rlb@defaultvalue.org>
+
+       * pre-inst-guile-env.in: new script -- can be used to run commands
+       in an envt set up using the development libs, Guile, etc.
+
+       * configure.in: handle pre-inst-guile-env and add
+       test-suite/standalone/Makefile.
+
+2003-04-06  Marius Vollmer  <mvo@zagadka.de>
+
+       * configure.in: Check for mpz_import, which is required but only
+       available in GMP 4.1.
+
 2003-04-05  Marius Vollmer  <mvo@zagadka.de>
 
        * Changed license terms to the plain LGPL thru-out.