summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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