index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
rexml
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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
*
------------------------------------------------------------------------
ser
2004-05-16
8
-956
/
+1001
*
* Non-String attributes are now converted to Strings; this means code such as
ser
2004-04-23
7
-27
/
+49
*
REXML CHANGES
ser
2004-04-07
2
-25
/
+21
*
* Fixed a bug in the evaluation of XPath's 'or'
ser
2004-04-03
2
-12
/
+18
*
REXML changes
ser
2004-04-02
4
-7
/
+12
*
Documentation fixes and a patch to fix whitespace handling.
ser
2004-03-28
6
-21
/
+43
*
* lib/rexml/encodings/SHIFT_JIS: wrong library name.
nobu
2004-02-16
1
-1
/
+1
*
Issue11: null context causing indentation crash
ser
2004-02-16
2
-2
/
+2
*
Fixed Issue7: DocType with external IDs was not being quoted.
ser
2004-02-16
3
-36
/
+4
*
@@ Fix for the XPath descendant* result set ordering bug @@
ser
2004-02-13
13
-50
/
+110
*
* misc/ruby-mode.el: better support for general delimited
matz
2004-01-27
1
-1
/
+1
[next]