summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]nobu2004-12-231-212/+222
* * ext/tk/lib/tkextlib/blt.rb: add BLT extension supportnagai2004-12-2336-6/+5811
* * ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATEnagai2004-12-234-0/+90
* * ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers afternobu2004-12-211-1/+2
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode,gotoyuzo2004-12-211-10/+12
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode):gotoyuzo2004-12-211-5/+3
* * ext/tk/lib/tk/grid.rb: rescue bug of 'grid configure' on Tcl/Tk8.3-nagai2004-12-211-1/+10
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse): [ruby-dev:25261]matz2004-12-212-1/+4
* * ext/tk/lib/multi-tk.rb: supports new features of Tcl/Tk8.5a2nagai2004-12-204-8/+133
* * ext/openssl/lib/net/https.rb,protocols.rb,telnets.rb: deletegotoyuzo2004-12-203-10/+1
* * ext/openssl/ossl_x509store.cgotoyuzo2004-12-193-8/+154
* * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate):nobu2004-12-181-4/+5
* * ext/tk/lib/tk.rb: fix bug on setting up system encodingnagai2004-12-179-39/+152
* * ext/openssl/ossl.c (ossl_raise): refine message format.gotoyuzo2004-12-161-1/+2
* * ext/tk/sample/demos-en/widget: modify version check for supporting featuresnagai2004-12-161-4/+4
* * ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]nagai2004-12-1624-100/+187
* * ext/curses/curses.c (window_subwin): call NUM2INT() beforeshugo2004-12-151-7/+15
* * ext/openssl/ossl_x509name.c (ossl_x509name_to_a): avoid SEGVgotoyuzo2004-12-151-1/+1
* * ext/openssl/ossl_digest.c (ossl_digest_initialize): [ruby-dev:25198]matz2004-12-1518-115/+127
* devided the method DL::Types#encode_type into three methods.ttate2004-12-143-48/+56
* * ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]gotoyuzo2004-12-141-3/+3
* * eval.c (run_trap_eval): prototype; avoid VC++ warnings.usa2004-12-111-1/+1
* * ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu2004-12-091-1/+3
* Port socket library to VMS.akiyoshi2004-12-092-2/+11
* * ext/sdbm/init.c (GetDBM): typo.usa2004-12-091-1/+1
* * ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]matz2004-12-093-159/+111
* * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai2004-12-0825-119/+662
* * ext/socket/socket.c (bsock_setsockopt): [ruby-dev:25039]matz2004-12-071-0/+1
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-8/+9
* * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,gotoyuzo2004-12-051-25/+40
* * ext/readline/readline.c: check $SAFE. (backported from CVS HEAD)shugo2004-12-031-17/+57
* * original nkf2 revision 1.47naruse2004-12-031-20/+30
* ext/nkf/test.rb(mime_out2): add --no-cp932naruse2004-12-031-2/+2
* * ext/nkf/nkf.c: add constant NKF::VERSIONnaruse2004-12-031-10/+13
* * ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai2004-12-026-5/+71
* * ext/stringio/stringio.c (strio_write): insufficiently filled stringnobu2004-11-291-1/+1
* String::IO -> StringIOakr2004-11-271-1/+1
* * ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epathnagai2004-11-269-15/+57
* bugfix for [ruby-talk:121309].ttate2004-11-253-13/+21
* Use 'P' instead of 'p' in types.rb.ttate2004-11-251-3/+3
* Improved encode_type() in types.rb for [ruby-talk:121175].ttate2004-11-243-67/+128
* * ext/tk/lib/tk/menu.rb: improve usability of TkOptionMenubuttonnagai2004-11-221-18/+41
* * original revision 1.7naruse2004-11-201-0/+60
* * add and change mime encode/decode testsnaruse2004-11-191-144/+302
* * original nkf.c rev:1.40naruse2004-11-191-168/+515
* * ext/stringio/stringio.c: needs fcntl.h for O_* constants.nobu2004-11-181-0/+5
* * io.c, rubyio.h (rb_io_modenum_flags): exported.nobu2004-11-181-10/+12
* * ext/stringio/stringio.c (strio_read): position was ignored when anobu2004-11-161-1/+1
* * ext/gdbm/gdbm.c (fgdbm_store): StringValue() may alter stringmatz2004-11-143-3/+4
* * ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES tricknagai2004-11-122-14/+12