summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-02-07 07:38:02 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-02-07 07:38:02 -0800
commit9eecb672352ec0d5038f35cb24c0ccad950a9507 (patch)
treec7aa031d39edba7c51e3d6a93f8654b77348db7e /ChangeLog
parent61302673d5870dc3eae32ba0e1c60d2d9f6aef21 (diff)
downloadtxr-9eecb672352ec0d5038f35cb24c0ccad950a9507.tar.gz
txr-9eecb672352ec0d5038f35cb24c0ccad950a9507.tar.bz2
txr-9eecb672352ec0d5038f35cb24c0ccad950a9507.zip
* tests/011/macros-1.txr: Add test for lexical function
shadowing symbol macro. * tests/011/macros-1.expected: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5dec2d8a..b6834a5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-02-07 Kaz Kylheku <kaz@kylheku.com>
+
+ * tests/011/macros-1.txr: Add test for lexical function
+ shadowing symbol macro.
+
+ * tests/011/macros-1.expected: Updated.
+
2015-02-06 Kaz Kylheku <kaz@kylheku.com>
* unwind.c (uw_throw): Detect invalid re-entry and bail.