ruby-cvs:18362
From: (matz) <matz ruby-lang.org>
Date: Mon, 9 Oct 2006 23:01:00 +0900
Subject: [ruby-cvs:18362] ruby, ruby/lib/rexml, ruby/lib/rexml/parsers: * lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spaces
matz Mon, 9 Oct 2006 23:01:00 +0900
Modified files:
ruby:
ChangeLog
ruby/lib/rexml:
encoding.rb
ruby/lib/rexml/parsers:
baseparser.rb
Log:
* lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spaces
are allowed around equal sign. [ruby-core:09032]
* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser): ditto.
Revision Changes Path
1.5481 +7 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.5480&r2=1.5481
1.12 +1 -1 ruby/lib/rexml/encoding.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rexml/encoding.rb?cvsroot=src&r1=1.11&r2=1.12
1.15 +2 -2 ruby/lib/rexml/parsers/baseparser.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rexml/parsers/baseparser.rb?cvsroot=src&r1=1.14&r2=1.15