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
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rb_group_member: Simplify
Nobuyoshi Nakada
2021-10-14
1
-20
/
+4
*
Fix regression on Solaris after change to use realpath on loaded features
Jeremy Evans
2021-10-04
1
-1
/
+27
*
Get rid of unused function warning for `_WIN32`
xtkoba
2021-10-03
1
-1
/
+1
*
Associate the encoding to the found path
Nobuyoshi Nakada
2021-10-01
1
-0
/
+4
*
Refactor and Using RBOOL macro
S.H
2021-09-15
1
-10
/
+5
*
Replace RBOOL macro
S-H-GAMELINKS
2021-09-05
1
-14
/
+14
*
Add stat_time function
S-H-GAMELINKS
2021-08-24
1
-6
/
+9
*
[DOC] Fix the rdoc for File::Stat#size? [ci skip]
Akinori MUSHA
2021-08-17
1
-3
/
+5
*
Using RBOOL macro
S.H
2021-08-02
1
-2
/
+0
*
Add RBOOL macro and use it
S.H
2021-07-29
1
-12
/
+8
*
What's Here for Numeric and Comparable
Burdette Lamar
2021-06-21
1
-4
/
+5
*
What's Here for class File (#4460)
Burdette Lamar
2021-05-07
1
-0
/
+132
*
Support non-standard `struct stat` [Bug #17793]
Nobuyoshi Nakada
2021-04-12
1
-0
/
+16
*
Fill the ring-buffer with the fallback value
Nobuyoshi Nakada
2021-04-02
1
-2
/
+1
*
File.dirname optional level
Nobuyoshi Nakada
2021-03-15
1
-6
/
+57
*
Explicitly cast __s64 to time_t [Bug #17645]
xtkoba (Tee KOBAYASHI)
2021-03-14
1
-1
/
+1
*
Keep encoding in the result of File.expand_path [Bug #17517]
Nobuyoshi Nakada
2021-01-15
1
-6
/
+20
*
Revert "Removed deprecated Dir.exists? and File.exists?"
Nobuyoshi Nakada
2020-12-02
1
-0
/
+18
*
Removed deprecated Dir.exists? and File.exists?
Nobuyoshi Nakada
2020-12-02
1
-18
/
+0
*
Removed rb_find_file_ext_safe and rb_find_file_safe
Hiroshi SHIBATA
2020-09-23
1
-14
/
+0
*
Get rid of the redundant stat() in rb_check_realpath_internal
Jean Boussier
2020-07-07
1
-1
/
+3
*
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
1
-0
/
+1
*
rb_f_stat: do not goto into a branch
卜部昌平
2020-06-29
1
-9
/
+9
*
Removed execpath argument of path_check_0 as always TRUE now
Nobuyoshi Nakada
2020-06-23
1
-5
/
+5
*
Removed fpath_check, no longer used since taint flag was removed
Nobuyoshi Nakada
2020-06-23
1
-6
/
+0
*
Allow Dir.home to work for non-login procs when $HOME not set
Alan D. Salewski
2020-05-23
1
-15
/
+36
*
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
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-2
/
+16
*
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
*
Use `rb_warn_deprecated` for `File.exists?` and `Dir.exists?`
Nobuyoshi Nakada
2020-04-06
1
-4
/
+4
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-59
/
+74
*
Revert "Should return "." for File.extname("file.") also on Windows"
NAKAMURA Usaku
2019-12-23
1
-17
/
+5
*
Should return "." for File.extname("file.") also on Windows
NAKAMURA Usaku
2019-12-22
1
-5
/
+17
*
Get rid of infinite recursion at loading transcoder
Nobuyoshi Nakada
2019-12-16
1
-1
/
+1
*
Fixed stack overflow [Bug #16382]
Nobuyoshi Nakada
2019-12-03
1
-17
/
+16
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-16
/
+0
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-46
/
+18
*
[DOC] no change on Windows [Bug #15267] [ci skip]
Nobuyoshi Nakada
2019-10-17
1
-1
/
+4
*
Fixed File.extname at a name ending with a dot
Nobuyoshi Nakada
2019-10-17
1
-2
/
+2
*
Update documentation for File#{readable,writable,executable}{,_real}? [ci skip]
Jeremy Evans
2019-10-14
1
-1
/
+19
*
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
1
-3
/
+3
*
Add `File.absolute_path?` (#2198)
David Rodríguez
2019-09-05
1
-0
/
+20
*
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
1
-20
/
+32
*
drop-in type check for rb_define_global_function
卜部昌平
2019-08-29
1
-1
/
+1
*
Do not always taint the result of File#path
Jeremy Evans
2019-07-30
1
-1
/
+1
*
Revert "Do not always taint the result of File#path"
Jeremy Evans
2019-07-29
1
-1
/
+1
*
Do not always taint the result of File#path
Jeremy Evans
2019-07-29
1
-1
/
+1
*
file.c: add a NORETURN declaration for statx_notimplement
Yusuke Endoh
2019-07-20
1
-0
/
+2
[prev]
[next]