summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * io.c (io_reopen, rb_io_reopen): prohibit to change access mode fornobu2004-12-231-0/+5
* * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]nobu2004-12-231-0/+15
* * ext/tk/lib/tkextlib/blt.rb: add BLT extension supportnagai2004-12-231-0/+8
* * process.c (proc_setgroups): check if the argument lenght isnobu2004-12-231-0/+5
* * ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATEnagai2004-12-231-0/+11
* * io.c (io_reopen): restore exact mode. fixed: [ruby-core:04003]nobu2004-12-231-3/+2
* * io.c (io_reopen): readable flag was left unset for read-only IO.nobu2004-12-231-0/+5
* * configure.in (bsdi): use $(CC) for LDSHARED. fixed [ruby-dev:25270]nobu2004-12-221-0/+4
* Removed duplicated entrytadf2004-12-221-5/+0
* * io.c (rb_io_mode_modenum): replace O_ACCMODE with O_RDWR.nobu2004-12-221-0/+5
* * ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers afternobu2004-12-211-0/+5
* * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup.nahi2004-12-211-2/+6
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode,gotoyuzo2004-12-211-2/+8
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode):gotoyuzo2004-12-211-0/+7
* * io.c (io_reopen): keep duplex pipe in correct mode for exceptionnobu2004-12-211-1/+6
* * ext/tk/lib/tk/grid.rb: rescue bug of 'grid configure' on Tcl/Tk8.3-nagai2004-12-211-0/+4
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse): [ruby-dev:25261]matz2004-12-211-0/+12
* * added files:nahi2004-12-201-0/+31
* updatedakr2004-12-201-0/+5
* * ext/tk/lib/multi-tk.rb: supports new features of Tcl/Tk8.5a2nagai2004-12-201-11/+21
* * ext/openssl/lib/net/https.rb,protocols.rb,telnets.rb: deletegotoyuzo2004-12-201-0/+6
* * io.c (io_fwrite): workaround for MSVCRT's bug.usa2004-12-201-0/+5
* * io.c (rb_io_eof): check if closed before clearerr().nobu2004-12-201-0/+5
* * lib/cgi/session.rb (CGI::Session#initialize): empty session id wasnobu2004-12-191-2/+7
* * lib/rexml/encodings/SHIFT-JIS.rb: backported from CVS HEAD.kou2004-12-191-0/+6
* * ext/openssl/ossl_x509store.cgotoyuzo2004-12-191-0/+29
* * configure.in (enable_rpath): use rpath flag to embed the librarynobu2004-12-191-0/+5
* * lib/test/unit.rb: use standalone runner for -e.nobu2004-12-191-0/+10
* * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate):nobu2004-12-181-2/+7
* * lib/webrick/httpauth.rb,nahi2004-12-181-0/+7
* * dir.c (dir_open_dir): new function. [ruby-dev:25242]matz2004-12-181-0/+27
* * test/readline/test_readline.rb: fix for BSD. Thanks, GOTOU Yuuzou.shugo2004-12-171-0/+5
* * ext/tk/lib/tk.rb: fix bug on setting up system encodingnagai2004-12-171-0/+36
* Add private initialization routine for VMS.akiyoshi2004-12-171-0/+7
* * lib/cgi/session.rb (CGI::Session#initialize): control addingnobu2004-12-171-2/+7
* backported from CVS_HEADseki2004-12-161-0/+8
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should waitgotoyuzo2004-12-161-18/+18
* * ext/openssl/ossl.c (ossl_raise): refine message format.gotoyuzo2004-12-161-0/+22
* * ext/tk/sample/demos-en/widget: modify version check for supporting featuresnagai2004-12-161-0/+5
* * ChangeLog: forgot to commitnagai2004-12-161-0/+30
* * lib/net/http.rb (basic_encode): return value of pack('m') may include multi...aamine2004-12-151-0/+6
* * ext/curses/curses.c (window_subwin): call NUM2INT() beforeshugo2004-12-151-0/+5
* * win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa2004-12-151-0/+5
* * ext/openssl/ossl_x509name.c (ossl_x509name_to_a): avoid SEGVgotoyuzo2004-12-151-0/+5
* * win32/win32.c (rb_w32_fdisset): check whether the handle is valid.usa2004-12-151-0/+5
* * win32/win32.c (rb_w32_fdisset): rollback previous commit.usa2004-12-151-4/+0
* * win32/win32.c (rb_w32_fdisset): check whether fd is socket.usa2004-12-151-0/+4
* * ext/openssl/ossl_digest.c (ossl_digest_initialize): [ruby-dev:25198]matz2004-12-151-0/+13
* * win32/win32.c (rb_w32_close): need to reset osfhnd().usa2004-12-141-0/+4
* * ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]gotoyuzo2004-12-141-0/+5