summaryrefslogtreecommitdiffstats
path: root/lib/rexml/encodings
Commit message (Expand)AuthorAgeFilesLines
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-064-4/+4
* * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame2008-10-012-9/+9
* * lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x formatz2007-11-061-2/+2
* r1361@bean: ser | 2007-10-01 21:24:28 -0400ser2007-10-021-1/+1
* * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.nobu2007-08-062-80/+80
* Merges upstream changes for REXML v3.1.7ser2007-07-252-7/+15
* Merged from REXML main repository:ser2007-01-201-1/+1
* * hash.c (rb_hash_compare_by_identity): rename Hash#identical tomatz2006-09-131-1/+1
* * lib/rexml/source.rb (REXML::Source::encoding): should notmatz2006-09-111-1/+2
* * lib/rexml/encoding.rb (encoding=): give priority to particularnobu2005-12-093-15/+45
* * lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding wereocean2005-04-251-2/+2
* Applied Nobu's patch to the XML document encoding structure in REXML. Itser2005-04-098-101/+77
* * lib/rexml/encodings/SHIFT_JIS.rb: fixed LoadError bug. [ruby-core:3958]kou2004-12-191-1/+1
* Merged in the changes from BSD bug report. shift-jis is now shift_jis, inser2004-12-132-5/+5
* Added support for CP-1252 and ISO-8859-15 encodings for non-iconv systems.ser2004-05-162-0/+167
* ------------------------------------------------------------------------ser2004-05-161-1/+1
* REXML changesser2004-04-021-1/+1
* * lib/rexml/encodings/SHIFT_JIS: wrong library name.nobu2004-02-161-1/+1
* Fixed Issue7: DocType with external IDs was not being quoted.ser2004-02-161-33/+1
* @@ Fix for the XPath descendant* result set ordering bug @@ser2004-02-132-4/+4
* * misc/ruby-mode.el: better support for general delimitedmatz2004-01-271-1/+1
* Commit miss?usa2003-12-231-1/+1
* * pack.c (pack_pack): remove unnecessary negative value check.matz2003-12-231-1/+1
* * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]nahi2003-12-231-1/+1
* REXML changes:ser2003-12-126-42/+40
* Added downcased shift-jis declarations. The old, all upper case declarationsser2003-12-092-0/+38
* * Added the lower-case Shift-JIS files to the manifest. The upper-case onesser2003-12-097-126/+143
* * Changes to the encoding mechanism. If iconv is found, it is used firstser2003-10-1013-56/+45
* * eval.c (ruby_init): set ruby_running to true aftermatz2003-07-172-3/+19
* * rename 'Shift-JIS' to 'SHIFT-JIS'matz2003-07-114-33/+18
* * lib/rexml/encodings/EUC-JP.rb (Encoding): use join.matz2003-07-102-4/+4
* * eval.c (rb_load): put rb_load_file() in a thread criticalmatz2003-07-093-21/+35
* Initial revisionser2003-06-1013-0/+187