From 6e1b3f3a9b2ed85dfc05dee21d1cd2657403b4f5 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 13 Jun 2008 09:10:44 +0000 Subject: * lib/time.rb (Time.xmlschema): don't accept decimal dot without fractional digits. fractional digits handling simplified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 039141206..ebd21308a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 13 18:08:10 2008 Tanaka Akira + + * lib/time.rb (Time.xmlschema): don't accept decimal dot without + fractional digits. fractional digits handling simplified. + Fri Jun 13 17:20:40 2008 wanabe * complex.c (string_to_c_internal): save and restore backref. -- cgit