summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * string.c (rb_str_intern): prohibit interning tainted string.matz2006-09-133-13/+9
* * lib/optparse.rb (OptionParser#getopts): works with pre-registerednobu2006-09-122-18/+34
* 2006-09-13nobu2006-09-121-3/+3
* updated based on date2 3.9.1.tadf2006-09-103-70/+178
* * eval.c (rb_require_safe): prevent extension from loading twice.nobu2006-09-102-8/+11
* * eval.c (stack_extend): fixed prototype.nobu2006-09-102-2/+6
* 2006-09-10matz2006-09-091-3/+3
* * bignum.c (rb_big_mul0): bignum multiplication withoutmatz2006-09-092-11/+25
* Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]drbrain2006-09-092-2/+15
* * lib/pstore.rb: open all in binary mode, and get rid of the quirk ofnobu2006-09-082-11/+15
* * ext/extmk.rb: Proc#call does not pass the block in 1.8.nobu2006-09-082-3/+5
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-0810-24/+57
* 2006-09-09nobu2006-09-081-3/+3
* Forgot to update the version. Grrr.ser2006-09-081-4/+4
* Merged changes from REXML 3.1.5.ser2006-09-087-43/+83
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo2006-09-083-0/+44
* * win32/Makefile.sub, win32/configure.bat win32/setup.mak: programnobu2006-09-084-4/+24
* * ruby.h (RSTRING_PTR): add migration macro.matz2006-09-072-0/+10
* 2006-09-08matz2006-09-071-3/+3
* * numeric.c (fix_plus): addition in Fixnum will never overflowmatz2006-09-073-8/+15
* 2006-09-07nobu2006-09-071-3/+3
* * file.c (path_check_0, fpath_check): disable path check on cygwin.nobu2006-09-072-3/+16
* * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jpnaruse2006-09-062-3/+10
* 2006-09-06naruse2006-09-061-3/+3
* * time.c (time_to_s): variable declaration after an executionnobu2006-09-042-1/+9
* * numeric.c (flo_hash): improve collision. fixed: [ruby-dev:29352]nobu2006-09-042-1/+5
* * file.c (path_check_0): check if sticky bit is set on parentnobu2006-09-042-8/+11
* 2006-09-05matz2006-09-041-3/+3
* * time.c (time_to_s): make it conform to RFC2822 date format.matz2006-09-042-17/+17
* * ext/dbm/extconf.rb: create makefile according to the result of checknobu2006-09-042-4/+9
* updated based on date2 3.9.tadf2006-09-043-12/+81
* * time.c (time_strftime): include nul character. fixed: [ruby-dev:29422]nobu2006-09-042-1/+5
* * lib/cgi.rb (CGI::out): specify -m0 -x option for nkf.matz2006-09-042-3/+8
* 2006-09-04matz2006-09-041-3/+3
* * io.c (pipe_open): command name should not contain null bytes.matz2006-09-043-9/+21
* * lib/mkmf.rb: get rid of nil.to_s.nobu2006-09-032-5/+10
* revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.akr2006-09-022-8/+0
* * ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.akr2006-09-022-1/+6
* * ext/socket/extconf.rb: check arpa/inet.h for ntohs.akr2006-09-023-1/+12
* * ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.akr2006-09-022-1/+8
* don't get path if client mode. [ruby-dev:29417]seki2006-09-022-1/+6
* examine whether '*' is included before IPAddr.new. [ruby-dev:29406]seki2006-09-022-0/+7
* 2006-09-03seki2006-09-021-3/+3
* * common.mk (ia64.o): use the compiler driver to assemble ia64.sakr2006-09-022-1/+7
* fix previous change.akr2006-09-011-1/+1
* * common.mk, configure.in, defines.h, eval.c, gc.c, main.c,akr2006-09-019-145/+264
* 2006-09-02akr2006-09-011-3/+3
* update modified time.akr2006-09-010-0/+0
* 2006-09-01nagai2006-09-011-4/+4
* * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai2006-09-013-6/+11