summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * io.c (io_close): always calls "close" method of the receiver.matz2006-07-272-5/+12
* * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz2006-07-273-12/+15
* 2006-07-27matz2006-07-271-3/+3
* * time.c (time_to_s): generate RFC822 style date string.matz2006-07-272-2/+22
* * configure.in: add support for as and ASFLAGS. [ruby-dev:29138]matz2006-07-263-0/+13
* small document fixaamine2006-07-261-1/+1
* merge test cases with Ruby 1.8aamine2006-07-261-3/+74
* * lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine2006-07-263-12/+69
* * ext/strscan/strscan.c (strscan_do_scan): always return nil if p->curr excee...aamine2006-07-262-1/+9
* * eval.c (Init_eval): rename #invoke_method andmatz2006-07-264-14/+32
* * ext/pty/pty.c (getDevice): retry once after GC on failure.nobu2006-07-262-20/+32
* * ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho...aamine2006-07-263-7/+15
* * sprintf.c (rb_str_format): prepend ".." to %u for negative bignum,nobu2006-07-262-18/+21
* * string.c (rb_str_scan): add string modification check.matz2006-07-262-0/+7
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): checkmatz2006-07-262-0/+9
* 2006-07-26nobu2006-07-251-3/+3
* * configure.in: suppress warnings by automake 1.8 or later.nobu2006-07-252-5/+9
* * lib/mkmf.rb (configuration): typo.usa2006-07-252-1/+5
* 2006-07-25matz2006-07-251-3/+3
* * process.c (rb_proc_times): rename hz to hertz to avoid namematz2006-07-252-12/+17
* * eval.c (backtrace): porting miss.nobu2006-07-241-1/+1
* * eval.c (backtrace): skip frames successive on node and method name.nobu2006-07-242-1/+7
* don't compare struct sockaddr directly.akr2006-07-241-2/+2
* * eval.c (rb_call0): revert last change. [ruby-dev:29112]matz2006-07-242-1/+5
* * ext/readline/readline.c (readline_readline): rl_deprep_term_functionakr2006-07-242-1/+8
* 2006-07-24akr2006-07-241-3/+3
* * test/socket/test_unix.rb: disabled on cygwin.akr2006-07-232-1/+6
* 2006-07-23akr2006-07-231-3/+3
* * ruby.c (proc_options): script is never used while recursing.nobu2006-07-212-7/+10
* * object.c (rb_cstr_to_dbl): "9_e8" should consider "_e8" asmatz2006-07-212-3/+8
* * eval.c (rb_call0): include funcalled methods in caller list.nobu2006-07-212-0/+6
* * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu2006-07-213-6/+15
* * eval.c (rb_call): try local method look-up first for fcall, thenmatz2006-07-204-299/+51
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-2018-41/+44
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-202-41/+24
* * test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz2006-07-202-6/+10
* 2006-07-21matz2006-07-201-3/+3
* * lib/irb/completion.rb: support for completion of numerickeiju2006-07-191-4/+20
* * eval.c (rb_yield_0): should check args_args before lambdamatz2006-07-192-2/+8
* 2006-07-19ryan2006-07-181-3/+3
* patch was misapplied. fixed. sorryryan2006-07-181-1/+1
* * process.c (rb_f_system): shouldn't block SIGCHLD if it's notusa2006-07-182-0/+9
* * process.c (rb_f_system): block SIGCHLD during the processmatz2006-07-182-10/+20
* * win32/win32.c (open_ifs_socket): should not use plain malloc.usa2006-07-182-1/+11
* * eval.c (yield_under_i): argument should be passed in avaluematz2006-07-182-1/+8
* * pack.c (pack_unpack): propagate association array to copiedmatz2006-07-182-5/+19
* * intern.h (st_foreach_safe): fix prototype.usa2006-07-184-3/+79
* * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_statusmatz2006-07-182-0/+6
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): removematz2006-07-182-1/+6
* * object.c (rb_cstr_to_dbl): limit out-of-range message.nobu2006-07-183-6/+22