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 96aee8ce..7d06a0ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-05-03 Kaz Kylheku <kaz@kylheku.com>
+
+ Deal with bad quote syntax.
+
+ * eval.c (op_quote): Throw error on bad syntax.
+
+ * lib.c (obj_print, obj_pprint): Do not hide bad quote syntax
+ using ' notation; print it using ordinary notation.
+
2015-05-01 Kaz Kylheku <kaz@kylheku.com>
Move initialization calls to more suitable place.