diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-05-14 09:25:26 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-05-14 09:25:26 +0000 |
commit | 74c581316a3fecf056da463d8caae30119b28d3b (patch) | |
tree | 169ad74cc1aeb56183a935b434ee9d8ad05cb2a9 | |
parent | 37354cb7b96fca688ff4d15d6852e71aa160796f (diff) | |
download | guile-74c581316a3fecf056da463d8caae30119b28d3b.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index daea0bcd3..2b5ca7ecd 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2002-05-14 Thien-Thi Nguyen <ttn@giblet.glug.org> + + * gc_os_dep.c: For I386/OPENBSD, allow for `__i386__' + in addition to `i386'. + 2002-05-08 Marius Vollmer <mvo@zagadka.ping.de> * eq.c (real_eqv): New. @@ -8,14 +13,14 @@ (scm_leq_p, scm_geq_p): Explicitely return #f when comparing a NaN. (scm_inexact_to_exact): Signal error when converting a NaN. - + 2002-05-06 Marius Vollmer <mvo@zagadka.ping.de> * posix.c (scm_putenv): Handle removing variables explicitely by calling unsetenv. From John W. Eaton. - + * numbers.h: Conditionally include floatingpoint.h, ieeefp.h, and nan.h. Provide declarations for scm_inf_p, scm_nan_p, scn_inf, and scm_nan. @@ -43,7 +48,7 @@ NaN. They will provide their own sign. (scm_divide): Only allow divides by inexact zeros. Dividing by exact zeros still signals an errors. - + 2002-04-22 Thien-Thi Nguyen <ttn@giblet.glug.org> * goops.h (scm_slot_exists_p): Rename from scm_slots_exists_p. |