From a08fc81d1855d54b57d2ef35eb590196262bf81c Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 20 Mar 2007 14:00:07 +0000 Subject: * 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 87cae97a6..32b421463 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 20 22:54:50 2007 Yukihiro Matsumoto + + * marshal.c (w_extended): erroneous check condition when dump + method is defined. [ruby-core:10646] + Tue Mar 20 21:36:47 2007 Keiju Ishitsuka * lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model. -- cgit