1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-09-29 15:50:24 +00:00
parent 400f0fb716
commit 818deb1158
3 changed files with 10 additions and 0 deletions

1
THANKS
View file

@ -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

View file

@ -1,3 +1,8 @@
2004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* ramap.c (scm_array_equal_p): Include scm_tc7_svect in switch.
Thanks to Roland Orre!
2004-09-29 Kevin Ryde <user42@zip.com.au>
* regex-posix.c (scm_regexp_exec): Correction to last change, should

View file

@ -1,3 +1,7 @@
2004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* tests/unif.test (array-equal?): New test.
2004-09-29 Kevin Ryde <user42@zip.com.au>
* tests/regexp.test (match:string): New tests.