You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/include/support/win32
Ben Craig 2187425203 Split locale management out of locale_win32. NFCI
For the locale refactor, the locale management functions (newlocale,
freelocale, uselocale) are needed in a separate header from the various _l
functions. This is because some platforms implement the _l functions in terms
of a locale switcher RAII helper, and the locale switcher RAII helper needs
the locale management functions. This patch helps pave the way by getting all
the functions in the right files, so that later diffs aren't completely
horrible.

Unfortunately, the Windows, Cygwin, and MinGW builds seemed to have
bit-rotted, so I wasn't able to test this completely. I don't think I made
things any worse than they already are though.

http://reviews.llvm.org/D17419


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@263020 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
limits_win32.h Yaron Keren: Add missing comment. 12 years ago
locale_mgmt_win32.h Split locale management out of locale_win32. NFCI 10 years ago
locale_win32.h Split locale management out of locale_win32. NFCI 10 years ago
math_win32.h cmath: account for MSVCRT 12.0 changes 11 years ago
support.h Fix win32 support header for mingw32. 11 years ago