aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * vm.c: support variable VM/Machine stack sizes.ko12012-12-192-0/+82
* * test/ruby/test_fiber.rb: remove a strange single quote character.ko12012-12-191-1/+1
* object.c: nul in const namenobu2012-12-191-0/+9
* Use next in proc instead of break or returnnaruse2012-12-191-1/+1
* Don't check events from different files like r38456naruse2012-12-191-1/+1
* Push given event only if it is right onenaruse2012-12-191-2/+2
* Suppress warningsnaruse2012-12-191-11/+11
* * vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the casenagachika2012-12-181-0/+9
* Show $LOAD_PATH and RUBYLIB to debug easiernaruse2012-12-181-2/+2
* * vm_trace.c (fill_id_and_klass): TracePoint#defined_class returnsko12012-12-171-1/+17
* * class.c (rewrite_cref_stack, clone_method): rewrite a method's crefcharliesome2012-12-171-0/+14
* * cont.c (rb_fiber_start): don't enqueue Qnil to async_errinfo_queue.nagachika2012-12-151-0/+7
* * test/ruby/test_thread.rb (test_uninitialized, test_backtrace,kosaki2012-12-142-60/+67
* * test/ruby/test_thread.rb (TestThread::Thread::new.): removekosaki2012-12-141-1/+0
* parse.y: fix line numbernobu2012-12-141-0/+34
* envutil.rb: using caller_locationsnobu2012-12-141-2/+6
* envutil.rb: count assertionsnobu2012-12-141-1/+2
* Use assert_separately to speed up slow testsnaruse2012-12-141-2/+2
* * test/ruby/envutil.rb (EnvUtil::Unit::Assertionsassert_separately):naruse2012-12-141-0/+17
* * object.c (Init_Object): use rb_mod_init_copy for Class#initialize_copycharliesome2012-12-131-0/+15
* * marshal.c (r_entry0): don't taint classes and modules becauseshugo2012-12-131-0/+18
* * test/ruby/test_require.rb (TestRequire#test_loaded_features_encoding):usa2012-12-131-1/+1
* method transplantingnobu2012-12-131-0/+4
* Suppress warning: too long pathnaruse2012-12-121-1/+3
* * class.c (rb_prepend_module): move refined methods from the originshugo2012-12-121-0/+45
* vm_insnhelper.c: no warnings for non-objectnobu2012-12-121-0/+63
* Specify rlimits_core to prevent making core filenaruse2012-12-121-1/+3
* * iseq.c (rb_iseq_parameters): fix limit for optional arguments.eregon2012-12-111-0/+24
* vm.c: pass exceptions while handling an exceptionnobu2012-12-111-1/+1
* Experimentally recommit of r38041: specify smaller max lengthnaruse2012-12-111-0/+7
* * eval.c (rb_using_refinement): make the method table of an iclassshugo2012-12-111-0/+63
* fix a typokazu2012-12-111-1/+1
* test_settracefunc.rb: envutilnobu2012-12-111-0/+1
* Experimentally revert r38041naruse2012-12-111-7/+0
* * fix the behavior when a module is included into a refinement.shugo2012-12-101-0/+82
* * vm_method.c (rb_method_entry_without_refinements): useshugo2012-12-101-0/+19
* vm_trace.c: exceptions in event hooksnobu2012-12-101-0/+14
* compile.c, vm_insnhelper.c: flip-flop without hidden string keynobu2012-12-101-0/+13
* envutil.rb: kill childnobu2012-12-091-1/+4
* * vm_insnhelper.c (vm_call_opt_send): Kernel#send should not useshugo2012-12-091-9/+8
* * eval.c: remove Module#refinements.shugo2012-12-081-61/+2
* * eval.c (top_using): raise a RuntimeError if using is called in ashugo2012-12-081-0/+27
* * vm_insnhelper.c (vm_search_normal_superclass): super in ashugo2012-12-081-2/+2
* * eval.c (rb_mod_refine): raise an ArgumentError if a givenshugo2012-12-081-0/+8
* * eval.c (rb_mod_refine), vm_eval.c (rb_yield_refine_block):shugo2012-12-081-27/+59
* * vm_eval.c (yield_under, eval_under): do not activate refinementsshugo2012-12-071-351/+71
* * test/ruby/test_refinement.rb: suppress warning.nobu2012-12-071-1/+1
* test: remove or replace trailing spacesnobu2012-12-071-1/+1
* Use more portable value for ENV['TZ']naruse2012-12-071-1/+1
* * time.c (time_mdump): dump timezone string to private instance variablenaruse2012-12-071-0/+15