summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-05-20 19:44:07 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-05-20 19:44:07 -0700
commite2437397f8f4430fd479cafe9495e5a19e970f86 (patch)
treeb45cac8d1c9f26461d40b7a50744074cfeba618c /ChangeLog
parentd3221bbe79e7bb19cd5fab4138857af553ee9e7a (diff)
downloadtxr-e2437397f8f4430fd479cafe9495e5a19e970f86.tar.gz
txr-e2437397f8f4430fd479cafe9495e5a19e970f86.tar.bz2
txr-e2437397f8f4430fd479cafe9495e5a19e970f86.zip
The call operator should be a function!
* eval.c (call): New static function. (eval_args, op_call): Static functions removed. (eval_init): call_s registered as operator rather than function. * txr.1: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e8b376c..c2fc1205 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-05-20 Kaz Kylheku <kaz@kylheku.com>
+
+ The call operator should be a function!
+
+ * eval.c (call): New static function.
+ (eval_args, op_call): Static functions removed.
+ (eval_init): call_s registered as operator rather than function.
+
+ * txr.1: Updated.
+
2014-05-10 Kaz Kylheku <kaz@kylheku.com>
Version 89