summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2013-01-09test_flip.rb: flip-flop shared by threadsnobu
2013-01-09Add RUBYOPT=>nil to avoid false negativenaruse
2013-01-09* test/ruby/test_require.rb: improve test for r38744.glass
2013-01-09* load.c (load_lock): fix not to delete thread shield twice.glass
2013-01-08vm_core.h: flip_cnt in rb_iseq_tnobu
2013-01-07* vm_method.c (Init_eval_method): main.public and main.privateshugo
2013-01-07* eval.c (Init_eval): main.include should be private.shugo
2013-01-07* eval.c (Init_eval): enable Refinements by default.shugo
2013-01-07test_syntax.rb: assert_not_labelnobu
2013-01-07parse.y: bare kwrest_marknobu
2013-01-07parse.y: duplicated kwrest namenobu
2013-01-07envutil.rb: assert_syntax_errornobu
2013-01-07envutil.rb: optional fnamenobu
2013-01-07* vm_trace.c (rb_threadptr_exec_event_hooks_orig): pop tag beforeko1
2013-01-07vm_insnhelper.c: keyrest should not overwrite rest argnobu
2013-01-05* string.c (rb_str_enumerate_lines): fix invalid byte sequence errorglass
2013-01-05envutil.rb: check stdout and stderrnobu
2012-12-31* test/ruby/test_backtrace.rb: Add test for r37957 [Feature #7434]zzak
2012-12-30parse.y: escaped closing parenthsisnobu
2012-12-30* test/ruby/test_keyword.rb: add a test for passing hashktsj
2012-12-30* vm_insnhelper.c: set keyword hash on Proc/block calls.ktsj
2012-12-29object.c: singleton class clonenobu
2012-12-29* test/ruby/test_class.rb (test_cannot_reinitialize_class_with_initialize_copy),nobu
2012-12-28vm_insnhelper.c: no splat single opt argnobu
2012-12-28* proc.c (method_eq): fix the documentation to refer to owner.shugo
2012-12-27* variable.c (rb_mod_remove_const): fix segv caused by r38558.naruse
2012-12-26Add opts to prevent generating core filenaruse
2012-12-25test_rubyoptions.rb: ARGFnobu
2012-12-25Fix argument for assert_in_out_err to fix test failurenaruse
2012-12-25* vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame):ko1
2012-12-25Add test for r38543 [Bug #7597] [ruby-dev:46786]naruse
2012-12-25error.c: rb_write_error_strnobu
2012-12-24scoped constant op-assignmentnobu
2012-12-24test_argf.rb: duplicated testnobu
2012-12-23* thread.c: rename methods:ko1
2012-12-22Deprecate #{lines,bytes,chars,codepoints} of IO-likes.knu
2012-12-22* include/ruby/intern.h: add the prototype declaration ofmrkn
2012-12-22internal.h: quote unprintablenobu
2012-12-22object.c: no nested symbolnobu
2012-12-22object.c: check more strictlynobu
2012-12-22* cont.c (rb_fiber_start): in case of jump with TAG_FATAL,nagachika
2012-12-22* struct.c (make_struct): remove junk ID check to allow members whoglass
2012-12-21* test/ruby/test_iseq.rb: disable a test which checks featuresko1
2012-12-21Add test for r38529 [Bug #7536]naruse
2012-12-21* vm_core.h, vm_trace.c: fix multi-threading bug for tracing.ko1
2012-12-21test_thread.rb: descriptive assertionsnobu
2012-12-21test_thread.rb: flush before SystemStackErrornobu
2012-12-20* vm_core.h (rb_vm_defineclass_type_t),shugo
2012-12-20test_require.rb: clear load pathnobu
2012-12-20envutil.rb: validate syntaxnobu