diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-14 02:24:35 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-14 02:24:35 -0700 |
commit | 6150e4f135fdab479af31a93c2e8ae89d414c224 (patch) | |
tree | 28918f223420225a3655aa9b3b1b6fbd5f577018 /ChangeLog | |
parent | 62ec2d2ec9d427866c9dea6fc507ea1c7976fb0f (diff) | |
download | txr-6150e4f135fdab479af31a93c2e8ae89d414c224.tar.gz txr-6150e4f135fdab479af31a93c2e8ae89d414c224.tar.bz2 txr-6150e4f135fdab479af31a93c2e8ae89d414c224.zip |
* stream.c (run): Fix MinGW build failures. The run function doesn't
work right with arguments, though: the win command line is broken.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |