aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-4/+0
* * ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or oldernagai2004-11-093-0/+15
* * ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.nagai2004-11-079-74/+83
* * ext/tk/lib/tk/scrollable.rb: divide Scrollable module into X_Scrollablenagai2004-11-053-17/+28
* * ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x"nagai2004-11-051-2/+6
* * ext/tk/lib/tk/text.rb: sorry. bug fix again.nagai2004-11-051-1/+1
* * ext/tk/lib/tk/text.rb: bug fixnagai2004-11-051-2/+2
* * ext/tk/lib/tk/variable.rb: forget to initialize instance_variablesnagai2004-11-041-0/+7
* * gc.c (gc_mark): enable GC stack checking.matz2004-11-042-8/+7
* * ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai2004-11-0314-47/+89