aboutsummaryrefslogtreecommitdiffstats
path: root/win32/file.c
Commit message (Expand)AuthorAgeFilesLines
...
* fix typos. Patch by k_takata.ktsj2013-05-191-1/+1
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-1/+2
* * win32/file.c (code_page): use cp1252 instead of cp20127 as US-ASCII.usa2013-03-291-2/+2
* Refactor rb_file_expand_path_internal for dir_string corner casesluislavena2013-03-141-25/+44
* Expand home directory when used in dir_stringluislavena2013-03-101-4/+34
* Swap logic around wildcard character detectionluislavena2012-11-171-1/+1
* Skip path expansion for all wildcard charactersluislavena2012-11-171-2/+2
* skip long name conversion if last character is a wildcard oneluislavena2012-11-161-0/+5
* win32/file.c: simplifynobu2012-09-051-2/+2
* win32/file.c: prototype and cosmetic changesnobu2012-09-051-22/+25
* Improve require/File.expand_path performance on Windowsluislavena2012-08-241-0/+629
* * win32/file.c (INVALID_FILE_ATTRIBUTES): commit miss of r35384.usa2012-04-181-0/+4
* fix indentnobu2012-02-291-11/+11
* * Makefile.in (PLATFORM_DIR): add a variable for `win32` directory.shirosaki2012-02-281-0/+25