summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2014-08-03vm_insnhelper.c: fix unusable super classnobu
2014-08-02object.c: Object#itsefnobu
2014-08-01numeric.c: 0 % Float::NAN returns Float::NANnobu
2014-08-01add assertions for division NaNnobu
2014-07-30signal.c: preserve encodingnobu
2014-07-29marshal.c: fix symlink indexnobu
2014-07-26proc.c: method_super_methodnobu
2014-07-24* gc.c: fix major GC flags.ko1
2014-07-23time.c: unnecessary encodingnobu
2014-07-23test_time.rb: encoding of Time#zonenobu
2014-07-22string.c: raise at invalid byte sequencenobu
2014-07-22string.c: fix wrong single-byte optimizationnobu
2014-07-20* test/ruby/test_module.rb: Bump up timeout inheadius
2014-07-19compile.c: private reader in op_assignnobu
2014-07-18optimized any? methodsnobu
2014-07-15test/ruby/test_env.rb: test memory leaks only on Windowsnobu
2014-07-11* test/ruby/envutil.rb (assert_no_memory_leak): On Solaris 9 or later,ngoto
2014-07-11pack.c: fix buffer overrunnobu
2014-07-10vm_insnhelper.c: fix implicit splat keyword argumentnobu
2014-07-09test_io.rb: fix assertionnobu
2014-07-09require "rbconfig" to use RbConfignaruse
2014-07-08memory_status.rb: find proper psnobu
2014-07-07test/ruby/find_executable.rbnobu
2014-07-02test_io.rb: fix leaked threadsnobu
2014-07-01vm.c: rb_vm_env_local_variablesnobu
2014-07-01proc.c: Binding#receivernobu
2014-07-01proc.c: fix infinite loopnobu
2014-07-01test_proc.rb: test_local_variablesnobu
2014-07-01test_proc.rb: test_local_variables_in_other_contextnobu
2014-06-30* gc.c: support `USE_RGENGC == 0'.ko1
2014-06-28test_env.rb: relax limitsnobu
2014-06-28eval.c: no overwrite SystemStackError backtracenobu
2014-06-28eval.c: no method calls at stack overflownobu
2014-06-27test_env.rb: rehearsalnobu
2014-06-26hash.c: fix memory leaknobu
2014-06-26sprintf.c: unnumbered asterisk with numbered argumentnobu
2014-06-26sprintf.c: remove extra parenthesesnobu
2014-06-25hash.c: fix memory leaknobu
2014-06-25eval_error.c: newline alwaysnobu
2014-06-25hash.c: fix memory leaknobu
2014-06-25hash.c: prohibit tainted stringsnobu
2014-06-24hash.c: frozen PATH envnobu
2014-06-23Backtrace for SystemStackErrornobu
2014-06-20test_regexp.rb: split test_oncenobu
2014-06-20test_regexp.rb: assert prefixnobu
2014-06-20test_optimization.rb: redefine separatelynobu
2014-06-19* test/ruby/test_settracefunc.rb: rewrite tests withko1
2014-06-19* compile.c (rb_iseq_compile_node): put start label of block afterko1
2014-06-19* vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfpko1
2014-06-19* vm.c (invoke_block_from_c): move call/return event timing forko1