aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dir.c: retry glob with GCnobu2016-10-211-2/+13
* dir.c: use rb_gc_for_fdnobu2016-10-211-4/+3
* dir.c: inline to_be_ignorednobu2016-10-211-1/+6
* prefer rb_syserr_failnobu2016-10-211-4/+6
* rb_funcallvnobu2016-07-291-1/+1
* Name USE_NAME_ON_FS constantsnobu2016-06-201-9/+14
* dir.c (dir_close): update RDoc for 2.3 #close changenormal2016-05-221-2/+2
* dir.c: paths as UTF-8nobu2016-02-201-3/+3
* dir.c: Dir.empty?nobu2016-02-161-0/+91
* * compile.c: fix typos.hsbt2015-12-141-1/+1