aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * vm.c (vm_exec): support :b_return event for "lambda{return}.call".ko12013-10-101-0/+25
* * test/ruby/test_rand.rb: fix r43224. local variable `e' isko12013-10-091-1/+1
* test/ruby: assert_raise_with_messagenobu2013-10-095-12/+6
* test_module.rb: quote namenobu2013-10-091-4/+9
* vm_method.c: preserve encodingnobu2013-10-091-1/+3
* test/unit/assertions.rb: return exceptionnobu2013-10-0914-83/+61
* test: use assert_raisenobu2013-10-094-8/+8
* compar.c: fail if recursionnobu2013-10-091-0/+7
* test_require.rb: need verbosenobu2013-10-091-0/+5
* load.c: display backtrace to $stderrnobu2013-10-081-7/+10
* test_rubyoptions.rb: only one Bogus objectnobu2013-10-081-1/+3
* test_io.rb: fix r43164nobu2013-10-071-1/+1
* test_io.rb: get rid of error messagenobu2013-10-071-1/+1
* test_sleep.rb: get rid of failure on Windowsnobu2013-10-061-2/+9
* test_thread.rb: ignore meaningless testnobu2013-10-061-1/+1
* thread.c: fix some mutexes remaining locked after forkingnobu2013-10-051-0/+27
* gc.c: add objspace_free_num and make GC.stat[:heap_free_num] use ittmm12013-10-041-0/+7
* test_io.rb: fix typonobu2013-10-031-1/+1
* test_io.rb: add testnobu2013-10-021-0/+11
* io.c: get rid of race conditionnobu2013-10-021-0/+13
* test_regexp.rb, test_string.rb: suppress warningsnobu2013-10-012-8/+8
* test_regexp.rb, test_string.rb: use assert_separatelynobu2013-10-012-4/+4
* test_regexp.rb, test_string.rb: suppress warningsnobu2013-10-012-0/+2
* * vm_method.c (rb_undef): raise a NameError if the original methodshugo2013-09-301-0/+44
* * vm_insnhelper.c (vm_callee_setup_arg_complex, vm_yield_setup_block_args):ktsj2013-09-291-0/+19
* math.c: fix for Bignum argumentnobu2013-09-281-0/+3
* * gc.c: add two GC tuning environment variables.ko12013-09-271-2/+12
* * insns.def (opt_regexpmatch2): Check String#=~ hasn't overriddensorah2013-09-261-0/+12
* * insns.def (opt_regexpmatch1): check Regexp#=~ is not defined beforecharliesome2013-09-261-0/+12
* test_transcode.rb: base encodingnobu2013-09-231-0/+1
* encdb.c, utf_16_32.h: Unicode with BOMnobu2013-09-231-0/+7
* test_module.rb: toplevel includenobu2013-09-231-0/+10
* test_module.rb: use assertions for messagesnobu2013-09-231-12/+13
* parse.y: junk sigil only namesnobu2013-09-202-0/+10
* test_lambda.rb: fix messagesnobu2013-09-191-2/+2
* parse.y: adjust position of lambdanobu2013-09-191-0/+24
* * include/ruby/ruby.h: make Symbol objects frozen.ko12013-09-192-1/+9
* * string.c (rb_str_enumerate_lines): make String#each_line andglass2013-09-181-5/+0
* vsnprintf.c: fix buffer overflownobu2013-09-121-1/+1
* test_sprintf_comb.rb: split testsnobu2013-09-111-23/+23
* * thread.c (rb_mutex_unlock): Mutex#unlock no longer raisekosaki2013-09-101-0/+17
* * vm_backtrace.c (vm_backtrace_to_ary): Ignore the second argument ifsorah2013-09-101-0/+4
* class.c: exclude refined methodsnobu2013-09-101-0/+11
* vm_method.c: clear cache after refine methodnobu2013-09-091-0/+23
* * remove trailing spaces.nobu2013-09-071-1/+1
* numeric.c: no extra checksnobu2013-09-072-3/+3
* * vm_eval.c (vm_call0): fix prototype, the id parameter should be ofcharliesome2013-09-071-0/+21
* * string.c (fstring_cmp): take string encoding into account whencharliesome2013-09-051-0/+7
* * include/ruby/ruby.h: add RSTRING_FSTR flagcharliesome2013-09-051-0/+6
* * bignum.c (GMP_DIV_DIGITS): New macro.akr2013-09-041-0/+3