summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.