summaryrefslogtreecommitdiff
path: root/win32/file.c
AgeCommit message (Expand)Author
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-03-29* win32/file.c (code_page): use cp1252 instead of cp20127 as US-ASCII.usa
2013-03-14Refactor rb_file_expand_path_internal for dir_string corner casesluislavena
2013-03-10Expand home directory when used in dir_stringluislavena
2012-11-17Swap logic around wildcard character detectionluislavena
2012-11-17Skip path expansion for all wildcard charactersluislavena
2012-11-16skip long name conversion if last character is a wildcard oneluislavena
2012-09-05win32/file.c: simplifynobu
2012-09-05win32/file.c: prototype and cosmetic changesnobu
2012-08-24Improve require/File.expand_path performance on Windowsluislavena
2012-04-18* win32/file.c (INVALID_FILE_ATTRIBUTES): commit miss of r35384.usa
2012-02-29fix indentnobu
2012-02-28* Makefile.in (PLATFORM_DIR): add a variable for `win32` directory.shirosaki