aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nilgotoyuzo2003-11-102-3/+15
* * lib/monitor.rb (wait): return true on signal/broadcastfalse andshugo2003-11-102-0/+7
* 2003-11-10eban2003-11-091-3/+3
* * parse.y (primary): primary_value may be 0 when syntax error.nobu2003-11-092-4/+9
* * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil tontalbott2003-11-083-4/+18
* Bugfix for DL::Types::encode_type.ttate2003-11-081-7/+9
* * ext/dl/sym.c: typo fix(lasterror -> last_error).eban2003-11-081-2/+2
* * MANIFEST: added these files:eban2003-11-081-0/+5
* * test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading.nahi2003-11-0814-19/+816
* 2003-11-08eban2003-11-081-3/+3
* * configure.in: improvement of pthread checknagai2003-11-082-5/+48
* Add DL.win32_last_error and DL.last_error.ttate2003-11-083-2/+73
* * ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem,nagai2003-11-073-67/+234