summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fca6fb8..59c2e55a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2012-03-16 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (do_chain): More useful behavior. The first
+ function, if any, is treated as variadic. Subsequent
+ functions are monadic.
+ (chain, chainv): Turn do_chain into variadic.
+
+2012-03-16 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): New intrinsic functions
chain, andf, orf, iff.