summaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* fixed tests.shugo2009-12-041-1/+1
* * compile.c (compile_cpath, iseq_compile_each): revertedshugo2009-12-032-4/+31
* * enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code tableduerst2009-12-031-2/+8
* * parse.y (parser_yylex): suppress an extra error message afternobu2009-11-301-0/+10
* * test/ruby/test_complex.rb (@unify): fix the detection if mathyugui2009-11-262-2/+4
* * test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):yugui2009-11-262-0/+64
* * test/ruby/envutil.rb (EnvUtil.invoke_ruby): raise Timeout::Errorakr2009-11-241-1/+1
* * enc/trans/newline.trans (fun_so_universal_newline): generate \nakr2009-11-222-4/+16
* * marshal.c (marshal_dump): use normal object as the buffer sonobu2009-11-211-0/+10
* * io.c (read_all): fix: false negative invalid byte seequencenaruse2009-11-211-0/+6
* move Test::Unit::Assertions#invoke_ruby to EnvUtil.invoke_ruby.akr2009-11-191-54/+53
* add test.akr2009-11-181-0/+31
* * encoding.c (enc_set_default_encoding): reset filesytemnaruse2009-11-181-0/+10
* forgot to add test_undef.rb in the previous revision.shugo2009-11-181-0/+37
* * string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]nobu2009-11-171-0/+5
* * test/ruby/test_m17n.rb: get rid of empty string interpolationsnobu2009-11-171-43/+43
* * vm_method.c (rb_alias): should raise TypeError if klass is nil.shugo2009-11-171-0/+8
* unused argument removed.akr2009-11-171-1/+1
* * enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb,duerst2009-11-171-1/+6
* add tests.akr2009-11-162-84/+152
* * vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo2009-11-161-0/+24
* fix previous change.akr2009-11-151-4/+4
* add a test.akr2009-11-151-1/+17
* add tests.akr2009-11-151-0/+10
* tests refined.akr2009-11-152-9/+36
* add tests.akr2009-11-152-22/+83
* * test/ruby/test_comparable.rb (TestComparable#cmp): suppress warnings.nobu2009-11-081-16/+22
* * test/ruby/test_case.rb: merged r25658 from ruby_1_8.kazu2009-11-051-0/+7
* Retry on checking signal_received.naruse2009-11-051-1/+4
* 300 should be enough for testing cyclic byte succ.naruse2009-11-051-1/+1
* Decrease counts of tests which spend so long time.naruse2009-11-042-4/+8
* * string.c (rb_str_upto): make next object before yield its block.naruse2009-11-031-0/+11
* * test/ruby/test_enum.rb (test_count): marked as an implementationnobu2009-10-301-8/+10
* * vm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send):nobu2009-10-301-0/+25
* * vm_eval.c (rb_search_method_emtry, rb_method_call_status): splitnobu2009-10-303-2/+26
* * test/ruby/test_enum.rb (test_count): test for [ruby-core:24794].nobu2009-10-301-0/+9
* * test/ruby/enc/test_gb18030.rb (test_left_adjust_char_head):nobu2009-10-291-26/+27
* * array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz2009-10-291-2/+2
* * encoding.c (get_filesystem_encoding): removed.naruse2009-10-281-0/+2
* * string.c (chopped_length): get rid of unexpected exception.nobu2009-10-271-9/+0
* * io.c (io_fwrite): adjust stdio file position after direct write onnobu2009-10-261-0/+15
* * class.c (rb_class_new): move class check to rb_check_inheritable().matz2009-10-231-2/+1
* * test/ruby/envutil.rb (assert_in_out_err): test_stdout andakr2009-10-222-3/+3
* * test/ruby/{marshaltestlib,test_marshal}.rb: suppressed warnings.nobu2009-10-212-4/+4
* * iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu2009-10-191-0/+4
* Retry until the signal is trapped.naruse2009-10-181-1/+4
* * marshal.c (id2encidx): register encoding name.nobu2009-10-171-0/+43
* * test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risknobu2009-10-161-4/+2
* * test/ruby/test_object.rb (test_respond_to_missing):nobu2009-10-161-1/+1
* * test/ruby/test_object.rb (test_remove_method): test for Bug#2202.nobu2009-10-161-0/+20