aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * ext/tk/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-2/+2
* * ext/tk/tcltklib.c (deleted_ip): refactoring - interpreter deletionocean2005-08-012-165/+59
* use private_methods and protected_methods instead of respond_to? to checkseki2005-07-314-16/+56
* 2005-08-01seki2005-07-311-4/+4
* 2005-07-30suke2005-07-301-3/+3
* add WIN32OLE_TYPE#ole_typelib, WIN32OLE_TYPE#implemented_ole_types.suke2005-07-303-44/+169
* * lib/irb/context.rb: fix `irb --readline` option. [ruby-dev:40955]keiju2005-07-292-4/+19
* 2005-07-29nobu2005-07-291-3/+3
* * eval.c (rb_yield_0): push yielded node instead of yielding.nobu2005-07-292-1/+5
* * eval.c (rb_call0): fix calling zsuper from a method with anonymousnobu2005-07-293-3/+8
* * parse.y (rb_parser_end_seen_p): exclude from ripper.nobu2005-07-283-12/+21
* * ext/tk/stubs.c: When --enable-tcltk-stubs, the initializenagai2005-07-289-205/+836
* * parse.y (f_larglist): allow block argument in lambda parametermatz2005-07-282-8/+13
* * hash.c (each_i): typo fixed. [ruby-dev:26622]matz2005-07-282-1/+5
* * parse.y (f_arg): better argument name duplication checkmatz2005-07-283-24/+89
* 2005-07-28matz2005-07-281-3/+3
* * parse.y (f_larglist): allow bv_decl at the end of lambdamatz2005-07-284-33/+67
* * gc.c (obj_free): make message formant consistent with one frommatz2005-07-274-14/+23
* * sample/rss/tdiary_plugin: removed. because the pluginkou2005-07-274-323/+5
* * lib/fileutils.rb (cd): follow :noop option change. (This patch is contribut...aamine2005-07-272-1/+6
* 2005-07-27matz2005-07-271-3/+3
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-2714-144/+315