summaryrefslogtreecommitdiffstats
path: root/libcxx/src/support/win32/locale_win32.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [Windows] Store the lconv struct returned from localeconv in locale_tMartin Storsjö2020-02-041-3/+5
* [libcxx] [Windows] Make a more proper implementation of strftime_l for mingw ...Martin Storsjö2020-01-141-0/+8
* [libc++] Fix return value of snprintf_l() on Windows when buffer is too smallThomas Anderson2019-03-261-4/+5
* [libc++] Speed up certain locale functions on WindowsThomas Anderson2019-03-191-0/+6
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* libcxx: Rename vasprintf function to __libcpp_vasprintf.Peter Collingbourne2018-01-231-1/+3
* Allow to set locale on Windows.Martin Storsjo2017-11-231-15/+1
* Fix Libc++ build with MinGW64Eric Fiselier2017-05-311-0/+24
* Refactor <locale> RAII guards to aid upcoming Windows locale changes.Eric Fiselier2017-05-081-13/+13
* [libc++] Drop support for CRTs older than VS 2015Shoaib Meenai2017-04-071-5/+2
* win32: temporarily disable setting locale on 14+Saleem Abdulrasool2017-01-021-0/+4
* [libc++] Avoid <memory> include in locale_win32.hShoaib Meenai2016-09-151-0/+5
* This patch implements snprintf_l function in a way similar to the other Yaron Keren2013-11-181-0/+10
* G M: Improvements to Windows support.Howard Hinnant2013-08-261-13/+12
* Glen: This patch gets the string conversion functions working on Windows. I...Howard Hinnant2013-05-161-2/+2
* Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...Howard Hinnant2013-04-021-0/+2
* de-tabbifyHoward Hinnant2011-10-171-4/+4
* Windows port work by Ruben Van BoxemHoward Hinnant2011-09-291-0/+94
OpenPOWER on IntegriCloud