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
/
win32
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
const pointer is not able to be free.
usa
2016-12-07
1
-1
/
+1
*
file.c: home directory from system
nobu
2016-11-26
1
-0
/
+13
*
win32.c: special folders as home dir
nobu
2016-11-26
1
-67
/
+2
*
win32/file.c: use ALLOC_N
nobu
2016-08-25
1
-4
/
+4
*
win32/file.h: rb_w32_filecp
nobu
2016-08-25
1
-3
/
+0
*
win32/file.c: remove a codepage argument
nobu
2016-08-24
1
-10
/
+9
*
win32/file.c: fix result length
nobu
2016-08-24
1
-1
/
+2
*
win32/file.c: use enum
nobu
2016-08-24
1
-23
/
+16
*
win32/file.c: fix reallocation threshold
nobu
2016-04-28
1
-5
/
+8
*
win32/file.c: remove unnecessary code
nobu
2016-04-28
1
-9
/
+4
*
* file.c, win32/file.c: Removed obsoleted safe level checks.
hsbt
2016-04-22
1
-1
/
+1
*
win32/file.c: fix free
nobu
2016-04-10
1
-4
/
+4
*
win32/file.c: drop garbage
nobu
2016-01-29
1
-0
/
+1
*
* win32/win32.c (fileattr_to_unixmode, rb_w32_reparse_symlink_p): volume
usa
2016-01-29
1
-1
/
+4
*
file.c: non-blocking open
nobu
2015-10-16
1
-11
/
+3
*
file.c: use filesystem encoding
nobu
2015-09-02
1
-2
/
+2
*
win32: use ALLOCV
nobu
2015-09-02
1
-5
/
+6
*
win32.c: rb_w32_reparse
nobu
2015-08-25
1
-7
/
+19
*
win32/file.c: use allocv buffer and API
nobu
2015-08-02
1
-4
/
+9
*
file.c: _wfreopen_s on mingw
nobu
2015-07-03
1
-0
/
+4
*
file.c: not xfree
nobu
2015-06-30
1
-1
/
+1
*
* win32/file.c (rb_freopen): remove debug code.
usa
2015-06-30
1
-1
/
+0
*
* win32/file.c (rb_freopen): need to terminate by NUL.
usa
2015-06-30
1
-1
/
+4
*
io.c: reopen OS encoding path
nobu
2015-06-30
1
-0
/
+22
*
* include/ruby/ruby.h: $SAFE=2 is now obsolete.
hsbt
2015-06-18
1
-1
/
+0
*
file.c: open without gvl
nobu
2015-06-14
1
-3
/
+11
*
file.c: include terminator
nobu
2015-03-30
1
-1
/
+2
*
file.c: move rb_readlink on Windows
nobu
2015-03-23
1
-0
/
+29
*
file.c: check arguments lengths
nobu
2015-03-22
1
-2
/
+17
*
win32/file.c: fix drive letter
nobu
2015-02-18
1
-0
/
+1
*
win32/file.c: fix drive letter
nobu
2015-02-17
1
-6
/
+7
*
never-NULL pointer check
nobu
2014-12-26
1
-1
/
+1
*
win32: realloc failures
nobu
2014-12-26
1
-2
/
+5
*
win32: suppress warnings
nobu
2014-12-24
1
-5
/
+5
*
win32/file.c: fix no user exception
nobu
2014-09-29
1
-8
/
+8
*
win32/file.c: direct conversion
nobu
2014-08-09
1
-47
/
+38
*
win32/file.c: share functions with win32.c
nobu
2014-08-09
1
-57
/
+32
*
win32/file.c: code page table
nobu
2013-10-19
1
-10
/
+23
*
encoding.c: defer code page table
nobu
2013-10-19
1
-1
/
+1
*
file.c: fix memory leak
nobu
2013-10-17
1
-0
/
+2
*
win32/file.c: make mapping at initialization
nobu
2013-10-07
1
-29
/
+20
*
win32/file.c: use encoding index
nobu
2013-10-07
1
-7
/
+8
*
win32/file.c: using st_table
nobu
2013-10-07
1
-26
/
+15
*
win32/file.c: check ASCII encodings first
nobu
2013-10-07
1
-10
/
+5
*
win32/file.c: suppress warning
nobu
2013-07-26
1
-3
/
+0
*
win32/file.c: fix target encoding
nobu
2013-07-26
1
-1
/
+1
*
win32/file.c: adjust indent
nobu
2013-07-26
1
-1
/
+1
*
load.c: search in OS path encoding
nobu
2013-07-26
1
-5
/
+12
*
win32/file.c: refine fix_string_encoding
nobu
2013-07-26
1
-10
/
+1
*
win32/file.c: refine convert_mb_to_wchar
nobu
2013-07-26
1
-8
/
+12
[next]