| Commit message (Expand) | Author | Age | Files | Lines |
| * | re.c: applied stack error handling patch. [ruby-dev:22431] | ksaito | 2004-04-24 | 2 | -7/+13 |
| * | 2004-04-24 | eban | 2004-04-24 | 1 | -3/+3 |
| * | Fix bug where consecutive headings were merged | dave | 2004-04-24 | 2 | -1/+6 |
| * | * Non-String attributes are now converted to Strings; this means code such as | ser | 2004-04-23 | 7 | -27/+49 |
| * | * lib/mkmf.rb: $hdrdir should not contain macros, for backward | nobu | 2004-04-23 | 2 | -3/+11 |
| * | * lib/pathname.rb: sync taint/freeze flag between | akr | 2004-04-23 | 2 | -1/+38 |
| * | * parse.y (stmt, arg, aref_args): should not make sole splat into | nobu | 2004-04-23 | 2 | -2/+11 |
| * | 2004-04-23 | eban | 2004-04-23 | 1 | -3/+3 |
| * | * lib/resolv.rb: don't use Regexp#source to embed regexps. | akr | 2004-04-23 | 2 | -5/+11 |
| * | * common.mk, ext/extmk.rb: make ext and .ext get removed by distclean. | nobu | 2004-04-22 | 3 | -5/+10 |
| * | 2004-04-22 | usa | 2004-04-22 | 1 | -3/+3 |
| * | * */Makefile.sub (distclean-local): should remove $(RBCONFIG). | usa | 2004-04-22 | 4 | -3/+7 |
| * | * parse.y (aref_args): should pass expanded list. [ruby-core:02793] | nobu | 2004-04-21 | 2 | -2/+4 |
| * | * eval.c (rb_mod_define_method): allow binding methods to modules. | nobu | 2004-04-21 | 2 | -1/+7 |
| * | check hash tuple size | seki | 2004-04-21 | 3 | -24/+32 |
| * | * lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly. | akr | 2004-04-21 | 2 | -5/+19 |
| * | * lib/net/smtp.rb: merge SMTP-TLS patch. This patch is contributed by Daniel... | aamine | 2004-04-21 | 2 | -18/+158 |
| * | * lib/net/smtp.rb: change coding style: def m( a ) -> def m(a). | aamine | 2004-04-21 | 2 | -28/+31 |
| * | * lib/net/pop.rb: do not use class variables. | aamine | 2004-04-21 | 2 | -40/+65 |
| * | * lib/net/http.rb (connect): CONNECT must precede SSL connect. [ruby-dev:23379] | aamine | 2004-04-21 | 2 | -35/+41 |
| * | * lib/test/unit/ui/console/testrunner.rb (test_started): restore $0 | nobu | 2004-04-21 | 2 | -1/+7 |
| * | * process.c: Recover wrongly removed spaces at end of the lines. | ocean | 2004-04-21 | 2 | -154/+158 |
| * | 2004-04-21 | eban | 2004-04-21 | 1 | -3/+3 |
| * | * process.c(rb_spawn): fix SEGV at "p system('command line here')" | ocean | 2004-04-21 | 2 | -157/+162 |
| * | * dir.c: Updated RDocs. | ocean | 2004-04-19 | 2 | -2/+3 |
| * | 2004-04-19 | eban | 2004-04-19 | 1 | -3/+3 |
| * | * dir.c: Updated RDocs. | ocean | 2004-04-19 | 2 | -25/+35 |
| * | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 31 | -67/+79 |
| * | Allow for HAVE_PROTOTYPES macro | dave | 2004-04-18 | 2 | -4/+17 |
| * | Change :enddoc: to terminate processing of current file | dave | 2004-04-17 | 2 | -18/+27 |
| * | * lib/drb/drb.rb (DRb::DRbUnknown::initialize): Exception#to_str is | nobu | 2004-04-16 | 3 | -4/+15 |
| * | 2004-04-16 | eban | 2004-04-16 | 1 | -3/+3 |
| * | * ext/extmk.rb: skip linking when libraries to be preloaded not | nobu | 2004-04-15 | 2 | -2/+7 |
| * | * process.c (pst_success_p): new method Process::Status#success?. | nobu | 2004-04-15 | 1 | -0/+1 |
| * | Add ruby-dev number. | ocean | 2004-04-15 | 1 | -0/+2 |
| * | * rubytest.rb: do nothing while cross-compiling, return status in | nobu | 2004-04-15 | 2 | -7/+12 |
| * | * process.c (pst_success_p): new method Process::Status#success?. | nobu | 2004-04-15 | 2 | -1/+26 |
| * | 2004-04-15 | eban | 2004-04-15 | 1 | -3/+3 |
| * | * dir.c (rb_push_glob): Dir.glob() should return nil if block is given. | ocean | 2004-04-15 | 2 | -71/+47 |
| * | add test/gdbm/test_gdbm.rb. | akr | 2004-04-15 | 1 | -0/+1 |
| * | add a gdbm test for [ruby-dev:23381] | akr | 2004-04-15 | 1 | -0/+33 |
| * | * ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER, | akr | 2004-04-15 | 2 | -16/+30 |
| * | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 12 | -19/+24 |
| * | * numeric.c (flo_eq): workaround for bcc32's bug. | eban | 2004-04-14 | 2 | -0/+8 |
| * | 2004-04-14 | eban | 2004-04-14 | 1 | -3/+3 |
| * | * defines.h: include <net/socket.h> to get fd_set definition in BeOS. | ocean | 2004-04-14 | 2 | -1/+9 |
| * | change pattern matching [druby-ja:98] | seki | 2004-04-13 | 3 | -2/+12 |
| * | * bcc32/Makefile.sub (PHONY): Borland make disallows empty command | nobu | 2004-04-13 | 2 | -0/+7 |
| * | * lib/net/http.rb (begin_transport): should not overwrite HTTP request header... | aamine | 2004-04-13 | 2 | -3/+8 |
| * | * lib/net/pop.rb: merge POP3S patch. This patch is contributed by Daniel Hobe. | aamine | 2004-04-13 | 2 | -17/+129 |