summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-09-24 21:25:19 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-09-24 21:25:19 -0700
commitc1a58a1f8903be21f8c52b70d1ed9e115e7c8d8b (patch)
tree0973c9c4b27b28bff03dd1f4fc75bb3db5aa9ad1 /ChangeLog
parentbe8c893f57c2816cd00234286f2f17fa15924e6e (diff)
downloadtxr-c1a58a1f8903be21f8c52b70d1ed9e115e7c8d8b.tar.gz
txr-c1a58a1f8903be21f8c52b70d1ed9e115e7c8d8b.tar.bz2
txr-c1a58a1f8903be21f8c52b70d1ed9e115e7c8d8b.zip
* eval.c (apply): Fix in error message: hard coded "apply" instead
of using ctx_form.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d05b8ed..76c7c549 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-09-24 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (apply): Fix in error message: hard coded "apply" instead
+ of using ctx_form.
+
+2012-09-24 Kaz Kylheku <kaz@kylheku.com>
+
Bugfix: internal funcall functions not handling functions
with optional arguments.