index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rexml
/
encoding.rb
Age
Commit message (
Expand
)
Author
2020-01-12
Make rexml library to the bundle gems
Hiroshi SHIBATA
2015-12-16
Add frozen_string_literal: false for all files
naruse
2012-11-06
* ruby.c (load_file_internal): set default source encoding as
naruse
2012-10-28
* lib/rexml/source.rb: Move encoding detection code to base class.
kou
2011-03-02
* lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encoding
naruse
2010-10-30
* lib/rexml/encoding.rb: untabify.
kou
2010-10-30
* lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]
kou
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-01-01
* lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:
matz
2007-11-04
Fixes ticket:110 (more UTF-16 problems)
ser
2007-07-25
Merges upstream changes for REXML v3.1.7
ser
2007-01-20
Merged from REXML main repository:
ser
2006-10-09
* lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spaces
matz
2006-09-11
* lib/rexml/source.rb (REXML::Source::encoding): should not
matz
2006-08-22
* lib/rexml/source.rb (REXML::IOSource#initialize): encoding have to
nobu
2006-04-15
Short summary:
ser
2005-12-09
* lib/rexml/encoding.rb (encoding=): give priority to particular
nobu
2005-04-25
* lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding were
ocean
2005-04-09
Applied Nobu's patch to the XML document encoding structure in REXML. It
ser
2003-12-09
* Added the lower-case Shift-JIS files to the manifest. The upper-case ones
ser
2003-10-10
* Changes to the encoding mechanism. If iconv is found, it is used first
ser
2003-07-09
* lib/rexml/encoding.rb (encoding=): oops, shouldn't have
matz
2003-07-09
* eval.c (rb_load): put rb_load_file() in a thread critical
matz
2003-06-10
Initial revision
ser