aboutsummaryrefslogtreecommitdiffstats
path: root/win32/file.c
Commit message (Expand)AuthorAgeFilesLines
* win32: Use UTF-8 as filesystem encoding [Feature #12654]Nobuyoshi Nakada2020-12-201-1/+1
* Use https instead of httpKazuhiro NISHIYAMA2020-07-281-1/+1
* Get rid of redefinition of memcpy on mingwNobuyoshi Nakada2020-05-261-1/+1
* Include wchar.h before wrapping memchrNobuyoshi Nakada2020-05-191-1/+1
* decouple internal.h headers卜部昌平2019-12-261-0/+1
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* FindFirstFile cannot glob share namesnobu2019-03-041-0/+14
* removed never used variablenobu2018-04-031-4/+0
* win32/file.c: relative path with drive letternobu2018-03-281-3/+12
* const pointer is not able to be free.usa2016-12-071-1/+1
* file.c: home directory from systemnobu2016-11-261-0/+13
* win32.c: special folders as home dirnobu2016-11-261-67/+2
* win32/file.c: use ALLOC_Nnobu2016-08-251-4/+4
* win32/file.h: rb_w32_filecpnobu2016-08-251-3/+0
* win32/file.c: remove a codepage argumentnobu2016-08-241-10/+9
* win32/file.c: fix result lengthnobu2016-08-241-1/+2
* win32/file.c: use enumnobu2016-08-241-23/+16
* win32/file.c: fix reallocation thresholdnobu2016-04-281-5/+8
* win32/file.c: remove unnecessary codenobu2016-04-281-9/+4
* * file.c, win32/file.c: Removed obsoleted safe level checks.hsbt2016-04-221-1/+1
* win32/file.c: fix freenobu2016-04-101-4/+4
* win32/file.c: drop garbagenobu2016-01-291-0/+1
* * win32/win32.c (fileattr_to_unixmode, rb_w32_reparse_symlink_p): volumeusa2016-01-291-1/+4
* file.c: non-blocking opennobu2015-10-161-11/+3
* file.c: use filesystem encodingnobu2015-09-021-2/+2
* win32: use ALLOCVnobu2015-09-021-5/+6
* win32.c: rb_w32_reparsenobu2015-08-251-7/+19
* win32/file.c: use allocv buffer and APInobu2015-08-021-4/+9
* file.c: _wfreopen_s on mingwnobu2015-07-031-0/+4
* file.c: not xfreenobu2015-06-301-1/+1
* * win32/file.c (rb_freopen): remove debug code.usa2015-06-301-1/+0
* * win32/file.c (rb_freopen): need to terminate by NUL.usa2015-06-301-1/+4
* io.c: reopen OS encoding pathnobu2015-06-301-0/+22
* * include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt2015-06-181-1/+0
* file.c: open without gvlnobu2015-06-141-3/+11
* file.c: include terminatornobu2015-03-301-1/+2
* file.c: move rb_readlink on Windowsnobu2015-03-231-0/+29
* file.c: check arguments lengthsnobu2015-03-221-2/+17
* win32/file.c: fix drive letternobu2015-02-181-0/+1
* win32/file.c: fix drive letternobu2015-02-171-6/+7
* never-NULL pointer checknobu2014-12-261-1/+1
* win32: realloc failuresnobu2014-12-261-2/+5
* win32: suppress warningsnobu2014-12-241-5/+5
* win32/file.c: fix no user exceptionnobu2014-09-291-8/+8
* win32/file.c: direct conversionnobu2014-08-091-47/+38
* win32/file.c: share functions with win32.cnobu2014-08-091-57/+32
* win32/file.c: code page tablenobu2013-10-191-10/+23
* encoding.c: defer code page tablenobu2013-10-191-1/+1
* file.c: fix memory leaknobu2013-10-171-0/+2
* win32/file.c: make mapping at initializationnobu2013-10-071-29/+20