summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-12-22* io.c (rb_io_mode_modenum): replace O_ACCMODE with O_RDWR.nobu
2004-12-21* ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers afternobu
2004-12-21 * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup.nahi
2004-12-21* ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode,gotoyuzo
2004-12-21* ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode):gotoyuzo
2004-12-21* io.c (io_reopen): keep duplex pipe in correct mode for exceptionnobu
2004-12-21* ext/tk/lib/tk/grid.rb: rescue bug of 'grid configure' on Tcl/Tk8.3-nagai
2004-12-21* ext/openssl/ossl_asn1.c (ossl_asn1_traverse): [ruby-dev:25261]matz
2004-12-20 * added files:nahi
2004-12-20updatedakr
2004-12-20* ext/tk/lib/multi-tk.rb: supports new features of Tcl/Tk8.5a2nagai
2004-12-20* ext/openssl/lib/net/https.rb,protocols.rb,telnets.rb: deletegotoyuzo
2004-12-20* io.c (io_fwrite): workaround for MSVCRT's bug.usa
2004-12-20* io.c (rb_io_eof): check if closed before clearerr().nobu
2004-12-19* lib/cgi/session.rb (CGI::Session#initialize): empty session id wasnobu
2004-12-19* lib/rexml/encodings/SHIFT-JIS.rb: backported from CVS HEAD.kou
2004-12-19* ext/openssl/ossl_x509store.cgotoyuzo
2004-12-19* configure.in (enable_rpath): use rpath flag to embed the librarynobu
2004-12-19* lib/test/unit.rb: use standalone runner for -e.nobu
2004-12-18* ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate):nobu
2004-12-18 * lib/webrick/httpauth.rb,nahi
2004-12-18* dir.c (dir_open_dir): new function. [ruby-dev:25242]matz
2004-12-17* test/readline/test_readline.rb: fix for BSD. Thanks, GOTOU Yuuzou.shugo
2004-12-17* ext/tk/lib/tk.rb: fix bug on setting up system encodingnagai
2004-12-17Add private initialization routine for VMS.akiyoshi
2004-12-17* lib/cgi/session.rb (CGI::Session#initialize): control addingnobu
2004-12-16backported from CVS_HEADseki
2004-12-16* lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should waitgotoyuzo
2004-12-16* ext/openssl/ossl.c (ossl_raise): refine message format.gotoyuzo
2004-12-16* ext/tk/sample/demos-en/widget: modify version check for supporting featuresnagai
2004-12-16* ChangeLog: forgot to commitnagai
2004-12-15* lib/net/http.rb (basic_encode): return value of pack('m') may include multi...aamine
2004-12-15* ext/curses/curses.c (window_subwin): call NUM2INT() beforeshugo
2004-12-15* win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa
2004-12-15* ext/openssl/ossl_x509name.c (ossl_x509name_to_a): avoid SEGVgotoyuzo
2004-12-15* win32/win32.c (rb_w32_fdisset): check whether the handle is valid.usa
2004-12-15* win32/win32.c (rb_w32_fdisset): rollback previous commit.usa
2004-12-15* win32/win32.c (rb_w32_fdisset): check whether fd is socket.usa
2004-12-15* ext/openssl/ossl_digest.c (ossl_digest_initialize): [ruby-dev:25198]matz
2004-12-14* win32/win32.c (rb_w32_close): need to reset osfhnd().usa
2004-12-14* ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]gotoyuzo
2004-12-13* gc.c (stack_end_address): new function to obtain stack end address.akr
2004-12-12* lib/pathname.rb (cleanpath_aggressive): make it private.akr
2004-12-12backported from CVS_HEADseki
2004-12-12Don't show r/w accessor flags if none were specified for custom attributesdave
2004-12-12Never exclude files given on command linedave
2004-12-11add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]seki
2004-12-11* eval.c (run_trap_eval): prototype; avoid VC++ warnings.usa
2004-12-10* io.c (io_reopen): [ruby-dev:25150]matz
2004-12-09* ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu