summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2015-07-07file.c: skip invalid bytenobu
2015-06-18* include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt
2015-06-14file.c: open without gvlnobu
2015-06-13* file.c (rb_stat_ino): get inode from the interval of struct st.naruse
2015-06-12* file.c (File::SHARE_DELETE): new flag to be able to delete opened fileusa
2015-05-16wrapper object before allocnobu
2015-04-11* file.c (rb_f_test): Consider nsec for "=", "<" and ">" for "test"akr
2015-03-23file.c: move rb_readlink on Windowsnobu
2015-03-23win32.c: w32_lstati64nobu
2015-02-20file.c: fix handle leaknobu
2015-01-24ruby.c: replace with real pathnobu
2015-01-21* file.c: Document other cases of missing birthtime on OS with patchzzak
2015-01-19* file.c: NotImplementedError is raised if birthtime is unavailable.zzak
2014-12-25file.c: drop ignored charsnobu
2014-12-01use 0 for reservednobu
2014-11-28file.c: unnecessary #undefnobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-10-21Enable nacl_io in pepper-ruby.yugui
2014-10-11* file.c: include sys/time.h only if HAVE_SYS_TIME_Hyugui
2014-10-11file.c: fix compile error on Linuxnobu
2014-10-11* remove trailing spaces.svn
2014-10-11* file.c (HAVE_UTIMENSAT): disabled for NativeClient.yugui
2014-10-11Fixes build failures on Portable Native Client.yugui
2014-10-11Merges a patch form naclports.yugui
2014-09-21file.c: clear tmp buffer on failuresnormal
2014-07-28add some documents [ci skip]nobu
2014-07-27* file.c: [DOC] Clarify how File.file? handles symbolic links. Alsozzak
2014-07-06* file.c, ext/pathname/pathname.c: [DOC] correct position of method rdoc.ktsj
2014-06-30* file.c: [DOC] document File.join returns a string.hsbt
2014-06-18constify parametersnobu
2014-06-12file.c: shrink expanded pathnobu
2014-06-02encoding.h: constify rb_encodingnobu
2014-06-01constify rb_encoding and OnigEncodingnobu
2014-05-22file.c: birthtime on Windowsnobu
2014-05-22* file.c (stat_birthtime): add birthtime support [Feature #9647]naruse
2014-05-22revert File::Statfs [Feature #9772]naruse
2014-05-05 * file.c (rb_f_test): removed meaningless "case 'a'".tadf
2014-05-02* file.c (HAVE_STRUCT_STATVFS_F_BASETYPE): File::Statfs#fstypenamengoto
2014-05-01add indentkazu
2014-05-01* file.c: Change AND condition to nested condition.kazu
2014-04-30* file.c (FSTATFS): check availability of struct statfs andngoto
2014-04-28new macros for statfs_tkazu
2014-04-28fix preprocessor conditionkazu
2014-04-28file.c: fix typonobu
2014-04-28file.c: fix errors on Windowsnobu
2014-04-28* configure.in (HAVE_STRUCT_STATFS_F_TYPE): check struct statfs.f_typenaruse
2014-04-28* configure.in: check struct statvfs and struct statvfs.f_fstypename.naruse
2014-04-24* file.c (statfs_inspect): suppress warnings.naruse
2014-04-24file.c: statfs_inspectnobu
2014-04-23* file.c (statfs_fsid): remove statfs.f_fsid because it doesn't returnnaruse