summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2009-12-07add a test.akr
2009-12-07* marshal.c (w_object): reverted r26007. [ruby-dev:39845]nobu
2009-12-05* marshal.c (w_object): dump instance variables when usingnobu
2009-12-04* parse.y (k_def): adjust the location of method definition to thenobu
2009-12-04fixed tests.shugo
2009-12-03* compile.c (compile_cpath, iseq_compile_each): revertedshugo
2009-12-03* enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code tableduerst
2009-11-30* parse.y (parser_yylex): suppress an extra error message afternobu
2009-11-26* test/ruby/test_complex.rb (@unify): fix the detection if mathyugui
2009-11-26* test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):yugui
2009-11-24* test/ruby/envutil.rb (EnvUtil.invoke_ruby): raise Timeout::Errorakr
2009-11-22* enc/trans/newline.trans (fun_so_universal_newline): generate \nakr
2009-11-21* marshal.c (marshal_dump): use normal object as the buffer sonobu
2009-11-21* io.c (read_all): fix: false negative invalid byte seequencenaruse
2009-11-19move Test::Unit::Assertions#invoke_ruby to EnvUtil.invoke_ruby.akr
2009-11-18add test.akr
2009-11-18* encoding.c (enc_set_default_encoding): reset filesytemnaruse
2009-11-18forgot to add test_undef.rb in the previous revision.shugo
2009-11-17* string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]nobu
2009-11-17* test/ruby/test_m17n.rb: get rid of empty string interpolationsnobu
2009-11-17* vm_method.c (rb_alias): should raise TypeError if klass is nil.shugo
2009-11-17unused argument removed.akr
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