summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-19 21:43:45 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-19 21:43:45 -0700
commitd8e75887b3d2bc103bd66238d250a596eae83092 (patch)
treee8ef083bc3b9f2caa4f661a81bcf0b2ed6da245a /ChangeLog
parentce943667b2aabb2821a0d1f61025ace9f1c146dc (diff)
downloadtxr-d8e75887b3d2bc103bd66238d250a596eae83092.tar.gz
txr-d8e75887b3d2bc103bd66238d250a596eae83092.tar.bz2
txr-d8e75887b3d2bc103bd66238d250a596eae83092.zip
* eval.c (identity_s): New global variable.
(me_ret, tf, nilf, do_retf, retf): New static functions. (eval_init): Initialize identity_s, and use it for registration of identity. Register ret macro, and the retf, tf and nilf functions. * txr.1: Documentation for ret, retf, tf and nilf.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f92dd991..262fed90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2014-06-19 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (identity_s): New global variable.
+ (me_ret, tf, nilf, do_retf, retf): New static functions.
+ (eval_init): Initialize identity_s, and use it for registration
+ of identity. Register ret macro, and the retf, tf and nilf
+ functions.
+
+ * txr.1: Documentation for ret, retf, tf and nilf.
+
+2014-06-19 Kaz Kylheku <kaz@kylheku.com>
+
Bugfix: dwim operator contradicts the documentation
and intended design.