diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-08-05 09:36:16 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-08-05 09:36:16 +0000 |
commit | 5274f892015b2a41dc64c63a4ce1c843f4fb0a66 (patch) | |
tree | cc9c9cec201b0695bf0284cce027902448a11b4e /ChangeLog | |
parent | 359d53787821dc287d0411565801d54791f0a9c6 (diff) |
* complex.c (nucomp_marshal_load): should check the argument.
[ruby-core:31622]
* rational.c (nurat_marshal_load): ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,9 @@ -Thu Aug 5 18:25:33 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> +Thu Aug 5 18:36:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * complex.c (nucomp_marshal_load): should check the argument. + [ruby-core:31622] + + * rational.c (nurat_marshal_load): ditto * marshal.c (w_float): should not append a dot if no fractal part exists. [ruby-dev:41936] |