aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * intern.h (rb_check_to_integer): add declaration.nobu2005-08-143-2/+9
* 2005-08-15nobu2005-08-141-3/+3
* * eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE.nobu2005-08-143-27/+28
* doc fixaamine2005-08-131-1/+1
* * lib/fileutils.rb (remove_entry_secure): forgot final chdir.aamine2005-08-132-11/+14
* * lib/fileutils.rb (remove_entry_secure): uses chdir(2) and check if current ...aamine2005-08-132-42/+47
* add WIN32OLE_VARIANT class.suke2005-08-132-77/+268
* add WIN32OLE_VARIANT classsuke2005-08-132-0/+75
* * ChangeLog: commit miss.nobu2005-08-131-5/+0
* * eval.c (rb_block_pass): distinguish current block from others.nobu2005-08-132-2/+12
* * ext/stringio/stringio.c (strio_set_string): disallow nil.nobu2005-08-132-10/+13
* * ext/nkf/lib/kconv.rb: Kconv.kconv is now alias of Kconv.convnaruse2005-08-122-56/+9
* dbm/test_dbm.rb: specify pid for Process.wait.akr2005-08-123-18/+66
* 2005-08-13akr2005-08-121-3/+3
* *** empty log message ***suke2005-08-120-0/+0
* * ext/win32ole/win32ole.c (WIN32OLE_EVENT#on_event): should setsuke2005-08-122-8/+81
* * parse.y (f_larglist): allow optional arguments even whenmatz2005-08-126-40/+73
* * numeric.c (fix_equal, fix_cmp, fix_gt, fix_ge, fix_lt, fix_le):matz2005-08-123-51/+53
* 2005-08-12matz2005-08-121-3/+3
* * ext/stringio/stringio.c: keep holding string after closed.nobu2005-08-112-10/+9
* added ML number. [ruby-list:41018]kou2005-08-111-0/+2
* * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou2005-08-116-13/+87
* 2005-08-11nobu2005-08-101-3/+3
* * test/ruby/test_iterator.rb (test_block_passing): yield in methodnobu2005-08-101-0/+8
* * bignum.c (rb_big_mul0): multiply two numbers (x, y) withoutmatz2005-08-104-42/+81
* * ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys().nagai2005-08-107-10/+84
* 2005-08-10nagai2005-08-101-3/+3
* * eval.c (formal_assign): let default values overridenobu2005-08-092-8/+19
* * ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai2005-08-0933-38/+490
* * parse.y (f_block_arg), eval.c (rb_yield_0): deal with dynamicnobu2005-08-084-8/+66
* 2005-08-09nobu2005-08-081-3/+3
* * ext/tk/tcltklib.c: restored some DUMPsocean2005-08-081-10/+14
* * eval.c (assign): deal with new block argument.nobu2005-08-082-2/+17
* * test/ruby/test_fnmatch.rb: separated from test_file.rb.ocean2005-08-083-191/+109
* * 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