summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-05-03 21:34:14 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-05-03 21:34:14 -0700
commitc6cd8acac9f6c6916aded21ea1e82d430036d04d (patch)
tree357ea3ea2a9c19cba725c20a8a16423a150bcf26 /ChangeLog
parent251546a2204692c62cb51bee44c3a7601d82b83b (diff)
downloadtxr-c6cd8acac9f6c6916aded21ea1e82d430036d04d.tar.gz
txr-c6cd8acac9f6c6916aded21ea1e82d430036d04d.tar.bz2
txr-c6cd8acac9f6c6916aded21ea1e82d430036d04d.zip
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.
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.