diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-20 14:00:07 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-20 14:00:07 +0000 |
commit | a08fc81d1855d54b57d2ef35eb590196262bf81c (patch) | |
tree | 9f48b9029c278368999ae05236a5ddde897f622c /ChangeLog | |
parent | 244f4e1a9e0974e48fe8477b8c133a392dbae737 (diff) | |
download | ruby-a08fc81d1855d54b57d2ef35eb590196262bf81c.tar.gz ruby-a08fc81d1855d54b57d2ef35eb590196262bf81c.tar.xz ruby-a08fc81d1855d54b57d2ef35eb590196262bf81c.zip |
* marshal.c (w_extended): erroneous check condition when dump
method is defined. [ruby-core:10646]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12111 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 @@ +Tue Mar 20 22:54:50 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * marshal.c (w_extended): erroneous check condition when dump + method is defined. [ruby-core:10646] + Tue Mar 20 21:36:47 2007 Keiju Ishitsuka <keiju@ruby-lang.org> * lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model. |