summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-03 15:12:29 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-03 15:12:29 -0800
commita2665d2f02ce417851719f07c9e88bd642d59641 (patch)
tree647cf82cff328c1196dbd213b6c2a54f7643c0da /ChangeLog
parentbcac7015dadee4c22e6e2adf96cb8cded25e2fe2 (diff)
downloadtxr-a2665d2f02ce417851719f07c9e88bd642d59641.tar.gz
txr-a2665d2f02ce417851719f07c9e88bd642d59641.tar.bz2
txr-a2665d2f02ce417851719f07c9e88bd642d59641.zip
* lib.c (nullp): Function removed.
* lib.h (nullp): New inline function. (eq): Removed useless parentheses: it's not a macro.
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.