summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-12 22:00:38 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-12 22:00:38 -0700
commit06e69904744f6349dc4be58f36bd4575497f2106 (patch)
tree452270e12baac8590f716a4ef079b78a8058306a /ChangeLog
parentfbf525ae910ae48b1e6401fd2307772e214b1baa (diff)
downloadtxr-06e69904744f6349dc4be58f36bd4575497f2106.tar.gz
txr-06e69904744f6349dc4be58f36bd4575497f2106.tar.bz2
txr-06e69904744f6349dc4be58f36bd4575497f2106.zip
@(load) and @(include) now load Lisp code.
* match.c (v_load): Check txr_lisp_p flag coming out of open_txr_file and handle the Lisp case usin read_eval_stream. * parser.c (read_eval_stream, get_parser, parser_errors): New functions. * parser.h (read_eval_stream, get_parser, parser_errors): Declared.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 548a99df..ac77e4b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2015-06-12 Kaz Kylheku <kaz@kylheku.com>
+
+ @(load) and @(include) now load Lisp code.
+
+ * match.c (v_load): Check txr_lisp_p flag coming out of
+ open_txr_file and handle the Lisp case usin read_eval_stream.
+
+ * parser.c (read_eval_stream, get_parser, parser_errors):
+ New functions.
+
+ * parser.h (read_eval_stream, get_parser, parser_errors):
+ Declared.
+
2015-06-10 Kaz Kylheku <kaz@kylheku.com>
Preparing for lisp loading.