diff --git a/THANKS b/THANKS index 97e41e3d3..307d1b684 100644 --- a/THANKS +++ b/THANKS @@ -45,6 +45,7 @@ For fixes or providing information which led to a fix: Han-Wen Nienhuys Jan Nieuwenhuizen Stefan Nordhausen + Roland Orre Pieter Pareit Jack Pavlovsky Arno Peters diff --git a/libguile/ChangeLog b/libguile/ChangeLog index e49e0dd5a..ab6dd01b6 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2004-09-29 Marius Vollmer + + * ramap.c (scm_array_equal_p): Include scm_tc7_svect in switch. + Thanks to Roland Orre! + 2004-09-29 Kevin Ryde * regex-posix.c (scm_regexp_exec): Correction to last change, should diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 6b4e80d8d..139521e02 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,7 @@ +2004-09-29 Marius Vollmer + + * tests/unif.test (array-equal?): New test. + 2004-09-29 Kevin Ryde * tests/regexp.test (match:string): New tests.