summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-09-01 23:41:52 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-09-01 23:41:52 -0700
commit3f510f49a0e00d7b6b057e6cee6f4c2ac34d0f5f (patch)
treedc9ad19fd9457d0aa4af44984c0d65f40f2daffd /ChangeLog
parenta429075a537b72d6dea3a8c66fb0191f0ebbc32f (diff)
downloadtxr-3f510f49a0e00d7b6b057e6cee6f4c2ac34d0f5f.tar.gz
txr-3f510f49a0e00d7b6b057e6cee6f4c2ac34d0f5f.tar.bz2
txr-3f510f49a0e00d7b6b057e6cee6f4c2ac34d0f5f.zip
* eval.c (symbol_function): Bugfix: return the function rather than
the whole binding.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d326c0e..22a9d4f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-09-01 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (symbol_function): Bugfix: return the function rather than
+ the whole binding.
+
+2012-09-01 Kaz Kylheku <kaz@kylheku.com>
+
* txr.1: Minor corrections, and documented most stream functions,
except directory-related ones.