aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* support nanosec file timestamp on newer Windowsusa2017-12-041-2/+2
* util.h: remove my_getcwdnobu2017-11-261-1/+1
* Use `const void*` instead of `const char*`kazu2017-11-211-1/+1
* Cannot call rb_thread_call_with{out,}_gvl before running VMusa2017-11-181-5/+17
* dir.c: openat calls release GVL, toonormal2017-11-181-42/+77
* dir: release GVL on opendirnormal2017-11-181-5/+23
* dir.c: revert r60772, r60770, and r60769normal2017-11-151-30/+11
* Cannot call rb_thread_call_without_gvl before running VMusa2017-11-151-5/+4
* nogvl readdir make SEGV on Windowsusa2017-11-151-0/+4
* dir.c: release GVL around remaining readdir callsnormal2017-11-141-11/+27
* dir.c: cast to suppress a warningnobu2017-11-011-1/+1
* dir: Dir.mkdir and Dir.rmdir release GVLnormal2017-11-011-5/+34
* use mode_t where applicable (instead of int)normal2017-10-311-2/+2
* dir: Dir.chdir releases GVLnormal2017-10-301-1/+13
* Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"naruse2017-10-271-82/+10
* Drop to support NaCl platform.hsbt2017-10-231-4/+0
* dir.c: adjust indent [ci skip]nobu2017-10-221-44/+45
* Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]naruse2017-10-221-10/+81
* Revert "ignore server side error"naruse2017-10-211-76/+8
* ignore server side errornaruse2017-10-211-8/+76
* Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"naruse2017-10-211-76/+8
* Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]naruse2017-10-211-8/+76
* Get rid of shadowing local variablesnobu2017-10-181-2/+2
* Dir.empty? releases GVLnormal2017-10-041-24/+48
* dir.c: fix up r59527nobu2017-08-081-1/+2
* dir.c: fix up r59481 for old kernelsnobu2017-08-081-6/+10
* dir.c: reduce syscallsnobu2017-08-031-6/+4
* dir.c: relative path Dir basenobu2017-08-031-5/+8
* dir.c: relax base optionnobu2017-08-031-1/+2
* dir.c (ruby_brace_expand): RB_GC_GUARD safetynormal2017-07-251-6/+6
* win32.c: rb_dir_getwd_ospathnobu2017-06-121-4/+3
* file.c: realpath in OS path encodingnobu2017-06-081-9/+24
* make Dir object WB protected.ko12017-06-011-5/+5
* dir.c: fix FD leaksnobu2017-05-271-2/+2
* dir.c: yield without base partnobu2017-05-261-11/+22
* dir.c: document base keyword argument of Dir.globstomar2017-05-251-9/+18
* dir.c: docs for Dir.each_child and Dir.childrenstomar2017-05-251-2/+2
* dir.c: Dir.each_child and Dir.childrennobu2017-05-251-4/+81
* dir.c: dir_each_entriesnobu2017-05-251-3/+25
* dir.c: prefer NAMLEN to d_namenobu2017-05-241-5/+5
* Dir as base optionnobu2017-05-231-21/+83
* Dir.glob base optionnobu2017-05-231-21/+56
* potential memory leaknobu2017-05-181-0/+6
* rb_w32_ugetcwd: UTF-8 version getcwdnobu2017-05-161-1/+7
* dir.c: [DOC] Properly refer to keyword argument by its name [Fix GH-1543]ktsj2017-05-041-4/+4
* dir.c: err at glob failurenobu2017-03-271-19/+100
* remove branches in dmark and dfree GC callbacksnormal2017-03-171-3/+2
* dir.c: getattrlist on OSX 10.5nobu2017-01-011-2/+12
* dir.c: merge rb_glob2 into rb_globnobu2016-11-051-17/+6
* dir.c: suppress a warningnobu2016-10-311-1/+1