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
/
file.c
Age
Commit message (
Expand
)
Author
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-23
Removed rb_find_file_ext_safe and rb_find_file_safe
Hiroshi SHIBATA
2020-07-07
Get rid of the redundant stat() in rb_check_realpath_internal
Jean Boussier
2020-06-29
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
rb_f_stat: do not goto into a branch
卜部昌平
2020-06-23
Removed execpath argument of path_check_0 as always TRUE now
Nobuyoshi Nakada
2020-06-23
Removed fpath_check, no longer used since taint flag was removed
Nobuyoshi Nakada
2020-05-23
Allow Dir.home to work for non-login procs when $HOME not set
Alan D. Salewski
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
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
Use `rb_warn_deprecated` for `File.exists?` and `Dir.exists?`
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-23
Revert "Should return "." for File.extname("file.") also on Windows"
NAKAMURA Usaku
2019-12-22
Should return "." for File.extname("file.") also on Windows
NAKAMURA Usaku
2019-12-16
Get rid of infinite recursion at loading transcoder
Nobuyoshi Nakada
2019-12-03
Fixed stack overflow [Bug #16382]
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-17
[DOC] no change on Windows [Bug #15267] [ci skip]
Nobuyoshi Nakada
2019-10-17
Fixed File.extname at a name ending with a dot
Nobuyoshi Nakada
2019-10-14
Update documentation for File#{readable,writable,executable}{,_real}? [ci skip]
Jeremy Evans
2019-09-27
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-05
Add `File.absolute_path?` (#2198)
David Rodríguez
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
[next]