summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2021-11-18Expect bool as `sort:` option at glob [Feature #18287]Nobuyoshi Nakada
2021-10-03Using NIL_P macro instead of `== Qnil`S.H
2021-09-05Replace RBOOL macroS-H-GAMELINKS
2021-06-24Actually ignore FNM_CASEFOLD flag in Dir.globJeremy Evans
2021-06-07dir.rb: moved class rdoc from dir.cNobuyoshi Nakada
2021-05-21[DOC] Moved `File.fnmatch?` to dir.rbNobuyoshi Nakada
2021-05-07What's Here for class Dir (#4472)Burdette Lamar
2021-05-04Fix -Wundef warnings for patterns `#if HAVE`Benoit Daloze
2021-05-04Fix trivial -Wundef warningsBenoit Daloze
2021-04-11[DOC] Adjusted spacing [ci skip]Nobuyoshi Nakada
2021-01-13Check stack overflow in recursive glob_helper [Bug #17162]Nobuyoshi Nakada
2021-01-12Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada
2020-12-24dir.c: chdir conflict should raise only when called in different threadYusuke Endoh
2020-12-02Revert "Removed deprecated Dir.exists? and File.exists?"Nobuyoshi Nakada
2020-12-02Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada
2020-09-28Switch conflicting chdir warning to RuntimeErrorJeremy Evans
2020-08-15RARRAY_AREF: convert into an inline function卜部昌平
2020-06-29glob_opendir: move cleanup codes at the end卜部昌平
2020-06-29glob_opendir: do not goto into a branch卜部昌平
2020-06-29glob_make_pattern: do not goto into a branch卜部昌平
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-05-11Added more NORETURN declarationsNobuyoshi Nakada
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-04-07Show the deprecated name in the warningNobuyoshi Nakada
2020-04-06[DOC] Removed RDoc of deprecated methods [ci skip]Nobuyoshi Nakada
2020-04-06Moved `Dir.[]` to dir.rbNobuyoshi Nakada
2020-04-06Moved `Dir.glob` to dir.rbNobuyoshi Nakada
2020-04-06Moved `Dir.open` and `Dir#initialize` to dir.rbNobuyoshi Nakada
2020-04-06Use `rb_warn_deprecated` for `File.exists?` and `Dir.exists?`Nobuyoshi Nakada
2020-03-25Fixed crash when argument array is modifiedNobuyoshi Nakada
2020-02-07more on NULL versus functions.卜部昌平
2020-01-20Fixed double closedirNobuyoshi Nakada
2020-01-19Sort globbed results by default [Feature #8709]Nobuyoshi Nakada
2020-01-18Made glob option keyword IDs staticNobuyoshi Nakada
2019-12-29Fix documentation of Dir#each_childSeiei Miyagi
2019-12-26decouple internal.h headers卜部昌平
2019-12-04[DOC] Added File::FNM_SYSCASE example [Bug #16391] [ci skip]Nobuyoshi Nakada
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-10-13dir.c (join_path_from_pattern): check NULL from mallocYusuke Endoh
2019-10-09avoid overflow in integer multiplication卜部昌平
2019-10-01Fix for wrong fnmatch pattternNobuyoshi Nakada
2019-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans
2019-09-02Prohibit nul-separated glob pattern [Feature #14643] (#2419)Nobuyoshi Nakada
2019-08-27rb_ensure now free from ANYARGS卜部昌平
2019-07-15dir.c (dir_each_entry): remove unnecessary checkYusuke Endoh
2019-03-22[DOC] fix markups [ci skip]nobu
2019-03-21dir.c: fix Dir.glob starts with braceshirosaki
2019-01-16dir.c: fix Dir.glob with braces and matching dirshirosaki