From 91464449d22ca93d9fbe57f68f4d4c31d5262f75 Mon Sep 17 00:00:00 2001 From: tadf Date: Sun, 22 Jul 2007 11:22:03 +0000 Subject: * lib/date/format.rb (Date._parse): now accepts some new hints. [experimental] * lib/parsedate.rb: followed the changes on lib/date/format.rb. [experimental] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3c6033874..6aa3698f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Jul 22 20:09:49 2007 Tadayoshi Funaba + + * lib/date/format.rb (Date._parse): now accepts some new + hints. [experimental] + + * lib/parsedate.rb: followed the changes on + lib/date/format.rb. [experimental] + Sun Jul 22 16:06:56 2007 Nobuyoshi Nakada * thread.c (is_ruby_native_thread): made an int function as -- cgit