summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2018-01-10dir.c: pass flags to openat(2) correctlynormal
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2017-12-10support 128bit ino on Windows (if available)usa
2017-12-09Dir#chdir keeps GVL if passed blocknormal
2017-12-04support nanosec file timestamp on newer Windowsusa
2017-11-26util.h: remove my_getcwdnobu
2017-11-21Use `const void*` instead of `const char*`kazu
2017-11-18Cannot call rb_thread_call_with{out,}_gvl before running VMusa
2017-11-18dir.c: openat calls release GVL, toonormal
2017-11-18dir: release GVL on opendirnormal
2017-11-15dir.c: revert r60772, r60770, and r60769normal
2017-11-15Cannot call rb_thread_call_without_gvl before running VMusa
2017-11-15nogvl readdir make SEGV on Windowsusa
2017-11-14dir.c: release GVL around remaining readdir callsnormal
2017-11-01dir.c: cast to suppress a warningnobu
2017-11-01dir: Dir.mkdir and Dir.rmdir release GVLnormal
2017-10-31use mode_t where applicable (instead of int)normal
2017-10-30dir: Dir.chdir releases GVLnormal
2017-10-27Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"naruse
2017-10-23Drop to support NaCl platform.hsbt
2017-10-22dir.c: adjust indent [ci skip]nobu
2017-10-22Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]naruse
2017-10-21Revert "ignore server side error"naruse
2017-10-21ignore server side errornaruse
2017-10-21Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"naruse
2017-10-21Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]naruse
2017-10-18Get rid of shadowing local variablesnobu
2017-10-04Dir.empty? releases GVLnormal
2017-08-08dir.c: fix up r59527nobu
2017-08-08dir.c: fix up r59481 for old kernelsnobu
2017-08-03dir.c: reduce syscallsnobu
2017-08-03dir.c: relative path Dir basenobu
2017-08-03dir.c: relax base optionnobu
2017-07-25dir.c (ruby_brace_expand): RB_GC_GUARD safetynormal
2017-06-12win32.c: rb_dir_getwd_ospathnobu
2017-06-08file.c: realpath in OS path encodingnobu
2017-06-01make Dir object WB protected.ko1
2017-05-27dir.c: fix FD leaksnobu
2017-05-26dir.c: yield without base partnobu
2017-05-25dir.c: document base keyword argument of Dir.globstomar
2017-05-25dir.c: docs for Dir.each_child and Dir.childrenstomar
2017-05-25dir.c: Dir.each_child and Dir.childrennobu
2017-05-25dir.c: dir_each_entriesnobu
2017-05-24dir.c: prefer NAMLEN to d_namenobu
2017-05-23Dir as base optionnobu
2017-05-23Dir.glob base optionnobu
2017-05-18potential memory leaknobu
2017-05-16rb_w32_ugetcwd: UTF-8 version getcwdnobu
2017-05-04dir.c: [DOC] Properly refer to keyword argument by its name [Fix GH-1543]ktsj
2017-03-27dir.c: err at glob failurenobu