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
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
2018-09-25
dir.c: fix glob with recursive and brace
shirosaki
2018-09-25
dir.c: fix memory leak of glob with braces
shirosaki
2018-09-22
dir.c: performance fix with braces
shirosaki
2018-09-21
Suppress more -Wparentheses warnings
nobu
2018-07-26
dir.c: fix glob with base when no DT_UNKNOWN
nobu
2018-07-24
Revert "dir.c: fix glob with base when no DT_UNKNOWN"
naruse
2018-07-17
dir.c: fix glob with base when no DT_UNKNOWN
nobu
2018-07-09
dir.c: fix directory glob
nobu
2018-06-22
dir.c: define O_CLOEXEC for older systems
normal
2018-04-19
dir.c: warning for NUL
nobu
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
[next]