aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * enum.c (enum_chunk): new method Enumerable#chunk.akr2009-09-221-0/+70
* * ext/bigdecimal/bigdecimal.c (GetVpValue): support conversion fromnobu2009-09-211-0/+4
* * proc.c (proc_binding): allow proc from method. [ruby-core:25589]nobu2009-09-211-0/+1
* * ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log):nobu2009-09-201-0/+77
* * dir.c (GlobPathValue), file.c (rb_get_path_check): path namesnobu2009-09-192-0/+19
* * marshal.c (r_object0): entry regexp object before its encodingnobu2009-09-181-0/+8
* * compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()nobu2009-09-181-0/+8
* * test/fileutils/test_fileutils.rb: fixed indent by splitting methods.nobu2009-09-181-55/+75
* * test/fileutils/test_fileutils.rb: add a test for [ruby-dev:39345]kazu2009-09-171-0/+5
* * test/ruby/test_thread.rb (TestThread#test_recursive): removematz2009-09-161-9/+0
* * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre2009-09-152-1/+15
* Use rb_isspace for ASCII-incompatible strings.naruse2009-09-151-0/+5
* * string.c (rb_str_lstrip_bang): use ascii_isspace(). [ruby-dev:39322]matz2009-09-141-2/+0
* remove temporally files explicitly.akr2009-09-131-1/+2
* make tempfile prefix more descriptive.akr2009-09-131-6/+6
* * test/ruby/test_process.rb (test_rlimit_value): rlim_max may benobu2009-09-131-4/+4
* * lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes.akr2009-09-131-15/+112
* * test: use require_relative.naruse2009-09-127-35/+7
* extra commas removed.akr2009-09-121-2/+2
* test read_timeout.akr2009-09-121-0/+25
* * lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.akr2009-09-121-0/+59
* * test/ruby/test_require.rb (test_relative): test without currentnobu2009-09-121-0/+6
* test invalid redirect location.akr2009-09-121-0/+29
* fix tests.akr2009-09-121-28/+61
* * vm_method.c (rb_alias): hooks are called from rb_add_method_def.nobu2009-09-121-1/+13
* * vm_method.c (rb_add_method, rb_add_method_me): call method addednobu2009-09-121-0/+19
* test ftp over http proxy.akr2009-09-121-0/+55
* * lib/open-uri.rb (URI::FTP#buffer_open): use the port specified inakr2009-09-121-0/+39
* test CA certs dir.akr2009-09-121-0/+11
* test proxy log.akr2009-09-122-6/+44
* add https test.akr2009-09-122-0/+276
* refined.akr2009-09-121-7/+15
* more tests.akr2009-09-121-0/+54
* more tests.akr2009-09-111-8/+173
* * test/fileutils: use require_relative to require fileasserts.naruse2009-09-112-2/+2
* renamed.akr2009-09-101-0/+0
* add tests for open-uri.akr2009-09-101-0/+151
* * test/dl: use require_relative to require test_base.rb.akr2009-09-106-6/+6
* * test/dl/test_cptr.rb (test_free=): test SEGV at first.akr2009-09-101-0/+15
* * test/ruby/envutil.rb (assert_normal_exit): Don't useakr2009-09-101-7/+6
* * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the sourcenobu2009-09-091-0/+5
* * test/dl/test_dl2.rb (test_call_double, test_sin): fixed argumentnobu2009-09-091-6/+7
* * test/ruby/test_require.rb (test_relative): tests for require_relative.nobu2009-09-091-1/+19
* * load.c (rb_feature_provided): fixed for autoloading extensionnobu2009-09-091-0/+12
* * test/dl/test_{cfunc,ptr}.rb: added tests from Aaron Patterson.nobu2009-09-072-0/+77
* * io.c (rb_io_tell): adjustment for ungotten data.nobu2009-09-071-0/+6
* * compile.c (iseq_compile_each): op_asgn to aref should return rhs.nobu2009-09-051-0/+25
* * compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu2009-09-051-2/+8
* * compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu2009-09-051-17/+38
* * re.c (update_char_offset): position should be long.nobu2009-09-041-0/+8