summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-08-07 * test/ruby/test_super.rb: added from HEAD. [ruby-dev:26743]nahi
2005-08-062005-08-07suke
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-062005-08-06ocean
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* win32/win32.c: just uniformed method style.ocean
2005-08-05* ext/tcltklib/tcltklib.c: fixed memory leak when tk_funcall raisedocean
2005-08-05* lib/mkmf.rb (create_makefile): need to convert path separetorusa
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-042005-08-05nobu
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* common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integratednobu
2005-08-032005-08-04nobu
2005-08-03fixed command name, and attached link to the gnuwin32 site.ocean
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-022005-08-03matz
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-02* ext/tk/sample/tkextlib/tile/demo.rb: added repeating buttons demo.ocean
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* lib/ping.rb (Ping.pingecho): should rescue StandardError.gotoyuzo
2005-08-012005-08-02gotoyuzo
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-01add ML numberocean
2005-08-01* ext/tcltklib/tcltklib.c (deleted_ip): refactoring - interpreterocean
2005-07-31use private_methods and protected_methods instead of respond_to? to checkseki
2005-07-31 * lib/irb/context.rb: fix `irb --readline` option. [ruby-list:40955]keiju
2005-07-312005-08-01keiju
2005-07-292005-07-29nobu
2005-07-29* eval.c (rb_yield_0): push yielded node instead of yielding.nobu
2005-07-28* ext/tcltklib/stubs.c: When --enable-tcltk-stubs, the initializenagai
2005-07-282005-07-28matz
2005-07-28* ext/socket/socket.c (ruby_connect): break immediately if amatz