summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2021-11-10size_t is not for file sizeNobuyoshi Nakada
2021-11-10IO::Buffer for scheduler interface.Samuel Williams
2021-11-05[DOC] Fix indent as single paragraph [ci skip]Nobuyoshi Nakada
2021-10-14rb_encoding is already constU.Nakamura
2021-10-14rb_group_member: SimplifyNobuyoshi Nakada
2021-10-04Fix regression on Solaris after change to use realpath on loaded featuresJeremy Evans
2021-10-03Get rid of unused function warning for `_WIN32`xtkoba
2021-10-01Associate the encoding to the found pathNobuyoshi Nakada
2021-09-15Refactor and Using RBOOL macroS.H
2021-09-05Replace RBOOL macroS-H-GAMELINKS
2021-08-24Add stat_time functionS-H-GAMELINKS
2021-08-17[DOC] Fix the rdoc for File::Stat#size? [ci skip]Akinori MUSHA
2021-08-02Using RBOOL macroS.H
2021-07-29Add RBOOL macro and use itS.H
2021-06-21What's Here for Numeric and ComparableBurdette Lamar
2021-05-07What's Here for class File (#4460)Burdette Lamar
2021-04-12Support non-standard `struct stat` [Bug #17793]Nobuyoshi Nakada
2021-04-02Fill the ring-buffer with the fallback valueNobuyoshi Nakada
2021-03-15File.dirname optional levelNobuyoshi Nakada
2021-03-14Explicitly cast __s64 to time_t [Bug #17645]xtkoba (Tee KOBAYASHI)
2021-01-15Keep encoding in the result of File.expand_path [Bug #17517]Nobuyoshi Nakada
2020-12-02Revert "Removed deprecated Dir.exists? and File.exists?"Nobuyoshi Nakada
2020-12-02Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada
2020-09-23Removed rb_find_file_ext_safe and rb_find_file_safeHiroshi SHIBATA
2020-07-07Get rid of the redundant stat() in rb_check_realpath_internalJean Boussier
2020-06-29add UNREACHABLE_RETURN卜部昌平
2020-06-29rb_f_stat: do not goto into a branch卜部昌平
2020-06-23Removed execpath argument of path_check_0 as always TRUE nowNobuyoshi Nakada
2020-06-23Removed fpath_check, no longer used since taint flag was removedNobuyoshi Nakada
2020-05-23Allow Dir.home to work for non-login procs when $HOME not setAlan D. Salewski
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-04-07Show the deprecated name in the warningNobuyoshi Nakada
2020-04-06[DOC] Removed RDoc of deprecated methods [ci skip]Nobuyoshi Nakada
2020-04-06Use `rb_warn_deprecated` for `File.exists?` and `Dir.exists?`Nobuyoshi Nakada
2019-12-26decouple internal.h headers卜部昌平
2019-12-23Revert "Should return "." for File.extname("file.") also on Windows"NAKAMURA Usaku
2019-12-22Should return "." for File.extname("file.") also on WindowsNAKAMURA Usaku
2019-12-16Get rid of infinite recursion at loading transcoderNobuyoshi Nakada
2019-12-03Fixed stack overflow [Bug #16382]Nobuyoshi Nakada
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-10-17[DOC] no change on Windows [Bug #15267] [ci skip]Nobuyoshi Nakada
2019-10-17Fixed File.extname at a name ending with a dotNobuyoshi Nakada
2019-10-14Update documentation for File#{readable,writable,executable}{,_real}? [ci skip]Jeremy Evans
2019-09-27Adjusted spaces [ci skip]Nobuyoshi Nakada
2019-09-05Add `File.absolute_path?` (#2198)David Rodríguez
2019-08-29drop-in type check for rb_define_singleton_method卜部昌平
2019-08-29drop-in type check for rb_define_global_function卜部昌平