From 718bc74d17c8ddac5f294200bb739b6c303de8f5 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 31 Oct 2006 08:08:46 +0000 Subject: * time.c (time_dup): duplicate the class of original time. [ruby-core:09357] * lib/time.rb (Time::make_time, Time::rfc2822, Time::httpdate): should respect subclasses. [ruby-core:09357] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2a93650d2..76e857575 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Oct 31 17:03:21 2006 Yukihiro Matsumoto + + * time.c (time_dup): duplicate the class of original time. + [ruby-core:09357] + + * lib/time.rb (Time::make_time, Time::rfc2822, Time::httpdate): + should respect subclasses. [ruby-core:09357] + Mon Oct 30 23:40:52 2006 Nobuyoshi Nakada * Makefile.in (miniruby): add XLDFLAGS. -- cgit