summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2012-12-20* remove trailing spaces.nobu
2012-12-19* vm.c: support variable VM/Machine stack sizes.ko1
2012-12-19* test/ruby/test_fiber.rb: remove a strange single quote character.ko1
2012-12-19object.c: nul in const namenobu
2012-12-19Use next in proc instead of break or returnnaruse
2012-12-19Don't check events from different files like r38456naruse
2012-12-19Push given event only if it is right onenaruse
2012-12-19Suppress warningsnaruse
2012-12-18* vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the casenagachika
2012-12-18Show $LOAD_PATH and RUBYLIB to debug easiernaruse
2012-12-17* vm_trace.c (fill_id_and_klass): TracePoint#defined_class returnsko1
2012-12-17* class.c (rewrite_cref_stack, clone_method): rewrite a method's crefcharliesome
2012-12-15* cont.c (rb_fiber_start): don't enqueue Qnil to async_errinfo_queue.nagachika
2012-12-14* test/ruby/test_thread.rb (test_uninitialized, test_backtrace,kosaki
2012-12-14* test/ruby/test_thread.rb (TestThread::Thread::new.): removekosaki
2012-12-14parse.y: fix line numbernobu
2012-12-14envutil.rb: using caller_locationsnobu
2012-12-14envutil.rb: count assertionsnobu
2012-12-14Use assert_separately to speed up slow testsnaruse
2012-12-14* test/ruby/envutil.rb (EnvUtil::Unit::Assertionsassert_separately):naruse
2012-12-13 * object.c (Init_Object): use rb_mod_init_copy for Class#initialize_copycharliesome
2012-12-13* marshal.c (r_entry0): don't taint classes and modules becauseshugo
2012-12-13* test/ruby/test_require.rb (TestRequire#test_loaded_features_encoding):usa
2012-12-13method transplantingnobu
2012-12-12Suppress warning: too long pathnaruse
2012-12-12* class.c (rb_prepend_module): move refined methods from the originshugo
2012-12-12vm_insnhelper.c: no warnings for non-objectnobu
2012-12-12Specify rlimits_core to prevent making core filenaruse
2012-12-11* iseq.c (rb_iseq_parameters): fix limit for optional arguments.eregon
2012-12-11vm.c: pass exceptions while handling an exceptionnobu
2012-12-11Experimentally recommit of r38041: specify smaller max lengthnaruse
2012-12-11* eval.c (rb_using_refinement): make the method table of an iclassshugo
2012-12-11fix a typokazu