From d57fc5a48922bbdcc6ab8dc0c2e02fe796c70afc Mon Sep 17 00:00:00 2001 From: nahi Date: Sun, 28 Sep 2003 09:29:07 +0000 Subject: * lib/xsd/charset.rb: XSD::Charset.is_ces did return always true under $KCODE = "NONE" environment. check added. * test/xsd/test_xsd.rb: add tests for above fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 00d550753f..a6f6fec91f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,16 @@ +Mon Sep 27 18:25:13 2003 NAKAMURA, Hiroshi + + * lib/xsd/charset.rb: XSD::Charset.is_ces did return always true under + $KCODE = "NONE" environment. check added. + + * test/xsd/test_xsd.rb: add tests for above fix. + Mon Sep 27 15:58:50 2003 NAKAMURA, Hiroshi * lib/soap/rpc/cgistub.rb: make logging severity threshold higher. * lib/soap/rpc/standaloneServer.rb: defer WEBrick server start to give - a change to reset logging severity threshold. + a chance to reset logging severity threshold. * test/soap/calc/test_*, test/soap/helloworld/test_helloworld.rb: run silent. -- cgit v1.2.3