summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-11 16:26:57 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-11 16:26:57 -0800
commit28c0b2296f8e7e268400911d8fa6bb07a5bc76b3 (patch)
tree44f5ed255f438595ebe981412416dd2135601697 /ChangeLog
parent5bc1cc4489663efb96f51b941d3b2313d82f7eef (diff)
downloadtxr-28c0b2296f8e7e268400911d8fa6bb07a5bc76b3.tar.gz
txr-28c0b2296f8e7e268400911d8fa6bb07a5bc76b3.tar.bz2
txr-28c0b2296f8e7e268400911d8fa6bb07a5bc76b3.zip
* eval.c (if_fun): Bugfix: forgotten handling of optional
alternative argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd14c2e9..4ae13197 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-02-11 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (if_fun): Bugfix: forgotten handling of optional
+ alternative argument.
+
+2014-02-11 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (subst_vars): Bugfix: results of expressions not
treated in the same way as variables: lists not stringified,
causing expansions with parentheses, and sometimes errors