From d323eb257988e27878a674b87db3a1e71687a8dd Mon Sep 17 00:00:00 2001 From: nahi Date: Sun, 5 Oct 2003 05:42:04 +0000 Subject: * lib/xsd/datatypes.rb: Rational -> Decimal string bug fix. * test/soap/marshal/test_marshal.rb: ditto. * test/soap/calc/test_calc_cgi.rb: add Config::CONFIG["EXEECT"] to RUBYBIN. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 49f5fc95c..003f8a3a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sun Oct 5 14:37:39 2003 NAKAMURA, Hiroshi + + * lib/xsd/datatypes.rb: Rational -> Decimal string bug fix. + + * test/soap/marshal/test_marshal.rb: ditto. + + * test/soap/calc/test_calc_cgi.rb: add Config::CONFIG["EXEECT"] to + RUBYBIN. + Sun Oct 5 13:47:22 2003 NAKAMURA, Hiroshi * test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: add tests -- cgit