aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * vm_method.c (rb_class_clear_method_cache): should clear allko12015-11-181-6/+0
* * method.h: introduce the folliwing field and macros.ko12015-11-181-0/+14
* revert r52614, r52615, r52617 because they cause serious errorsko12015-11-171-14/+0
* * method.h: introduce rb_method_definition_t::complemented_count.ko12015-11-171-0/+14
* struct.c: dignobu2015-11-161-0/+7
* struct.c: fix index in messagenobu2015-11-161-4/+4
* vm_method.c: check if frozen [Fix GH-1096]nobu2015-11-151-1/+10
* * vm.c (vm_define_method): do not use current CREF immediately,ko12015-11-131-0/+17
* parse.y: ANDDOT fluent interfacenobu2015-11-121-0/+5
* add a test.akr2015-11-121-0/+25
* sprintf.c: nil value is validnobu2015-11-111-0/+5
* vm_eval.c: skip internal namesnobu2015-11-111-0/+11
* sprintf.c: hash default valuenobu2015-11-111-0/+6
* hash.c: to_procnobu2015-11-101-0/+10
* hash.c: compare methodsnobu2015-11-101-0/+25
* Add a trick to pending for r52509naruse2015-11-101-0/+6
* add message for assert_equal.akr2015-11-091-1/+1
* variable.c (rb_autoload_load): allow recursive callsnormal2015-11-091-0/+19
* add a test.akr2015-11-091-0/+29
* dignobu2015-11-092-0/+12
* * compile.c (iseq_compile_each): Dynamic string literals should beshugo2015-11-091-1/+1
* change DOTQnobu2015-11-062-12/+12
* parse.y: fix segv after invalid keyword argumentnobu2015-11-061-0/+10
* test/ruby/test_autoload: hoist out ruby_impl_requirenormal2015-11-051-15/+18
* parse.y: revert lbracketnobu2015-11-031-4/+0
* parse.y: lbracketnobu2015-11-021-0/+4
* parse.y: invalid symbolnobu2015-11-011-0/+6
* test_super.rb: test_missing_supernobu2015-10-311-0/+7
* test_exception.rb: get rid of did_you_meannobu2015-10-311-5/+1
* eval_error.c: Fix a format of `NameError#message`nobu2015-10-311-0/+12
* explicitly overwrite signal handlingnaruse2015-10-302-1/+2
* show parent process's signal mask from child processnaruse2015-10-301-13/+8
* Old linux's default hard rlimit_nofile is 1024naruse2015-10-301-1/+8
* use assert_raisenobu2015-10-301-1/+1
* * test/ruby/test_call.rb: added test for safe navigation operator.hsbt2015-10-301-0/+13
* * vm_method.c: added documentation of protected/private methods.hsbt2015-10-301-8/+21
* test_object.rb: add more checksnobu2015-10-301-4/+6
* variable.c (generic_ivar_remove): return original valuenormal2015-10-301-4/+16
* test_gc.rb: fix failure messagenobu2015-10-301-3/+3
* show child and parent signal masknaruse2015-10-301-2/+13
* use spawn's option to shorten the codenaruse2015-10-301-16/+6
* show signal mask on solarisnaruse2015-10-291-0/+1
* revert experimental changes related to Solaris CInaruse2015-10-292-6/+2
* * test/ruby/test_io.rb (ruby): check the existence of the constant instead ofusa2015-10-291-1/+1
* wait until it escape handle_interrupt blocknaruse2015-10-291-2/+2
* increase timeout (with full GC)naruse2015-10-282-3/+4
* thread may leak if assert fails before join is finishednaruse2015-10-281-2/+3
* experimentally add GC.start before spawnnaruse2015-10-281-0/+1
* test_file.rb: fix name clashnobu2015-10-281-1/+1
* encoding for inspectnobu2015-10-283-8/+14