summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4ee33d3..d71f2655 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-07-14 Kaz Kylheku <kaz@kylheku.com>
+ * txr.c (txr_main): Allow Lisp code executed via -e and -p options to
+ see the bindings set up by prior -D options.
+
+2014-07-14 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): Register interpose and lconsp as intrinsics.
* lib.c (lconsp, interpose): New functions.