[前][次][番号順一覧][スレッド一覧][生データ]

ruby-cvs:16254

From: (ser) <ser ruby-lang.org>
Date: Sat, 31 Dec 2005 01:35:45 +0900
Subject: [ruby-cvs:16254] ruby/lib/rexml, ruby/lib/rexml/parsers: All of the tickets and issues mentioned in this log can be found at:

ser         Sat, 31 Dec 2005 01:35:45 +0900

  Modified files:        (Branch: ruby_1_8)
    ruby/lib/rexml:
      element.rb functions.rb parent.rb rexml.rb source.rb text.rb
      xpath_parser.rb
    ruby/lib/rexml/parsers:
      baseparser.rb pullparser.rb sax2parser.rb
  Log:
    All of the tickets and issues mentioned in this log can be found at:
    
      http://www.germane-software.com/projects/rexml/ticket/#
    
    where '#' is the issue or ticket number.
    
    * Fixes ticket:3 (Issue38 in Roundup.) However, this needs further testing.
    * Fixed a couple of bugs in the SAX2 parser, plus a bunch of other changes I
      don't remember.
    * More XPath ordering testing added
    * Fixed the documentation WRT the raw mode of text nodes (ticket:4)
    * Fixes roundup issue 43: substring-after bug.
      See: http://www.germane-software.com/cgi-bin/roundup/rexml/issue43
    * Fixed issue44, Element#xpath
    * Patch submitted by an anonymous doner to allow parsing of Tempfiles.  I was
      hoping that, by now, that whole Source thing would have been changed to use
      duck typing and avoid this sort of issue... but in the meantime, the patch
      has been applied.
    * Fixes ticket:30, XPath default namespace bug.  The fix was provided
      by Lucas Nussbaum.
    * Aliases #size to #length, as per zdennis's request.
    * Fixes typo from previous commit
    * Fixes ticket #32 (and adds a unit test)
    * Merges a user-contributed patch for issue #40
    * Changes Date, Version, and Copyright to upper case, to avoid conflicts with
      the Date class. 
    * Minor, yet incomplete, documentation changes.
    * Resolves issue #34 (SAX parser change makes it impossible to parse IO feeds.)
    * Moves parser.source.position() to parser.position()
    * Improves the build script (less work for me to package a distribution)
    
  
  
  Revision    Changes    Path
  1.2.2.10    +1   -1    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.9&r2=1.2.2.10
  1.2.2.4     +3   -6    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.3&r2=1.2.2.4
  1.1.1.1.2.1 +10  -7    ruby/lib/rexml/parent.rb
    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rexml/parent.rb?cvsroot=src&r1=1.1.1.1&r2=1.1.1.1.2.1
  1.6.2.11    +5   -5    ruby/lib/rexml/rexml.rb
    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rexml/rexml.rb?cvsroot=src&r1=1.6.2.10&r2=1.6.2.11
  1.4.2.5     +5   -4    ruby/lib/rexml/source.rb
    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rexml/source.rb?cvsroot=src&r1=1.4.2.4&r2=1.4.2.5
  1.3.2.6     +6   -4    ruby/lib/rexml/text.rb
    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rexml/text.rb?cvsroot=src&r1=1.3.2.5&r2=1.3.2.6
  1.2.2.8     +4   -3    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.7&r2=1.2.2.8
  1.7.2.6     +11  -0    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.5&r2=1.7.2.6
  1.1.1.1.2.4 +1   -0    ruby/lib/rexml/parsers/pullparser.rb
    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rexml/parsers/pullparser.rb?cvsroot=src&r1=1.1.1.1.2.3&r2=1.1.1.1.2.4
  1.4.2.5     +1   -1    ruby/lib/rexml/parsers/sax2parser.rb
    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rexml/parsers/sax2parser.rb?cvsroot=src&r1=1.4.2.4&r2=1.4.2.5


[前][次][番号順一覧][スレッド一覧][生データ]