aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Keep encoding in the result of File.expand_path [Bug #17517]Nobuyoshi Nakada2021-01-151-6/+20
* Revert "Removed deprecated Dir.exists? and File.exists?"Nobuyoshi Nakada2020-12-021-0/+18
* Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada2020-12-021-18/+0
* Removed rb_find_file_ext_safe and rb_find_file_safeHiroshi SHIBATA2020-09-231-14/+0
* Get rid of the redundant stat() in rb_check_realpath_internalJean Boussier2020-07-071-1/+3
* add UNREACHABLE_RETURN卜部昌平2020-06-291-0/+1
* rb_f_stat: do not goto into a branch卜部昌平2020-06-291-9/+9
* Removed execpath argument of path_check_0 as always TRUE nowNobuyoshi Nakada2020-06-231-5/+5
* Removed fpath_check, no longer used since taint flag was removedNobuyoshi Nakada2020-06-231-6/+0
* Allow Dir.home to work for non-login procs when $HOME not setAlan D. Salewski2020-05-231-15/+36
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-2/+16
* Show the deprecated name in the warningNobuyoshi Nakada2020-04-071-1/+1
* [DOC] Removed RDoc of deprecated methods [ci skip]Nobuyoshi Nakada2020-04-061-6/+1
* Use `rb_warn_deprecated` for `File.exists?` and `Dir.exists?`Nobuyoshi Nakada2020-04-061-4/+4
* decouple internal.h headers卜部昌平2019-12-261-59/+74
* Revert "Should return "." for File.extname("file.") also on Windows"NAKAMURA Usaku2019-12-231-17/+5
* Should return "." for File.extname("file.") also on WindowsNAKAMURA Usaku2019-12-221-5/+17
* Get rid of infinite recursion at loading transcoderNobuyoshi Nakada2019-12-161-1/+1
* Fixed stack overflow [Bug #16382]Nobuyoshi Nakada2019-12-031-17/+16
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-16/+0
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-46/+18
* [DOC] no change on Windows [Bug #15267] [ci skip]Nobuyoshi Nakada2019-10-171-1/+4
* Fixed File.extname at a name ending with a dotNobuyoshi Nakada2019-10-171-2/+2
* Update documentation for File#{readable,writable,executable}{,_real}? [ci skip]Jeremy Evans2019-10-141-1/+19
* Adjusted spaces [ci skip]Nobuyoshi Nakada2019-09-271-3/+3
* Add `File.absolute_path?` (#2198)David Rodríguez2019-09-051-0/+20
* drop-in type check for rb_define_singleton_method卜部昌平2019-08-291-20/+32
* drop-in type check for rb_define_global_function卜部昌平2019-08-291-1/+1
* Do not always taint the result of File#pathJeremy Evans2019-07-301-1/+1
* Revert "Do not always taint the result of File#path"Jeremy Evans2019-07-291-1/+1
* Do not always taint the result of File#pathJeremy Evans2019-07-291-1/+1
* file.c: add a NORETURN declaration for statx_notimplementYusuke Endoh2019-07-201-0/+2
* * expand tabs.git2019-07-141-1/+1
* Prefer `rb_error_arity` to `rb_check_arity` when it can be usedYusuke Endoh2019-07-141-6/+7
* Don't use native realpath(3) on SolarisJeremy Evans2019-07-011-0/+5
* * expand tabs.git2019-07-021-27/+27
* Use realpath(3) instead of custom realpath implementation if availableJeremy Evans2019-07-011-3/+83
* Update documentation for File.executable{,_real}? to mention Windows issuesJeremy Evans2019-06-171-0/+8
* file.c: fix compile error with MacPorts gccNobuyoshi Nakada2019-06-081-0/+8
* Always mark the string returned by File.realpath as taintedJeremy Evans2019-04-281-1/+1
* file.c: raise NotImplementedError instread of Errno::ENOSYSglass2019-03-231-1/+11
* [DOC] fix markups [ci skip]nobu2019-03-221-59/+53
* Check stx_btime in struct statxnobu2019-02-241-3/+4
* Support File#birthtime on Linuxnobu2019-02-221-3/+5
* Unified rb_file_s_birthtimenobu2019-02-221-24/+23
* Constifiednobu2019-02-211-10/+10
* Path for AT_EMPTY_PATH must not be NULLnobu2019-02-211-1/+1
* Separate fstatx_without_gvl from statx_without_gvlnobu2019-02-211-18/+22