OSDN Git Service

Reimplement btowc(), and wctob() functions.
[mingw/mingw-org-wsl.git] / mingwrt / include / wchar.h
2020-03-03 Keith MarshallReimplement btowc(), and wctob() functions.
2020-03-02 Keith MarshallReimplement mbrlen(), mbrtowc(), and mbsrtowcs() functions.
2020-02-25 Keith MarshallReimplement wcrtomb() and wcsrtombs(); cf. MinGW-Issue...
2018-10-21 Keith MarshallUpdate <conio.h> and <wchar.h> header files.
2017-01-28 Keith MarshallImplement wcsnlen() API per feature request [#2332].
2016-10-30 Keith MarshallMerge post 2016-10-18 updates from legacy branch.
2016-10-30 Keith MarshallWork around MSDN inconsistencies in _finddata_t naming.
2016-10-18 Keith MarshallMerge mingwrt-3.22.4 updates into 5.0-active branch.
2016-10-17 Keith MarshallResolve an ANSI mode <string.h> vs. <wchar.h> conflict.
2016-09-20 Keith MarshallPrepare and tag mingwrt-3.22.2 patch release. mingwrt-3.22.2-release
2016-09-17 Keith MarshallAdd missing <wchar.h> declarations when compiling C++.
2016-09-17 Keith MarshallStricter <wchar.h> ISO-C99 conformity filtering.
2016-07-16 Keith MarshallMerge recent legacy branch updates to 5.0-active branch.
2016-06-17 Keith MarshallMerge Cygwin CVS updates to legacy branch.
2016-06-03 Keith MarshallMerge further W32API updates from Cygwin CVS.
2016-05-23 Keith MarshallMerge W32API updates, from Cygwin CVS, into legacy...
2016-04-26 Keith MarshallUse correct paths for partially included header files.
2016-04-12 Keith MarshallUpdate several incorrectly attributed header files.
2016-04-06 Keith MarshallFactor out <wchar.h> vs. <io.h> duplicate declarations.
2016-04-04 Keith MarshallFactor out <wchar.h> vs. <process.h> duplicate declarat...
2016-03-29 Keith MarshallFactor out <wchar.h> vs. <sys/stat.h> duplicate declara...
2016-03-28 Keith MarshallFactor out <wchar.h> vs. <direct.h> duplicate declarations.
2016-03-20 Keith MarshallFactor out <locale.h> vs. <wchar.h> duplicate declarations.
2016-03-18 Keith MarshallFactor out <stdlib.h> vs. <wchar.h> duplicate declarations.
2016-03-17 Keith MarshallCorrect another _BEGIN_C_DECLS imbalance error.
2016-02-18 Keith MarshallRefactor to make <parts/time.h> and <parts/wchar.h...
2016-02-15 Keith MarshallRefactor <time.h> vs. <wchar.h> to avoid duplication.
2016-01-29 Keith MarshallRefactor <stdio.h> vs. <wchar.h> to avoid duplication.
2015-09-14 Keith MarshallMake strings.h mostly POSIX.1-2008 compliant.
2015-05-18 Keith MarshallRefactor to avoid possible time_t conflicts across...
2014-10-21 Keith MarshallCreate "legacy" branch; import mingwrt-3.20 source...
2012-08-03 Earnie BoydAdd string to 64-bit integer conversion function protot...