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
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
2018-04-08
[DOC] `*` in glob matches `\n` too [ci skip]
kazu
2018-03-30
dir.c: Dir.glob example
nobu
2018-03-29
dir.c: do not assume NUL terminator
nobu
2018-03-28
dir.c: check NUL bytes
nobu
2018-02-23
[DOC] missing docs at toplevel
nobu
2018-01-24
dir.c: Dir#each_child
nobu
2018-01-22
use predefined IDs
kazu
2018-01-18
dir_closed marked as NORETURN
shyouhei
2018-01-10
dir.c: pass flags to openat(2) correctly
normal
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2017-12-10
support 128bit ino on Windows (if available)
usa
2017-12-09
Dir#chdir keeps GVL if passed block
normal
2017-12-04
support nanosec file timestamp on newer Windows
usa
2017-11-26
util.h: remove my_getcwd
nobu
2017-11-21
Use `const void*` instead of `const char*`
kazu
2017-11-18
Cannot call rb_thread_call_with{out,}_gvl before running VM
usa
2017-11-18
dir.c: openat calls release GVL, too
normal
2017-11-18
dir: release GVL on opendir
normal
2017-11-15
dir.c: revert r60772, r60770, and r60769
normal
2017-11-15
Cannot call rb_thread_call_without_gvl before running VM
usa
2017-11-15
nogvl readdir make SEGV on Windows
usa
2017-11-14
dir.c: release GVL around remaining readdir calls
normal
2017-11-01
dir.c: cast to suppress a warning
nobu
2017-11-01
dir: Dir.mkdir and Dir.rmdir release GVL
normal
2017-10-31
use mode_t where applicable (instead of int)
normal
2017-10-30
dir: Dir.chdir releases GVL
normal
2017-10-27
Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"
naruse
2017-10-23
Drop to support NaCl platform.
hsbt
2017-10-22
dir.c: adjust indent [ci skip]
nobu
2017-10-22
Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]
naruse
2017-10-21
Revert "ignore server side error"
naruse
2017-10-21
ignore server side error
naruse
2017-10-21
Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"
naruse
2017-10-21
Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]
naruse
2017-10-18
Get rid of shadowing local variables
nobu
2017-10-04
Dir.empty? releases GVL
normal
2017-08-08
dir.c: fix up r59527
nobu
2017-08-08
dir.c: fix up r59481 for old kernels
nobu
2017-08-03
dir.c: reduce syscalls
nobu
2017-08-03
dir.c: relative path Dir base
nobu
2017-08-03
dir.c: relax base option
nobu
2017-07-25
dir.c (ruby_brace_expand): RB_GC_GUARD safety
normal
2017-06-12
win32.c: rb_dir_getwd_ospath
nobu
2017-06-08
file.c: realpath in OS path encoding
nobu
2017-06-01
make Dir object WB protected.
ko1
2017-05-27
dir.c: fix FD leaks
nobu
2017-05-26
dir.c: yield without base part
nobu
2017-05-25
dir.c: document base keyword argument of Dir.glob
stomar
2017-05-25
dir.c: docs for Dir.each_child and Dir.children
stomar
2017-05-25
dir.c: Dir.each_child and Dir.children
nobu
[next]