diff options
author | Jim Blandy <jimb@red-bean.com> | 1996-10-10 01:17:59 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1996-10-10 01:17:59 +0000 |
commit | 4092027920182c1c89e17dad9dcaeeb5e7ecc7da (patch) | |
tree | 1d6a082ec20a3d89c3bf614c462e6a33386bb248 | |
parent | 604b0844c5a0a772b681024c36977295c56c1dc5 (diff) | |
download | guile-4092027920182c1c89e17dad9dcaeeb5e7ecc7da.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 4e55c7f5d..fee610010 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -2,6 +2,12 @@ Wed Oct 9 19:39:29 1996 Jim Blandy <jimb@floss.cyclic.com> * async.c (scm_take_signal): Doc fixes. +Mon Oct 7 22:30:34 1996 Jim Blandy <jimb@totoro.cyclic.com> + + * numbers.c (scm_divbigint): When the remainder is zero, we don't + want to subtract it from the modulus; we just want to leave it + alone. + Mon Oct 7 00:14:17 1996 Mikael Djurfeldt <mdj@kenneth> * init.c (scm_boot_guile_1): Bugfix: i --> base in argument to |