aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz2009-09-281-0/+3
* * stringio/stringio.c (strio_read): set ASCII-8BIT encodingnaruse2009-09-281-1/+4
* * lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspectakr2009-09-271-0/+13
* * proc.c (missing_wrap): reverted.nobu2009-09-251-0/+2
* * proc.c (mnew): fix for instance method of Module, BasicObjectnobu2009-09-251-2/+13
* * proc.c (mnew): generate method object that wraps method_missing,matz2009-09-241-0/+33
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) isnobu2009-09-231-1/+2
* * parse.y (assign_in_cond): also should warn assignment to dvar innobu2009-09-231-2/+22
* * string.c (rb_str_upto): keep first width. [ruby-dev:39361]nobu2009-09-232-0/+14
* * 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