aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/etc/extconf.rb: Build ext/etc unconditionally.akr2014-04-232-23/+27
* skip on SEEK_HOLEnaruse2014-04-231-0/+2
* add uname -rnaruse2014-04-231-0/+1
* * file.c (statfs_fsid): remove statfs.f_fsid because it doesn't returnnaruse2014-04-233-18/+5
* travis doesn't have /proc/version_signaturenaruse2014-04-231-1/+0
* show versionsnaruse2014-04-231-0/+2
* fix to rescue when test-all runs without installationnaruse2014-04-231-1/+4
* file.c: unpack in binarynobu2014-04-233-21/+3
* win32ole.c: suppress warningsnobu2014-04-231-2/+2
* check Linux versionnaruse2014-04-231-0/+3
* fix typonaruse2014-04-231-1/+1
* win32ole.c: fix formatnobu2014-04-231-2/+2
* * configure.in, win32/Makefile.sub: fsid_t is defined in include/ruby/win32.h.usa2014-04-232-1/+3
* check whther ext4+ or notnaruse2014-04-231-2/+4
* file.c: fsid_t may not be definednobu2014-04-232-0/+15
* stringio.c: use rb_str_append other than ASCII-8BITnobu2014-04-233-1/+31
* stringio.c: move GC guardnobu2014-04-231-1/+1
* ruby-additional.el: ruby-encode-unicodenobu2014-04-231-0/+12
* Revert r45670 "stringio.c: use rb_str_append"naruse2014-04-223-19/+2
* * 2014-04-23svn2014-04-221-2/+2
* * win32/win32.c, include/ruby/win32.h (ustatfs): implementation ofusa2014-04-226-1/+83
* * file.c (rb_io_stafs): use statfs(2) if fstatfs(2) is unavailable.usa2014-04-223-1/+13
* stringio.c: use rb_str_appendnobu2014-04-223-2/+19
* file.c: suppress a warningnobu2014-04-221-2/+6
* * file.c (rb_io_statfs): need to define even if the system doesn't haveusa2014-04-223-0/+11
* define File::Statfs only if HAVE_STRUCT_STATFSnaruse2014-04-221-2/+10
* check statfs and skipnaruse2014-04-221-0/+20
* fix a typokazu2014-04-221-1/+1
* refix the point is seeknaruse2014-04-221-4/+8
* fix typonaruse2014-04-221-1/+1
* show what filesystem it is on failurenaruse2014-04-221-2/+2
* * file.c: newly added a class File::Statfs. (experimental)naruse2014-04-225-0/+351
* [DOC]akr2014-04-221-0/+6
* test_io.rb: test with holesnobu2014-04-221-0/+20
* enable test-all and add -j2 on travis-cinaruse2014-04-221-1/+1
* Add to check ruby_2_0_0 and ruby_2_1 (and ruby_2_2) branchnaruse2014-04-221-0/+3
* * gc.c (objspace_malloc_increase): don't cause GC by malloc_increaseko12014-04-212-13/+22
* gc.c: full mark after malloc/reallocnobu2014-04-212-3/+12
* * 2014-04-22svn2014-04-211-2/+2
* gc.c: GC.stress after reallocnobu2014-04-212-1/+6
* * properties.nobu2014-04-210-0/+0
* * string.c (rb_str_coderange_scan_restartable): coderange is alwaysnaruse2014-04-212-3/+10
* * string.c (coderange_scan): remove useless condtion `p < e` afternaruse2014-04-212-33/+24
* * ext/-test-/string/coderange.c: add Bug::String.new#coderange_scannaruse2014-04-213-2/+83
* * string.c (coderange_scan): remove unused logic.naruse2014-04-212-8/+8
* string.c: rename rb_str_splice as rb_str_updatenobu2014-04-211-7/+3
* stringio.c: non-ascii encodingnobu2014-04-213-8/+29
* * 2014-04-21svn2014-04-211-2/+2
* gc.c: fixnum GC stressnobu2014-04-211-3/+13
* ChangeLog: fix typonobu2014-04-201-1/+1