summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2005-08-09* ext/tcltklib/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai
2005-08-08* ext/tcltklib/tcltklib.c: restored some DUMPsocean
2005-08-08This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-08-06should set only one handler in WIN32OLE_EVENT#on_eventsuke
2005-08-06* ext/tcltklib/tcltklib.c: combined tcl_protect and tcl_check_result.ocean
2005-08-06commit missocean
2005-08-06* ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure createsocean
2005-08-05* ext/tcltklib/tcltklib.c: rectoring - tcl_protect.ocean
2005-08-05* ext/tcltklib/tcltklib.c: refactoring - extracted status check as function.ocean
2005-08-05* ext/tcltklib/tcltklib.c: refactoring - extracted status check as function. ...ocean
2005-08-05* ext/tcltklib/tcltklib.c: fixed memory leak when tk_funcall raisedocean
2005-08-04* ext/tcltklib/tcltklib.c: refactoring - extract ruby string <->ocean
2005-08-04* extmk.rb (extmake): needs to be wrapped in an Array.nobu
2005-08-04* ext/tcltklib/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai
2005-08-04reverted. [ruby-dev:26726]ocean
2005-08-04just fixed indentation.ocean
2005-08-04* ext/tk/sample/tkextlib/tile/demo.rb: followed previous changes.ocean
2005-08-04* ext/tk/sample/tkextlib/tile/demo.rb: fixed: Tk::Tile::TProgressbar isocean
2005-08-03* ext/extmk.rb (extmake): should not modify $mflags for eachnobu
2005-08-03* ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work onocean
2005-08-02* ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654]matz
2005-08-02* ext/tk/lib/tkextlib/tile/treeview.rb: Tk::Tile::Treeview#headingconfigureocean
2005-08-02* ext/tk/lib/tkextlib/tile/tprogressbar.rb: Tk::Tile::TProgressbar#startocean
2005-08-02This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-08-02* ext/tk/sample/tkextlib/tile/demo.rb: added repeating buttons demo.ocean
2005-08-02* ext/tcltklib/tcltklib.c: use Tcl_[GS]etVar2Ex instead ofocean
2005-08-01* ext/tk/lib/tkextlib/tile.rb: fixed autoload for Treeview.ocean
2005-08-01* ext/tcltklib/tcltklib.c: refactoring - replaced rb_ivar_defined &ocean
2005-08-01* ext/tcltklib/tcltklib.c (Tcl_GetStringResult): refactoring - defineocean
2005-08-01* ext/tk/sample/tkextlib/tile/demo.rb: added combobox demo.ocean
2005-08-01* ext/tcltklib/tcltklib.c (deleted_ip): refactoring - interpreterocean
2005-07-28* ext/tcltklib/stubs.c: When --enable-tcltk-stubs, the initializenagai
2005-07-28* ext/socket/socket.c (ruby_connect): break immediately if amatz
2005-07-27* ext/tk/sample/tkextlib/tile/demo.rb: fixed typo.ocean
2005-07-26* ext/openssl/openssl_missin.c: include <openssl/engine.h> beforegotoyuzo
2005-07-25* ext/tk/lib/multi-tk.rb: fix en-bugged part in the last commit.nagai
2005-07-23* ext/openssl/ossl_engine.c (ossl_engine_s_load): should checkgotoyuzo
2005-07-22This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-07-21* ext/tk/tkutil.c (tk_conv_args): forget to revert thread_criticalnagai
2005-07-19* ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET,ocean
2005-07-19* ext/socket/socket.c: should not undef close on win32.ocean
2005-07-19* ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai
2005-07-19* ext/tcltklib/tcltklib.c: rbtk_eventloop_depth is used as int.ocean
2005-07-19* ext/tk/lib/tk/variable.rb: For symmetry, add TkVariable#string. Itnagai
2005-07-18* ext/io/wait/wait.c: wrong backport from trunk. fixed: [ruby-dev:26562]nobu
2005-07-17* ext/io/wait/wait.c: fixed commit miss.nobu
2005-07-17* ext/io/wait/extconf.rb, ext/io/wait/wait.c: Win32 platforms support.nobu
2005-07-15* ext/.document: enabled documents in stringio.nobu
2005-07-13* ext/tcltklib/tcltklib.c: TclTkLib.do_one_event doesn't work.nagai
2005-07-09convert dispid in Ruby and C by INT2NUM and NUM2INT.suke