summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/tcltklib/tcltklib.c: refactoring - extracted status check as function.ocean2005-08-051-248/+127
* * ext/tcltklib/tcltklib.c: refactoring - extracted status check as function. ...ocean2005-08-051-142/+56
* * ext/tcltklib/tcltklib.c: fixed memory leak when tk_funcall raisedocean2005-08-051-40/+17
* * ext/tcltklib/tcltklib.c: refactoring - extract ruby string <->ocean2005-08-041-206/+72
* * extmk.rb (extmake): needs to be wrapped in an Array.nobu2005-08-041-2/+3
* * ext/tcltklib/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai2005-08-047-20/+238
* reverted. [ruby-dev:26726]ocean2005-08-042-6/+0
* just fixed indentation.ocean2005-08-041-28/+28
* * ext/tk/sample/tkextlib/tile/demo.rb: followed previous changes.ocean2005-08-0420-59/+118
* * ext/tk/sample/tkextlib/tile/demo.rb: fixed: Tk::Tile::TProgressbar isocean2005-08-042-36/+155
* * ext/extmk.rb (extmake): should not modify $mflags for eachnobu2005-08-031-2/+5
* * ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work onocean2005-08-032-26/+67
* * ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654]matz2005-08-021-6/+2
* * ext/tk/lib/tkextlib/tile/treeview.rb: Tk::Tile::Treeview#headingconfigureocean2005-08-023-85/+145
* * ext/tk/lib/tkextlib/tile/tprogressbar.rb: Tk::Tile::TProgressbar#startocean2005-08-023-6/+14
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-08-022-0/+150
* * ext/tk/sample/tkextlib/tile/demo.rb: added repeating buttons demo.ocean2005-08-022-8/+42
* * ext/tcltklib/tcltklib.c: use Tcl_[GS]etVar2Ex instead ofocean2005-08-021-430/+113
* * ext/tk/lib/tkextlib/tile.rb: fixed autoload for Treeview.ocean2005-08-014-10/+68
* * ext/tcltklib/tcltklib.c: refactoring - replaced rb_ivar_defined &ocean2005-08-011-41/+11
* * ext/tcltklib/tcltklib.c (Tcl_GetStringResult): refactoring - defineocean2005-08-011-87/+4
* * ext/tk/sample/tkextlib/tile/demo.rb: added combobox demo.ocean2005-08-012-2/+25
* * ext/tcltklib/tcltklib.c (deleted_ip): refactoring - interpreterocean2005-08-011-164/+53
* * ext/tcltklib/stubs.c: When --enable-tcltk-stubs, the initializenagai2005-07-289-206/+804
* * ext/socket/socket.c (ruby_connect): break immediately if amatz2005-07-281-0/+5
* * ext/tk/sample/tkextlib/tile/demo.rb: fixed typo.ocean2005-07-272-1/+5
* * ext/openssl/openssl_missin.c: include <openssl/engine.h> beforegotoyuzo2005-07-261-4/+4
* * ext/tk/lib/multi-tk.rb: fix en-bugged part in the last commit.nagai2005-07-252-57/+8
* * ext/openssl/ossl_engine.c (ossl_engine_s_load): should checkgotoyuzo2005-07-231-1/+3
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-07-222-0/+1002
* * ext/tk/tkutil.c (tk_conv_args): forget to revert thread_criticalnagai2005-07-217-63/+183
* * ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET,ocean2005-07-192-2/+5
* * ext/socket/socket.c: should not undef close on win32.ocean2005-07-191-5/+0
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2005-07-191-1/+1
* * ext/tcltklib/tcltklib.c: rbtk_eventloop_depth is used as int.ocean2005-07-191-8/+8
* * ext/tk/lib/tk/variable.rb: For symmetry, add TkVariable#string. Itnagai2005-07-191-0/+1
* * ext/io/wait/wait.c: wrong backport from trunk. fixed: [ruby-dev:26562]nobu2005-07-181-8/+16
* * ext/io/wait/wait.c: fixed commit miss.nobu2005-07-171-1/+1
* * ext/io/wait/extconf.rb, ext/io/wait/wait.c: Win32 platforms support.nobu2005-07-172-1/+18
* * ext/.document: enabled documents in stringio.nobu2005-07-151-0/+1
* * ext/tcltklib/tcltklib.c: TclTkLib.do_one_event doesn't work.nagai2005-07-132-16/+18
* convert dispid in Ruby and C by INT2NUM and NUM2INT.suke2005-07-093-3/+13
* * ext/tk/tkutil.c: fix typo.nagai2005-07-051-2/+2
* * ext/tcltklib/tcltklib.c: bug fix on treating Unicode strings.nagai2005-07-0512-93/+336
* use CMSG_LEN.akr2005-07-021-2/+2
* * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr2005-07-021-13/+29
* * ext/sdbm/init.c (fsdbm_select): SDBM#select had returned the arrayocean2005-06-251-2/+0
* * ext/tk/lib/tk.rb: fix typo on Tk.grid_propagate.nagai2005-06-242-17/+51
* * ext/tk/lib/tk/canvastag.rb: TkcGroup.new cannot include given items.nagai2005-06-234-41/+263
* * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa2005-06-203-0/+48