summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-26merge test cases with Ruby 1.8aamine
2006-07-26* lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine
2006-07-26* ext/strscan/strscan.c (strscan_do_scan): always return nil if p->curr excee...aamine
2006-07-26* eval.c (Init_eval): rename #invoke_method andmatz
2006-07-26* ext/pty/pty.c (getDevice): retry once after GC on failure.nobu
2006-07-26* ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho...aamine
2006-07-26* sprintf.c (rb_str_format): prepend ".." to %u for negative bignum,nobu
2006-07-26* string.c (rb_str_scan): add string modification check.matz
2006-07-26* lib/cgi.rb (CGI::QueryExtension::read_multipart): checkmatz
2006-07-252006-07-26nobu
2006-07-25* configure.in: suppress warnings by automake 1.8 or later.nobu
2006-07-25* lib/mkmf.rb (configuration): typo.usa
2006-07-252006-07-25matz
2006-07-25* process.c (rb_proc_times): rename hz to hertz to avoid namematz
2006-07-24* eval.c (backtrace): porting miss.nobu
2006-07-24* eval.c (backtrace): skip frames successive on node and method name.nobu
2006-07-24don't compare struct sockaddr directly.akr
2006-07-24* eval.c (rb_call0): revert last change. [ruby-dev:29112]matz
2006-07-24* ext/readline/readline.c (readline_readline): rl_deprep_term_functionakr
2006-07-242006-07-24akr
2006-07-23* test/socket/test_unix.rb: disabled on cygwin.akr
2006-07-232006-07-23akr
2006-07-21* ruby.c (proc_options): script is never used while recursing.nobu
2006-07-21* object.c (rb_cstr_to_dbl): "9_e8" should consider "_e8" asmatz
2006-07-21* eval.c (rb_call0): include funcalled methods in caller list.nobu
2006-07-21* ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu
2006-07-20* eval.c (rb_call): try local method look-up first for fcall, thenmatz
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-07-20* test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz
2006-07-202006-07-21matz
2006-07-19 * lib/irb/completion.rb: support for completion of numerickeiju
2006-07-19* eval.c (rb_yield_0): should check args_args before lambdamatz
2006-07-182006-07-19ryan
2006-07-18patch was misapplied. fixed. sorryryan
2006-07-18* process.c (rb_f_system): shouldn't block SIGCHLD if it's notusa
2006-07-18* process.c (rb_f_system): block SIGCHLD during the processmatz
2006-07-18* win32/win32.c (open_ifs_socket): should not use plain malloc.usa
2006-07-18* eval.c (yield_under_i): argument should be passed in avaluematz
2006-07-18* pack.c (pack_unpack): propagate association array to copiedmatz
2006-07-18* intern.h (st_foreach_safe): fix prototype.usa
2006-07-18* process.c (rb_f_system): call rb_sys_fail(0) if rb_last_statusmatz
2006-07-18* lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): removematz
2006-07-18* object.c (rb_cstr_to_dbl): limit out-of-range message.nobu
2006-07-17RD to RDoc conversion by Hugh Sasse.drbrain
2006-07-17* util.c (ruby_strtod): stop at dot not followed by digits.nobu
2006-07-17* util.c (ruby_strtod): stop at dot not followed by digits.nobu
2006-07-17* ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu
2006-07-172006-07-18nobu
2006-07-17* configure.in (rb_cv_msvcrt): defaulted to msvcrt. Workaround for anobu