aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * missing/memmove.c (memmove): take void *, not char *.eban2003-11-183-7/+17
* * lib/fileutils.rb (fu_same?): temporal fix for windows.aamine2003-11-182-2/+14
* MANIFEST: add test/stringio/test_stringio.rb.eban2003-11-181-0/+1
* * lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect...aamine2003-11-183-35/+16
* * test/stringio/test_stringio.rb: imported from [ruby-dev:21941].nobu2003-11-183-2/+23
* * ext/stringio/stringio.c (strio_read): behave as IO at empty string.nobu2003-11-182-6/+37
* 2003-11-18nobu2003-11-181-3/+3
* * lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ...aamine2003-11-184-34/+175
* class XMLRPC::Client:mneumann2003-11-171-0/+35
* MANIFEST: add this file:eban2003-11-171-0/+1
* 2003-11-17nobu2003-11-171-3/+3
* * lib/optparse.rb (OptionParser::Completion::complete): allow leastnobu2003-11-172-4/+16
* * lib/test/unit/autorunner.rb (keyword_display): sort keywords.nobu2003-11-172-2/+4
* * lib/test/unit/ui/tk/testrunner.rb,nobu2003-11-175-35/+546
* * eval.c (rb_eval): iterator should return value from next insidenobu2003-11-162-4/+16
* 2003-11-16eban2003-11-161-3/+3
* * eval.c (eval): prepend error position in evaluating string tomatz2003-11-162-4/+12
* * lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800]aamine2003-11-162-4/+9
* * lib/thread.rb (Thread.exclusive): wrap method definition ingsinclair2003-11-162-10/+17
* * lib/net/http.rb (set_debug_output): last commit was wrong.aamine2003-11-161-1/+1
* * lib/net/http.rb (set_debug_output): warn if method is called after #start. ...aamine2003-11-162-0/+6
* * eval.c (eval): do not re-raise exception to avoid unnecessarymatz2003-11-153-51/+79
* * /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):gotoyuzo2003-11-152-2/+10
* 2003-11-15eban2003-11-151-3/+3
* * lib/open-uri.rb (OpenURI.open_loop, OpenURI::HTTP#proxy_open):akr2003-11-152-17/+25
* * hash.c: remove unnecessary update.matz2003-11-151-9/+0
* * eval.c (rb_method_node): new API to retrieve method body.matz2003-11-145-2/+27
* 2003-11-14eban2003-11-141-3/+3
* * ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)nagai2003-11-144-12/+21
* inconsistency of the arguments for respond_to? in previous change is fixed.akr2003-11-132-2/+2
* Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai)ttate2003-11-131-2/+2
* * lib/open-uri.rb (Kernel[#.]open): hard coded URI schemes removed.akr2003-11-132-8/+25
* * lib/test/unit/ui/tk/testrunner.rb: use grid and panedwindow (if available)nagai2003-11-132-12/+51
* * lib/open-uri.rb (OpenURI.open_uri): use File::RDONLY.akr2003-11-132-1/+6
* * ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function forgotoyuzo2003-11-132-0/+26
* 2003-11-13eban2003-11-131-3/+3
* * lib/optparse.rb (OptionParser::Completion#complete): prior shorternobu2003-11-132-13/+24
* * ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classesnagai2003-11-123-10/+16
* * lib/test/unit/assertions.rb (assert_throws, assert_nothing_thrown):nobu2003-11-123-12/+23
* * test/monitor/test_monitor.rb: fix the timing problem by Queue.shugo2003-11-122-32/+51
* * test/monitor/test_monitor.rb: added.shugo2003-11-123-0/+149
* 2003-11-12eban2003-11-121-3/+3
* * lib/monitor.rb: refactored. Thanks, Gennady Bystritsky.shugo2003-11-122-88/+86
* * ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): addgotoyuzo2003-11-114-7/+99
* * lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'.ntalbott2003-11-112-0/+5
* * lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handlentalbott2003-11-112-1/+8
* * io.c (appendline): file may not end with newline. a bug ifmatz2003-11-113-4/+16
* fixed CDATA parsing for XMLScanParser and REXMLStreamParsermneumann2003-11-111-0/+5
* 2003-11-11eban2003-11-111-3/+3
* * ext/tk/lib/tk.rb: raise an exception when creating TkWindownagai2003-11-112-1/+7