aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* vm_insnhelper.c: relax arity checknobu2014-03-133-2/+124
* revert [Bug #9605]nobu2014-03-121-111/+0
* vm_insnhelper.c: disable fastpath if splatnobu2014-03-121-0/+15
* insns.def (opt_regexpmatch2): respect redefined match opnormal2014-03-111-0/+13
* test_hash.rb: refine a testnobu2014-03-111-1/+3
* envutil.rb: do not check RSS by defaultnobu2014-03-111-2/+2
* r45298 fix trivial bugnaruse2014-03-111-1/+2
* merge GH-558nobu2014-03-101-1/+1
* test/ruby/envutil.rb: compare RSS to check memory leaknobu2014-03-092-7/+27
* enum.c: yield multiple valuesnobu2014-03-071-0/+111
* * test/ruby: get rid of warnings.usa2014-03-0513-23/+20
* parse.y: optional arguments in rhsnobu2014-03-051-0/+24
* * test/ruby/test_eval.rb (TestEval#make_test_binding): renamed.usa2014-03-041-2/+2
* * test/ruby: get rid of warnings.usa2014-03-047-18/+17
* * test/ruby/test_backtrace.rb: get rid of warnings. unused variable,usa2014-03-021-10/+10
* fix the number of intro lines r44123naruse2014-03-021-1/+1
* numeric.c: float overflownobu2014-02-281-0/+8
* numeric.c: integer overflownobu2014-02-281-1/+5
* * numeric.c: Fix Numeric#step with 0 unit [#9575]marcandre2014-02-281-0/+14
* * test_numeric: Strengthen tests on 64 bit platformsmarcandre2014-02-281-4/+5
* numeric.c: check signs before divisionnobu2014-02-271-0/+2
* eval.c: preserve encodingnobu2014-02-261-0/+17
* eval.c: preserve errinfonobu2014-02-261-0/+22
* envutil.rb: move labeled_module and labeled_classnobu2014-02-262-8/+18
* * string.c (sym_find): Add Symbol.find(str), which returns whether givennaruse2014-02-251-0/+15
* class.c: do nothing if copying selfnobu2014-02-212-0/+17
* * hash.c (rb_hash_flatten): fix behavior of flatten(0).glass2014-02-201-1/+1
* * hash.c (rb_hash_flatten): fix behavior of flatten(-1).glass2014-02-201-1/+1
* * test/ruby/test_gc.rb: ignore warning messages for running with -wko12014-02-171-1/+1
* marshal.c: do not recycle wrapper objectsnobu2014-02-171-0/+19
* * gc.c: introduce new environment variableko12014-02-171-0/+10
* * enum.c: Enumerable#{min,min_by,max,max_by} extended to take anakr2014-02-142-0/+14
* * vm_insnhelper.c (vm_call_method): should check ci->me->flag ofshugo2014-02-131-0/+45
* * test/ruby/test_array.rb: Ensure flatten! is used for test_flattenzzak2014-02-131-2/+2
* parse.y: attrset from junk IDnobu2014-02-131-0/+4
* test_rubyoptions.rb: just check if abortednobu2014-02-121-1/+1
* error.c: Crash Report lognobu2014-02-121-0/+1
* marshal.c: Numerics are not taintednobu2014-02-081-0/+10
* test_marshal.rb: fix test depending on heap addressnobu2014-02-061-1/+2
* pack.c: hide associated objectsnobu2014-02-051-0/+5
* parse.y: symbol names must be ascii-compatiblenobu2014-02-051-0/+5
* dir.c: glob cases on case-insensitive systemnobu2014-02-041-0/+21
* pack.c: use ivar for associated objectsnobu2014-02-041-1/+1
* string.c: enable capacity when setting capanobu2014-02-041-0/+1
* Revert "dir.c: glob cases on case-insensitive system"naruse2014-02-041-21/+0
* dir.c: glob cases on case-insensitive systemnobu2014-02-031-0/+21
* object.c: error message encodingnobu2014-01-301-0/+16
* test_exception.rb: ignore SystemStackErrornobu2014-01-301-0/+1
* thread_pthread.c: get current main thread stack sizenobu2014-01-271-0/+10
* compile.c: assignment result of aset_withnobu2014-01-251-0/+10