hanchenye-llvm-project/libcxx/src
Eric Fiselier fcc1e6d978 Fix locale test data for GLIBC 2.27 and newer.
GLIBC 2.27 changed the locale data for fr_FR and ru_RU. In particular
they change the decimal and thousands separators used. This patch
makes the locale tests tolerate the updated locales.

llvm-svn: 329143
2018-04-04 04:00:14 +00:00
..
experimental Implement filesystem NB comments, relative paths, and related issues. 2018-04-02 23:03:41 +00:00
include [libcxx] Add WebAssembly support 2017-12-16 18:59:50 +00:00
support libcxx: Use vcruntime declarations for typeinfo on Windows. 2018-01-26 01:22:17 +00:00
algorithm.cpp
any.cpp Put the exception classes for experimental::optional and experimental::any back in the dylib for binary compatibility 2018-02-01 18:45:57 +00:00
bind.cpp
chrono.cpp
condition_variable.cpp
debug.cpp
exception.cpp [libc++] Replace __sync_* functions with __libcpp_atomic_* functions 2017-09-19 23:18:03 +00:00
functional.cpp
future.cpp
hash.cpp
ios.cpp
iostream.cpp
locale.cpp Fix locale test data for GLIBC 2.27 and newer. 2018-04-04 04:00:14 +00:00
memory.cpp
mutex.cpp
new.cpp [libc++] Support Microsoft ABI without vcruntime headers 2017-10-09 19:25:17 +00:00
optional.cpp Put the exception classes for experimental::optional and experimental::any back in the dylib for binary compatibility 2018-02-01 18:45:57 +00:00
random.cpp [libcxx] Support getentropy as a source of randomness for std::random_device 2017-12-01 06:34:33 +00:00
regex.cpp
shared_mutex.cpp
stdexcept.cpp
string.cpp
strstream.cpp Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - thanks to Jonathan Wakely for the report 2017-09-12 15:00:43 +00:00
system_error.cpp
thread.cpp
typeinfo.cpp libcxx: Use vcruntime declarations for typeinfo on Windows. 2018-01-26 01:22:17 +00:00
utility.cpp
valarray.cpp
variant.cpp
vector.cpp