aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* (Pathname#parent): if self is `.', return `..'.akr2003-11-072-12/+51
* Minor documentation fix.wew2003-11-071-2/+2
* lib/pathname.rb (Pathname#+): if self or the argument is `.', return another.akr2003-11-072-2/+13
* * lib/pathname.rb (Pathname#+): return the argument if self is `.'.akr2003-11-072-2/+8
* 2003-11-07nobu2003-11-071-3/+3
* * ext/socket/socket.c (make_hostent): get rid of SEGV on aliasesnobu2003-11-072-8/+18
* * ext/zlib/zlib.c (Init_zlib): define Zlib::GzipReader#each_line as an alias ...katsu2003-11-062-0/+6
* * eval.c (rb_load): save and restore rb_prohibit_interrupt.matz2003-11-062-0/+7
* * MANIFEST: add these files:eban2003-11-061-0/+5
* * io.c (rb_io_inspect): show the path also at a closed file.nobu2003-11-062-4/+15
* * eval.c (rb_load): allow interrupt during loaded programmatz2003-11-069-50/+278