| Commit message (Expand) | Author | Age | Files | Lines |
| * | check hash tuple size | seki | 2004-04-21 | 1 | -0/+4 |
| * | * lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly. | akr | 2004-04-21 | 1 | -1/+5 |
| * | * lib/net/smtp.rb: merge SMTP-TLS patch. This patch is contributed by Daniel... | aamine | 2004-04-21 | 1 | -0/+5 |
| * | * lib/net/smtp.rb: change coding style: def m( a ) -> def m(a). | aamine | 2004-04-21 | 1 | -0/+4 |
| * | * lib/net/pop.rb: do not use class variables. | aamine | 2004-04-21 | 1 | -0/+7 |
| * | * lib/net/http.rb (connect): CONNECT must precede SSL connect. [ruby-dev:23379] | aamine | 2004-04-21 | 1 | -0/+8 |
| * | * lib/test/unit/ui/console/testrunner.rb (test_started): restore $0 | nobu | 2004-04-21 | 1 | -0/+5 |
| * | * process.c: Recover wrongly removed spaces at end of the lines. | ocean | 2004-04-21 | 1 | -0/+4 |
| * | * process.c(rb_spawn): fix SEGV at "p system('command line here')" | ocean | 2004-04-21 | 1 | -0/+5 |
| * | * dir.c: Updated RDocs. | ocean | 2004-04-19 | 1 | -1/+1 |
| * | * dir.c: Updated RDocs. | ocean | 2004-04-19 | 1 | -0/+4 |
| * | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -0/+12 |
| * | Allow for HAVE_PROTOTYPES macro | dave | 2004-04-18 | 1 | -0/+5 |
| * | Change :enddoc: to terminate processing of current file | dave | 2004-04-17 | 1 | -0/+6 |
| * | * lib/drb/drb.rb (DRb::DRbUnknown::initialize): Exception#to_str is | nobu | 2004-04-16 | 1 | -0/+11 |
| * | * ext/extmk.rb: skip linking when libraries to be preloaded not | nobu | 2004-04-15 | 1 | -1/+6 |
| * | 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 | 1 | -1/+4 |
| * | * process.c (pst_success_p): new method Process::Status#success?. | nobu | 2004-04-15 | 1 | -0/+5 |
| * | * dir.c (rb_push_glob): Dir.glob() should return nil if block is given. | ocean | 2004-04-15 | 1 | -0/+11 |
| * | * ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER, | akr | 2004-04-15 | 1 | -0/+6 |
| * | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 1 | -1/+6 |
| * | * numeric.c (flo_eq): workaround for bcc32's bug. | eban | 2004-04-14 | 1 | -0/+5 |
| * | * defines.h: include <net/socket.h> to get fd_set definition in BeOS. | ocean | 2004-04-14 | 1 | -0/+4 |
| * | change pattern matching [druby-ja:98] | seki | 2004-04-13 | 1 | -0/+7 |
| * | * bcc32/Makefile.sub (PHONY): Borland make disallows empty command | nobu | 2004-04-13 | 1 | -0/+5 |
| * | * lib/net/http.rb (begin_transport): should not overwrite HTTP request header... | aamine | 2004-04-13 | 1 | -0/+5 |
| * | * lib/net/pop.rb: merge POP3S patch. This patch is contributed by Daniel Hobe. | aamine | 2004-04-13 | 1 | -0/+5 |
| * | * common.mk: changed the order of ascii.c alphabetically. | ksaito | 2004-04-12 | 1 | -0/+4 |
| * | * gc.c (rb_gc_copy_finalizer): typo. [ruby-core:02774] | nobu | 2004-04-12 | 1 | -0/+4 |
| * | * ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value. | gotoyuzo | 2004-04-12 | 1 | -0/+5 |
| * | * dir.c (rb_glob2, rb_glob, push_globs, push_braces, rb_push_glob): | ocean | 2004-04-12 | 1 | -0/+5 |
| * | ML reference | nobu | 2004-04-11 | 1 | -1/+1 |
| * | * ruby.c (require_libraries): restore source file/line after | nobu | 2004-04-11 | 1 | -2/+7 |
| * | Forgot to check special case at top level | dave | 2004-04-11 | 1 | -0/+6 |
| * | Fix :enddoc" | dave | 2004-04-10 | 1 | -0/+5 |
| * | Fixed problem with \_cat_<b>dog</b> | dave | 2004-04-09 | 1 | -0/+5 |
| * | * dir.c (has_magic, find_dirsep): incomplete '[' matches no character | ocean | 2004-04-09 | 1 | -0/+16 |
| * | commit miss. _no | nobu | 2004-04-08 | 1 | -3/+0 |
| * | * test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb: restore $: | nobu | 2004-04-08 | 1 | -2/+5 |
| * | * ext/extmk.rb (extmake): skip uncompiled extensions. | nobu | 2004-04-08 | 1 | -0/+20 |
| * | * io.c (rb_io_binmode): inverted condition. [ruby-dev:23349] | nobu | 2004-04-08 | 1 | -0/+4 |
| * | * ext/iconv/iconv.c (iconv_s_list): return encoding list if no block | nobu | 2004-04-08 | 1 | -1/+6 |
| * | * pack.c (pack_pack): use NUM2INT() instead of num2i32(). | matz | 2004-04-07 | 1 | -0/+4 |
| * | * lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource or | kou | 2004-04-07 | 1 | -0/+10 |
| * | * file.c (rb_get_path): get path string via "to_path" method if | matz | 2004-04-07 | 1 | -0/+10 |
| * | * Makefile.in, common.mk, */Makefile.sub (ext/extinit.o): OUTFLAG | nobu | 2004-04-07 | 1 | -1/+8 |
| * | fix hash tuple bug | seki | 2004-04-06 | 1 | -0/+8 |
| * | * configure.in: check the size of time_t. | akr | 2004-04-06 | 1 | -0/+8 |
| * | * ext/socket/socket.c (raise_socket_error): never return. | usa | 2004-04-06 | 1 | -0/+6 |