summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2013-10-10* vm.c (vm_exec): support :b_return event for "lambda{return}.call".ko1
2013-10-09* test/ruby/test_rand.rb: fix r43224. local variable `e' isko1
2013-10-09test/ruby: assert_raise_with_messagenobu
2013-10-09test_module.rb: quote namenobu
2013-10-09vm_method.c: preserve encodingnobu
2013-10-09test/unit/assertions.rb: return exceptionnobu
2013-10-09test: use assert_raisenobu
2013-10-09compar.c: fail if recursionnobu
2013-10-09test_require.rb: need verbosenobu
2013-10-08load.c: display backtrace to $stderrnobu
2013-10-08test_rubyoptions.rb: only one Bogus objectnobu
2013-10-07test_io.rb: fix r43164nobu
2013-10-07test_io.rb: get rid of error messagenobu
2013-10-06test_sleep.rb: get rid of failure on Windowsnobu
2013-10-06test_thread.rb: ignore meaningless testnobu
2013-10-05thread.c: fix some mutexes remaining locked after forkingnobu
2013-10-04gc.c: add objspace_free_num and make GC.stat[:heap_free_num] use ittmm1
2013-10-03test_io.rb: fix typonobu
2013-10-02test_io.rb: add testnobu
2013-10-02io.c: get rid of race conditionnobu
2013-10-01test_regexp.rb, test_string.rb: suppress warningsnobu
2013-10-01test_regexp.rb, test_string.rb: use assert_separatelynobu
2013-10-01test_regexp.rb, test_string.rb: suppress warningsnobu
2013-09-30* vm_method.c (rb_undef): raise a NameError if the original methodshugo
2013-09-29* vm_insnhelper.c (vm_callee_setup_arg_complex, vm_yield_setup_block_args):ktsj
2013-09-28math.c: fix for Bignum argumentnobu
2013-09-27* gc.c: add two GC tuning environment variables.ko1
2013-09-26* insns.def (opt_regexpmatch2): Check String#=~ hasn't overriddensorah
2013-09-26* insns.def (opt_regexpmatch1): check Regexp#=~ is not defined beforecharliesome
2013-09-23test_transcode.rb: base encodingnobu
2013-09-23encdb.c, utf_16_32.h: Unicode with BOMnobu
2013-09-23test_module.rb: toplevel includenobu
2013-09-23test_module.rb: use assertions for messagesnobu
2013-09-20parse.y: junk sigil only namesnobu
2013-09-19test_lambda.rb: fix messagesnobu
2013-09-19parse.y: adjust position of lambdanobu
2013-09-19* include/ruby/ruby.h: make Symbol objects frozen.ko1
2013-09-18* string.c (rb_str_enumerate_lines): make String#each_line andglass
2013-09-12vsnprintf.c: fix buffer overflownobu
2013-09-11test_sprintf_comb.rb: split testsnobu
2013-09-10* thread.c (rb_mutex_unlock): Mutex#unlock no longer raisekosaki
2013-09-10* vm_backtrace.c (vm_backtrace_to_ary): Ignore the second argument ifsorah
2013-09-10class.c: exclude refined methodsnobu
2013-09-09vm_method.c: clear cache after refine methodnobu
2013-09-07* remove trailing spaces.nobu
2013-09-07numeric.c: no extra checksnobu
2013-09-07* vm_eval.c (vm_call0): fix prototype, the id parameter should be ofcharliesome
2013-09-05* string.c (fstring_cmp): take string encoding into account whencharliesome
2013-09-05* include/ruby/ruby.h: add RSTRING_FSTR flagcharliesome
2013-09-04* bignum.c (GMP_DIV_DIGITS): New macro.akr