diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-09 16:23:27 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-09 16:23:27 +0000 |
| commit | c19fafb0a45cc30b04fdeb9eb5b5fb8a6d80be79 (patch) | |
| tree | 0ac21acf6cbd7aee6de599b916649ce5c4ab6651 /ChangeLog | |
| parent | 3ee33a6dbc636a16ff1aa89f070e428842ed1f32 (diff) | |
* marshal.c (r_object0): struct allocation first to check if a
class is a struct. compatibility check should come next.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Mon Sep 10 01:21:23 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * marshal.c (r_object0): struct allocation first to check if a + class is a struct. compatibility check should come next. + Mon Sep 10 01:05:25 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * range.c (range_step): fixed integer overflow. [ruby-dev:31763] |
