summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2014-06-19* vm_core.h: add VM_FRAME_MAGIC_RESCUE to recognize normal block orko1
2014-06-19proc.c: Implement Method#currynobu
2014-06-17eval.c: pass unknown optionsnobu
2014-06-16process.c: use UTF-8nobu
2014-06-15test_file_exhaustive.rb: fix expected valuenobu
2014-06-15test_file_exhaustive.rb: fix assertionnobu
2014-06-14array.c: non-recursive rcombinate0nobu
2014-06-14array.c: non-recursive rpermute0nobu
2014-06-14array.c: non-recursive permute0nobu
2014-06-13* vm_trace.c: clear and restore recursive checking thread local datako1
2014-06-13array.c: combination on a shared copynobu
2014-06-13add more test coverage for [ruby-core:63136] [Bug #9934]tmm1