diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-09-01 23:41:52 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-09-01 23:41:52 -0700 |
commit | 3f510f49a0e00d7b6b057e6cee6f4c2ac34d0f5f (patch) | |
tree | dc9ad19fd9457d0aa4af44984c0d65f40f2daffd /ChangeLog | |
parent | a429075a537b72d6dea3a8c66fb0191f0ebbc32f (diff) | |
download | txr-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |