| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * 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 |
| * | * ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't work | nagai | 2006-08-31 | 2 | -2/+8 |
| * | 2006-08-31 | why | 2006-08-31 | 1 | -3/+3 |
| * | * eval.c (ruby_init): rename top_cref to ruby_top_cref and export, | why | 2006-08-31 | 3 | -5/+15 |
| * | 2006-08-29 | nobu | 2006-08-29 | 1 | -3/+3 |
| * | * hash.c (rb_hash_s_create): fixed memory leak, based on the patch | nobu | 2006-08-29 | 2 | -5/+19 |
| * | Fix typo. Submitted by <calamitas at gmail.com>. [ruby-core:08724] | drbrain | 2006-08-28 | 2 | -1/+6 |
| * | Don't unescape HTML in HtmlFormatter. Submitted by Kent Sibilev | drbrain | 2006-08-27 | 2 | -3/+6 |
| * | 2006-08-28 | drbrain | 2006-08-27 | 1 | -3/+3 |
| * | Fix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725] | drbrain | 2006-08-27 | 2 | -3/+8 |
| * | updated based on date2 3.8.2. | tadf | 2006-08-25 | 3 | -520/+964 |
| * | 2006-08-26 | tadf | 2006-08-25 | 1 | -3/+3 |
| * | * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have to | nobu | 2006-08-25 | 3 | -6/+11 |
| * | * stable version 1.8.5 released. | matz | 2006-08-25 | 1 | -0/+4 |
| * | 2006-08-25 | matz | 2006-08-25 | 1 | -3/+3 |
| * | * gc.c (gc_sweep): typo fixed. | matz | 2006-08-25 | 2 | -1/+5 |