aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* check hash tuple sizeseki2004-04-213-24/+32
* * lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly.akr2004-04-212-5/+19
* * lib/net/smtp.rb: merge SMTP-TLS patch. This patch is contributed by Daniel...aamine2004-04-212-18/+158
* * lib/net/smtp.rb: change coding style: def m( a ) -> def m(a).aamine2004-04-212-28/+31
* * lib/net/pop.rb: do not use class variables.aamine2004-04-212-40/+65
* * lib/net/http.rb (connect): CONNECT must precede SSL connect. [ruby-dev:23379]aamine2004-04-212-35/+41
* * lib/test/unit/ui/console/testrunner.rb (test_started): restore $0nobu2004-04-212-1/+7
* * process.c: Recover wrongly removed spaces at end of the lines.ocean2004-04-212-154/+158
* 2004-04-21eban2004-04-211-3/+3
* * process.c(rb_spawn): fix SEGV at "p system('command line here')"ocean2004-04-212-157/+162
* * dir.c: Updated RDocs.ocean2004-04-192-2/+3
* 2004-04-19eban2004-04-191-3/+3
* * dir.c: Updated RDocs.ocean2004-04-192-25/+35
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-1831-67/+79
* Allow for HAVE_PROTOTYPES macrodave2004-04-182-4/+17
* Change :enddoc: to terminate processing of current filedave2004-04-172-18/+27
* * lib/drb/drb.rb (DRb::DRbUnknown::initialize): Exception#to_str isnobu2004-04-163-4/+15
* 2004-04-16eban2004-04-161-3/+3
* * ext/extmk.rb: skip linking when libraries to be preloaded notnobu2004-04-152-2/+7
* * process.c (pst_success_p): new method Process::Status#success?.nobu2004-04-151-0/+1
* Add ruby-dev number.ocean2004-04-151-0/+2
* * rubytest.rb: do nothing while cross-compiling, return status innobu2004-04-152-7/+12
* * process.c (pst_success_p): new method Process::Status#success?.nobu2004-04-152-1/+26
* 2004-04-15eban2004-04-151-3/+3
* * dir.c (rb_push_glob): Dir.glob() should return nil if block is given.ocean2004-04-152-71/+47
* add test/gdbm/test_gdbm.rb.akr2004-04-151-0/+1
* add a gdbm test for [ruby-dev:23381]akr2004-04-151-0/+33
* * ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER,akr2004-04-152-16/+30
* * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu2004-04-1412-19/+24
* * numeric.c (flo_eq): workaround for bcc32's bug.eban2004-04-142-0/+8
* 2004-04-14eban2004-04-141-3/+3
* * defines.h: include <net/socket.h> to get fd_set definition in BeOS.ocean2004-04-142-1/+9
* change pattern matching [druby-ja:98]seki2004-04-133-2/+12
* * bcc32/Makefile.sub (PHONY): Borland make disallows empty commandnobu2004-04-132-0/+7
* * lib/net/http.rb (begin_transport): should not overwrite HTTP request header...aamine2004-04-132-3/+8
* * lib/net/pop.rb: merge POP3S patch. This patch is contributed by Daniel Hobe.aamine2004-04-132-17/+129
* 2004-04-13eban2004-04-131-3/+3
* * common.mk: changed the order of ascii.c alphabetically.ksaito2004-04-122-4/+8
* enable document for Kernel.open.akr2004-04-121-1/+1
* * gc.c (rb_gc_copy_finalizer): typo. [ruby-core:02774]nobu2004-04-122-1/+5
* * ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value.gotoyuzo2004-04-122-1/+7
* 2004-04-12eban2004-04-121-3/+3
* * dir.c (rb_glob2, rb_glob, push_globs, push_braces, rb_push_glob):ocean2004-04-122-11/+27
* ML referencenobu2004-04-111-1/+1
* 2004-04-11nobu2004-04-111-3/+3
* * ruby.c (require_libraries): restore source file/line afternobu2004-04-112-3/+11
* Forgot to check special case at top leveldave2004-04-112-2/+8
* 2004-04-10eban2004-04-101-3/+3
* Fix :enddoc"dave2004-04-103-3/+8
* Fixed problem with \_cat_<b>dog</b>dave2004-04-093-16/+13