summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
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卜部昌平
2019-07-30Do not always taint the result of File#pathJeremy Evans
2019-07-29Revert "Do not always taint the result of File#path"Jeremy Evans
2019-07-29Do not always taint the result of File#pathJeremy Evans
2019-07-20file.c: add a NORETURN declaration for statx_notimplementYusuke Endoh
2019-07-14* expand tabs.git
2019-07-14Prefer `rb_error_arity` to `rb_check_arity` when it can be usedYusuke Endoh
2019-07-01Don't use native realpath(3) on SolarisJeremy Evans
2019-07-02* expand tabs.git
2019-07-01Use realpath(3) instead of custom realpath implementation if availableJeremy Evans
2019-06-17Update documentation for File.executable{,_real}? to mention Windows issuesJeremy Evans
2019-06-08file.c: fix compile error with MacPorts gccNobuyoshi Nakada
2019-04-28Always mark the string returned by File.realpath as taintedJeremy Evans
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