summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-10 19:32:02 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-10 19:32:02 -0700
commitfbf525ae910ae48b1e6401fd2307772e214b1baa (patch)
tree01375a1d08b4fb2cc5cbe526998bec9ed35eced9 /ChangeLog
parent421b7c3aec0b60d126cdec79f2647c901323389f (diff)
downloadtxr-fbf525ae910ae48b1e6401fd2307772e214b1baa.tar.gz
txr-fbf525ae910ae48b1e6401fd2307772e214b1baa.tar.bz2
txr-fbf525ae910ae48b1e6401fd2307772e214b1baa.zip
Preparing for lisp loading.
* parser.c (open_txr_file): Rewritten to take new argument which indicates whether to treat an unsuffixed file as TXR or TXR Lisp, and is updated to indicate which is the case by looking at the suffix. * parser.h (open_txr_file): Declaration updated. * match.c (v_load): Follow change in open_txr_file. * txr.c (txr_main): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 846a2fab..548a99df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2015-06-10 Kaz Kylheku <kaz@kylheku.com>
+ Preparing for lisp loading.
+
+ * parser.c (open_txr_file): Rewritten to take new argument
+ which indicates whether to treat an unsuffixed file as
+ TXR or TXR Lisp, and is updated to indicate which is the
+ case by looking at the suffix.
+
+ * parser.h (open_txr_file): Declaration updated.
+
+ * match.c (v_load): Follow change in open_txr_file.
+
+ * txr.c (txr_main): Likewise.
+
+2015-06-10 Kaz Kylheku <kaz@kylheku.com>
+
Error handling improvement in read.
* parser.y (spec): New grammar production to handle the cases