aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * win32/win32.c (make_cmdvector): process backslashes even if a quotenobu2003-11-062-3/+5
* 2003-11-06eban2003-11-061-3/+3
* * lib/optparse.rb (OptionParser::Completion#complete): default not tonobu2003-11-062-3/+16
* * ext/stringio/stringio.c (strio_set_string, strio_reopen): checknobu2003-11-063-9/+26
* * sample/openssl/gen_csr.rb: there (at least) is a CA which does not accept DNnahi2003-11-052-3/+9
* configure.in, eval.c, signal.c: : add '--with-pthread-ext' optionnagai2003-11-057-0/+140
* * lib/optparse.rb (OptionParser::Switch::PlacedArgument::parse):nobu2003-11-057-1/+263
* * lib/test/unit/ui/gtk/testrunner.rb: typo.nobu2003-11-052-4/+8
* 2003-11-05usa2003-11-051-3/+3
* * string.c: add #include "version.h". this file still depends on it.usa2003-11-056-4/+14
* * Makefile.in: remove needless version.h dependency.nobu2003-11-051-3/+3
* * lib/monitor.rb: revert to the previous revision.shugo2003-11-052-20/+17
* * lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain.gotoyuzo2003-11-043-0/+17
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub:usa2003-11-044-11/+14
* * class.c, hash.c, string.c: remove #include "version.h".eban2003-11-044-3/+6
* typoshigek2003-11-041-1/+1
* 2003-11-04usa2003-11-041-3/+3
* * io.c (read_all): fptr->f may be NULL, if IO is closed in thematz2003-11-0413-151/+92
* 2003-11-03eban2003-11-031-3/+3
* * lib/racc/parser.rb: synchronize with Racc 1.4.4.aamine2003-11-033-281/+271
* * lib/webrick/ssl.rb: new option :SSLExtraChainCert.gotoyuzo2003-11-012-1/+7
* 2003-11-02eban2003-11-011-3/+3
* * string.c (rb_str_hash): Update the HASH_PERL alternative hashknu2003-11-013-4/+19
* #include <sys/time.h> wasn't actually needed for ruby 1.8 as missing.hknu2003-11-012-6/+0
* * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new methodgotoyuzo2003-11-015-5/+55
* #include <sys/time.h> is needed for struct timeval.knu2003-11-012-0/+6
* 2003-11-01eban2003-10-311-4/+4