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
ruby_3_3
ruby_3_4
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
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|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
Added more NORETURN declarations
Nobuyoshi Nakada
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-07
Show the deprecated name in the warning
Nobuyoshi Nakada
2020-04-06
[DOC] Removed RDoc of deprecated methods [ci skip]
Nobuyoshi Nakada
2020-04-06
Moved `Dir.[]` to dir.rb
Nobuyoshi Nakada
2020-04-06
Moved `Dir.glob` to dir.rb
Nobuyoshi Nakada
2020-04-06
Moved `Dir.open` and `Dir#initialize` to dir.rb
Nobuyoshi Nakada
2020-04-06
Use `rb_warn_deprecated` for `File.exists?` and `Dir.exists?`
Nobuyoshi Nakada
2020-03-25
Fixed crash when argument array is modified
Nobuyoshi Nakada
2020-02-07
more on NULL versus functions.
卜部昌平
2020-01-20
Fixed double closedir
Nobuyoshi Nakada
2020-01-19
Sort globbed results by default [Feature #8709]
Nobuyoshi Nakada
2020-01-18
Made glob option keyword IDs static
Nobuyoshi Nakada
2019-12-29
Fix documentation of Dir#each_child
Seiei Miyagi
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-04
[DOC] Added File::FNM_SYSCASE example [Bug #16391] [ci skip]
Nobuyoshi Nakada
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-10-13
dir.c (join_path_from_pattern): check NULL from malloc
Yusuke Endoh
2019-10-09
avoid overflow in integer multiplication
卜部昌平
2019-10-01
Fix for wrong fnmatch patttern
Nobuyoshi Nakada
2019-09-25
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-09-02
Prohibit nul-separated glob pattern [Feature #14643] (#2419)
Nobuyoshi Nakada
2019-08-27
rb_ensure now free from ANYARGS
卜部昌平
2019-07-15
dir.c (dir_each_entry): remove unnecessary check
Yusuke Endoh
2019-03-22
[DOC] fix markups [ci skip]
nobu
2019-03-21
dir.c: fix Dir.glob starts with brace
shirosaki
2019-01-16
dir.c: fix Dir.glob with braces and matching dir
shirosaki
2019-01-09
Fix styles [ci skip]
nobu
2018-12-05
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-09-26
fix "initialize miss".
ko1
[next]