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
/
file.c
Age
Commit message (
Expand
)
Author
2019-08-29
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
drop-in type check for rb_define_global_function
卜部昌平
2019-07-30
Do not always taint the result of File#path
Jeremy Evans
2019-07-29
Revert "Do not always taint the result of File#path"
Jeremy Evans
2019-07-29
Do not always taint the result of File#path
Jeremy Evans
2019-07-20
file.c: add a NORETURN declaration for statx_notimplement
Yusuke Endoh
2019-07-14
* expand tabs.
git
2019-07-14
Prefer `rb_error_arity` to `rb_check_arity` when it can be used
Yusuke Endoh
2019-07-01
Don't use native realpath(3) on Solaris
Jeremy Evans
2019-07-02
* expand tabs.
git
2019-07-01
Use realpath(3) instead of custom realpath implementation if available
Jeremy Evans
2019-06-17
Update documentation for File.executable{,_real}? to mention Windows issues
Jeremy Evans
2019-06-08
file.c: fix compile error with MacPorts gcc
Nobuyoshi Nakada
2019-04-28
Always mark the string returned by File.realpath as tainted
Jeremy Evans
2019-03-23
file.c: raise NotImplementedError instread of Errno::ENOSYS
glass
2019-03-22
[DOC] fix markups [ci skip]
nobu
2019-02-24
Check stx_btime in struct statx
nobu
2019-02-22
Support File#birthtime on Linux
nobu
2019-02-22
Unified rb_file_s_birthtime
nobu
2019-02-21
Constified
nobu
2019-02-21
Path for AT_EMPTY_PATH must not be NULL
nobu
2019-02-21
Separate fstatx_without_gvl from statx_without_gvl
nobu
2019-02-20
fix r67097 with cast
ko1
2019-02-20
Try statx syscall
nobu
2019-02-20
revert r67093 because it breaks tests
ko1
2019-02-20
Try statx syscall
nobu
2019-02-19
* expand tabs.
svn
2019-02-19
file.c: enable File.birthtime on Linux
glass
2018-10-23
file.c: use correct integer-conversion function
mame
2018-10-20
Document File.{setuid?,setgid?,sticky?} support for IO objects [Bug #13972]
aycabta
2018-10-19
array.c, file.c, string.c: [DOC] fix typos
stomar
2018-10-13
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-04-13
file.c: chardev is loadable
nobu
2018-02-28
file.c: realpath on special symlink
nobu
2018-02-28
file.c: get rid of useless conversion
nobu
2018-02-23
[DOC] missing docs at toplevel
nobu
2018-02-06
share ruby_null_device
nobu
2018-01-24
ruby/ruby.h: remove unnecessary exports from C-API
normal
2018-01-19
there is no guarantee that mode_t is as wide as int
shyouhei
2018-01-14
exclude flexible array size with old compilers
nobu
2018-01-13
file.c (struct apply_arg): Use FLEX_ARY_LEN
mame
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2017-12-22
[DOC] Fix indent [ci skip]
kazu
2017-12-22
[DOC] Remove unmatched parenthesis [ci skip]
kazu
2017-12-10
support 128bit ino on Windows (if available)
usa
2017-12-04
[DOC] improve rdoc formatting for links [ci skip]
kazu
2017-12-04
support nanosec file timestamp on newer Windows
usa
2017-12-04
support `File.identical?` on ReFS
usa
2017-11-29
file.c: File.lutime
nobu
2017-11-28
file: release GVL for access(2) syscalls
normal
[next]