ruby-cvs:18119
From: (ser) <ser ruby-lang.org>
Date: Fri, 8 Sep 2006 10:53:34 +0900
Subject: [ruby-cvs:18119] ruby/lib/rexml, ruby/lib/rexml/parsers: Merged changes from REXML 3.1.5.
ser Fri, 8 Sep 2006 10:53:34 +0900
Modified files: (Branch: ruby_1_8)
ruby/lib/rexml:
comment.rb element.rb functions.rb xpath.rb xpath_parser.rb
ruby/lib/rexml/parsers:
baseparser.rb xpathparser.rb
Log:
Merged changes from REXML 3.1.5.
The list of bug fixes/enhancements is at:
http://www.germane-software.com/projects/rexml/query?status=closed&milestone=3.1.5
Merged Nobu's & DrBrain's changes into REXML head.
Revision Changes Path
1.1.1.1.2.4 +6 -18 ruby/lib/rexml/comment.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rexml/comment.rb?cvsroot=src&r1=1.1.1.1.2.3&r2=1.1.1.1.2.4
1.2.2.12 +23 -0 ruby/lib/rexml/element.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rexml/element.rb?cvsroot=src&r1=1.2.2.11&r2=1.2.2.12
1.2.2.6 +2 -2 ruby/lib/rexml/functions.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rexml/functions.rb?cvsroot=src&r1=1.2.2.5&r2=1.2.2.6
1.1.1.1.2.3 +7 -7 ruby/lib/rexml/xpath.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rexml/xpath.rb?cvsroot=src&r1=1.1.1.1.2.2&r2=1.1.1.1.2.3
1.2.2.10 +26 -14 ruby/lib/rexml/xpath_parser.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rexml/xpath_parser.rb?cvsroot=src&r1=1.2.2.9&r2=1.2.2.10
1.7.2.8 +12 -1 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.7.2.7&r2=1.7.2.8
1.2.2.3 +7 -1 ruby/lib/rexml/parsers/xpathparser.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rexml/parsers/xpathparser.rb?cvsroot=src&r1=1.2.2.2&r2=1.2.2.3