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
*
file.c: chardev is loadable
nobu
2018-04-13
1
-1
/
+1
*
file.c: realpath on special symlink
nobu
2018-02-28
1
-5
/
+11
*
file.c: get rid of useless conversion
nobu
2018-02-28
1
-12
/
+35
*
[DOC] missing docs at toplevel
nobu
2018-02-23
1
-0
/
+1
*
share ruby_null_device
nobu
2018-02-06
1
-2
/
+2
*
ruby/ruby.h: remove unnecessary exports from C-API
normal
2018-01-24
1
-1
/
+1
*
there is no guarantee that mode_t is as wide as int
shyouhei
2018-01-19
1
-2
/
+2
*
exclude flexible array size with old compilers
nobu
2018-01-14
1
-1
/
+1
*
file.c (struct apply_arg): Use FLEX_ARY_LEN
mame
2018-01-13
1
-2
/
+2
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-1
/
+2
*
[DOC] Fix indent [ci skip]
kazu
2017-12-22
1
-1
/
+1
*
[DOC] Remove unmatched parenthesis [ci skip]
kazu
2017-12-22
1
-1
/
+1
*
support 128bit ino on Windows (if available)
usa
2017-12-10
1
-13
/
+8
*
[DOC] improve rdoc formatting for links [ci skip]
kazu
2017-12-04
1
-2
/
+2
*
support nanosec file timestamp on newer Windows
usa
2017-12-04
1
-4
/
+4
*
support `File.identical?` on ReFS
usa
2017-12-04
1
-83
/
+2
*
file.c: File.lutime
nobu
2017-11-29
1
-13
/
+66
*
file: release GVL for access(2) syscalls
normal
2017-11-28
1
-10
/
+45
*
util.h: remove my_getcwd
nobu
2017-11-26
1
-4
/
+4
*
file.c: simplify eaccess(3) callers
normal
2017-11-24
1
-9
/
+10
*
Fix a typo
kazu
2017-11-21
1
-1
/
+1
*
File.mkfifo releases GVL
normal
2017-11-20
1
-3
/
+18
*
file.c (rb_file_s_mkfifo): use mode_t instead of int
normal
2017-11-19
1
-2
/
+2
*
file.c: fix 64-bit conversion warnings from r60844
normal
2017-11-19
1
-2
/
+3
*
File.readlink and rb_readlink releases GVL
normal
2017-11-19
1
-1
/
+28
*
file: File#truncate and File.truncate release GVL
normal
2017-11-18
1
-40
/
+71
*
file.c: improve docs for File#path
stomar
2017-11-07
1
-2
/
+3
*
file.c: infect from arguments
nobu
2017-11-01
1
-1
/
+1
*
revert r60596 because it cause faulure on TestFile#test_realpath_taintedness
ko1
2017-11-01
1
-1
/
+1
*
file.c: infect from arguments
nobu
2017-11-01
1
-1
/
+1
*
use mode_t where applicable (instead of int)
normal
2017-10-31
1
-10
/
+10
*
file.c: fix possible alignment bugs in r60386
normal
2017-10-24
1
-23
/
+8
*
file.c: apply2files releases GVL
normal
2017-10-24
1
-45
/
+114
*
Drop to support NaCl platform.
hsbt
2017-10-23
1
-37
/
+0
*
Improve docs for `File.delete` exceptions.
hsbt
2017-10-21
1
-0
/
+6
*
Get rid of shadowing local variables
nobu
2017-10-18
1
-3
/
+3
*
file.c: ALT_SEPARATOR on cygwin
nobu
2017-10-11
1
-0
/
+2
*
file.c: release GVL around lstat(2)
normal
2017-10-03
1
-6
/
+27
*
file.c: release GVL in File.{setuid?,setgid?,sticky?}
normal
2017-10-03
1
-3
/
+1
*
use `ra` instead of new variables.
ko1
2017-10-02
1
-5
/
+3
*
catch up r60088 for DOSISH.
ko1
2017-10-02
1
-0
/
+2
*
File#rename releases GVL
normal
2017-10-01
1
-4
/
+18
*
file.c: remove unnecessary volatile use
normal
2017-10-01
1
-4
/
+6
*
Release gvl while doing (f)stat
nobu
2017-09-26
1
-2
/
+32
*
file.c: rb_check_realpath
nobu
2017-09-21
1
-18
/
+59
*
file.c: [DOC] separators at dirname and basename
nobu
2017-09-16
1
-4
/
+6
*
File#path: Raise IOError when a file is O_TMPFILE
sorah
2017-08-31
1
-2
/
+9
*
file.c: [DOC] File.mkfifo
nobu
2017-07-29
1
-1
/
+1
*
file.c: realpath in OS path encoding
nobu
2017-06-08
1
-10
/
+24
*
file.c: preserve encoding
nobu
2017-06-03
1
-3
/
+3
[next]