summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9dc9c2e..94667859 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-03-14 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (run): Fix MinGW build failures. The run function doesn't
+ work right with arguments, though: the win command line is broken.
+
+2014-03-14 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): Make seed argument optional in make-random-state.
* rand.c (make_random_state): Do argument defaulting on seed.