aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame):ko12012-12-251-0/+23
* Add test for r38543 [Bug #7597] [ruby-dev:46786]naruse2012-12-251-4/+10
* error.c: rb_write_error_strnobu2012-12-251-0/+7
* scoped constant op-assignmentnobu2012-12-242-1/+67
* test_argf.rb: duplicated testnobu2012-12-241-10/+0
* * thread.c: rename methods:ko12012-12-231-24/+24
* Deprecate #{lines,bytes,chars,codepoints} of IO-likes.knu2012-12-222-6/+65
* * include/ruby/intern.h: add the prototype declaration ofmrkn2012-12-222-0/+72
* internal.h: quote unprintablenobu2012-12-221-2/+6
* object.c: no nested symbolnobu2012-12-221-2/+3
* object.c: check more strictlynobu2012-12-221-2/+3
* * cont.c (rb_fiber_start): in case of jump with TAG_FATAL,nagachika2012-12-221-1/+1
* * struct.c (make_struct): remove junk ID check to allow members whoglass2012-12-221-0/+7
* * test/ruby/test_iseq.rb: disable a test which checks featuresko12012-12-211-1/+1
* Add test for r38529 [Bug #7536]naruse2012-12-211-0/+13
* * vm_core.h, vm_trace.c: fix multi-threading bug for tracing.ko12012-12-211-0/+19
* test_thread.rb: descriptive assertionsnobu2012-12-211-14/+18
* test_thread.rb: flush before SystemStackErrornobu2012-12-211-2/+3
* * vm_core.h (rb_vm_defineclass_type_t),shugo2012-12-201-0/+37
* test_require.rb: clear load pathnobu2012-12-201-0/+8
* envutil.rb: validate syntaxnobu2012-12-202-15/+16
* * remove trailing spaces.nobu2012-12-201-1/+1
* * 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