summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-09-16* ext/pty/pty.c (establishShell): remove remaining unused line.matz
2006-09-16* ChangeLog: commit miss.nobu
2006-09-16* lib/mkmf.rb (checking_for): improved the messages.nobu
2006-09-16* ext/pty/pty.c (establishShell): parent pid is not used.nobu
2006-09-16* ext/io/wait/extconf.rb: suspicious checking_for.nobu
2006-09-16* ext/dbm/extconf.rb: allow multiple candidates for dbm-type.nobu
2006-09-16* Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu
2006-09-14* string.c (rb_str_intern): raise SecurityError only when $SAFEmatz
2006-09-13* README.EXT: English adjustment. [ruby-core:08851] andmatz
2006-09-13* misc/ruby-mode.el (ruby-parse-partial): better here-doc support.matz
2006-09-13* string.c (rb_str_intern): prohibit interning tainted string.matz
2006-09-12* lib/optparse.rb (OptionParser#getopts): works with pre-registerednobu
2006-09-10updated based on date2 3.9.1.tadf
2006-09-10* eval.c (rb_require_safe): prevent extension from loading twice.nobu
2006-09-10* eval.c (stack_extend): fixed prototype.nobu
2006-09-09* bignum.c (rb_big_mul0): bignum multiplication withoutmatz
2006-09-09Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]drbrain
2006-09-08* lib/pstore.rb: open all in binary mode, and get rid of the quirk ofnobu
2006-09-08* ext/extmk.rb: Proc#call does not pass the block in 1.8.nobu
2006-09-08* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu
2006-09-08* lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo
2006-09-08* win32/Makefile.sub, win32/configure.bat win32/setup.mak: programnobu
2006-09-07* ruby.h (RSTRING_PTR): add migration macro.matz
2006-09-07* numeric.c (fix_plus): addition in Fixnum will never overflowmatz
2006-09-07* file.c (path_check_0, fpath_check): disable path check on cygwin.nobu
2006-09-06* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jpnaruse
2006-09-04* time.c (time_to_s): variable declaration after an executionnobu
2006-09-04* numeric.c (flo_hash): improve collision. fixed: [ruby-dev:29352]nobu
2006-09-04* file.c (path_check_0): check if sticky bit is set on parentnobu
2006-09-04* time.c (time_to_s): make it conform to RFC2822 date format.matz
2006-09-04* ext/dbm/extconf.rb: create makefile according to the result of checknobu
2006-09-04updated based on date2 3.9.tadf
2006-09-04* time.c (time_strftime): include nul character. fixed: [ruby-dev:29422]nobu
2006-09-04* lib/cgi.rb (CGI::out): specify -m0 -x option for nkf.matz
2006-09-04* io.c (pipe_open): command name should not contain null bytes.matz
2006-09-03* lib/mkmf.rb: get rid of nil.to_s.nobu
2006-09-02revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.akr
2006-09-02* ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.akr
2006-09-02* ext/socket/extconf.rb: check arpa/inet.h for ntohs.akr
2006-09-02* ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.akr
2006-09-02don't get path if client mode. [ruby-dev:29417]seki
2006-09-02examine whether '*' is included before IPAddr.new. [ruby-dev:29406]seki
2006-09-02* common.mk (ia64.o): use the compiler driver to assemble ia64.sakr
2006-09-01* common.mk, configure.in, defines.h, eval.c, gc.c, main.c,akr
2006-09-01* ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai
2006-08-31* eval.c (ruby_init): rename top_cref to ruby_top_cref and export,why
2006-08-29* hash.c (rb_hash_s_create): fixed memory leak, based on the patchnobu
2006-08-28Fix typo. Submitted by <calamitas at gmail.com>. [ruby-core:08724]drbrain
2006-08-27Don't unescape HTML in HtmlFormatter. Submitted by Kent Sibilevdrbrain
2006-08-27Fix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725]drbrain