| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/rexml/document.rb (REXML::Document:write): leaky modification | mame | 2008-06-05 | 2 | -3/+3 |
* | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 7 | -9/+9 |
* | * ext/json/lib/json/pure/generator.rb, | naruse | 2008-02-12 | 3 | -9/+7 |
* | * lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replace | naruse | 2008-01-26 | 1 | -1/+1 |
* | * lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb, | naruse | 2008-01-23 | 1 | -2/+2 |
* | r1479@bean: ser | 2008-01-19 14:26:31 -0500 | ser | 2008-01-20 | 8 | -51/+163 |
* | * lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog: | matz | 2008-01-01 | 15 | -67/+85 |
* | * lib/rexml/node.rb (REXML::Node::indent): should initialize rv | matz | 2007-12-25 | 1 | -1/+1 |
* | * lib/rexml/element.rb (REXML::Elements#each): yield in each | gotoyuzo | 2007-12-24 | 1 | -1/+1 |
* | * lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x for | matz | 2007-11-06 | 1 | -2/+2 |
* | Fixes ticket:110 (more UTF-16 problems) | ser | 2007-11-04 | 4 | -6/+18 |
* | * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): more | matz | 2007-10-18 | 1 | -6/+7 |
* | * lib/rexml/document.rb (REXML::Document::write): leaky | matz | 2007-10-12 | 1 | -1/+1 |
* | r1368@bean: ser | 2007-10-01 21:24:36 -0400 | ser | 2007-10-02 | 1 | -1/+1 |
* | r1367@bean: ser | 2007-10-01 21:24:35 -0400 | ser | 2007-10-02 | 1 | -0/+8 |
* | r1366@bean: ser | 2007-10-01 21:24:33 -0400 | ser | 2007-10-02 | 4 | -17/+56 |
* | r1365@bean: ser | 2007-10-01 21:24:32 -0400 | ser | 2007-10-02 | 1 | -0/+1 |
* | r1364@bean: ser | 2007-10-01 21:24:31 -0400 | ser | 2007-10-02 | 1 | -0/+1 |
* | r1361@bean: ser | 2007-10-01 21:24:28 -0400 | ser | 2007-10-02 | 5 | -68/+39 |
* | * lib/rexml/rexml.rb: added encoding. | nobu | 2007-08-18 | 1 | -0/+1 |
* | * lib/rexml/rexml.rb: removed doubled constant. | nobu | 2007-08-18 | 1 | -3/+2 |
* | * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax. | nobu | 2007-08-06 | 2 | -80/+80 |
* | Fixes a bug in the pretty printer related to an incomplete refactoring. | ser | 2007-07-28 | 3 | -7/+12 |
* | Indentation fix. | ser | 2007-07-25 | 1 | -0/+1 |
* | Merges upstream changes for REXML v3.1.7 | ser | 2007-07-25 | 23 | -1414/+1775 |
* | Fixed typo in code. Fixes bug #10420 | ryan | 2007-06-12 | 1 | -1/+1 |
* | Merged from REXML main repository: | ser | 2007-01-20 | 13 | -83/+142 |
* | * lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spaces | matz | 2006-10-09 | 2 | -3/+3 |
* | * hash.c (rb_hash_compare_by_identity): rename Hash#identical to | matz | 2006-09-13 | 1 | -1/+1 |
* | * lib/rexml/source.rb (REXML::Source::encoding): should not | matz | 2006-09-11 | 3 | -16/+19 |
* | Merged changes into HEAD from REXML 3.1.5. | ser | 2006-09-08 | 8 | -47/+87 |
* | * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have to | nobu | 2006-08-22 | 2 | -5/+5 |
* | Documentation cleanup. | drbrain | 2006-08-04 | 1 | -2/+4 |
* | Short summary: | ser | 2006-04-15 | 23 | -1287/+1436 |
* | * lib/rexml/encoding.rb (encoding=): give priority to particular | nobu | 2005-12-09 | 4 | -33/+57 |
* | Merged in development from the main REXML repository. | ser | 2005-05-19 | 15 | -866/+1210 |
* | * lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding were | ocean | 2005-04-25 | 2 | -22/+22 |
* | Applied Nobu's patch to the XML document encoding structure in REXML. It | ser | 2005-04-09 | 9 | -114/+98 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 4 | -61/+61 |
* | * lib/rexml/encodings/SHIFT_JIS.rb: fixed LoadError bug. [ruby-core:3958] | kou | 2004-12-19 | 1 | -1/+1 |
* | Merged in the changes from BSD bug report. shift-jis is now shift_jis, in | ser | 2004-12-13 | 2 | -5/+5 |
* | r1025 | ser | 2004-07-18 08:18:36 -0400 (Sun, 18 Jul 2004) | 2 lines | ser | 2004-07-18 | 5 | -15/+28 |
* | These validation files for REXML need to be included in the main branch. | ser | 2004-07-07 | 3 | -0/+720 |
* | r1002 | ser | 2004-06-07 07:45:53 -0400 (Mon, 07 Jun 2004) | 2 lines | ser | 2004-07-04 | 5 | -14/+23 |
* | This is the log for the *previous* commit, but CVS is bloody stupid. | ser | 2004-06-10 | 2 | -0/+89 |
* | - | ser | 2004-06-10 | 13 | -121/+244 |
* | Cross-ported fix for REXML bug #14, StreamParser and doctype events. | ser | 2004-05-16 | 2 | -4/+7 |
* | ------------------------------------------------------------------------ | ser | 2004-05-16 | 4 | -6/+6 |
* | ------------------------------------------------------------------------ | ser | 2004-05-16 | 2 | -9/+19 |
* | Added support for CP-1252 and ISO-8859-15 encodings for non-iconv systems. | ser | 2004-05-16 | 2 | -0/+167 |