summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2014-04-20 * st.c (st_foreach_check): chnage start point of search at checktarui
2014-04-19parse.y: allow parenthesed do-block in cmdargnobu
2014-04-16enum.c: fix condition to recycle block argumentnobu
2014-04-16test_enum.rb: add testsnobu
2014-04-14proc.c: use already included ancestor iclassnobu
2014-04-11test_array.rb: skip if timed outnobu
2014-04-11test_array.rb: expand timeoutnobu
2014-04-11proc.c: fix super in bound UnboundMethodnobu
2014-04-11vm_insnhelper.c: preserve encodingsnobu
2014-04-11array.c: maybe shared arraynobu
2014-04-11test_array.rb: do minor GCnobu
2014-04-11test_array.rb: simplify test_shared_markingnobu
2014-04-11envutil.rb: filter kwargsnobu
2014-04-10* test/ruby/test_array.rb: remove useless `assert'.ko1
2014-04-10* array.c (rb_ary_modify): remember shared array owner if a sharedko1
2014-04-09* test/ruby/test_gc.rb: more long timeout.ko1
2014-04-09string.c: fix capacitynobu
2014-03-31* test/ruby/memory_status.rb: require envutil before accessing EnvUtilusa
2014-03-31signal.c: preserve encodingnobu
2014-03-31vm.c: avoid inadvertent pin-downnobu
2014-03-30gc.c: avoid inadvertent pin-downnobu
2014-03-30process.c: preserve encodingsnobu
2014-03-30test_process.rb: test if success?nobu
2014-03-28struct.c: avoid pinning downnobu
2014-03-28string.c: infect match resultnobu
2014-03-28string.c: backref substitutionnobu
2014-03-28string.c: unset $~ if unmatchnobu
2014-03-27string.c: search by rb_str_indexnobu
2014-03-27re.c: class name encodingnobu
2014-03-27test_m17n_comb.rb: refine assertionsnobu
2014-03-26encoding.c: fix encoding of dynsymnobu
2014-03-26encoding.c: enc_capable symbolnobu
2014-03-25parse.y: required kwarg without parenthesesnobu
2014-03-25* test/ruby/test_time.rb: extended the timeout span and reduce the loop count.usa
2014-03-25parse.y: required kwarg without parenthesesnobu
2014-03-25* test/ruby/test_time.rb: use portable time zone. see [ruby-core:61671] [Bug ...usa
2014-03-24test_time.rb: arguments ordernobu
2014-03-24Asia/Tokyo is more portable value for ENV["TZ"] [Bug #9652]naruse
2014-03-23vm_method.c: check if klass is 0nobu
2014-03-20vm_method.c: fix infinite recursionnobu
2014-03-19time.c: freeze and preserve marshal-loaded time zonenormal
2014-03-18* vm_eval.c (eval_string_with_cref): Use file path even if scope issorah
2014-03-17variable.c: avoid memory leak on const redefinitionnormal
2014-03-13vm_insnhelper.c: relax arity checknobu
2014-03-12revert [Bug #9605]nobu
2014-03-12vm_insnhelper.c: disable fastpath if splatnobu
2014-03-11insns.def (opt_regexpmatch2): respect redefined match opnormal
2014-03-11test_hash.rb: refine a testnobu
2014-03-11envutil.rb: do not check RSS by defaultnobu
2014-03-11r45298 fix trivial bugnaruse