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
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
win32
/
file.c
Age
Commit message (
Expand
)
Author
2014-09-29
win32/file.c: fix no user exception
nobu
2014-08-09
win32/file.c: direct conversion
nobu
2014-08-09
win32/file.c: share functions with win32.c
nobu
2013-10-19
win32/file.c: code page table
nobu
2013-10-19
encoding.c: defer code page table
nobu
2013-10-17
file.c: fix memory leak
nobu
2013-10-07
win32/file.c: make mapping at initialization
nobu
2013-10-07
win32/file.c: use encoding index
nobu
2013-10-07
win32/file.c: using st_table
nobu
2013-10-07
win32/file.c: check ASCII encodings first
nobu
2013-07-26
win32/file.c: suppress warning
nobu
2013-07-26
win32/file.c: fix target encoding
nobu
2013-07-26
win32/file.c: adjust indent
nobu
2013-07-26
load.c: search in OS path encoding
nobu
2013-07-26
win32/file.c: refine fix_string_encoding
nobu
2013-07-26
win32/file.c: refine convert_mb_to_wchar
nobu
2013-05-19
fix typos. Patch by k_takata.
ktsj
2013-05-13
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-03-29
* win32/file.c (code_page): use cp1252 instead of cp20127 as US-ASCII.
usa
2013-03-14
Refactor rb_file_expand_path_internal for dir_string corner cases
luislavena
2013-03-10
Expand home directory when used in dir_string
luislavena
2012-11-17
Swap logic around wildcard character detection
luislavena
2012-11-17
Skip path expansion for all wildcard characters
luislavena
2012-11-16
skip long name conversion if last character is a wildcard one
luislavena
2012-09-05
win32/file.c: simplify
nobu
2012-09-05
win32/file.c: prototype and cosmetic changes
nobu
2012-08-24
Improve require/File.expand_path performance on Windows
luislavena
2012-04-18
* win32/file.c (INVALID_FILE_ATTRIBUTES): commit miss of r35384.
usa
2012-02-29
fix indent
nobu
2012-02-28
* Makefile.in (PLATFORM_DIR): add a variable for `win32` directory.
shirosaki