index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reuse NIL_OR_UNDEF_P macro
S-H-GAMELINKS
2022-12-02
1
-1
/
+1
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-2
/
+2
*
[Bug #19042] Fix Dir.glob brace with '/'
Hiroshi Shirosaki
2022-10-18
1
-1
/
+1
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-873
/
+873
*
Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BIT
Jean Boussier
2022-07-19
1
-3
/
+3
*
Allow to just warn as bool expected, without an exception
Nobuyoshi Nakada
2022-06-20
1
-1
/
+1
*
dir.c: refresh pathtype when emulating `IFTODT` in `glob_helper`
Yuta Saito
2022-04-03
1
-2
/
+2
*
dir.c: use self-made IFTODT in rb_pathtype_t if available
Yuta Saito
2022-03-02
1
-2
/
+8
*
dir.c: ignore ENOTCAPABLE while glob similar to EACCES
Yuta Saito
2022-01-19
1
-1
/
+5
*
Negative RBOOL usage
Nobuyoshi Nakada
2022-01-01
1
-1
/
+1
*
Removed deprecated Dir.exists? and File.exists?
Nobuyoshi Nakada
2021-12-28
1
-9
/
+0
*
Expect bool as `sort:` option at glob [Feature #18287]
Nobuyoshi Nakada
2021-11-18
1
-1
/
+2
*
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
1
-1
/
+1
*
Replace RBOOL macro
S-H-GAMELINKS
2021-09-05
1
-2
/
+2
*
Actually ignore FNM_CASEFOLD flag in Dir.glob
Jeremy Evans
2021-06-24
1
-1
/
+1
*
dir.rb: moved class rdoc from dir.c
Nobuyoshi Nakada
2021-06-07
1
-79
/
+0
*
[DOC] Moved `File.fnmatch?` to dir.rb
Nobuyoshi Nakada
2021-05-21
1
-94
/
+1
*
What's Here for class Dir (#4472)
Burdette Lamar
2021-05-07
1
-0
/
+69
*
Fix -Wundef warnings for patterns `#if HAVE`
Benoit Daloze
2021-05-04
1
-3
/
+3
*
Fix trivial -Wundef warnings
Benoit Daloze
2021-05-04
1
-1
/
+1
*
[DOC] Adjusted spacing [ci skip]
Nobuyoshi Nakada
2021-04-11
1
-1
/
+1
*
Check stack overflow in recursive glob_helper [Bug #17162]
Nobuyoshi Nakada
2021-01-13
1
-0
/
+2
*
Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]
Nobuyoshi Nakada
2021-01-12
1
-2
/
+8
*
dir.c: chdir conflict should raise only when called in different thread
Yusuke Endoh
2020-12-24
1
-1
/
+3
*
Revert "Removed deprecated Dir.exists? and File.exists?"
Nobuyoshi Nakada
2020-12-02
1
-0
/
+9
*
Removed deprecated Dir.exists? and File.exists?
Nobuyoshi Nakada
2020-12-02
1
-9
/
+0
*
Switch conflicting chdir warning to RuntimeError
Jeremy Evans
2020-09-28
1
-2
/
+3
*
RARRAY_AREF: convert into an inline function
卜部昌平
2020-08-15
1
-0
/
+1
*
glob_opendir: move cleanup codes at the end
卜部昌平
2020-06-29
1
-5
/
+5
*
glob_opendir: do not goto into a branch
卜部昌平
2020-06-29
1
-5
/
+8
*
glob_make_pattern: do not goto into a branch
卜部昌平
2020-06-29
1
-4
/
+6
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Added more NORETURN declarations
Nobuyoshi Nakada
2020-05-11
1
-1
/
+3
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
Show the deprecated name in the warning
Nobuyoshi Nakada
2020-04-07
1
-1
/
+1
*
[DOC] Removed RDoc of deprecated methods [ci skip]
Nobuyoshi Nakada
2020-04-06
1
-6
/
+1
*
Moved `Dir.[]` to dir.rb
Nobuyoshi Nakada
2020-04-06
1
-39
/
+11
*
Moved `Dir.glob` to dir.rb
Nobuyoshi Nakada
2020-04-06
1
-119
/
+27
*
Moved `Dir.open` and `Dir#initialize` to dir.rb
Nobuyoshi Nakada
2020-04-06
1
-52
/
+14
*
Use `rb_warn_deprecated` for `File.exists?` and `Dir.exists?`
Nobuyoshi Nakada
2020-04-06
1
-1
/
+1
*
Fixed crash when argument array is modified
Nobuyoshi Nakada
2020-03-25
1
-1
/
+1
*
more on NULL versus functions.
卜部昌平
2020-02-07
1
-2
/
+2
*
Fixed double closedir
Nobuyoshi Nakada
2020-01-20
1
-2
/
+4
*
Sort globbed results by default [Feature #8709]
Nobuyoshi Nakada
2020-01-19
1
-27
/
+215
*
Made glob option keyword IDs static
Nobuyoshi Nakada
2020-01-18
1
-3
/
+5
*
Fix documentation of Dir#each_child
Seiei Miyagi
2019-12-29
1
-1
/
+1
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-36
/
+44
*
[DOC] Added File::FNM_SYSCASE example [Bug #16391] [ci skip]
Nobuyoshi Nakada
2019-12-04
1
-0
/
+1
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-3
/
+1
[next]