summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2019-03-23file.c: raise NotImplementedError instread of Errno::ENOSYSglass
2019-03-22[DOC] fix markups [ci skip]nobu
2019-02-24Check stx_btime in struct statxnobu
2019-02-22Support File#birthtime on Linuxnobu
2019-02-22Unified rb_file_s_birthtimenobu
2019-02-21Constifiednobu
2019-02-21Path for AT_EMPTY_PATH must not be NULLnobu
2019-02-21Separate fstatx_without_gvl from statx_without_gvlnobu
2019-02-20fix r67097 with castko1
2019-02-20Try statx syscallnobu
2019-02-20revert r67093 because it breaks testsko1
2019-02-20Try statx syscallnobu
2019-02-19* expand tabs.svn
2019-02-19file.c: enable File.birthtime on Linuxglass
2018-10-23file.c: use correct integer-conversion functionmame
2018-10-20Document File.{setuid?,setgid?,sticky?} support for IO objects [Bug #13972]aycabta
2018-10-19array.c, file.c, string.c: [DOC] fix typosstomar
2018-10-13Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu
2018-04-13file.c: chardev is loadablenobu
2018-02-28file.c: realpath on special symlinknobu
2018-02-28file.c: get rid of useless conversionnobu
2018-02-23[DOC] missing docs at toplevelnobu
2018-02-06share ruby_null_devicenobu
2018-01-24ruby/ruby.h: remove unnecessary exports from C-APInormal
2018-01-19there is no guarantee that mode_t is as wide as intshyouhei
2018-01-14exclude flexible array size with old compilersnobu
2018-01-13file.c (struct apply_arg): Use FLEX_ARY_LENmame
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2017-12-22[DOC] Fix indent [ci skip]kazu
2017-12-22[DOC] Remove unmatched parenthesis [ci skip]kazu
2017-12-10support 128bit ino on Windows (if available)usa
2017-12-04[DOC] improve rdoc formatting for links [ci skip]kazu
2017-12-04support nanosec file timestamp on newer Windowsusa
2017-12-04support `File.identical?` on ReFSusa
2017-11-29file.c: File.lutimenobu
2017-11-28file: release GVL for access(2) syscallsnormal
2017-11-26util.h: remove my_getcwdnobu
2017-11-24file.c: simplify eaccess(3) callersnormal
2017-11-21Fix a typokazu
2017-11-20File.mkfifo releases GVLnormal
2017-11-19file.c (rb_file_s_mkfifo): use mode_t instead of intnormal
2017-11-19file.c: fix 64-bit conversion warnings from r60844normal
2017-11-19File.readlink and rb_readlink releases GVLnormal
2017-11-18file: File#truncate and File.truncate release GVLnormal
2017-11-07file.c: improve docs for File#pathstomar
2017-11-01file.c: infect from argumentsnobu
2017-11-01revert r60596 because it cause faulure on TestFile#test_realpath_taintednessko1
2017-11-01file.c: infect from argumentsnobu
2017-10-31use mode_t where applicable (instead of int)normal
2017-10-24file.c: fix possible alignment bugs in r60386normal