summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
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
2014-04-23file.c: unpack in binarynobu
2014-04-23file.c: fsid_t may not be definednobu
2014-04-22* win32/win32.c, include/ruby/win32.h (ustatfs): implementation ofusa
2014-04-22* file.c (rb_io_stafs): use statfs(2) if fstatfs(2) is unavailable.usa
2014-04-22file.c: suppress a warningnobu
2014-04-22* file.c (rb_io_statfs): need to define even if the system doesn't haveusa
2014-04-22define File::Statfs only if HAVE_STRUCT_STATFSnaruse
2014-04-22fix typonaruse
2014-04-22* file.c: newly added a class File::Statfs. (experimental)naruse
2014-02-28* file.c: [DOC] Add more documentation for File.basename by @avdi [fix GH-550...hsbt
2014-02-01* file.c (rb_f_test): [DOC] refer to 'character' instead of 'integer'charliesome
2014-01-09* array.c: rdoc clarification for <=>marcandre
2013-12-25file.c: to_uid and to_gidnobu
2013-12-25file.c: proper typesnobu
2013-12-21file.c: destination path onlynobu
2013-11-26file.c: fix buffer overflownobu
2013-11-08file.c: remove unnecessary declarationnobu
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-10-23* file.c: [DOC] fix rdoc format of File#expand_path from r43386zzak
2013-10-22* file.c (File#expand_path): [DOC] improve documentation of File#expand_path.eregon
2013-10-21dir.c: warn Dir.exists?nobu
2013-10-21* file.c (rb_file_exists_p): maybe FileTest.nobu
2013-10-21file.c: warn File.exists?nobu
2013-10-19encoding.c: defer code page tablenobu
2013-10-01file.c: export rb_stat_newnobu