From 522e44934238e8f3357166bdefafd10eff69ed6e Mon Sep 17 00:00:00 2001 From: tadf Date: Sat, 21 Jul 2007 13:02:29 +0000 Subject: * lib/date.rb, lib/date/format.rb (Date._parse): now can take some hints (its aim must be mainly determination of endianness of date). [experimental] * lib/date.rb, lib/date/format.rb (Date._parse): now completes truncated year as default action. [experimental] * lib/date.rb, lib/date/format.rb: added ::iso8601, ::rfc3339, ::xmlschema, ::rfc2822, ::httpdate, ::jisx0301, #xmlschema, #httpdate. [experimental] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 168bc4e24..7c20feb6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Sat Jul 21 21:39:12 2007 Tadayoshi Funaba + + * lib/date.rb, lib/date/format.rb (Date._parse): now can take some + hints (its aim must be mainly determination of endianness of + date). [experimental] + + * lib/date.rb, lib/date/format.rb (Date._parse): now completes + truncated year as default action. [experimental] + + * lib/date.rb, lib/date/format.rb: added ::iso8601, ::rfc3339, + ::xmlschema, ::rfc2822, ::httpdate, ::jisx0301, #xmlschema, + #httpdate. [experimental] + Sat Jul 21 17:48:26 2007 Nobuyoshi Nakada * common.mk: inverted rules order. -- cgit