summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fef5ab1a..eca751b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-02-20 Kaz Kylheku <kaz@kylheku.com>
+
+ * parser.y (unquotes_occur): Bugfix: we should not terminate
+ the recursion early if we see a quote. This would be true if
+ the only quotes were those generated by the parser based on
+ calls to choose_quote. However, it breaks for something
+ like an explicitly coded '(sys:quote ,form), which becomes
+ (sys:quote (sys:quote ,form)), leaving a dangling unquote.
+
2014-02-19 Kaz Kylheku <kaz@kylheku.com>
* mpi-patches/faster-square-root (mp_sqrt): Bugfix: was computing square