aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-2/+1
* Enable nacl_io in pepper-ruby.yugui2014-10-211-3/+0
* * file.c: include sys/time.h only if HAVE_SYS_TIME_Hyugui2014-10-111-1/+3
* file.c: fix compile error on Linuxnobu2014-10-111-1/+1
* * remove trailing spaces.svn2014-10-111-1/+1
* * file.c (HAVE_UTIMENSAT): disabled for NativeClient.yugui2014-10-111-5/+9
* Fixes build failures on Portable Native Client.yugui2014-10-111-6/+7
* Merges a patch form naclports.yugui2014-10-111-1/+9
* file.c: clear tmp buffer on failuresnormal2014-09-211-0/+2
* add some documents [ci skip]nobu2014-07-281-1/+6
* * file.c: [DOC] Clarify how File.file? handles symbolic links. Alsozzak2014-07-271-4/+6
* * file.c, ext/pathname/pathname.c: [DOC] correct position of method rdoc.ktsj2014-07-061-3/+3
* * file.c: [DOC] document File.join returns a string.hsbt2014-06-301-1/+1
* constify parametersnobu2014-06-181-2/+2
* file.c: shrink expanded pathnobu2014-06-121-3/+14
* encoding.h: constify rb_encodingnobu2014-06-021-9/+9
* constify rb_encoding and OnigEncodingnobu2014-06-011-9/+9
* file.c: birthtime on Windowsnobu2014-05-221-0/+1
* * file.c (stat_birthtime): add birthtime support [Feature #9647]naruse2014-05-221-1/+111
* revert File::Statfs [Feature #9772]naruse2014-05-221-385/+0
* * file.c (rb_f_test): removed meaningless "case 'a'".tadf2014-05-051-1/+0
* * file.c (HAVE_STRUCT_STATVFS_F_BASETYPE): File::Statfs#fstypenamengoto2014-05-021-1/+4
* add indentkazu2014-05-011-14/+14
* * file.c: Change AND condition to nested condition.kazu2014-05-011-5/+6
* * file.c (FSTATFS): check availability of struct statfs andngoto2014-04-301-2/+2
* new macros for statfs_tkazu2014-04-281-8/+20
* fix preprocessor conditionkazu2014-04-281-1/+1
* file.c: fix typonobu2014-04-281-2/+2
* file.c: fix errors on Windowsnobu2014-04-281-14/+18
* * configure.in (HAVE_STRUCT_STATFS_F_TYPE): check struct statfs.f_typenaruse2014-04-281-2/+2
* * configure.in: check struct statvfs and struct statvfs.f_fstypename.naruse2014-04-281-27/+49
* * file.c (statfs_inspect): suppress warnings.naruse2014-04-241-4/+4
* file.c: statfs_inspectnobu2014-04-241-0/+38
* * file.c (statfs_fsid): remove statfs.f_fsid because it doesn't returnnaruse2014-04-231-17/+0
* file.c: unpack in binarynobu2014-04-231-10/+3
* file.c: fsid_t may not be definednobu2014-04-231-0/+4
* * win32/win32.c, include/ruby/win32.h (ustatfs): implementation ofusa2014-04-221-1/+7
* * file.c (rb_io_stafs): use statfs(2) if fstatfs(2) is unavailable.usa2014-04-221-1/+6
* 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-221-0/+2
* define File::Statfs only if HAVE_STRUCT_STATFSnaruse2014-04-221-2/+10
* fix typonaruse2014-04-221-1/+1
* * file.c: newly added a class File::Statfs. (experimental)naruse2014-04-221-0/+300
* * file.c: [DOC] Add more documentation for File.basename by @avdi [fix GH-550...hsbt2014-02-281-1/+3
* * file.c (rb_f_test): [DOC] refer to 'character' instead of 'integer'charliesome2014-02-011-1/+1
* * array.c: rdoc clarification for <=>marcandre2014-01-091-1/+1
* file.c: to_uid and to_gidnobu2013-12-251-26/+24
* file.c: proper typesnobu2013-12-251-3/+4
* file.c: destination path onlynobu2013-12-211-0/+3
* file.c: fix buffer overflownobu2013-11-261-0/+1