summaryrefslogtreecommitdiffstats
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
* * win32/win32.c: just uniformed method style.ocean2005-08-051-36/+40
* * ext/tcltklib/tcltklib.c: fixed memory leak when tk_funcall raisedocean2005-08-052-40/+23
* * lib/mkmf.rb (create_makefile): need to convert path separetorusa2005-08-052-1/+16
* * ext/tcltklib/tcltklib.c: refactoring - extract ruby string <->ocean2005-08-042-206/+77
* * extmk.rb (extmake): needs to be wrapped in an Array.nobu2005-08-042-4/+9
* 2005-08-05nobu2005-08-041-3/+3
* * ext/tcltklib/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai2005-08-048-20/+258
* 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-032-2/+10
* * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integratednobu2005-08-037-23/+22
* 2005-08-04nobu2005-08-031-3/+3
* fixed command name, and attached link to the gnuwin32 site.ocean2005-08-031-7/+7
* * ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work onocean2005-08-033-26/+72
* * ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654]matz2005-08-022-6/+7
* 2005-08-03matz2005-08-021-3/+3
* * 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
* * ext/tk/sample/tkextlib/tile/demo.rb: added repeating buttons demo.ocean2005-08-020-0/+0
* 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-022-430/+123
* * lib/ping.rb (Ping.pingecho): should rescue StandardError.gotoyuzo2005-08-012-1/+6
* 2005-08-02gotoyuzo2005-08-011-3/+3
* * 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-012-41/+16
* * ext/tcltklib/tcltklib.c (Tcl_GetStringResult): refactoring - defineocean2005-08-012-87/+9
* * ext/tk/sample/tkextlib/tile/demo.rb: added combobox demo.ocean2005-08-012-2/+25
* add ML numberocean2005-08-011-1/+1
* * ext/tcltklib/tcltklib.c (deleted_ip): refactoring - interpreterocean2005-08-012-165/+59
* use private_methods and protected_methods instead of respond_to? to checkseki2005-07-314-16/+56
* * lib/irb/context.rb: fix `irb --readline` option. [ruby-list:40955]keiju2005-07-312-4/+19
* 2005-08-01keiju2005-07-311-4/+4
* 2005-07-29nobu2005-07-291-3/+3
* * eval.c (rb_yield_0): push yielded node instead of yielding.nobu2005-07-292-12/+18
* * ext/tcltklib/stubs.c: When --enable-tcltk-stubs, the initializenagai2005-07-2810-206/+836
* 2005-07-28matz2005-07-281-3/+3
* * ext/socket/socket.c (ruby_connect): break immediately if amatz2005-07-282-0/+10
* * gc.c (obj_free): make message formant consistent with one frommatz2005-07-273-4/+9
* * sample/rss/tdiary_plugin: removed. because the pluginkou2005-07-274-323/+5
* revered all LLP64 modifies due to portability reason.matz2005-07-277-62/+23
* * gc.c (id2ref): must not assign pointers to long int. usematz2005-07-278-28/+62
* 2005-07-27matz2005-07-271-3/+3
* * dir.c (dir_each): rewinddir(3) before iteration.matz2005-07-272-0/+6
* * ext/tk/sample/tkextlib/tile/demo.rb: fixed typo.ocean2005-07-272-1/+5
* * ruby.h: support LLP64 model. [ruby-talk:149524]matz2005-07-262-3/+14