aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo2006-07-311-0/+5
* * eval.c (rb_call0): trace call/return of method defined from block.nobu2006-07-301-1/+4
* * lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.nobu2006-07-301-1/+4
* * eval.c (rb_trap_eval): make the current thread runnable to deal withnobu2006-07-301-0/+5
* * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.nagai2006-07-281-0/+4
* * ext/curses/curses.c (NUM2CH, CH2FIX): use single char strings.nobu2006-07-281-2/+6
* * eval.c (rb_call): fixed typo in cache look-up. [ruby-dev:29167]matz2006-07-281-0/+4
* * eval.c (rb_call): a bug in method cache look-up.matz2006-07-281-0/+5
* * sprintf.c (rb_f_sprintf): documentation update patch from Jacobmatz2006-07-281-0/+5
* * time.c (time_to_s): fixed typo. [ruby-dev:29162]matz2006-07-281-0/+4
* * math.c (domain_check): ANSI style function argumentsmatz2006-07-271-0/+6
* * math.c (domain_check): a new function to check domain errormatz2006-07-271-0/+11
* * time.c (time_to_s): fixed format mismatch.nobu2006-07-271-0/+4
* * time.c: need to declare time_utc_offset.eban2006-07-271-0/+4
* * io.c (io_close): always calls "close" method of the receiver.matz2006-07-271-0/+5
* * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz2006-07-271-2/+5
* * time.c (time_to_s): generate RFC822 style date string.matz2006-07-271-0/+5
* * configure.in: add support for as and ASFLAGS. [ruby-dev:29138]matz2006-07-261-0/+4
* * lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine2006-07-261-0/+14
* * ext/strscan/strscan.c (strscan_do_scan): always return nil if p->curr excee...aamine2006-07-261-0/+5
* * eval.c (Init_eval): rename #invoke_method andmatz2006-07-261-0/+13
* * ext/pty/pty.c (getDevice): retry once after GC on failure.nobu2006-07-261-0/+5
* * ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho...aamine2006-07-261-0/+5
* * sprintf.c (rb_str_format): prepend ".." to %u for negative bignum,nobu2006-07-261-0/+5
* * string.c (rb_str_scan): add string modification check.matz2006-07-261-0/+5
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): checkmatz2006-07-261-0/+6
* * configure.in: suppress warnings by automake 1.8 or later.nobu2006-07-251-0/+4
* * lib/mkmf.rb (configuration): typo.usa2006-07-251-0/+4
* * process.c (rb_proc_times): rename hz to hertz to avoid namematz2006-07-251-5/+10
* * eval.c (backtrace): skip frames successive on node and method name.nobu2006-07-241-0/+4
* * eval.c (rb_call0): revert last change. [ruby-dev:29112]matz2006-07-241-0/+5
* * ext/readline/readline.c (readline_readline): rl_deprep_term_functionakr2006-07-241-0/+5
* * test/socket/test_unix.rb: disabled on cygwin.akr2006-07-231-0/+5
* * ruby.c (proc_options): script is never used while recursing.nobu2006-07-211-0/+4
* * object.c (rb_cstr_to_dbl): "9_e8" should consider "_e8" asmatz2006-07-211-0/+5
* * eval.c (rb_call0): include funcalled methods in caller list.nobu2006-07-211-0/+5
* * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu2006-07-211-0/+5
* * eval.c (rb_call): try local method look-up first for fcall, thenmatz2006-07-201-0/+10
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-0/+5
* * test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz2006-07-201-0/+10
* * eval.c (rb_yield_0): should check args_args before lambdamatz2006-07-191-0/+5
* * process.c (rb_f_system): shouldn't block SIGCHLD if it's notusa2006-07-181-0/+5
* * process.c (rb_f_system): block SIGCHLD during the processmatz2006-07-181-6/+6
* * win32/win32.c (open_ifs_socket): should not use plain malloc.usa2006-07-181-0/+6
* * eval.c (yield_under_i): argument should be passed in avaluematz2006-07-181-0/+5
* * pack.c (pack_unpack): propagate association array to copiedmatz2006-07-181-0/+11
* * intern.h (st_foreach_safe): fix prototype.usa2006-07-181-0/+9
* * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_statusmatz2006-07-181-0/+5
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): removematz2006-07-181-0/+5
* * object.c (rb_cstr_to_dbl): limit out-of-range message.nobu2006-07-181-0/+7