summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* updated based on date2 3.9.1.tadf2006-09-101-0/+4
* * eval.c (rb_require_safe): prevent extension from loading twice.nobu2006-09-101-1/+4
* * eval.c (stack_extend): fixed prototype.nobu2006-09-101-1/+5
* * bignum.c (rb_big_mul0): bignum multiplication withoutmatz2006-09-091-0/+7
* Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]drbrain2006-09-091-0/+5
* * lib/pstore.rb: open all in binary mode, and get rid of the quirk ofnobu2006-09-081-0/+5
* * ext/extmk.rb: Proc#call does not pass the block in 1.8.nobu2006-09-081-1/+3
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-081-0/+9
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo2006-09-081-0/+7
* * win32/Makefile.sub, win32/configure.bat win32/setup.mak: programnobu2006-09-081-0/+5
* * ruby.h (RSTRING_PTR): add migration macro.matz2006-09-071-0/+6
* * numeric.c (fix_plus): addition in Fixnum will never overflowmatz2006-09-071-0/+11
* * file.c (path_check_0, fpath_check): disable path check on cygwin.nobu2006-09-071-0/+5
* * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jpnaruse2006-09-061-0/+7
* * time.c (time_to_s): variable declaration after an executionnobu2006-09-041-0/+5
* * numeric.c (flo_hash): improve collision. fixed: [ruby-dev:29352]nobu2006-09-041-0/+4
* * file.c (path_check_0): check if sticky bit is set on parentnobu2006-09-041-0/+5
* * time.c (time_to_s): make it conform to RFC2822 date format.matz2006-09-041-0/+5
* * ext/dbm/extconf.rb: create makefile according to the result of checknobu2006-09-041-0/+5
* updated based on date2 3.9.tadf2006-09-041-0/+4
* * time.c (time_strftime): include nul character. fixed: [ruby-dev:29422]nobu2006-09-041-0/+4
* * lib/cgi.rb (CGI::out): specify -m0 -x option for nkf.matz2006-09-041-0/+5
* * io.c (pipe_open): command name should not contain null bytes.matz2006-09-041-0/+11
* * lib/mkmf.rb: get rid of nil.to_s.nobu2006-09-031-0/+4
* revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.akr2006-09-021-4/+0
* * ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.akr2006-09-021-0/+4
* * ext/socket/extconf.rb: check arpa/inet.h for ntohs.akr2006-09-021-0/+6
* * ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.akr2006-09-021-0/+4
* don't get path if client mode. [ruby-dev:29417]seki2006-09-021-0/+5
* examine whether '*' is included before IPAddr.new. [ruby-dev:29406]seki2006-09-021-0/+5
* * common.mk (ia64.o): use the compiler driver to assemble ia64.sakr2006-09-021-0/+5
* * common.mk, configure.in, defines.h, eval.c, gc.c, main.c,akr2006-09-011-0/+5
* * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai2006-09-011-0/+5
* * eval.c (ruby_init): rename top_cref to ruby_top_cref and export,why2006-08-311-0/+7
* * hash.c (rb_hash_s_create): fixed memory leak, based on the patchnobu2006-08-291-0/+5
* Fix typo. Submitted by <calamitas at gmail.com>. [ruby-core:08724]drbrain2006-08-281-0/+5
* Don't unescape HTML in HtmlFormatter. Submitted by Kent Sibilevdrbrain2006-08-271-0/+5
* Fix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725]drbrain2006-08-271-0/+5
* updated based on date2 3.8.2.tadf2006-08-251-0/+4
* * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have tonobu2006-08-251-1/+6
* * stable version 1.8.5 released.matz2006-08-251-0/+4
* * gc.c (gc_sweep): typo fixed.matz2006-08-251-0/+4
* ChangeLog updatematz2006-08-231-0/+5
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): Make RDocmatz2006-08-221-0/+9
* * lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods getmatz2006-08-221-0/+5
* remove semicolon warning. [ruby-dev:29299]matz2006-08-221-0/+4
* revert nkf -m0 patch for UTF-8matz2006-08-221-5/+0
* * win32/Makefile.sub (config.status): include winsock2.h instead ofusa2006-08-191-0/+6
* * file.c (rb_file_s_rename): use errno if set properly.nobu2006-08-191-0/+5
* * lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. amatz2006-08-171-0/+5