summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-08-05 07:13:12 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-08-05 07:13:12 -0700
commit6c2bc5ad087e74dea68585c6bf876a038d9e324f (patch)
tree07c04cee783d30ea12676b070b5d482f9d589ec6 /ChangeLog
parentcfef6286fa1beaf2072dfb3240e40539250dc527 (diff)
downloadtxr-6c2bc5ad087e74dea68585c6bf876a038d9e324f.tar.gz
txr-6c2bc5ad087e74dea68585c6bf876a038d9e324f.tar.bz2
txr-6c2bc5ad087e74dea68585c6bf876a038d9e324f.zip
* eval.c (eval_init): Fix incorrect registration of
random-fixnum, which doesn't allow it to be called with no arguments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bd3c216..42bbbaac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-08-05 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (eval_init): Fix incorrect registration of
+ random-fixnum, which doesn't allow it to be called
+ with no arguments.
+
+2014-08-05 Kaz Kylheku <kaz@kylheku.com>
+
* parser.y: Back port from Berkeley Yacc to GNU Bison.
We need a prototype of yylex that is in scope of the grammar,
but YYSTYPE is not defined there.