summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2004-11-29* ext/stringio/stringio.c (strio_write): insufficiently filled stringnobu
2004-11-27String::IO -> StringIOakr
2004-11-26* ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epathnagai
2004-11-25bugfix for [ruby-talk:121309].ttate
2004-11-25Use 'P' instead of 'p' in types.rb.ttate
2004-11-24Improved encode_type() in types.rb for [ruby-talk:121175].ttate
2004-11-22* ext/tk/lib/tk/menu.rb: improve usability of TkOptionMenubuttonnagai
2004-11-20* original revision 1.7naruse
2004-11-19* add and change mime encode/decode testsnaruse
2004-11-19* original nkf.c rev:1.40naruse
2004-11-18* ext/stringio/stringio.c: needs fcntl.h for O_* constants.nobu
2004-11-18* io.c, rubyio.h (rb_io_modenum_flags): exported.nobu
2004-11-16* ext/stringio/stringio.c (strio_read): position was ignored when anobu
2004-11-14* ext/gdbm/gdbm.c (fgdbm_store): StringValue() may alter stringmatz
2004-11-12* ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES tricknagai
2004-11-10* dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz
2004-11-09* ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or oldernagai
2004-11-07* ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.nagai
2004-11-05* ext/tk/lib/tk/scrollable.rb: divide Scrollable module into X_Scrollablenagai
2004-11-05* ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x"nagai
2004-11-05* ext/tk/lib/tk/text.rb: sorry. bug fix again.nagai
2004-11-05* ext/tk/lib/tk/text.rb: bug fixnagai
2004-11-04* ext/tk/lib/tk/variable.rb: forget to initialize instance_variablesnagai
2004-11-04* gc.c (gc_mark): enable GC stack checking.matz
2004-11-03* ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai
2004-11-03* follow nkf 2.0.4naruse