aboutsummaryrefslogtreecommitdiffstats
path: root/win32/file.c
Commit message (Expand)AuthorAgeFilesLines
...
* win32/file.c: use encoding indexnobu2013-10-071-7/+8
* win32/file.c: using st_tablenobu2013-10-071-26/+15
* win32/file.c: check ASCII encodings firstnobu2013-10-071-10/+5
* win32/file.c: suppress warningnobu2013-07-261-3/+0
* win32/file.c: fix target encodingnobu2013-07-261-1/+1
* win32/file.c: adjust indentnobu2013-07-261-1/+1
* load.c: search in OS path encodingnobu2013-07-261-5/+12
* win32/file.c: refine fix_string_encodingnobu2013-07-261-10/+1
* win32/file.c: refine convert_mb_to_wcharnobu2013-07-261-8/+12
* 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