From 3f079d1e236c76653af79ba2bbe051558d32a604 Mon Sep 17 00:00:00 2001 From: tadf Date: Sun, 15 Apr 2007 00:17:02 +0000 Subject: * lib/date/format.rb: added some zone names. * lib/date/format.rb (_parse): now interprets doted numerical dates as a big endian (except dd.mm.yyyy). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ac969db2f..50337cc68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Apr 15 09:12:54 2007 Tadayoshi Funaba + + * lib/date/format.rb: added some zone names. + + * lib/date/format.rb (_parse): now interprets doted numerical + dates as a big endian (except dd.mm.yyyy). + Thu Apr 12 17:13:22 2007 Koichi Sasada * thread.c (mutex_try_lock): check and set owner thread. -- cgit