summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2024-03-14[Feature #20244] Issue a single `Warning.warn` callNobuyoshi Nakada
2024-03-14[Feature #20244] Register global variable for another threadNobuyoshi Nakada
2024-03-14[Feature #20244] Show the conflicting another chdir blockNobuyoshi Nakada
2024-03-14[Feature #20244] Extract `chdir_lock` and its stuffsNobuyoshi Nakada
2024-01-24Define `IO_WITHOUT_GVL` macroNobuyoshi Nakada
2024-01-12s/SafeStringValue/StringValue/Xavier Noria
2023-12-18[DOC] Add links from `File::Constants` in dir.c to `File` constantsNobuyoshi Nakada
2023-12-14[DOC] Adjust some new features wording/examples. (#9183)Victor Shepelev
2023-12-11Make Dir#chdir never yield args, and return block return valueJeremy Evans
2023-12-09[DOC] Small fixes for documentation renderingVictor Shepelev
2023-11-30Add `RUBY_REFERENCES`Nobuyoshi Nakada
2023-11-30Prefix `REF_EDGE` and `REFS_LIST_PTR` with `RUBY_`Nobuyoshi Nakada
2023-11-22Implement dir on VWAPeter Zhu
2023-11-14[DOC] Link Dir.exist? to File.directory?Nobuyoshi Nakada
2023-11-14[DOC] Describe Dir.homeNobuyoshi Nakada
2023-10-12M:N thread scheduler for RactorsKoichi Sasada
2023-09-27[DOC] Missing comment markersNobuyoshi Nakada
2023-07-23[DOC] RDoc for File::Constants (#8103)Burdette Lamar
2023-07-18[ruby/irb] Declare rdoc as dependencyStan Lo
2023-07-07[DOC] RDoc for dir.c (#8037)Burdette Lamar
2023-07-05[DOC] RDoc for some of dir.c (#8026)Burdette Lamar
2023-05-12Return `errno` as the result instead of the global variableNobuyoshi Nakada
2023-04-04Suppress `-Wdiscarded-qualifiers` warning where `fchdir` is unusableNobuyoshi Nakada
2023-03-24Fix Dir.for_fd call-seqJeremy Evans
2023-03-24Add Dir.for_fdJeremy Evans
2023-03-24Add Dir#chdirJeremy Evans
2023-03-24Add Dir.fchdirJeremy Evans
2023-03-17Implement declarative references for dir_data_typeMatt Valentine-House
2022-12-02Reuse NIL_OR_UNDEF_P macroS-H-GAMELINKS
2022-11-16Using UNDEF_P macroS-H-GAMELINKS
2022-10-18[Bug #19042] Fix Dir.glob brace with '/'Hiroshi Shirosaki
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-07-19Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BITJean Boussier
2022-06-20Allow to just warn as bool expected, without an exceptionNobuyoshi Nakada
2022-04-03dir.c: refresh pathtype when emulating `IFTODT` in `glob_helper`Yuta Saito
2022-03-02dir.c: use self-made IFTODT in rb_pathtype_t if availableYuta Saito
2022-01-19dir.c: ignore ENOTCAPABLE while glob similar to EACCESYuta Saito
2022-01-01Negative RBOOL usageNobuyoshi Nakada
2021-12-28Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada
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