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