summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
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
2019-01-09Fix styles [ci skip]nobu
2018-12-05Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-09-26fix "initialize miss".ko1
2018-09-25dir.c: fix glob with recursive and braceshirosaki
2018-09-25dir.c: fix memory leak of glob with bracesshirosaki
2018-09-22dir.c: performance fix with bracesshirosaki
2018-09-21Suppress more -Wparentheses warningsnobu
2018-07-26dir.c: fix glob with base when no DT_UNKNOWNnobu
2018-07-24Revert "dir.c: fix glob with base when no DT_UNKNOWN"naruse
2018-07-17dir.c: fix glob with base when no DT_UNKNOWNnobu