summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-29 21:47:30 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-29 21:47:30 -0800
commit3e09c38f75b087e583abb30762a9a251b8f424f9 (patch)
treee48b165dac486deb5e8624168be0b828e8c3690b /ChangeLog
parent434e8830bed27a0436e3867c50b7419123e3d49d (diff)
downloadtxr-3e09c38f75b087e583abb30762a9a251b8f424f9.tar.gz
txr-3e09c38f75b087e583abb30762a9a251b8f424f9.tar.bz2
txr-3e09c38f75b087e583abb30762a9a251b8f424f9.zip
* parser.y (repeat_rep_helper): Bugfix. Circular lists
were being created here when clauses of the same kind appear multiple times. The problem is that append2 no longer copies the second list, which the code was relying on it to do.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96c516fc..99ae385e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-12-29 Kaz Kylheku <kaz@kylheku.com>
+ * parser.y (repeat_rep_helper): Bugfix. Circular lists
+ were being created here when clauses of the same kind appear multiple
+ times. The problem is that append2 no longer copies the second list,
+ which the code was relying on it to do.
+
+2011-12-29 Kaz Kylheku <kaz@kylheku.com>
+
* txr.1: Useless sentence under reduce-left and reduce-right removed.
Missing Description headings added.