diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-12 06:19:06 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-12 06:19:06 +0000 |
| commit | df6e07822bf0748e9ec6c2f227ce531203c6db38 (patch) | |
| tree | 127cdc91b84ebb3523ae0c368653c05acc8fe83d /ChangeLog | |
| parent | b6b1be9ff980f8c1bcf61d4bdcf04e775e0c443d (diff) | |
| download | ruby-df6e07822bf0748e9ec6c2f227ce531203c6db38.tar.gz ruby-df6e07822bf0748e9ec6c2f227ce531203c6db38.tar.xz ruby-df6e07822bf0748e9ec6c2f227ce531203c6db38.zip | |
* io.c (rb_io_s_sysopen): should not use alloca for unknowen size
input. [ruby-dev:31775]
* parse.y (rb_id2str): ditto.
* marshal.c (w_float): use snprintf instead of sprintf.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Wed Sep 12 15:19:04 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * io.c (rb_io_s_sysopen): should not use alloca for unknowen size + input. [ruby-dev:31775] + + * parse.y (rb_id2str): ditto. + + * marshal.c (w_float): use snprintf instead of sprintf. + Tue Sep 11 17:28:00 2007 Akinori MUSHA <knu@iDaemons.org> * lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify a |
