aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml/source.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/rexml/source.rb (REXML::IOSource#scan): Fix a typo inkou2015-06-141-1/+1
* * lib/rexml/source.rb (REXML::IOSource#encoding_updated): Fix akou2014-10-231-1/+1
* * lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-1/+1
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+1
* * lib/rexml/source.rb: Move encoding detection code to base class.kou2012-10-281-45/+56
* * lib/rexml/source.rb (REXML::IOSource#initialize): Reducekou2012-10-281-13/+30
* Revert r37358kou2012-10-281-2/+2
* * lib/rexml/source.rb (REXML::IOSource#initialize): Usekou2012-10-281-2/+2
* * lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encodingnaruse2011-03-021-4/+2
* * lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]kou2010-10-301-2/+2
* * lib/rexml/source.rb: force_encoding("UTF-8") when the inputnaruse2010-04-141-14/+25
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-5/+5
* r1479@bean: ser | 2008-01-19 14:26:31 -0500ser2008-01-201-3/+3
* * lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:matz2008-01-011-4/+10
* Fixes ticket:110 (more UTF-16 problems)ser2007-11-041-4/+8
* * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): morematz2007-10-181-6/+7
* r1361@bean: ser | 2007-10-01 21:24:28 -0400ser2007-10-021-2/+2
* Merges upstream changes for REXML v3.1.7ser2007-07-251-173/+176
* Merged from REXML main repository:ser2007-01-201-6/+17
* * lib/rexml/source.rb (REXML::Source::encoding): should notmatz2006-09-111-1/+1
* * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have tonobu2006-08-221-3/+3
* Short summary:ser2006-04-151-6/+21
* r1025 | ser | 2004-07-18 08:18:36 -0400 (Sun, 18 Jul 2004) | 2 linesser2004-07-181-5/+15
* * Non-String attributes are now converted to Strings; this means code such asser2004-04-231-13/+18
* @@ Fix for the XPath descendant* result set ordering bug @@ser2004-02-131-10/+6
* * Added the lower-case Shift-JIS files to the manifest. The upper-case onesser2003-12-091-12/+12
* consistent parentheses in assignment RHS.matz2003-10-161-1/+1
* * Changes to the encoding mechanism. If iconv is found, it is used firstser2003-10-101-7/+23
* Initial revisionser2003-06-101-0/+191