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 6b569dd2..3332e7a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-02-03 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (nullp): Function removed.
+
+ * lib.h (nullp): New inline function.
+ (eq): Removed useless parentheses: it's not a macro.
+
+2014-02-03 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (op_modplace): Fixing a few argument count mismatches
in format calls.