aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/logger.rb (write, shift_log?, shift_log): file shifting racenahi2005-08-203-83/+151
* refactoringsuke2005-08-201-9/+7
* 2005-08-20suke2005-08-201-3/+3
* add test script to check WIN32OLE can invoke InvokeVerb of FolderItem2suke2005-08-201-0/+70
* * lib/time.rb (Time.apply_offset): fix a problem with last day ofakr2005-08-192-1/+12
* 2005-08-19akr2005-08-191-3/+3
* * win32/win32.c (socketpair_internal): need to call open_ifs_socket()usa2005-08-182-2/+8
* 2005-08-18usa2005-08-181-3/+3
* * eval.c (terminate_process): take String message.nobu2005-08-172-11/+17
* * ext/nkf/lib/kconv.rb: ensure that symbol_to_option is private_class_methodnaruse2005-08-172-20/+15
* * test/ruby/test_iterator.rb (test_block_passing): more tests.nobu2005-08-171-0/+6
* * eval.c (rb_add_method): preserve safe level in the environmentmatz2005-08-161-1/+0
* 2005-08-17matz2005-08-161-3/+3
* * eval.c (rb_add_method): preserve safe level in the environmentmatz2005-08-163-43/+59
* 2005-08-16nobu2005-08-161-3/+3
* * eval.c (rb_mod_autoload_p, rb_f_autoload_p): added rdoc.nobu2005-08-161-6/+21
* * 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