| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * string.c (rb_str_intern): prohibit interning tainted string. | matz | 2006-09-13 | 3 | -13/+9 |
| * | * lib/optparse.rb (OptionParser#getopts): works with pre-registered | nobu | 2006-09-12 | 2 | -18/+34 |
| * | 2006-09-13 | nobu | 2006-09-12 | 1 | -3/+3 |
| * | updated based on date2 3.9.1. | tadf | 2006-09-10 | 3 | -70/+178 |
| * | * eval.c (rb_require_safe): prevent extension from loading twice. | nobu | 2006-09-10 | 2 | -8/+11 |
| * | * eval.c (stack_extend): fixed prototype. | nobu | 2006-09-10 | 2 | -2/+6 |
| * | 2006-09-10 | matz | 2006-09-09 | 1 | -3/+3 |
| * | * bignum.c (rb_big_mul0): bignum multiplication without | matz | 2006-09-09 | 2 | -11/+25 |
| * | Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783] | drbrain | 2006-09-09 | 2 | -2/+15 |
| * | * lib/pstore.rb: open all in binary mode, and get rid of the quirk of | nobu | 2006-09-08 | 2 | -11/+15 |
| * | * ext/extmk.rb: Proc#call does not pass the block in 1.8. | nobu | 2006-09-08 | 2 | -3/+5 |
| * | * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. | nobu | 2006-09-08 | 10 | -24/+57 |
| * | 2006-09-09 | nobu | 2006-09-08 | 1 | -3/+3 |
| * | Forgot to update the version. Grrr. | ser | 2006-09-08 | 1 | -4/+4 |
| * | Merged changes from REXML 3.1.5. | ser | 2006-09-08 | 7 | -43/+83 |
| * | * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): new | gotoyuzo | 2006-09-08 | 3 | -0/+44 |
| * | * win32/Makefile.sub, win32/configure.bat win32/setup.mak: program | nobu | 2006-09-08 | 4 | -4/+24 |
| * | * ruby.h (RSTRING_PTR): add migration macro. | matz | 2006-09-07 | 2 | -0/+10 |
| * | 2006-09-08 | matz | 2006-09-07 | 1 | -3/+3 |
| * | * numeric.c (fix_plus): addition in Fixnum will never overflow | matz | 2006-09-07 | 3 | -8/+15 |
| * | 2006-09-07 | nobu | 2006-09-07 | 1 | -3/+3 |
| * | * file.c (path_check_0, fpath_check): disable path check on cygwin. | nobu | 2006-09-07 | 2 | -3/+16 |
| * | * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jp | naruse | 2006-09-06 | 2 | -3/+10 |
| * | 2006-09-06 | naruse | 2006-09-06 | 1 | -3/+3 |
| * | * time.c (time_to_s): variable declaration after an execution | nobu | 2006-09-04 | 2 | -1/+9 |
| * | * numeric.c (flo_hash): improve collision. fixed: [ruby-dev:29352] | nobu | 2006-09-04 | 2 | -1/+5 |
| * | * file.c (path_check_0): check if sticky bit is set on parent | nobu | 2006-09-04 | 2 | -8/+11 |
| * | 2006-09-05 | matz | 2006-09-04 | 1 | -3/+3 |
| * | * time.c (time_to_s): make it conform to RFC2822 date format. | matz | 2006-09-04 | 2 | -17/+17 |
| * | * ext/dbm/extconf.rb: create makefile according to the result of check | nobu | 2006-09-04 | 2 | -4/+9 |
| * | updated based on date2 3.9. | tadf | 2006-09-04 | 3 | -12/+81 |
| * | * time.c (time_strftime): include nul character. fixed: [ruby-dev:29422] | nobu | 2006-09-04 | 2 | -1/+5 |
| * | * lib/cgi.rb (CGI::out): specify -m0 -x option for nkf. | matz | 2006-09-04 | 2 | -3/+8 |
| * | 2006-09-04 | matz | 2006-09-04 | 1 | -3/+3 |
| * | * io.c (pipe_open): command name should not contain null bytes. | matz | 2006-09-04 | 3 | -9/+21 |
| * | * lib/mkmf.rb: get rid of nil.to_s. | nobu | 2006-09-03 | 2 | -5/+10 |
| * | revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX. | akr | 2006-09-02 | 2 | -8/+0 |
| * | * ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t. | akr | 2006-09-02 | 2 | -1/+6 |
| * | * ext/socket/extconf.rb: check arpa/inet.h for ntohs. | akr | 2006-09-02 | 3 | -1/+12 |
| * | * ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX. | akr | 2006-09-02 | 2 | -1/+8 |
| * | don't get path if client mode. [ruby-dev:29417] | seki | 2006-09-02 | 2 | -1/+6 |
| * | examine whether '*' is included before IPAddr.new. [ruby-dev:29406] | seki | 2006-09-02 | 2 | -0/+7 |
| * | 2006-09-03 | seki | 2006-09-02 | 1 | -3/+3 |
| * | * common.mk (ia64.o): use the compiler driver to assemble ia64.s | akr | 2006-09-02 | 2 | -1/+7 |
| * | fix previous change. | akr | 2006-09-01 | 1 | -1/+1 |
| * | * common.mk, configure.in, defines.h, eval.c, gc.c, main.c, | akr | 2006-09-01 | 9 | -145/+264 |
| * | 2006-09-02 | akr | 2006-09-01 | 1 | -3/+3 |
| * | update modified time. | akr | 2006-09-01 | 0 | -0/+0 |
| * | 2006-09-01 | nagai | 2006-09-01 | 1 | -4/+4 |
| * | * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x. | nagai | 2006-09-01 | 3 | -6/+11 |