llvm-project/libcxx/include/support
Martin Storsjö 337e435964 [libcxx] [Windows] Make a more proper implementation of strftime_l for mingw with msvcrt.dll
This also makes this function consistent with the rest of the
libc++ provided fallbacks.

The locale support in msvcrt.dll is very limited anyway; it can
only be configured processwide, not per thread, and it only seems
to support the locales "C" and "" (the user set locale), so it's
hard to make any meaningful automatic test for it. But manually tested,
this change does make time formatting locale code in libc++ output
times in the user requested format, when using locale "".

Differential Revision: https://reviews.llvm.org/D69554
2020-01-14 22:29:47 +02:00
..
android [libcxx] Omit unneeded locale fallbacks on Android 21+ 2019-11-25 11:06:08 -08:00
fuchsia Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ibm [NFC] Strip trailing whitespace from libc++ 2019-10-23 11:19:19 -07:00
musl Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
newlib Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
solaris [NFC] Strip trailing whitespace from libc++ 2019-10-23 11:19:19 -07:00
win32 [libcxx] [Windows] Make a more proper implementation of strftime_l for mingw with msvcrt.dll 2020-01-14 22:29:47 +02:00
xlocale [libc++] Remove empty header xlocale/xlocale.h 2019-03-11 15:41:51 +00:00