index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dir.c
Age
Commit message (
Expand
)
Author
5 days
Add `RUBY_REFERENCES`
Nobuyoshi Nakada
5 days
Prefix `REF_EDGE` and `REFS_LIST_PTR` with `RUBY_`
Nobuyoshi Nakada
13 days
Implement dir on VWA
Peter Zhu
2023-11-14
[DOC] Link Dir.exist? to File.directory?
Nobuyoshi Nakada
2023-11-14
[DOC] Describe Dir.home
Nobuyoshi Nakada
2023-10-12
M:N thread scheduler for Ractors
Koichi Sasada
2023-09-27
[DOC] Missing comment markers
Nobuyoshi Nakada
2023-07-23
[DOC] RDoc for File::Constants (#8103)
Burdette Lamar
2023-07-18
[ruby/irb] Declare rdoc as dependency
Stan 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-12
Return `errno` as the result instead of the global variable
Nobuyoshi Nakada
2023-04-04
Suppress `-Wdiscarded-qualifiers` warning where `fchdir` is unusable
Nobuyoshi Nakada
2023-03-24
Fix Dir.for_fd call-seq
Jeremy Evans
2023-03-24
Add Dir.for_fd
Jeremy Evans
2023-03-24
Add Dir#chdir
Jeremy Evans
2023-03-24
Add Dir.fchdir
Jeremy Evans
2023-03-17
Implement declarative references for dir_data_type
Matt Valentine-House
2022-12-02
Reuse NIL_OR_UNDEF_P macro
S-H-GAMELINKS
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-10-18
[Bug #19042] Fix Dir.glob brace with '/'
Hiroshi Shirosaki
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-19
Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BIT
Jean Boussier
2022-06-20
Allow to just warn as bool expected, without an exception
Nobuyoshi Nakada
2022-04-03
dir.c: refresh pathtype when emulating `IFTODT` in `glob_helper`
Yuta Saito
2022-03-02
dir.c: use self-made IFTODT in rb_pathtype_t if available
Yuta Saito
2022-01-19
dir.c: ignore ENOTCAPABLE while glob similar to EACCES
Yuta Saito
2022-01-01
Negative RBOOL usage
Nobuyoshi Nakada
2021-12-28
Removed deprecated Dir.exists? and File.exists?
Nobuyoshi Nakada
2021-11-18
Expect bool as `sort:` option at glob [Feature #18287]
Nobuyoshi Nakada
2021-10-03
Using NIL_P macro instead of `== Qnil`
S.H
2021-09-05
Replace RBOOL macro
S-H-GAMELINKS
2021-06-24
Actually ignore FNM_CASEFOLD flag in Dir.glob
Jeremy Evans
2021-06-07
dir.rb: moved class rdoc from dir.c
Nobuyoshi Nakada
2021-05-21
[DOC] Moved `File.fnmatch?` to dir.rb
Nobuyoshi Nakada
2021-05-07
What's Here for class Dir (#4472)
Burdette Lamar
2021-05-04
Fix -Wundef warnings for patterns `#if HAVE`
Benoit Daloze
2021-05-04
Fix trivial -Wundef warnings
Benoit Daloze
2021-04-11
[DOC] Adjusted spacing [ci skip]
Nobuyoshi Nakada
2021-01-13
Check stack overflow in recursive glob_helper [Bug #17162]
Nobuyoshi Nakada
2021-01-12
Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]
Nobuyoshi Nakada
2020-12-24
dir.c: chdir conflict should raise only when called in different thread
Yusuke Endoh
2020-12-02
Revert "Removed deprecated Dir.exists? and File.exists?"
Nobuyoshi Nakada
2020-12-02
Removed deprecated Dir.exists? and File.exists?
Nobuyoshi Nakada
2020-09-28
Switch conflicting chdir warning to RuntimeError
Jeremy Evans
2020-08-15
RARRAY_AREF: convert into an inline function
卜部昌平
2020-06-29
glob_opendir: move cleanup codes at the end
卜部昌平
2020-06-29
glob_opendir: do not goto into a branch
卜部昌平
2020-06-29
glob_make_pattern: do not goto into a branch
卜部昌平
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
[next]