aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* file: release GVL for access(2) syscallsnormal2017-11-281-10/+45
* util.h: remove my_getcwdnobu2017-11-261-4/+4
* file.c: simplify eaccess(3) callersnormal2017-11-241-9/+10
* Fix a typokazu2017-11-211-1/+1
* File.mkfifo releases GVLnormal2017-11-201-3/+18
* file.c (rb_file_s_mkfifo): use mode_t instead of intnormal2017-11-191-2/+2
* file.c: fix 64-bit conversion warnings from r60844normal2017-11-191-2/+3
* File.readlink and rb_readlink releases GVLnormal2017-11-191-1/+28
* file: File#truncate and File.truncate release GVLnormal2017-11-181-40/+71
* file.c: improve docs for File#pathstomar2017-11-071-2/+3
* file.c: infect from argumentsnobu2017-11-011-1/+1
* revert r60596 because it cause faulure on TestFile#test_realpath_taintednessko12017-11-011-1/+1
* file.c: infect from argumentsnobu2017-11-011-1/+1
* use mode_t where applicable (instead of int)normal2017-10-311-10/+10
* file.c: fix possible alignment bugs in r60386normal2017-10-241-23/+8
* file.c: apply2files releases GVLnormal2017-10-241-45/+114
* Drop to support NaCl platform.hsbt2017-10-231-37/+0
* Improve docs for `File.delete` exceptions.hsbt2017-10-211-0/+6
* Get rid of shadowing local variablesnobu2017-10-181-3/+3
* file.c: ALT_SEPARATOR on cygwinnobu2017-10-111-0/+2
* file.c: release GVL around lstat(2)normal2017-10-031-6/+27
* file.c: release GVL in File.{setuid?,setgid?,sticky?}normal2017-10-031-3/+1
* use `ra` instead of new variables.ko12017-10-021-5/+3
* catch up r60088 for DOSISH.ko12017-10-021-0/+2
* File#rename releases GVLnormal2017-10-011-4/+18
* file.c: remove unnecessary volatile usenormal2017-10-011-4/+6
* Release gvl while doing (f)statnobu2017-09-261-2/+32
* file.c: rb_check_realpathnobu2017-09-211-18/+59
* file.c: [DOC] separators at dirname and basenamenobu2017-09-161-4/+6
* File#path: Raise IOError when a file is O_TMPFILEsorah2017-08-311-2/+9
* file.c: [DOC] File.mkfifonobu2017-07-291-1/+1
* file.c: realpath in OS path encodingnobu2017-06-081-10/+24