(scm_memory_error): Do not try to throw, just abort.
[bpt/guile.git] / ChangeLog
index fddb1c8..77d7e4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+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