summaryrefslogtreecommitdiff
path: root/src/share/win_utf8_io/win_utf8_io.c
Commit message (Expand)AuthorAgeFilesLines
* Define WINAPI_FAMILY stuff on platforms that do not provide themMartijn van Beurden2022-09-201-0/+5
* don't call CreateFileW on Universal Windows Platform buildsSteve Lhomme2022-09-201-0/+11
* disable console using on Universal Windows Platform buildsSteve Lhomme2022-09-201-0/+9
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-261-1/+1
* Simplify and merge win_utf8 files and remove from DLL interfaceMartijn van Beurden2022-05-171-13/+97
* Move CreateFile_utf8 function to a more logical placelvqcl2018-08-251-0/+18
* Fix build with MSVC if UNICODE is enabledErik de Castro Lopo2017-01-041-1/+1
* Another bulk update of copyright datesErik de Castro Lopo2016-12-051-1/+1
* More Windows fixesErik de Castro Lopo2016-02-091-7/+2
* libFLAC: Remove win_utf8_io dependencyErik de Castro Lopo2016-02-081-140/+1
* win_utf8_io: Fix compile errorErik de Castro Lopo2016-02-021-1/+1
* Refactoring of win_utf8_ioErik de Castro Lopo2016-01-311-156/+171
* Windows: Ensure FreeLibrary() calls match LoadLibrary() callsErik de Castro Lopo2015-08-091-5/+14
* More date fixes.Erik de Castro Lopo2014-11-251-1/+1
* Windows specific vsnprintf fixes.Erik de Castro Lopo2014-09-221-6/+28
* win_utf8_io.c : Comment only.Erik de Castro Lopo2014-09-221-0/+1
* win_utf8_io.c: Use fputws instead of fwprintf.Yuta NAKAI2014-09-211-1/+1
* Minor clean up of win_utf8_io.Erik de Castro Lopo2014-09-211-2/+2
* win_utf8_io.c : Remove redundant line.Erik de Castro Lopo2014-08-091-1/+0
* win_utf8_io.c : Fix potential memory leak.Erik de Castro Lopo2014-08-091-1/+3
* win_utf8_io.c : Use vsnprintf_s instead of vsprintf.Erik de Castro Lopo2014-08-091-3/+3
* Underscore fixes.Erik de Castro Lopo2014-06-281-4/+4
* Remove un-needed code.Erik de Castro Lopo2014-06-281-1/+0
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-0/+30
* Windows utf8 utime fix.Janne Hyvärinen2013-04-211-11/+9
* Win utf8 treatment for CreateFile.Erik de Castro Lopo2013-04-211-0/+13
* Fix compiler warnings related to win utf8 stuff.Erik de Castro Lopo2013-04-211-2/+8
* A set of windows utf8 patches fromJanne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-211-3/+42
* For windows, make UTF-8 mode into a runtime choice.Erik de Castro Lopo2013-04-071-1/+6
* Two small patches for utf8 I/O.Erik de Castro Lopo2013-04-021-1/+1
* Enable utf8 I/O stuff when compiling with MinGW.Erik de Castro Lopo2013-04-011-3/+2
* Rename all 'utf8_io' -> 'win_utf8_io'.Erik de Castro Lopo2013-03-291-0/+260