aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Check stack overflow in recursive glob_helper [Bug #17162]Nobuyoshi Nakada2021-01-131-0/+2
* Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada2021-01-121-2/+8
* dir.c: chdir conflict should raise only when called in different threadYusuke Endoh2020-12-241-1/+3
* Revert "Removed deprecated Dir.exists? and File.exists?"Nobuyoshi Nakada2020-12-021-0/+9
* Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada2020-12-021-9/+0
* Switch conflicting chdir warning to RuntimeErrorJeremy Evans2020-09-281-2/+3
* RARRAY_AREF: convert into an inline function卜部昌平2020-08-151-0/+1
* glob_opendir: move cleanup codes at the end卜部昌平2020-06-291-5/+5
* glob_opendir: do not goto into a branch卜部昌平2020-06-291-5/+8
* glob_make_pattern: do not goto into a branch卜部昌平2020-06-291-4/+6
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* Added more NORETURN declarationsNobuyoshi Nakada2020-05-111-1/+3
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+1
* Show the deprecated name in the warningNobuyoshi Nakada2020-04-071-1/+1
* [DOC] Removed RDoc of deprecated methods [ci skip]Nobuyoshi Nakada2020-04-061-6/+1
* Moved `Dir.[]` to dir.rbNobuyoshi Nakada2020-04-061-39/+11
* Moved `Dir.glob` to dir.rbNobuyoshi Nakada2020-04-061-119/+27
* Moved `Dir.open` and `Dir#initialize` to dir.rbNobuyoshi Nakada2020-04-061-52/+14
* Use `rb_warn_deprecated` for `File.exists?` and `Dir.exists?`Nobuyoshi Nakada2020-04-061-1/+1
* Fixed crash when argument array is modifiedNobuyoshi Nakada2020-03-251-1/+1
* more on NULL versus functions.卜部昌平2020-02-071-2/+2
* Fixed double closedirNobuyoshi Nakada2020-01-201-2/+4
* Sort globbed results by default [Feature #8709]Nobuyoshi Nakada2020-01-191-27/+215
* Made glob option keyword IDs staticNobuyoshi Nakada2020-01-181-3/+5
* Fix documentation of Dir#each_childSeiei Miyagi2019-12-291-1/+1
* decouple internal.h headers卜部昌平2019-12-261-36/+44
* [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