aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * test/ruby/test_method.rb: added. [ruby-dev:26761]nahi2005-08-082-0/+46
* * parse.y (f_larglist): mistake in syntax rule. [ruby-core:05535]matz2005-08-082-1/+5
* * ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_errorgotoyuzo2005-08-072-2/+31
* * lib/webrick/httpproxy.rb (HTTPProxyServer#intialize),gotoyuzo2005-08-077-6/+19
* 2005-08-08gotoyuzo2005-08-071-3/+3
* * test/ruby/test_super.rb: added optional arg tests. [ruby-dev:26743]nahi2005-08-072-0/+34
* 2005-08-07nahi2005-08-071-3/+3
* * ext/tk/tcltklib.c: combined tcl_protect and tcl_check_result.ocean2005-08-061-257/+78
* * ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure createsocean2005-08-068-14/+230
* 2005-08-06ocean2005-08-061-3/+3
* add exclude_end? method to DuckRange.akr2005-08-051-1/+6
* * ext/tk/tcltklib.c: rectoring - tcl_protect.ocean2005-08-051-52/+13
* * ext/tk/tcltklib.c: refactoring - extracted status check as function.ocean2005-08-051-248/+127
* * ext/tk/tcltklib.c: refactoring - extracted status check as function. (tcl_p...ocean2005-08-051-142/+56
* * ext/tk/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
* * eval.c (return_jump): fix "can't across thread" error messagematz2005-08-052-1/+7
* * ext/tk/tcltklib.c: refactoring - extract ruby string <->ocean2005-08-042-206/+77
* * extmk.rb (extmake): needs to be wrapped in an Array.nobu2005-08-042-3/+6
* * eval.c (formal_assign): returns position of rest arguments variable.nobu2005-08-043-9/+19
* 2005-08-05nobu2005-08-041-3/+3
* * enumerator.c (Init_Enumerator): provided features should havenobu2005-08-043-15/+25
* * numeric.c (Init_Numeric): do not share implementation amongmatz2005-08-043-4/+10
* * ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai2005-08-048-20/+258
* add a test for duck-type range.akr2005-08-041-0/+12
* 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
* * numeric.c (fix_div): should not convert the result intomatz2005-08-044-6/+32
* * 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-26/+25
* 2005-08-04nobu2005-08-031-3/+3
* * sprintf.c: replacing is no longer needed.nobu2005-08-032-2/+4
* fixed command name, and attached link to the gnuwin32 site.ocean2005-08-031-5/+5
* * ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work onocean2005-08-033-26/+72
* * numeric.c (fix_minus, fix_mul, fix_quo, fix_div, fix_mod,matz2005-08-034-16/+91
* * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF,usa2005-08-037-0/+41
* * configure.in: check vsnprintf() and snprintf().nobu2005-08-034-4/+19
* * ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654]matz2005-08-022-6/+6
* 2005-08-03matz2005-08-021-3/+3
* * array.c (rb_ary_or): wraps the operand in an array if it is notmatz2005-08-023-7/+32
* * 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-023-8/+159
* * ext/tk/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/tk/tcltklib.c: refactoring - replaced rb_ivar_defined &ocean2005-08-012-41/+16