aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/soap/mapping/factory.rb: mark marshalled basetype objects whennahi2003-10-314-3/+41
* * wince/string_wce.c (strrchr): should decrement pointer.uema22003-10-313-2/+8
* * configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791]eban2003-10-316-2/+18
* RD -> RDoc contributed by Lyle Johnsongsinclair2003-10-301-182/+175
* 031031matz2003-10-301-0/+1
* * wince/Makefile.sub, win32/Makefile.sub (.y.c): allow white spacesusa2003-10-303-2/+7
* 031031matz2003-10-305-10/+34
* * lib/drb/drb.rb: add DRbArrayseki2003-10-301-0/+8
* add DRbArray, and change yield. [ruby-dev:21773]seki2003-10-303-0/+33
* * lib/soap/generator.rb: better XML pretty printing.nahi2003-10-304-9/+24
* * ext/syck/yaml2byte.c: HASH const too long. Thanks, matz.why2003-10-302-1/+5
* ChangeLog: typo fiix.eban2003-10-301-1/+1
* add test Hash#each, and change load_limitseki2003-10-304-5/+19