summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2005-01-24* ext/nkf/lib/kconv.rb (guess_old): not use NKF.guess_old but NKF.guess1. fix...naruse
2005-01-22* ext/openssl/ossl_ocsp.c (ossl_ocspreq_to_der): should callgotoyuzo
2005-01-21* ext/stringio/stringio.c (strio_set_pos): clear EOF flag.matz
2005-01-20* ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warningocean
2005-01-20* ext/extmk.rb (extmake): shoudn't set $extflags on mswin32.usa
2005-01-16* ext/readline/readline.c: suppress warnings.nobu
2005-01-06* ext/zlib/zlib.c (zstream_end): should return value. (backportedusa
2004-12-31* ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should callgotoyuzo
2004-12-29Update kilmer template to use sectionsdave
2004-12-28* ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all staticnobu
2004-12-28* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up tonobu
2004-12-28* ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): ensurenobu
2004-12-27* ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interpnagai
2004-12-27* ext/openssl/ossl_x509name.c (Init_ossl_x509name): should usegotoyuzo
2004-12-24* ext/tk/lib/tk/image.rb: TkPhotoImage#cget bug fixnagai
2004-12-23* ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]nobu
2004-12-23* ext/tk/lib/tkextlib/blt.rb: add BLT extension supportnagai
2004-12-23* ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATEnagai
2004-12-21* ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers afternobu
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* 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* 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-19* ext/openssl/ossl_x509store.cgotoyuzo
2004-12-18* ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate):nobu
2004-12-17* ext/tk/lib/tk.rb: fix bug on setting up system encodingnagai
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* ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]nagai
2004-12-15* ext/curses/curses.c (window_subwin): call NUM2INT() beforeshugo
2004-12-15* ext/openssl/ossl_x509name.c (ossl_x509name_to_a): avoid SEGVgotoyuzo
2004-12-15* ext/openssl/ossl_digest.c (ossl_digest_initialize): [ruby-dev:25198]matz
2004-12-14devided the method DL::Types#encode_type into three methods.ttate
2004-12-14* ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]gotoyuzo
2004-12-11* eval.c (run_trap_eval): prototype; avoid VC++ warnings.usa
2004-12-09* ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu
2004-12-09Port socket library to VMS.akiyoshi
2004-12-09* ext/sdbm/init.c (GetDBM): typo.usa
2004-12-09* ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]matz
2004-12-08* ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai
2004-12-07* ext/socket/socket.c (bsock_setsockopt): [ruby-dev:25039]matz
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-12-05* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,gotoyuzo
2004-12-03* ext/readline/readline.c: check $SAFE. (backported from CVS HEAD)shugo
2004-12-03* original nkf2 revision 1.47naruse
2004-12-03ext/nkf/test.rb(mime_out2): add --no-cp932naruse
2004-12-03* ext/nkf/nkf.c: add constant NKF::VERSIONnaruse
2004-12-02* ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai