summaryrefslogtreecommitdiffstats
path: root/file.c (follow)
Commit message (Expand)AuthorAgeLines
* [DOC] Replace with IO@ModesPeter Zhu2022-02-07-1/+1
* [DOC] Use RDoc link style for links in the same class/modulePeter Zhu2022-02-07-4/+4
* [DOC] Use RDoc link style for links to other classes/modulesPeter Zhu2022-02-07-2/+2
* [DOC] Fix links in documentation for File and IOPeter Zhu2022-02-07-1/+1
* File rdoc (#5438)Burdette Lamar2022-01-13-28/+59
* Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada2021-12-28-18/+0
* Adjust styles [ci skip]Nobuyoshi Nakada2021-12-24-1/+2
* Improved exception usage/classes.Samuel Williams2021-12-21-10/+14
* size_t is not for file sizeNobuyoshi Nakada2021-11-10-2/+3
* IO::Buffer for scheduler interface.Samuel Williams2021-11-10-7/+14
* [DOC] Fix indent as single paragraph [ci skip]Nobuyoshi Nakada2021-11-05-1/+1
* rb_encoding is already constU.Nakamura2021-10-14-1/+1
* rb_group_member: SimplifyNobuyoshi Nakada2021-10-14-20/+4
* Fix regression on Solaris after change to use realpath on loaded featuresJeremy Evans2021-10-04-1/+27
* Get rid of unused function warning for `_WIN32`xtkoba2021-10-03-1/+1
* Associate the encoding to the found pathNobuyoshi Nakada2021-10-01-0/+4
* Refactor and Using RBOOL macroS.H2021-09-15-10/+5
* Replace RBOOL macroS-H-GAMELINKS2021-09-05-14/+14
* Add stat_time functionS-H-GAMELINKS2021-08-24-6/+9
* [DOC] Fix the rdoc for File::Stat#size? [ci skip]Akinori MUSHA2021-08-17-3/+5
* Using RBOOL macroS.H2021-08-02-2/+0
* Add RBOOL macro and use itS.H2021-07-29-12/+8
* What's Here for Numeric and ComparableBurdette Lamar2021-06-21-4/+5
* What's Here for class File (#4460)Burdette Lamar2021-05-07-0/+132
* Support non-standard `struct stat` [Bug #17793]Nobuyoshi Nakada2021-04-12-0/+16
* Fill the ring-buffer with the fallback valueNobuyoshi Nakada2021-04-02-2/+1
* File.dirname optional levelNobuyoshi Nakada2021-03-15-6/+57
* Explicitly cast __s64 to time_t [Bug #17645]xtkoba (Tee KOBAYASHI)2021-03-14-1/+1
* Keep encoding in the result of File.expand_path [Bug #17517]Nobuyoshi Nakada2021-01-15-6/+20
* Revert "Removed deprecated Dir.exists? and File.exists?"Nobuyoshi Nakada2020-12-02-0/+18
* Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada2020-12-02-18/+0
* Removed rb_find_file_ext_safe and rb_find_file_safeHiroshi SHIBATA2020-09-23-14/+0
* Get rid of the redundant stat() in rb_check_realpath_internalJean Boussier2020-07-07-1/+3
* add UNREACHABLE_RETURN卜部昌平2020-06-29-0/+1
* rb_f_stat: do not goto into a branch卜部昌平2020-06-29-9/+9
* Removed execpath argument of path_check_0 as always TRUE nowNobuyoshi Nakada2020-06-23-5/+5
* Removed fpath_check, no longer used since taint flag was removedNobuyoshi Nakada2020-06-23-6/+0
* Allow Dir.home to work for non-login procs when $HOME not setAlan D. Salewski2020-05-23-15/+36
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-11-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-11-1/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-08-2/+16
* Show the deprecated name in the warningNobuyoshi Nakada2020-04-07-1/+1
* [DOC] Removed RDoc of deprecated methods [ci skip]Nobuyoshi Nakada2020-04-06-6/+1
* Use `rb_warn_deprecated` for `File.exists?` and `Dir.exists?`Nobuyoshi Nakada2020-04-06-4/+4
* decouple internal.h headers卜部昌平2019-12-26-59/+74
* Revert "Should return "." for File.extname("file.") also on Windows"NAKAMURA Usaku2019-12-23-17/+5
* Should return "." for File.extname("file.") also on WindowsNAKAMURA Usaku2019-12-22-5/+17
* Get rid of infinite recursion at loading transcoderNobuyoshi Nakada2019-12-16-1/+1
* Fixed stack overflow [Bug #16382]Nobuyoshi Nakada2019-12-03-17/+16
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-18-16/+0