aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_f_send): do not call private methods if the receivermatz2005-08-305-4/+21
* * lib/rdoc/usage.rb: supress warning.ocean2005-08-291-1/+1
* * lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870]ocean2005-08-292-15/+29
* * lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju2005-08-292-7/+14
* * lib/pathname.rb (Pathname#descend): new method.akr2005-08-282-0/+101
* * lib/time.rb: require 'date/format' instead of 'parsedate'.akr2005-08-282-12/+34
* 2005-08-29akr2005-08-281-3/+3
* * ext/curses/curses.c ({curses,window}_clrtoeol): added. suggestedocean2005-08-273-16/+53
* 2005-08-27ocean2005-08-271-3/+3
* 2005-08-26keiju2005-08-261-3/+3
* * lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju2005-08-262-1/+13
* * ext/win32ole/win32ole.c: supress warnings. (win32)ocean2005-08-252-2/+5
* 2005-08-25ocean2005-08-251-3/+3
* Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rbryan2005-08-247-40/+171
* * test/logger/test_logger.rb (test_shifting_size): should close logusa2005-08-242-0/+8
* 2005-08-24usa2005-08-241-3/+3
* * add test for SHA224, SHA256, SHA384 and SHA512.gotoyuzo2005-08-222-0/+11
* * ext/openssl/lib/digest.rb: added SHA224, SHA256, SHA384 and SHA512.gotoyuzo2005-08-222-2/+13
* * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decodegotoyuzo2005-08-227-7/+144
* 2005-08-23ocean2005-08-221-3/+3
* * sprintf.c (ruby__sfvwrite): should move `buf' to the end ofocean2005-08-222-0/+6
* * parse.y: ONIG_OPTION_CAPTURE_GROUP conflicts withmatz2005-08-222-1/+6
* * missing/vsnprintf.c (BSD__sprint): needs to call vwrite functionnobu2005-08-222-1/+6
* 2005-08-22nobu2005-08-221-3/+3
* * parse.y (parser_yylex): update paren_nest for brackets [].matz2005-08-203-2/+7
* * lib/wsdl/xmlSchema/importer.rb (WSDL::XMLSchema::Importer#fetch): addnahi2005-08-202-2/+14
* 2005-08-21nahi2005-08-201-3/+3
* * regexec.c (code_is_in_cclass_node): check code size.matz2005-08-201-0/+5
* * 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