summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec5a5d2d..99614ffb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-06-24 Kaz Kylheku <kaz@kylheku.com>
+
+ Refactoring n-ary functions to use a single helper.
+
+ * lib.c (nary_op): New function.
+ (plusv, mulv, logandv, logiorv): Use nary_op.
+
+ * lib.h (nary_op): Declared.
+
2015-06-23 Kaz Kylheku <kaz@kylheku.com>
Hash subset testing.