summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-09-22* enum.c (enum_chunk): new method Enumerable#chunk.akr
2009-09-21* ext/bigdecimal/bigdecimal.c (GetVpValue): support conversion fromnobu
2009-09-21* proc.c (proc_binding): allow proc from method. [ruby-core:25589]nobu
2009-09-20* ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log):nobu
2009-09-19* dir.c (GlobPathValue), file.c (rb_get_path_check): path namesnobu
2009-09-18* marshal.c (r_object0): entry regexp object before its encodingnobu
2009-09-18* compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()nobu
2009-09-18* test/fileutils/test_fileutils.rb: fixed indent by splitting methods.nobu
2009-09-17* test/fileutils/test_fileutils.rb: add a test for [ruby-dev:39345]kazu
2009-09-16* test/ruby/test_thread.rb (TestThread#test_recursive): removematz
2009-09-15* thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre
2009-09-15Use rb_isspace for ASCII-incompatible strings.naruse
2009-09-14* string.c (rb_str_lstrip_bang): use ascii_isspace(). [ruby-dev:39322]matz
2009-09-13remove temporally files explicitly.akr
2009-09-13make tempfile prefix more descriptive.akr
2009-09-13* test/ruby/test_process.rb (test_rlimit_value): rlim_max may benobu
2009-09-13* lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes.akr
2009-09-12* test: use require_relative.naruse
2009-09-12extra commas removed.akr
2009-09-12test read_timeout.akr
2009-09-12* lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.akr
2009-09-12* test/ruby/test_require.rb (test_relative): test without currentnobu
2009-09-12test invalid redirect location.akr
2009-09-12fix tests.akr
2009-09-12* vm_method.c (rb_alias): hooks are called from rb_add_method_def.nobu
2009-09-12* vm_method.c (rb_add_method, rb_add_method_me): call method addednobu
2009-09-12test ftp over http proxy.akr
2009-09-12* lib/open-uri.rb (URI::FTP#buffer_open): use the port specified inakr
2009-09-12test CA certs dir.akr
2009-09-12test proxy log.akr
2009-09-12add https test.akr
2009-09-12refined.akr
2009-09-12more tests.akr
2009-09-11more tests.akr
2009-09-11* test/fileutils: use require_relative to require fileasserts.naruse
2009-09-10renamed.akr
2009-09-10add tests for open-uri.akr
2009-09-10* test/dl: use require_relative to require test_base.rb.akr
2009-09-10* test/dl/test_cptr.rb (test_free=): test SEGV at first.akr
2009-09-10* test/ruby/envutil.rb (assert_normal_exit): Don't useakr
2009-09-09* lib/fileutils.rb (FileUtils::Entry_#copy_file): open the sourcenobu
2009-09-09* test/dl/test_dl2.rb (test_call_double, test_sin): fixed argumentnobu
2009-09-09* test/ruby/test_require.rb (test_relative): tests for require_relative.nobu
2009-09-09* load.c (rb_feature_provided): fixed for autoloading extensionnobu
2009-09-07* test/dl/test_{cfunc,ptr}.rb: added tests from Aaron Patterson.nobu
2009-09-07* io.c (rb_io_tell): adjustment for ungotten data.nobu
2009-09-05* compile.c (iseq_compile_each): op_asgn to aref should return rhs.nobu
2009-09-05* compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu
2009-09-05* compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu
2009-09-04* re.c (update_char_offset): position should be long.nobu