diff --git a/THANKS b/THANKS index 30c8f66c9..5e916a233 100644 --- a/THANKS +++ b/THANKS @@ -63,6 +63,7 @@ For fixes or providing information which led to a fix: Shuji Narazaki Han-Wen Nienhuys Stefan Nordhausen + Roland Orre Pieter Pareit Jack Pavlovsky Bertrand Petit diff --git a/libguile/ChangeLog b/libguile/ChangeLog index f3f198aa2..1fdc84a8a 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-20 Rob Browning * script.c (scm_compile_shell_switches): Update copyright. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 8ae096272..851b3a626 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-26 Kevin Ryde * tests/optargs.test (let-keywords, let-keywords*, let-optional,