aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Add `RUBY_REFERENCES`Nobuyoshi Nakada2023-11-301-2/+3
* Prefix `REF_EDGE` and `REFS_LIST_PTR` with `RUBY_`Nobuyoshi Nakada2023-11-301-2/+2
* Implement dir on VWAPeter Zhu2023-11-221-10/+7
* [DOC] Link Dir.exist? to File.directory?Nobuyoshi Nakada2023-11-141-0/+1
* [DOC] Describe Dir.homeNobuyoshi Nakada2023-11-141-0/+3
* M:N thread scheduler for RactorsKoichi Sasada2023-10-121-2/+2
* [DOC] Missing comment markersNobuyoshi Nakada2023-09-271-1/+1
* [DOC] RDoc for File::Constants (#8103)Burdette Lamar2023-07-231-40/+0
* [ruby/irb] Declare rdoc as dependencyStan Lo2023-07-181-3/+3
* [DOC] RDoc for dir.c (#8037)Burdette Lamar2023-07-071-110/+127
* [DOC] RDoc for some of dir.c (#8026)Burdette Lamar2023-07-051-179/+235
* Return `errno` as the result instead of the global variableNobuyoshi Nakada2023-05-121-4/+3
* Suppress `-Wdiscarded-qualifiers` warning where `fchdir` is unusableNobuyoshi Nakada2023-04-041-3/+2
* Fix Dir.for_fd call-seqJeremy Evans2023-03-241-1/+1
* Add Dir.for_fdJeremy Evans2023-03-241-0/+39
* Add Dir#chdirJeremy Evans2023-03-241-3/+28
* Add Dir.fchdirJeremy Evans2023-03-241-0/+130
* Implement declarative references for dir_data_typeMatt Valentine-House2023-03-171-9/+6
* Reuse NIL_OR_UNDEF_P macroS-H-GAMELINKS2022-12-021-1/+1
* Using UNDEF_P macroS-H-GAMELINKS2022-11-161-2/+2
* [Bug #19042] Fix Dir.glob brace with '/'Hiroshi Shirosaki2022-10-181-1/+1
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-873/+873
* Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BITJean Boussier2022-07-191-3/+3
* Allow to just warn as bool expected, without an exceptionNobuyoshi Nakada2022-06-201-1/+1
* dir.c: refresh pathtype when emulating `IFTODT` in `glob_helper`Yuta Saito2022-04-031-2/+2
* dir.c: use self-made IFTODT in rb_pathtype_t if availableYuta Saito2022-03-021-2/+8
* dir.c: ignore ENOTCAPABLE while glob similar to EACCESYuta Saito2022-01-191-1/+5
* Negative RBOOL usageNobuyoshi Nakada2022-01-011-1/+1
* Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada2021-12-281-9/+0
* Expect bool as `sort:` option at glob [Feature #18287]Nobuyoshi Nakada2021-11-181-1/+2
* Using NIL_P macro instead of `== Qnil`S.H2021-10-031-1/+1
* Replace RBOOL macroS-H-GAMELINKS2021-09-051-2/+2
* Actually ignore FNM_CASEFOLD flag in Dir.globJeremy Evans2021-06-241-1/+1
* dir.rb: moved class rdoc from dir.cNobuyoshi Nakada2021-06-071-79/+0
* [DOC] Moved `File.fnmatch?` to dir.rbNobuyoshi Nakada2021-05-211-94/+1
* What's Here for class Dir (#4472)Burdette Lamar2021-05-071-0/+69
* Fix -Wundef warnings for patterns `#if HAVE`Benoit Daloze2021-05-041-3/+3
* Fix trivial -Wundef warningsBenoit Daloze2021-05-041-1/+1
* [DOC] Adjusted spacing [ci skip]Nobuyoshi Nakada2021-04-111-1/+1
* 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