aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* file.c: same timespecnobu2015-09-241-1/+4
* file.c: File.mkfifonobu2015-09-181-0/+39
* encindex.h: ENCINDEXnobu2015-09-151-0/+1
* * file.c: access()/eaccess() wrapping methods check more than just uid.hsbt2015-09-121-6/+6
* internal.h: move rb_readlink declarationnobu2015-09-051-2/+0
* file.c: use filesystem encodingnobu2015-09-021-6/+16
* file.c: syserr_fail2_innobu2015-08-281-9/+11
* win32.c: fchmodnobu2015-08-271-4/+10
* file.c: fix messagesnobu2015-08-271-2/+11
* win32.c: fake lchownnobu2015-08-261-0/+3
* win32.c: symlinknobu2015-08-241-0/+2
* 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