aboutsummaryrefslogtreecommitdiffstats
path: root/test
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
* test_inadvertent_creation.rb: use Symbol.findnobu2014-04-301-2/+2
* * 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
* * ext/date/date_strptime.c (date__strptime_internal): do not overwrite century.tadf2014-04-271-0/+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
* stringio.c: use rb_str_append other than ASCII-8BITnobu2014-04-231-0/+18
* Revert r45670 "stringio.c: use rb_str_append"naruse2014-04-221-11/+0
* stringio.c: use rb_str_appendnobu2014-04-221-0/+11
* * 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
* * ext/-test-/string/coderange.c: add Bug::String.new#coderange_scannaruse2014-04-211-0/+59
* stringio.c: non-ascii encodingnobu2014-04-211-0/+16
* * 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
* * test/fileutils/test_fileutils.rb: revert r45600.nobu2014-04-161-1/+1
* test_fileutils.rb: test :preserve optionnobu2014-04-161-1/+1
* ossl_pkey.c: fix memory leaknobu2014-04-161-0/+30
* proc.c: use already included ancestor iclassnobu2014-04-141-1/+18
* * bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr2014-04-134-4/+4
* 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