From fc47936463de22aeb605c0bb3d0a2b452028e6ff Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 17 Jun 2005 04:04:44 +0000 Subject: * lib/time.rb (Time.parse): fix previous leap seconds support. (Time.rfc2822): ditto. (Time.xmlschema): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0209297f7..ad83d362b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jun 17 13:01:40 2005 Tanaka Akira + + * lib/time.rb (Time.parse): fix previous leap seconds support. + (Time.rfc2822): ditto. + (Time.xmlschema): ditto. + Thu Jun 16 15:41:32 2005 NAKAMURA Usaku * ruby.c (load_file): '!' is already read. reported by gotoyuzo. -- cgit