summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2011-10-08merge revision(s) 33364:kosaki
2011-10-08merge revision(s) 33363:kosaki
2011-10-08merge revision(s) 33394:kosaki
2011-10-08merge revision(s) 33379:kosaki
2011-10-08merge revision(s) 33368:kosaki
2011-09-11merges r33201 from trunk into ruby_1_9_3.yugui
2011-09-07merge revision(s) 33171:kosaki
2011-09-03* backport r33177 from trunk.ktsj
2011-09-03* test/ruby/test_encoding.rb (test_find): mingw is not Unix, of course.nobu
2011-09-02* vm_insnhelper.c (vm_search_const_defined_class): searchnobu
2011-09-02* parse.y (parser_tokadd_string, parser_yylex): ignore a backslashnobu
2011-09-01* insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu
2011-09-01backported r33153 from trunk.usa
2011-08-25* backport r33045 from trunk.sorah
2011-08-23backported r33039ryan
2011-08-20* backport r33013 from trunk.ktsj
2011-08-17Merge commit r32994 from trunk:mrkn
2011-08-10Merge the commit r32903:mrkn
2011-08-07merge revision(s) 32885:kosaki
2011-08-02* hash.c (recursive_hash): hash value of emptied hash should benobu
2011-08-02* parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]nobu
2011-07-31* backport r32768 from trunk.ktsj
2011-07-30* io.c (rb_io_each_byte): rbuf can be refreshed during yield.nobu
2011-07-27merge revision(s) 32707:naruse
2011-07-21* backport r32597 from trunk.mame
2011-07-15merge revision(s) 32554:kosaki
2011-07-10reverted Module#mix -- r31873, r31917 and r31918.yugui
2011-07-10 * range.c (range_max): fix behavior with excluded end value.tarui
2011-07-03* array.c (ary_reject_bang): should not remove elements which arenobu
2011-07-01* array.c (rb_ary_reject_bang, rb_ary_delete_if): rejectednobu
2011-06-30* vm_insnhelper.c (vm_call_bmethod): fix to hook call/return eventko1
2011-06-30* test/ruby/test_rand.rb (test_random_bytes): fold mysteriouslynobu
2011-06-30* test/ruby/test_module.rb: tests for [Bug #3422] and [Bug #3423].nobu
2011-06-25* vm_insnhelper.c (vm_search_superclass): avoid control framenagachika
2011-06-24* process.c (proc_daemon): should not start timer threadnobu
2011-06-21* test/ruby/test_thread.rb (TestThread#test_priority): enablekosaki
2011-06-18* io.c (fill_cbuf): finish reading at EOF, and the readconv hasnobu
2011-06-17* test/ruby/test_signal.rb (TestSignal#test_signal_requiring): usenobu
2011-06-16* test/ruby/test_io.rb (TestIO#test_copy_stream_socket): fixkosaki
2011-06-15* test/ruby/test_io.rb (test_copy_stream_socket): wait a child processakr
2011-06-14* test/ruby/test_autoload.rb: remove temporary directory.akr
2011-06-11* io.c (io_getc): should be 7bit if ascii. fixes #4557nobu
2011-06-11* numeric.c (rb_enc_uint_chr): fix message format. Bug#4869nobu
2011-06-10* test/ruby/test_transcode.rb (TestTranscode#test_Big5_Hkscs): fixnobu
2011-06-10* test/ruby/test_module.rb (TestModule#remove_rake_mixins): remove allnobu
2011-06-09* io.c: fix IO.copy_stream interrupt handling.akr
2011-06-09* test/ruby/test_thread.rb (TestThread#test_kill_thread_subclass):nagachika
2011-06-09* test/ruby/test_thread.rb (TestThread#test_kill_wrong_argument):nagachika
2011-06-07* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):usa
2011-06-06* test/ruby/test_io.rb (TestIO#test_s_{,bin}write): do not create a filekazu