aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Added File::FNM_SYSCASE example [Bug #16391] [ci skip]Nobuyoshi Nakada2019-12-041-0/+1
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-3/+1
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-1/+0
* dir.c (join_path_from_pattern): check NULL from mallocYusuke Endoh2019-10-131-2/+4
* avoid overflow in integer multiplication卜部昌平2019-10-091-1/+13
* Fix for wrong fnmatch pattternNobuyoshi Nakada2019-10-011-1/+1
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-1/+1
* Prohibit nul-separated glob pattern [Feature #14643] (#2419)Nobuyoshi Nakada2019-09-021-24/+7
* rb_ensure now free from ANYARGS卜部昌平2019-08-271-2/+4
* dir.c (dir_each_entry): remove unnecessary checkYusuke Endoh2019-07-151-1/+0
* [DOC] fix markups [ci skip]nobu2019-03-221-27/+22
* dir.c: fix Dir.glob starts with braceshirosaki2019-03-211-0/+29
* dir.c: fix Dir.glob with braces and matching dirshirosaki2019-01-161-0/+4
* Fix styles [ci skip]nobu2019-01-091-1/+2
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-051-3/+2
* fix "initialize miss".ko12018-09-261-0/+1
* dir.c: fix glob with recursive and braceshirosaki2018-09-251-17/+5
* dir.c: fix memory leak of glob with bracesshirosaki2018-09-251-5/+25
* dir.c: performance fix with bracesshirosaki2018-09-221-30/+138
* Suppress more -Wparentheses warningsnobu2018-09-211-1/+1
* dir.c: fix glob with base when no DT_UNKNOWNnobu2018-07-261-16/+25
* Revert "dir.c: fix glob with base when no DT_UNKNOWN"naruse2018-07-241-7/+7
* dir.c: fix glob with base when no DT_UNKNOWNnobu2018-07-171-7/+7
* dir.c: fix directory globnobu2018-07-091-3/+4
* dir.c: define O_CLOEXEC for older systemsnormal2018-06-221-0/+4
* dir.c: warning for NULnobu2018-04-191-0/+5
* [DOC] `*` in glob matches `\n` too [ci skip]kazu2018-04-081-1/+1
* dir.c: Dir.glob examplenobu2018-03-301-0/+1
* dir.c: do not assume NUL terminatornobu2018-03-291-10/+13
* dir.c: check NUL bytesnobu2018-03-281-14/+12
* [DOC] missing docs at toplevelnobu2018-02-231-0/+31
* dir.c: Dir#each_childnobu2018-01-241-0/+9
* use predefined IDskazu2018-01-221-1/+2
* dir_closed marked as NORETURNshyouhei2018-01-181-0/+2
* dir.c: pass flags to openat(2) correctlynormal2018-01-101-2/+2
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+2
* support 128bit ino on Windows (if available)usa2017-12-101-2/+2
* Dir#chdir keeps GVL if passed blocknormal2017-12-091-6/+8
* 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