summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-19 06:17:00 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-19 06:17:00 -0700
commit5d4159ba88001b52b814f13210421b8efd5cf9f2 (patch)
tree0a48222e64bcc336b969189d1b51f863971325c1 /ChangeLog
parent1081759195124f46fba0028c3583aa878fa72869 (diff)
downloadtxr-5d4159ba88001b52b814f13210421b8efd5cf9f2.tar.gz
txr-5d4159ba88001b52b814f13210421b8efd5cf9f2.tar.bz2
txr-5d4159ba88001b52b814f13210421b8efd5cf9f2.zip
Test ifa macro.
* Makefile (TEST_OUT): Include .tl files. (tst/%.out): New rule variant, from .tl prerequisite. * tests/012/ifa.expected: New file. * tests/012/ifa.tl: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cae4f5d..293d2f3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2015-06-19 Kaz Kylheku <kaz@kylheku.com>
+ Test ifa macro.
+
+ * Makefile (TEST_OUT): Include .tl files.
+ (tst/%.out): New rule variant, from .tl prerequisite.
+
+ * tests/012/ifa.expected: New file.
+
+ * tests/012/ifa.tl: New file.
+
+2015-06-19 Kaz Kylheku <kaz@kylheku.com>
+
* parser.c (parser_mark): Do not mark p->syntax_tree if
its value is nao. Introduced on 2015-06-10, "Error handling improvement
in read".