1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 20:30:28 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2007-01-18 23:10:46 +00:00
parent 970aac161b
commit e5467c4d74

View file

@ -2,6 +2,7 @@
* tests/regexp.test (regexp-exec): Further tests, in particular #\nul * tests/regexp.test (regexp-exec): Further tests, in particular #\nul
in input and bad flags args which had been provoking abort()s. in input and bad flags args which had been provoking abort()s.
* lib.scm (exception:string-contains-nul): New exception pattern.
2006-12-24 Han-Wen Nienhuys <hanwen@lilypond.org> 2006-12-24 Han-Wen Nienhuys <hanwen@lilypond.org>