aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml/element.rb
Commit message (Expand)AuthorAgeFilesLines
* rexml: Fix XPath bug of //#{ELEMENT_NAME}[#{POSITION}]kou2018-04-221-0/+2
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-121-1/+1
* rexml: REXML::Element#[] accepts String or Symbol as attribute namekou2016-12-061-0/+24
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/cgi/core.rb: remove unused variables.hsbt2014-07-271-3/+1
* * lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-1/+1
* * lib/rexml/element.rb (REXML::Attributes#to_a): Supportkou2013-04-261-1/+1
* lib/rexml/document.rb, lib/rexml/element.rb,duerst2013-04-231-5/+2
* * lib/rexml/element.rb (REXML::Elements#add): Remove too muchkou2013-01-031-1/+1
* * lib/rexml/element.rb (REXML::Elements#each): Add missingkou2013-01-031-4/+4
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-051-3/+3
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-17/+17
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-26/+26
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-081-3/+2
* * lib/rexml/element.rb (text=): false should be converted to string.marcandre2009-10-181-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-70/+70
* * lib/rexml/document.rb (REXML::Document#write): requirematz2008-12-111-0/+1
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-3/+3
* r1479@bean: ser | 2008-01-19 14:26:31 -0500ser2008-01-201-4/+19
* * lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:matz2008-01-011-5/+8
* * lib/rexml/element.rb (REXML::Elements#each): yield in eachgotoyuzo2007-12-241-1/+1
* r1366@bean: ser | 2007-10-01 21:24:33 -0400ser2007-10-021-5/+5
* r1365@bean: ser | 2007-10-01 21:24:32 -0400ser2007-10-021-0/+1
* Merges upstream changes for REXML v3.1.7ser2007-07-251-1152/+1117
* Merged from REXML main repository:ser2007-01-201-15/+10
* Merged changes into HEAD from REXML 3.1.5.ser2006-09-081-0/+23
* Short summary:ser2006-04-151-4/+17
* Merged in development from the main REXML repository.ser2005-05-191-7/+32
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-1/+1
* r1025 | ser | 2004-07-18 08:18:36 -0400 (Sun, 18 Jul 2004) | 2 linesser2004-07-181-5/+7
* r1002 | ser | 2004-06-07 07:45:53 -0400 (Mon, 07 Jun 2004) | 2 linesser2004-07-041-2/+5
* -ser2004-06-101-1/+27
* ------------------------------------------------------------------------ser2004-05-161-1/+1
* ------------------------------------------------------------------------ser2004-05-161-0/+16
* * Non-String attributes are now converted to Strings; this means code such asser2004-04-231-2/+7
* REXML CHANGESser2004-04-071-3/+3
* REXML changesser2004-04-021-1/+6
* Documentation fixes and a patch to fix whitespace handling.ser2004-03-281-3/+6
* @@ Fix for the XPath descendant* result set ordering bug @@ser2004-02-131-5/+3
* consistent parentheses in assignment RHS.matz2003-10-161-8/+8
* Initial revisionser2003-06-101-0/+1147