summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.