diff --git a/AUTHORS b/AUTHORS index b4ec70fa5..c1dd0b3ed 100644 --- a/AUTHORS +++ b/AUTHORS @@ -234,6 +234,10 @@ In the subdirectory doc, changes to: intro.texi preface.texi scheme-modules.texi scheme-procedures.texi scheme-scheduling.texi +In the subdirectory test-suite, changes to: + guile-test lib.scm +In the subdirectory test-suite/tests, changes to: + exceptions.test eval.test Robert Merkel: In the subdirectory doc, co-wrote: diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 0aa2ad502..90bab7d41 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,9 @@ +2001-08-01 Thien-Thi Nguyen + + * lib.scm (run-test-exception): Add special handling for + `error'-generated exceptions, which pass key `misc-error' and + leave messages unformatted. + 2001-07-18 Martin Grabmueller * tests/alist.test, tests/bit-operations.test,