OSDN Git Service

Reimplement wcrtomb() and wcsrtombs(); cf. MinGW-Issue #39687.
authorKeith Marshall <keith@users.osdn.me>
Tue, 25 Feb 2020 23:08:18 +0000 (23:08 +0000)
committerKeith Marshall <keith@users.osdn.me>
Tue, 25 Feb 2020 23:08:18 +0000 (23:08 +0000)
commit97f9c0216cf74ef334037c277c58dc42e16ec406
tree87dec64ab148a31967a0f67df064701195f3bc94
parent3edbad03398142e3fe3d3bb55fa506b5b03acecd
Reimplement wcrtomb() and wcsrtombs(); cf. MinGW-Issue #39687.
mingwrt/ChangeLog
mingwrt/Makefile.in
mingwrt/include/limits.h
mingwrt/include/wchar.h
mingwrt/mingwex/codeset.c [new file with mode: 0644]
mingwrt/mingwex/wcharmap.c [new file with mode: 0644]
mingwrt/mingwex/wcharmap.h [new file with mode: 0644]
mingwrt/mingwex/wcrtomb.c
mingwrt/mingwex/wcsrtombs.c [new file with mode: 0644]