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
Commit message (
Expand
)
Author
Age
Files
Lines
*
2004-05-18
eban
2004-05-18
1
-3
/
+3
*
* eval.c (rb_method_node): search cache entry first.
matz
2004-05-18
2
-0
/
+10
*
* test for OpenSSL::X509
gotoyuzo
2004-05-17
6
-0
/
+804
*
Add ruby-dev number to ChangeLog
ocean
2004-05-17
1
-0
/
+2
*
parse.y: typo fix(tWORD_BEG -> tWORDS_BEG).
eban
2004-05-17
1
-1
/
+1
*
* ext/socket/socket.c (setup_domain_and_type): honor duck typing.
matz
2004-05-17
3
-8
/
+26
*
* numeric.c (flo_to_s): p 0.0 should be '0.0' not '0.0e+00'.
ocean
2004-05-17
2
-11
/
+19
*
* add a new sample script
nagai
2004-05-16
3
-0
/
+406
*
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
*
* lib/yaml/baseemitter.rb (indent_text): was forcing a mod value
why
2004-05-16
2
-115
/
+120
*
2004-05-17
eban
2004-05-16
1
-3
/
+3
*
Forgot to update the manifest with the new files :-/
ser
2004-05-16
1
-0
/
+2
*
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
*
* lib/drb/drb.rb: Cosmetic documentation changes.
gsinclair
2004-05-16
2
-7
/
+11
*
* ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument to
akr
2004-05-16
4
-14
/
+74
*
* test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1
ocean
2004-05-15
2
-0
/
+8
*
* ext/syck/depend: commit miss.
eban
2004-05-15
1
-1
/
+1
*
* ext/syck/depend: add ruby's headers.
eban
2004-05-15
2
-10
/
+16
*
* ext/syck/MANIFEST, ext/syck/depend: new file.
nobu
2004-05-15
5
-21
/
+47
*
2004-05-15
eban
2004-05-15
1
-3
/
+3
*
* lib/yaml.rb: removed fallback to pure Ruby parser.
why
2004-05-15
11
-347
/
+369
*
* eval.c (eval): forgot to restore $SAFE value before evaluating
matz
2004-05-14
2
-0
/
+6
*
* range.c (range_each_func): terminates loop if generating value
matz
2004-05-14
8
-48
/
+54
*
ChangeLog: typo fix.
eban
2004-05-14
1
-2
/
+2
*
* ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.
nagai
2004-05-14
4
-116
/
+99
*
* test/ruby/test_float.rb: Add test for util.c revision 1.42.
ocean
2004-05-14
2
-0
/
+6
*
2004-05-14
eban
2004-05-14
1
-3
/
+3
*
* util.c (ruby_strtod): strtod("0", &end); => end should point '\0'.
ocean
2004-05-14
2
-8
/
+11
*
* lib/net/telnet.rb (Net::Telnet::login): "options" can specify
akira
2004-05-13
2
-4
/
+13
*
* ext/syck/rubyext.c (yaml_org_handler): some empty strings were
why
2004-05-13
2
-1
/
+6
*
2004-05-13
eban
2004-05-13
1
-3
/
+3
*
* pack.c (pack_pack): always add with null for 'Z'.
nobu
2004-05-13
2
-11
/
+19
*
* lib/mkmf.rb (have_type, check_sizeof): replace unusable characters.
nobu
2004-05-12
2
-5
/
+10
*
* lib/resolv.rb (Resolv::DNS::Config): make it configurable without
akr
2004-05-12
2
-35
/
+97
*
* ext/openssl/ossl_x509name.c: attribute value of DC (short name of
gotoyuzo
2004-05-12
2
-0
/
+6
*
* ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos...
nagai
2004-05-12
3
-18
/
+308
*
2004-05-12
eban
2004-05-12
1
-3
/
+3
*
fix rdoc
dave
2004-05-12
2
-0
/
+6
*
Fix for 'incomplete bug fix' for 1.41.
shigek
2004-05-11
1
-1
/
+1
*
* lib/net/protocol.rb (each_crlf_line): remove junk line.
aamine
2004-05-10
2
-1
/
+4
*
Change symbol lookup scheme in HTML generation
dave
2004-05-10
2
-4
/
+17
*
* eval.c (eval): warning during eval should not cause deadlock.
matz
2004-05-10
4
-5
/
+16
*
2004-05-10
eban
2004-05-10
1
-3
/
+3
*
Search parent for unqualified constants
dave
2004-05-10
2
-0
/
+13
*
* lib/net/pop.rb (loggin): append "\n".
aamine
2004-05-09
2
-1
/
+9
*
* lib/net/ftp.rb: ported documentation improvement from 1.8 branch
gsinclair
2004-05-09
6
-478
/
+520
*
* test/ruby/test_float.rb: added test_strtod to test Float("0").
nahi
2004-05-09
2
-0
/
+16
[next]