summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-23 06:51:19 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-23 06:51:19 -0800
commitb1685e72fab5291ef2755d1e89ca729c05dc443e (patch)
treeb5155d8175752bb7ad5f95f03d99a64d923d63b0 /ChangeLog
parent584838f8c9060fa65ffbee7c7ba4aa8685c46b6f (diff)
downloadtxr-b1685e72fab5291ef2755d1e89ca729c05dc443e.tar.gz
txr-b1685e72fab5291ef2755d1e89ca729c05dc443e.tar.bz2
txr-b1685e72fab5291ef2755d1e89ca729c05dc443e.zip
* eval.c (expand_op): Takes sym argument to distinguish op and do.
The dwim operator is deleted when the symbol is do. (expand): Expand do_s form with expand_op, not only op_s. Pass down symbol. * txr.1: Document do operator.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b9b1b53..508a3a4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2014-01-23 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (expand_op): Takes sym argument to distinguish op and do.
+ The dwim operator is deleted when the symbol is do.
+ (expand): Expand do_s form with expand_op, not only op_s. Pass down
+ symbol.
+
+ * txr.1: Document do operator.
+
+2014-01-23 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (do_eval): Fix incorrect, recently introduced code
rearrangement that gives precedence to operator lookup over function
lookup.