aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Add tests for `File.extname`nobu2015-07-241-0/+1
* file.c: skip invalid bytenobu2015-07-071-0/+2
* * include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt2015-06-181-33/+0
* file.c: open without gvlnobu2015-06-141-1/+10
* * file.c (rb_stat_ino): get inode from the interval of struct st.naruse2015-06-131-1/+12
* * file.c (File::SHARE_DELETE): new flag to be able to delete opened fileusa2015-06-121-0/+5
* wrapper object before allocnobu2015-05-161-1/+3
* * file.c (rb_f_test): Consider nsec for "=", "<" and ">" for "test"akr2015-04-111-3/+9
* file.c: move rb_readlink on Windowsnobu2015-03-231-0/+2
* win32.c: w32_lstati64nobu2015-03-231-1/+1
* file.c: fix handle leaknobu2015-02-201-2/+28
* ruby.c: replace with real pathnobu2015-01-241-2/+2
* * file.c: Document other cases of missing birthtime on OS with patchzzak2015-01-211-4/+5
* * file.c: NotImplementedError is raised if birthtime is unavailable.zzak2015-01-191-1/+1
* file.c: drop ignored charsnobu2014-12-251-10/+68
* use 0 for reservednobu2014-12-011-1/+1
* file.c: unnecessary #undefnobu2014-11-281-1/+0
* * 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