| Commit message (Expand) | Author | Age | Files | Lines |
| * | 2005-08-06 | ocean | 2005-08-06 | 1 | -3/+3 |
| * | add exclude_end? method to DuckRange. | akr | 2005-08-05 | 1 | -1/+6 |
| * | * ext/tk/tcltklib.c: rectoring - tcl_protect. | ocean | 2005-08-05 | 1 | -52/+13 |
| * | * ext/tk/tcltklib.c: refactoring - extracted status check as function. | ocean | 2005-08-05 | 1 | -248/+127 |
| * | * ext/tk/tcltklib.c: refactoring - extracted status check as function. (tcl_p... | ocean | 2005-08-05 | 1 | -142/+56 |
| * | * ext/tk/tcltklib.c: fixed memory leak when tk_funcall raised | ocean | 2005-08-05 | 2 | -40/+23 |
| * | * lib/mkmf.rb (create_makefile): need to convert path separetor | usa | 2005-08-05 | 2 | -1/+16 |
| * | * eval.c (return_jump): fix "can't across thread" error message | matz | 2005-08-05 | 2 | -1/+7 |
| * | * ext/tk/tcltklib.c: refactoring - extract ruby string <-> | ocean | 2005-08-04 | 2 | -206/+77 |
| * | * extmk.rb (extmake): needs to be wrapped in an Array. | nobu | 2005-08-04 | 2 | -3/+6 |
| * | * eval.c (formal_assign): returns position of rest arguments variable. | nobu | 2005-08-04 | 3 | -9/+19 |
| * | 2005-08-05 | nobu | 2005-08-04 | 1 | -3/+3 |
| * | * enumerator.c (Init_Enumerator): provided features should have | nobu | 2005-08-04 | 3 | -15/+25 |
| * | * numeric.c (Init_Numeric): do not share implementation among | matz | 2005-08-04 | 3 | -4/+10 |
| * | * ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2. | nagai | 2005-08-04 | 8 | -20/+258 |
| * | add a test for duck-type range. | akr | 2005-08-04 | 1 | -0/+12 |
| * | reverted. [ruby-dev:26726] | ocean | 2005-08-04 | 2 | -6/+0 |
| * | just fixed indentation. | ocean | 2005-08-04 | 1 | -28/+28 |
| * | * ext/tk/sample/tkextlib/tile/demo.rb: followed previous changes. | ocean | 2005-08-04 | 20 | -59/+118 |
| * | * numeric.c (fix_div): should not convert the result into | matz | 2005-08-04 | 4 | -6/+32 |
| * | * ext/tk/sample/tkextlib/tile/demo.rb: fixed: Tk::Tile::TProgressbar is | ocean | 2005-08-04 | 2 | -36/+155 |
| * | * ext/extmk.rb (extmake): should not modify $mflags for each | nobu | 2005-08-03 | 2 | -2/+10 |
| * | * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integrated | nobu | 2005-08-03 | 7 | -26/+25 |
| * | 2005-08-04 | nobu | 2005-08-03 | 1 | -3/+3 |
| * | * sprintf.c: replacing is no longer needed. | nobu | 2005-08-03 | 2 | -2/+4 |
| * | fixed command name, and attached link to the gnuwin32 site. | ocean | 2005-08-03 | 1 | -5/+5 |
| * | * ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work on | ocean | 2005-08-03 | 3 | -26/+72 |
| * | * numeric.c (fix_minus, fix_mul, fix_quo, fix_div, fix_mod, | matz | 2005-08-03 | 4 | -16/+91 |
| * | * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF, | usa | 2005-08-03 | 7 | -0/+41 |
| * | * configure.in: check vsnprintf() and snprintf(). | nobu | 2005-08-03 | 4 | -4/+19 |
| * | * ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654] | matz | 2005-08-02 | 2 | -6/+6 |
| * | 2005-08-03 | matz | 2005-08-02 | 1 | -3/+3 |
| * | * array.c (rb_ary_or): wraps the operand in an array if it is not | matz | 2005-08-02 | 3 | -7/+32 |
| * | * ext/tk/lib/tkextlib/tile/treeview.rb: Tk::Tile::Treeview#headingconfigure | ocean | 2005-08-02 | 3 | -85/+145 |
| * | * ext/tk/lib/tkextlib/tile/tprogressbar.rb: Tk::Tile::TProgressbar#start | ocean | 2005-08-02 | 3 | -6/+14 |
| * | * ext/tk/sample/tkextlib/tile/demo.rb: added repeating buttons demo. | ocean | 2005-08-02 | 3 | -8/+159 |
| * | * ext/tk/tcltklib.c: use Tcl_[GS]etVar2Ex instead of | ocean | 2005-08-02 | 2 | -430/+123 |
| * | * lib/ping.rb (Ping.pingecho): should rescue StandardError. | gotoyuzo | 2005-08-01 | 2 | -1/+6 |
| * | 2005-08-02 | gotoyuzo | 2005-08-01 | 1 | -3/+3 |
| * | * ext/tk/lib/tkextlib/tile.rb: fixed autoload for Treeview. | ocean | 2005-08-01 | 4 | -10/+68 |
| * | * ext/tk/tcltklib.c: refactoring - replaced rb_ivar_defined & | ocean | 2005-08-01 | 2 | -41/+16 |
| * | * ext/tk/tcltklib.c (Tcl_GetStringResult): refactoring - define | ocean | 2005-08-01 | 2 | -87/+9 |
| * | * ext/tk/sample/tkextlib/tile/demo.rb: added combobox demo. | ocean | 2005-08-01 | 2 | -2/+25 |
| * | add ML number | ocean | 2005-08-01 | 1 | -2/+2 |
| * | * ext/tk/tcltklib.c (deleted_ip): refactoring - interpreter deletion | ocean | 2005-08-01 | 2 | -165/+59 |
| * | use private_methods and protected_methods instead of respond_to? to check | seki | 2005-07-31 | 4 | -16/+56 |
| * | 2005-08-01 | seki | 2005-07-31 | 1 | -4/+4 |
| * | 2005-07-30 | suke | 2005-07-30 | 1 | -3/+3 |
| * | add WIN32OLE_TYPE#ole_typelib, WIN32OLE_TYPE#implemented_ole_types. | suke | 2005-07-30 | 3 | -44/+169 |
| * | * lib/irb/context.rb: fix `irb --readline` option. [ruby-dev:40955] | keiju | 2005-07-29 | 2 | -4/+19 |