summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-27 00:13:22 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-27 00:13:22 -0800
commit09eb73cde9c64e6fa29cbb410b25c6dd84a8a6f2 (patch)
tree2011d48a22860ee0c44c5b8b3bd6b6cd5cc2ff3e /ChangeLog
parentc150e646fa90409c412f07f59edbb897bdbb4997 (diff)
downloadtxr-09eb73cde9c64e6fa29cbb410b25c6dd84a8a6f2.tar.gz
txr-09eb73cde9c64e6fa29cbb410b25c6dd84a8a6f2.tar.bz2
txr-09eb73cde9c64e6fa29cbb410b25c6dd84a8a6f2.zip
* lib.c (obj_print, obj_pprint): Bugfix: there may be
additional expressions forms in (sys:var <sym>) after the sym. These were not being printed. Such syntax occurs often in the TXR pattern language.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3c32d96..9a871517 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-01-27 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (obj_print, obj_pprint): Bugfix: there may be
+ additional expressions forms in (sys:var <sym>) after
+ the sym. These were not being printed. Such syntax occurs
+ often in the TXR pattern language.
+
2014-01-26 Kaz Kylheku <kaz@kylheku.com>
* regex.c (match_regex_right): New function.