aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* explicitly specify ::Filenaruse2014-04-101-6/+6
* * test/ruby/test_gc.rb: more long timeout.ko12014-04-091-1/+1
* string.c: fix capacitynobu2014-04-091-0/+11
* * lib/matrix.rb: Add Matrix#cofactor [fix GH-568]marcandre2014-04-061-0/+11
* * lib/matrix.rb: Add first_minor [fix GH-568]marcandre2014-04-061-0/+12
* * test/matrix/test_matrix: Add tests for trivial cases [fix GH-576]marcandre2014-04-061-0/+3
* * lib/matrix: Handle empty diagonal matrix case [fix GH-576]marcandre2014-04-061-0/+1
* dln.c: non-ascii path on Windowsnobu2014-04-051-0/+22
* * ext/date/date_core.c (d_lite_cmp): should compare with #<.tadf2014-04-051-0/+2