| Commit message (Expand) | Author | Age | Files | Lines |
| * | * io.c (io_reopen, rb_io_reopen): prohibit to change access mode for | nobu | 2004-12-23 | 2 | -23/+38 |
| * | * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973] | nobu | 2004-12-23 | 2 | -212/+237 |
| * | * 2004-12-24 | eban | 2004-12-23 | 1 | -3/+3 |
| * | * ext/tk/lib/tkextlib/blt.rb: add BLT extension support | nagai | 2004-12-23 | 37 | -6/+5819 |
| * | * process.c (proc_setgroups): check if the argument lenght is | nobu | 2004-12-23 | 2 | -1/+6 |
| * | * ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATE | nagai | 2004-12-23 | 5 | -0/+101 |
| * | * io.c (io_reopen): restore exact mode. fixed: [ruby-core:04003] | nobu | 2004-12-23 | 2 | -5/+5 |
| * | * 2004-12-23 | nobu | 2004-12-23 | 1 | -3/+3 |
| * | * io.c (io_reopen): readable flag was left unset for read-only IO. | nobu | 2004-12-23 | 2 | -1/+6 |
| * | * configure.in (bsdi): use $(CC) for LDSHARED. fixed [ruby-dev:25270] | nobu | 2004-12-22 | 2 | -9/+10 |
| * | Removed duplicated entry | tadf | 2004-12-22 | 1 | -5/+0 |
| * | * lib/cgi/session.rb: [ruby-list:40444] | matz | 2004-12-22 | 1 | -3/+3 |
| * | * io.c (rb_io_mode_modenum): replace O_ACCMODE with O_RDWR. | nobu | 2004-12-22 | 2 | -1/+10 |
| * | * ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers after | nobu | 2004-12-21 | 2 | -1/+7 |
| * | 2004-12-22 | nahi | 2004-12-21 | 1 | -3/+3 |
| * | * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup. | nahi | 2004-12-21 | 12 | -131/+118 |
| * | * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode, | gotoyuzo | 2004-12-21 | 2 | -12/+20 |
| * | * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode): | gotoyuzo | 2004-12-21 | 2 | -5/+10 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-12-21 | 1 | -0/+197 |
| * | * io.c (io_reopen): keep duplex pipe in correct mode for exception | nobu | 2004-12-21 | 2 | -3/+18 |
| * | * ext/tk/lib/tk/grid.rb: rescue bug of 'grid configure' on Tcl/Tk8.3- | nagai | 2004-12-21 | 2 | -1/+14 |
| * | * 2004-12-21 | usa | 2004-12-21 | 1 | -3/+3 |
| * | * ext/openssl/ossl_asn1.c (ossl_asn1_traverse): [ruby-dev:25261] | matz | 2004-12-21 | 4 | -2/+17 |
| * | * added files: | nahi | 2004-12-20 | 81 | -1146/+2438 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-12-20 | 15 | -0/+985 |
| * | updated | akr | 2004-12-20 | 1 | -0/+5 |
| * | gcc noinline attribute is available since gcc-3.1. | akr | 2004-12-20 | 1 | -1/+4 |
| * | * ext/tk/lib/multi-tk.rb: supports new features of Tcl/Tk8.5a2 | nagai | 2004-12-20 | 5 | -19/+154 |
| * | * ext/openssl/lib/net/https.rb,protocols.rb,telnets.rb: delete | gotoyuzo | 2004-12-20 | 4 | -10/+7 |
| * | * io.c (io_fwrite): workaround for MSVCRT's bug. | usa | 2004-12-20 | 2 | -0/+13 |
| * | * io.c (rb_io_eof): check if closed before clearerr(). | nobu | 2004-12-20 | 2 | -0/+6 |
| * | * 2004-12-20 | eban | 2004-12-20 | 1 | -3/+3 |
| * | * lib/cgi/session.rb (CGI::Session#initialize): empty session id was | nobu | 2004-12-19 | 2 | -3/+9 |
| * | * 2004-12-19 | nobu | 2004-12-19 | 1 | -3/+3 |
| * | * lib/rexml/encodings/SHIFT-JIS.rb: backported from CVS HEAD. | kou | 2004-12-19 | 3 | -5/+11 |
| * | * configure.in (disable-rpath): typo fix. | nobu | 2004-12-19 | 1 | -1/+1 |
| * | * ext/openssl/ossl_x509store.c | gotoyuzo | 2004-12-19 | 8 | -47/+354 |
| * | * configure.in (enable_rpath): use rpath flag to embed the library | nobu | 2004-12-19 | 2 | -23/+31 |
| * | * lib/test/unit.rb: use standalone runner for -e. | nobu | 2004-12-19 | 5 | -12/+42 |
| * | * 2004-12-18 | nobu | 2004-12-18 | 1 | -3/+3 |
| * | * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): | nobu | 2004-12-18 | 2 | -6/+12 |
| * | * I confirmed that its length. :-) | nahi | 2004-12-18 | 1 | -1/+1 |
| * | * lib/webrick/httpauth.rb, | nahi | 2004-12-18 | 4 | -5/+9 |
| * | * dir.c (dir_open_dir): new function. [ruby-dev:25242] | matz | 2004-12-18 | 7 | -71/+57 |
| * | * test/readline/test_readline.rb: fix for BSD. Thanks, GOTOU Yuuzou. | shugo | 2004-12-17 | 2 | -12/+21 |
| * | * 2004-12-17 | usa | 2004-12-17 | 1 | -3/+3 |
| * | * ext/tk/lib/tk.rb: fix bug on setting up system encoding | nagai | 2004-12-17 | 10 | -39/+188 |
| * | Add private initialization routine for VMS. | akiyoshi | 2004-12-17 | 4 | -0/+72 |
| * | * lib/cgi/session.rb (CGI::Session#initialize): control adding | nobu | 2004-12-17 | 2 | -8/+12 |
| * | backported from CVS_HEAD | seki | 2004-12-16 | 4 | -8/+39 |