diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 5620222bc..c3f575e3a 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,7 @@ +2000-07-24 Marius Vollmer + + * common-list.scm (uniq): Made tail-recursive. Thanks to thi! + 2000-07-13 Dirk Herrmann * boot-9.scm (expt): In case of negative integer exponents return diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 6023b1cc9..716f8a1c9 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2000-07-24 Marius Vollmer + + * stime.c (scm_strftime): Recognize a return value of zero from + strftime as buffer overflow and take care to detect a valid zero + length result regardless. Thanks to David Barts! + 2000-07-23 Marius Vollmer * alist.c (scm_assq_remove_x, scm_assv_remove_x,