summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-09-29* test/ruby/test_class.rb (test_method_redefinition): commit miss.nobu
2009-09-29* test/ruby/test_{class,module}.rb (test_method_redefinition): includenobu
2009-09-29* test/ruby/test_{class,module}.rb (test_method_redefinition): refined.nobu
2009-09-29* test/ruby/test_module.rb: suppress warnings.nobu
2009-09-29* vm_method.c (rb_add_method_def): nothing to do if old method hadnobu
2009-09-29* test/ruby/test_class.rb (test_module_function): tests for warnings.nobu
2009-09-29Refine tests arround String#inspect.naruse
2009-09-29* string.c (rb_str_inspect): dump as \uXXXX when thenaruse
2009-09-28git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz
2009-09-28* stringio/stringio.c (strio_read): set ASCII-8BIT encodingnaruse
2009-09-27* lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspectakr
2009-09-25* proc.c (missing_wrap): reverted.nobu
2009-09-25* proc.c (mnew): fix for instance method of Module, BasicObjectnobu
2009-09-24* proc.c (mnew): generate method object that wraps method_missing,matz
2009-09-23* ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) isnobu
2009-09-23* parse.y (assign_in_cond): also should warn assignment to dvar innobu
2009-09-23* string.c (rb_str_upto): keep first width. [ruby-dev:39361]nobu
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