aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml/parsers/baseparser.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/rexml/parsers/baseparser.rbkou2013-08-111-1/+2
* * lib/rexml/parsers/baseparser.rbkou2013-08-101-1/+1
* * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser):kou2013-08-101-2/+3
* * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser):kou2013-08-101-7/+7
* * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::SYSTEM):kou2013-08-101-1/+1
* * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::PUBLIC):kou2013-08-101-1/+1
* * lib/rexml/parsers/baseparser.rb: Fix a bug that UTF-8 is usedkou2012-10-281-0/+3
* * lib/rexml/source.rb (REXML::IOSource#initialize): Reducekou2012-10-281-1/+10
* eliminate `shadowing outer local variable - name` warning.tenderlove2012-02-081-4/+4
* * lib/rexml/parsers/baseparser.rb: use meaningful name.kou2012-02-021-13/+13
* * lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb:kou2012-02-021-1/+1
* * lib/rexml/parsers/baseparser.rb: use private instead of _xxxkou2012-01-031-2/+3
* * lib/rexml/parsers/baseparser.rb: rexml BaseParser usesayumin2012-01-031-13/+9
* * lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:kou2011-09-071-1/+1
* * lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encodingnaruse2011-03-021-1/+1
* * lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]kou2010-10-301-4/+2
* Refix previous commit.naruse2010-04-061-1/+0
* Fix previous commit.naruse2010-04-061-1/+2
* Remove warning.naruse2010-04-051-1/+1
* * lib/rexml/parsers/baseparser.rb (LETTER, DIGIT):naruse2010-04-051-10/+3
* * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):nobu2009-12-291-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-15/+15
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-121-1/+1
* r1479@bean: ser | 2008-01-19 14:26:31 -0500ser2008-01-201-8/+30
* * lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:matz2008-01-011-0/+5
* Fixes ticket:110 (more UTF-16 problems)ser2007-11-041-0/+2
* r1366@bean: ser | 2007-10-01 21:24:33 -0400ser2007-10-021-9/+47
* Merges upstream changes for REXML v3.1.7ser2007-07-251-4/+4
* Merged from REXML main repository:ser2007-01-201-4/+0
* * lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spacesmatz2006-10-091-2/+2
* Merged changes into HEAD from REXML 3.1.5.ser2006-09-081-1/+12
* Short summary:ser2006-04-151-378/+383
* r1002 | ser | 2004-06-07 07:45:53 -0400 (Mon, 07 Jun 2004) | 2 linesser2004-07-041-2/+3
* -ser2004-06-101-1/+38
* ------------------------------------------------------------------------ser2004-05-161-0/+2
* * Non-String attributes are now converted to Strings; this means code such asser2004-04-231-3/+3
* @@ Fix for the XPath descendant* result set ordering bug @@ser2004-02-131-7/+10
* * Added the lower-case Shift-JIS files to the manifest. The upper-case onesser2003-12-091-0/+6
* * Forgot to update the MANIFEST, WRT the removal of files from theser2003-10-101-2/+1
* * Changes to the encoding mechanism. If iconv is found, it is used firstser2003-10-101-23/+30
* * bignum.c (rb_big_and): convert argument using 'to_int'.matz2003-09-121-2/+4
* REXML hadn't been tested with Ruby 1.8.0, which was really, really,ser2003-06-151-10/+13
* * lib/rexml/cdata.rb,lib/rexml/quickpath.rb,lib/rexml/parsers/baseparser.rb:eban2003-06-101-2/+2
* Initial revisionser2003-06-101-0/+391