summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-05 07:14:47 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-05 07:14:47 -0700
commit0fe8e3d8a566dbd82dede5c392224d23245fb0f8 (patch)
tree2ca8258ae3d3312e736c7dbf5a0214b5335416c5 /ChangeLog
parent1b8382aaa0f95f95c7bc85d69c70129aacbc2fa6 (diff)
downloadtxr-0fe8e3d8a566dbd82dede5c392224d23245fb0f8.tar.gz
txr-0fe8e3d8a566dbd82dede5c392224d23245fb0f8.tar.bz2
txr-0fe8e3d8a566dbd82dede5c392224d23245fb0f8.zip
Better diagnostic in funcall family of functions.
* lib.c (wrongargs): New static function. (funcall, funcall2, funcall2, funcall3, funcall4): Use wrongargs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4397eac6..eb529b7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2015-08-05 Kaz Kylheku <kaz@kylheku.com>
+ Better diagnostic in funcall family of functions.
+
+ * lib.c (wrongargs): New static function.
+ (funcall, funcall2, funcall2, funcall3, funcall4):
+ Use wrongargs.
+
+2015-08-05 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (do_eval): Bugfix: though last_form_evaled is
saved and restored around the execution of a special operator,
it is never set the current form.