aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cross-ported fix for REXML bug #14, StreamParser and doctype events.ser2004-05-162-4/+7
* ------------------------------------------------------------------------ser2004-05-164-6/+6
* ------------------------------------------------------------------------ser2004-05-162-9/+19
* * lib/yaml/baseemitter.rb (indent_text): was forcing a mod valuewhy2004-05-162-115/+120
* 2004-05-17eban2004-05-161-3/+3
* Forgot to update the manifest with the new files :-/ser2004-05-161-0/+2
* Added support for CP-1252 and ISO-8859-15 encodings for non-iconv systems.ser2004-05-162-0/+167
* ------------------------------------------------------------------------ser2004-05-168-956/+1001
* * lib/drb/drb.rb: Cosmetic documentation changes.gsinclair2004-05-162-7/+11
* * ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr2004-05-164-14/+74
* * test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1ocean2004-05-152-0/+8
* * ext/syck/depend: commit miss.eban2004-05-151-1/+1
* * ext/syck/depend: add ruby's headers.eban2004-05-152-10/+16
* * ext/syck/MANIFEST, ext/syck/depend: new file.nobu2004-05-155-21/+47
* 2004-05-15eban2004-05-151-3/+3
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-1511-347/+369
* * eval.c (eval): forgot to restore $SAFE value before evaluatingmatz2004-05-142-0/+6
* * range.c (range_each_func): terminates loop if generating valuematz2004-05-148-48/+54
* ChangeLog: typo fix.eban2004-05-141-2/+2
* * ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.nagai2004-05-144-116/+99
* * test/ruby/test_float.rb: Add test for util.c revision 1.42.ocean2004-05-142-0/+6
* 2004-05-14eban2004-05-141-3/+3
* * util.c (ruby_strtod): strtod("0", &end); => end should point '\0'.ocean2004-05-142-8/+11
* * lib/net/telnet.rb (Net::Telnet::login): "options" can specifyakira2004-05-132-4/+13
* * ext/syck/rubyext.c (yaml_org_handler): some empty strings werewhy2004-05-132-1/+6
* 2004-05-13eban2004-05-131-3/+3
* * pack.c (pack_pack): always add with null for 'Z'.nobu2004-05-132-11/+19
* * lib/mkmf.rb (have_type, check_sizeof): replace unusable characters.nobu2004-05-122-5/+10
* * lib/resolv.rb (Resolv::DNS::Config): make it configurable withoutakr2004-05-122-35/+97
* * ext/openssl/ossl_x509name.c: attribute value of DC (short name ofgotoyuzo2004-05-122-0/+6
* * ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos...nagai2004-05-123-18/+308
* 2004-05-12eban2004-05-121-3/+3
* fix rdocdave2004-05-122-0/+6
* Fix for 'incomplete bug fix' for 1.41.shigek2004-05-111-1/+1
* * lib/net/protocol.rb (each_crlf_line): remove junk line.aamine2004-05-102-1/+4
* Change symbol lookup scheme in HTML generationdave2004-05-102-4/+17
* * eval.c (eval): warning during eval should not cause deadlock.matz2004-05-104-5/+16
* 2004-05-10eban2004-05-101-3/+3
* Search parent for unqualified constantsdave2004-05-102-0/+13
* * lib/net/pop.rb (loggin): append "\n".aamine2004-05-092-1/+9
* * lib/net/ftp.rb: ported documentation improvement from 1.8 branchgsinclair2004-05-096-478/+520
* * test/ruby/test_float.rb: added test_strtod to test Float("0").nahi2004-05-092-0/+16
* * lib/yaml/store.rb: use FileUtils::copy.eban2004-05-092-1/+6
* 2004-05-09eban2004-05-091-3/+3
* MANIFEST: remove regex.c.eban2004-05-091-1/+0
* * regex.c : removed unused file.ksaito2004-05-092-26/+4
* * io.c (rb_f_open): open should not ignore block when "to_open"matz2004-05-086-14/+17
* 2004-05-08eban2004-05-081-3/+3
* * win32ole.c: add RDoc style comment.suke2004-05-081-61/+183
* add a test for Kernel.open(Pathname.new(...)) { ... }.akr2004-05-071-0/+4