summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2009-11-17* enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb,duerst
2009-11-16add tests.akr
2009-11-16* vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo
2009-11-15fix previous change.akr
2009-11-15add a test.akr
2009-11-15add tests.akr
2009-11-15tests refined.akr
2009-11-15add tests.akr
2009-11-08* test/ruby/test_comparable.rb (TestComparable#cmp): suppress warnings.nobu
2009-11-05* test/ruby/test_case.rb: merged r25658 from ruby_1_8.kazu
2009-11-05Retry on checking signal_received.naruse
2009-11-05300 should be enough for testing cyclic byte succ.naruse
2009-11-04Decrease counts of tests which spend so long time.naruse
2009-11-03* string.c (rb_str_upto): make next object before yield its block.naruse
2009-10-30* test/ruby/test_enum.rb (test_count): marked as an implementationnobu
2009-10-30* vm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send):nobu
2009-10-30* vm_eval.c (rb_search_method_emtry, rb_method_call_status): splitnobu
2009-10-30* test/ruby/test_enum.rb (test_count): test for [ruby-core:24794].nobu
2009-10-29* test/ruby/enc/test_gb18030.rb (test_left_adjust_char_head):nobu
2009-10-29* array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz
2009-10-28* encoding.c (get_filesystem_encoding): removed.naruse
2009-10-27* string.c (chopped_length): get rid of unexpected exception.nobu
2009-10-26* io.c (io_fwrite): adjust stdio file position after direct write onnobu
2009-10-23* class.c (rb_class_new): move class check to rb_check_inheritable().matz
2009-10-22* test/ruby/envutil.rb (assert_in_out_err): test_stdout andakr
2009-10-21* test/ruby/{marshaltestlib,test_marshal}.rb: suppressed warnings.nobu
2009-10-19* iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu
2009-10-18Retry until the signal is trapped.naruse
2009-10-17* marshal.c (id2encidx): register encoding name.nobu
2009-10-16* test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risknobu
2009-10-16* test/ruby/test_object.rb (test_respond_to_missing):nobu
2009-10-16* test/ruby/test_object.rb (test_remove_method): test for Bug#2202.nobu
2009-10-15* io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu
2009-10-15* io.c (io_reopen): unread current buffer before telling thenobu
2009-10-14* ruby.c (process_options): script name should not be shown in annobu
2009-10-12* test/ruby/test_regexp.rb (TestRegexp#test_parse_kg): suppressnobu
2009-10-11* marshal.c (has_encoding): added for check the regexpnaruse
2009-10-08* tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse
2009-10-04* marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu
2009-10-04add assertion message.akr
2009-10-03* vm_method.c (rb_add_method_def): no redefinition warning onnobu
2009-10-03* object.c (rb_f_integer): now Integer() takes optional basematz
2009-10-02* enum.c (enum_slice_before): take a pattern if no block given.akr
2009-09-30* vm_method.c (rb_add_method_def): show the location wherenobu
2009-09-29Escape as \x{XXXX} other than Unicode chars.naruse
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