aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix r67097 with castko12019-02-201-1/+1
* Try statx syscallnobu2019-02-201-5/+25
* revert r67093 because it breaks testsko12019-02-201-17/+0
* Try statx syscallnobu2019-02-201-0/+17
* * expand tabs.svn2019-02-191-3/+3
* file.c: enable File.birthtime on Linuxglass2019-02-191-1/+84
* file.c: use correct integer-conversion functionmame2018-10-231-4/+4
* Document File.{setuid?,setgid?,sticky?} support for IO objects [Bug #13972]aycabta2018-10-201-0/+6
* array.c, file.c, string.c: [DOC] fix typosstomar2018-10-191-3/+3
* Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu2018-10-131-1/+1
* file.c: chardev is loadablenobu2018-04-131-1/+1
* file.c: realpath on special symlinknobu2018-02-281-5/+11
* file.c: get rid of useless conversionnobu2018-02-281-12/+35
* [DOC] missing docs at toplevelnobu2018-02-231-0/+1
* share ruby_null_devicenobu2018-02-061-2/+2
* ruby/ruby.h: remove unnecessary exports from C-APInormal2018-01-241-1/+1
* there is no guarantee that mode_t is as wide as intshyouhei2018-01-191-2/+2
* exclude flexible array size with old compilersnobu2018-01-141-1/+1
* file.c (struct apply_arg): Use FLEX_ARY_LENmame2018-01-131-2/+2
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+2
* [DOC] Fix indent [ci skip]kazu2017-12-221-1/+1
* [DOC] Remove unmatched parenthesis [ci skip]kazu2017-12-221-1/+1
* support 128bit ino on Windows (if available)usa2017-12-101-13/+8
* [DOC] improve rdoc formatting for links [ci skip]kazu2017-12-041-2/+2
* support nanosec file timestamp on newer Windowsusa2017-12-041-4/+4
* support `File.identical?` on ReFSusa2017-12-041-83/+2
* file.c: File.lutimenobu2017-11-291-13/+66