diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-19 22:18:26 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-19 22:18:26 -0700 |
commit | 4bedd6056cc59f7194ae4eede97b4c460275fcc8 (patch) | |
tree | 54d510492a8f31d85fbac59b76a28478cee19691 /ChangeLog | |
parent | 9fcc160f06441f187e4a2bf2e39164eb8039b190 (diff) | |
download | txr-4bedd6056cc59f7194ae4eede97b4c460275fcc8.tar.gz txr-4bedd6056cc59f7194ae4eede97b4c460275fcc8.tar.bz2 txr-4bedd6056cc59f7194ae4eede97b4c460275fcc8.zip |
* txr.1: Documented ifa.
* share/txr/stdlib/ifa.tl: Tightened up the tests for
situations when the macro is ill-formed, following
the improved specification. Also, eval-error is thrown
instead of just error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2015-06-19 Kaz Kylheku <kaz@kylheku.com> + * txr.1: Documented ifa. + + * share/txr/stdlib/ifa.tl: Tightened up the tests for + situations when the macro is ill-formed, following + the improved specification. Also, eval-error is thrown + instead of just error. + +2015-06-19 Kaz Kylheku <kaz@kylheku.com> + Test ifa macro. * Makefile (TEST_OUT): Include .tl files. |