*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-01-03 21:12:45 +00:00
commit 6d611fedcc
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-01-04 Kevin Ryde <user42@zip.com.au>
* boot-9.scm (false-if-exception): Unquote catch and lambda, so as not
to depend on expansion environment.
2003-11-19 Neil Jerram <neil@ossau.uklinux.net>
* boot-9.scm (error-catching-loop): Defer lookup of

View file

@ -1,3 +1,7 @@
2004-01-04 Kevin Ryde <user42@zip.com.au>
* tests/exceptions.test (false-if-exception): Add tests.
2003-11-30 Marius Vollmer <mvo@zagadka.de>
* tests/syntax.test: It's "#\\space", not "#\space".