aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/fileutils.rb (mv): new option `force'. [ruby-talk:99457]aamine2004-05-072-66/+111
* Allow multiple arguments to includedave2004-05-072-4/+13
* * lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...aamine2004-05-073-1/+26
* 2004-05-07eban2004-05-071-3/+3
* add freeze test for dbm and gdbm.akr2004-05-074-1/+40
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-0722-109/+270
* * util.c (ruby_strtod): 0.0000000000000000001 == 0.0 should be false.ocean2004-05-072-27/+26
* use numerichost if cannot resolve hostnameseki2004-05-062-5/+10
* * ext/tk/tkutil.c (get_eval_string_core): bug fix. [ruby-dev:23466]nagai2004-05-062-1/+5
* 2004-05-06eban2004-05-061-3/+3
* MANIFEST: add lib/xmlrpc/README.txt.eban2004-05-061-0/+1
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-0614-311/+456
* * dir.c (rb_push_glob): simplified code (not change behavior)ocean2004-05-062-6/+10
* * ext/extmk.rb: get rid of side effect of Config.expand, patched bynobu2004-05-062-2/+7
* * lib/net/imap.rb (string): accept NIL.shugo2004-05-062-8/+33
* Don't include &block if we have yield parametersdave2004-05-054-0/+18
* use recv instead of recvfromseki2004-05-042-1/+5