From 0c6f7f15c6f694c4da0041541f18ee2b5a9ae926 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 18 Jan 2007 22:24:45 +0000 Subject: [PATCH] *** empty log message *** --- test-suite/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index f8717ada7..0751dbd10 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -2,6 +2,7 @@ * tests/regexp.test (regexp-exec): Further tests, in particular #\nul in input and bad flags args which had been provoking abort()s. + * lib.scm (exception:string-contains-nul): New exception pattern. 2006-12-13 Kevin Ryde