summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-07-31* test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr
2006-07-31* ruby.h: use ifdef (or defined) for macro constants that may ormatz
2006-07-31* lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo
2006-07-30* eval.c (rb_call0): trace call/return of method defined from block.nobu
2006-07-30* lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.nobu
2006-07-30* eval.c (rb_trap_eval): make the current thread runnable to deal withnobu
2006-07-28* ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.nagai
2006-07-28* lib/logger.rb: improves the amount of documentation that Rdocmatz
2006-07-28* io.c (io_close): always calls "close" method of the receiver.matz
2006-07-27* math.c (domain_check): a new function to check domain errormatz
2006-07-27* time.c (time_to_s): fixed format mismatch.nobu
2006-07-27* time.c: need to declare time_utc_offset.eban
2006-07-27* time.c (time_to_s): use +0900 style timezone string for local time.matz
2006-07-27* ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz
2006-07-26* configure.in: add support for as and ASFLAGS. [ruby-dev:29138]matz
2006-07-26* lib/net/http.rb: sync with HEAD (rev 1.132).aamine
2006-07-26* ext/strscan/strscan.c: sync with HEAD (rev 1.25).aamine
2006-07-26* ext/pty/pty.c (getDevice): retry once after GC on failure.nobu
2006-07-26* sprintf.c (rb_f_sprintf): 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-25* configure.in: suppress warnings by automake 1.8 or later.nobu
2006-07-25RD to RDoc conversion by Hugh Sasse.drbrain
2006-07-25* lib/mkmf.rb (configuration): typo.usa
2006-07-25* process.c (rb_proc_times): rename hz to hertz to avoid namematz
2006-07-24* eval.c (backtrace): skip frames successive on node and method name.nobu
2006-07-24* process.c (rb_f_system): add security check. [ruby-talk:202947]matz
2006-07-24* ext/readline/readline.c (readline_readline): rl_deprep_term_functionakr
2006-07-24* eval.c (rb_call0): revert last change. [ruby-dev:29112]matz
2006-07-23* test/socket/test_unix.rb: disabled on cygwin.akr
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* ruby.h: export classes/modules to implement sandbox.matz
2006-07-19 * lib/irb/completion.rb: support for completion of numerickeiju
2006-07-19* lib/rss/parser.rb, lib/rss/utils.rb: added documents.kou
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* test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz
2006-07-18* pack.c (pack_unpack): propagate association array to copiedmatz
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-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-17* configure.in (rb_cv_msvcrt): defaulted to msvcrt. Workaround for anobu
2006-07-17* pack.c (define_swapx): should not use plain malloc.matz
2006-07-17* configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.eban
2006-07-17* configure.in: set ac_cv_func_dlopen=no on MinGW.eban
2006-07-15* eval.c (rb_require_safe): wait for another thread requiring the samenobu
2006-07-14* st.c (malloc): use xmalloc/xcalloc instead of plainmatz