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
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
2017-11-26
util.h: remove my_getcwd
nobu
2017-11-24
file.c: simplify eaccess(3) callers
normal
2017-11-21
Fix a typo
kazu
2017-11-20
File.mkfifo releases GVL
normal
2017-11-19
file.c (rb_file_s_mkfifo): use mode_t instead of int
normal
2017-11-19
file.c: fix 64-bit conversion warnings from r60844
normal
2017-11-19
File.readlink and rb_readlink releases GVL
normal
2017-11-18
file: File#truncate and File.truncate release GVL
normal
2017-11-07
file.c: improve docs for File#path
stomar
2017-11-01
file.c: infect from arguments
nobu
2017-11-01
revert r60596 because it cause faulure on TestFile#test_realpath_taintedness
ko1
2017-11-01
file.c: infect from arguments
nobu
2017-10-31
use mode_t where applicable (instead of int)
normal
2017-10-24
file.c: fix possible alignment bugs in r60386
normal
2017-10-24
file.c: apply2files releases GVL
normal
2017-10-23
Drop to support NaCl platform.
hsbt
2017-10-21
Improve docs for `File.delete` exceptions.
hsbt
2017-10-18
Get rid of shadowing local variables
nobu
2017-10-11
file.c: ALT_SEPARATOR on cygwin
nobu
2017-10-03
file.c: release GVL around lstat(2)
normal
2017-10-03
file.c: release GVL in File.{setuid?,setgid?,sticky?}
normal
2017-10-02
use `ra` instead of new variables.
ko1
2017-10-02
catch up r60088 for DOSISH.
ko1
2017-10-01
File#rename releases GVL
normal
2017-10-01
file.c: remove unnecessary volatile use
normal
2017-09-26
Release gvl while doing (f)stat
nobu
2017-09-21
file.c: rb_check_realpath
nobu
2017-09-16
file.c: [DOC] separators at dirname and basename
nobu
2017-08-31
File#path: Raise IOError when a file is O_TMPFILE
sorah
2017-07-29
file.c: [DOC] File.mkfifo
nobu
2017-06-08
file.c: realpath in OS path encoding
nobu
2017-06-03
file.c: preserve encoding
nobu
2017-06-02
file.c: preserve encoding
nobu
2017-06-01
load.c: convert by rb_get_path_check
nobu
2017-06-01
file.c: rb_check_funcall_default for fallback value
nobu
2017-05-31
Improve performance of implicit type conversion
watson1978
[next]