aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * file.c (rb_io_statfs): need to define even if the system doesn't haveusa2014-04-221-0/+1
* check statfs and skipnaruse2014-04-221-0/+20
* refix the point is seeknaruse2014-04-221-4/+8
* show what filesystem it is on failurenaruse2014-04-221-2/+2
* * file.c: newly added a class File::Statfs. (experimental)naruse2014-04-221-0/+19
* test_io.rb: test with holesnobu2014-04-221-0/+20
* * st.c (st_foreach_check): chnage start point of search at checktarui2014-04-201-0/+11
* parse.y: allow parenthesed do-block in cmdargnobu2014-04-191-0/+5
* enum.c: fix condition to recycle block argumentnobu2014-04-161-0/+10
* test_enum.rb: add testsnobu2014-04-161-0/+12
* proc.c: use already included ancestor iclassnobu2014-04-141-1/+18
* test_array.rb: skip if timed outnobu2014-04-111-3/+7
* test_array.rb: expand timeoutnobu2014-04-111-1/+1
* proc.c: fix super in bound UnboundMethodnobu2014-04-111-0/+24
* vm_insnhelper.c: preserve encodingsnobu2014-04-111-11/+11
* array.c: maybe shared arraynobu2014-04-111-0/+16
* test_array.rb: do minor GCnobu2014-04-111-2/+5
* test_array.rb: simplify test_shared_markingnobu2014-04-111-15/+10
* envutil.rb: filter kwargsnobu2014-04-111-1/+5
* * test/ruby/test_array.rb: remove useless `assert'.ko12014-04-101-1/+0
* * array.c (rb_ary_modify): remember shared array owner if a sharedko12014-04-101-1/+24
* * test/ruby/test_gc.rb: more long timeout.ko12014-04-091-1/+1
* string.c: fix capacitynobu2014-04-091-0/+11
* * test/ruby/memory_status.rb: require envutil before accessing EnvUtilusa2014-03-311-0/+2
* signal.c: preserve encodingnobu2014-03-311-0/+1
* vm.c: avoid inadvertent pin-downnobu2014-03-311-0/+1
* gc.c: avoid inadvertent pin-downnobu2014-03-301-0/+5
* process.c: preserve encodingsnobu2014-03-301-0/+4
* test_process.rb: test if success?nobu2014-03-301-2/+2
* struct.c: avoid pinning downnobu2014-03-281-0/+4
* string.c: infect match resultnobu2014-03-281-0/+2
* string.c: backref substitutionnobu2014-03-281-0/+2
* string.c: unset $~ if unmatchnobu2014-03-281-0/+8
* string.c: search by rb_str_indexnobu2014-03-271-0/+8
* re.c: class name encodingnobu2014-03-271-0/+3
* test_m17n_comb.rb: refine assertionsnobu2014-03-271-5/+6
* encoding.c: fix encoding of dynsymnobu2014-03-261-0/+1
* encoding.c: enc_capable symbolnobu2014-03-261-0/+3
* parse.y: required kwarg without parenthesesnobu2014-03-251-0/+9
* * test/ruby/test_time.rb: extended the timeout span and reduce the loop count.usa2014-03-251-2/+2
* parse.y: required kwarg without parenthesesnobu2014-03-251-0/+10
* * test/ruby/test_time.rb: use portable time zone. see [ruby-core:61671] [Bug ...usa2014-03-251-1/+1
* test_time.rb: arguments ordernobu2014-03-241-1/+1
* Asia/Tokyo is more portable value for ENV["TZ"] [Bug #9652]naruse2014-03-241-1/+1
* vm_method.c: check if klass is 0nobu2014-03-231-0/+15
* vm_method.c: fix infinite recursionnobu2014-03-201-0/+47
* time.c: freeze and preserve marshal-loaded time zonenormal2014-03-191-0/+15
* * vm_eval.c (eval_string_with_cref): Use file path even if scope issorah2014-03-181-0/+1
* variable.c: avoid memory leak on const redefinitionnormal2014-03-171-0/+8
* vm_insnhelper.c: relax arity checknobu2014-03-133-2/+124