1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 02:00:26 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-09-28 23:55:54 +00:00
parent 38923713f1
commit d748089e17
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-09-29 Kevin Ryde <user42@zip.com.au>
* regex-posix.c (scm_regexp_exec): Correction to last change, should
be whole original string in match struct, not offsetted substring.
2004-09-24 Han-Wen Nienhuys <hanwen@xs4all.nl> 2004-09-24 Han-Wen Nienhuys <hanwen@xs4all.nl>
* gc.c (scm_gc_unprotect_object): abort if called during GC. * gc.c (scm_gc_unprotect_object): abort if called during GC.

View file

@ -1,3 +1,7 @@
2004-09-29 Kevin Ryde <user42@zip.com.au>
* tests/regexp.test (match:string): New tests.
2004-09-26 Kevin Ryde <user42@zip.com.au> 2004-09-26 Kevin Ryde <user42@zip.com.au>
* tests/optargs.test (let-keywords, let-keywords*, let-optional, * tests/optargs.test (let-keywords, let-keywords*, let-optional,