From 1dbd0570549b48c857a2e63af6896294557eefac Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 26 Oct 2004 13:25:31 +0000 Subject: [PATCH] *** empty log message *** --- srfi/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srfi/ChangeLog b/srfi/ChangeLog index efdb8e885..3a08bde2a 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,8 @@ +2004-10-26 Marius Vollmer + + * srfi-4.c (uvec_equalp): Bugfix; multiply length with type size + to get the correct number of bytes to compare with memcmp. + 2004-09-20 Rob Browning * srfi-4.c: Update copyright notice.