From b73bde31c72c213c363b880463ca5ab28bf97291 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 23 Jul 2000 23:13:01 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 4 ++++ libguile/ChangeLog | 6 ++++++ 2 files changed, 10 insertions(+) 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,