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/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
*
Commit miss?
usa
2003-12-23
1
-1
/
+1
*
* pack.c (pack_pack): remove unnecessary negative value check.
matz
2003-12-23
1
-1
/
+1
*
* lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]
nahi
2003-12-23
1
-1
/
+1
*
REXML changes:
ser
2003-12-12
7
-46
/
+44
*
Added downcased shift-jis declarations. The old, all upper case declarations
ser
2003-12-09
2
-0
/
+38
*
* Added the lower-case Shift-JIS files to the manifest. The upper-case ones
ser
2003-12-09
21
-722
/
+817
*
consistent parentheses in assignment RHS.
matz
2003-10-16
6
-14
/
+14
*
* lib/rexml/quickpath.rb (REXML::QuickPath::match):
eban
2003-10-11
1
-1
/
+1
*
* Forgot to update the MANIFEST, WRT the removal of files from the
ser
2003-10-10
1
-2
/
+1
*
* Changes to the encoding mechanism. If iconv is found, it is used first
ser
2003-10-10
23
-222
/
+183
*
* bignum.c (rb_big_and): convert argument using 'to_int'.
matz
2003-09-12
1
-2
/
+4
*
* eval.c (ruby_init): set ruby_running to true after
matz
2003-07-17
2
-3
/
+19
*
* rename 'Shift-JIS' to 'SHIFT-JIS'
matz
2003-07-11
4
-33
/
+18
*
* lib/rexml/encodings/EUC-JP.rb (Encoding): use join.
matz
2003-07-10
2
-4
/
+4
*
* lib/rexml/encoding.rb (encoding=): oops, shouldn't have
matz
2003-07-09
1
-3
/
+1
*
* eval.c (rb_load): put rb_load_file() in a thread critical
matz
2003-07-09
4
-25
/
+41
[next]