aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* time.c: fix underflow of unsigned integersnobu2014-05-021-0/+1
* test_io.rb: defer f_typenobu2014-05-021-2/+2
* parse.y: turn dynamically interned Symbol into an IDnobu2014-05-021-6/+8
* * remove trailing spaces.nobu2014-04-301-1/+1
* * vm.c (invoke_block_from_c): add VM_FRAME_FLAG_BMETHOD to recordko12014-04-301-0/+34
* parse.y: pin down dynamic symbol onlynobu2014-04-301-0/+18
* * test/ruby/test_symbol.rb (TestSymbol#test_symbol_gc_1): fix typo.ktsj2014-04-291-1/+1
* * parse.y (symbols_i): like r45492, call rb_gc_resurrect().ktsj2014-04-291-0/+4
* * configure.in: check struct statvfs and struct statvfs.f_fstypename.naruse2014-04-281-1/+4
* * test/ruby/test_enum.rb (test_flat_map): Added test for flat_map.hsbt2014-04-261-0/+22
* compile.c: non-destructive keyword splatnobu2014-04-261-0/+13
* update comment.akr2014-04-261-1/+1
* * test/ruby/test_process.rb (test_rlimit_nofile): Don't limitakr2014-04-251-2/+5
* suppress warnings: assigned but unused variable - posnaruse2014-04-241-2/+0
* suppress warnings: ambiguous first argument; put parentheses or even spacesnaruse2014-04-241-4/+4
* Add test for r45492, r45693, r45698naruse2014-04-241-0/+6
* call to_inaruse2014-04-242-4/+4
* file.c: statfs_inspectnobu2014-04-241-0/+5
* * parse.y (dsym_node_gen): like r45492, call rb_gc_resurrect().naruse2014-04-231-0/+6
* skip on SEEK_HOLEnaruse2014-04-231-0/+2
* * file.c (statfs_fsid): remove statfs.f_fsid because it doesn't returnnaruse2014-04-231-1/+0
* check Linux versionnaruse2014-04-231-0/+3
* fix typonaruse2014-04-231-1/+1
* check whther ext4+ or notnaruse2014-04-231-2/+4
* * 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