index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
src
/
locale.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx][NFC] Strip trailing whitespace, fix typo.
Stephan T. Lavavej
2019-10-23
1
-2
/
+2
*
Fix a '>= 0' test on unsigned that I inadvertantly introduced. Now correctly ...
Marshall Clow
2019-06-17
1
-1
/
+1
*
No longer reject inputs when using a locale that has grouping information _an...
Marshall Clow
2019-06-04
1
-1
/
+3
*
[libc++] Avoid UB in the no-exceptions mode in a few places
Louis Dionne
2019-02-12
1
-13
/
+3
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix locale test data for GLIBC 2.27 and newer.
Eric Fiselier
2018-04-04
1
-0
/
+1
*
Fix some too-big local arrays. Thanks to dcdillon for the patch. Reviewed as ...
Marshall Clow
2018-01-11
1
-2
/
+2
*
[libc++] Replace __sync_* functions with __libcpp_atomic_* functions
Weiming Zhao
2017-09-19
1
-1
/
+2
*
Revert "[libc++] Refactoring __sync_* builtins; NFC (Reland)"
Eric Fiselier
2017-07-12
1
-2
/
+1
*
[libc++] Refactoring __sync_* builtins; NFC (Reland)
Weiming Zhao
2017-07-10
1
-1
/
+2
*
Revert "[libc++] Refactoring __sync_* builtins; NFC"
Weiming Zhao
2017-07-10
1
-1
/
+1
*
[libc++] Refactoring __sync_* builtins; NFC
Weiming Zhao
2017-07-10
1
-1
/
+1
*
Move external instantiation for __vector_base_common to vector.cpp
Eric Fiselier
2017-06-15
1
-2
/
+0
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-0
/
+1
*
Refactor <locale> RAII guards to aid upcoming Windows locale changes.
Eric Fiselier
2017-05-08
1
-14
/
+32
*
Fix new warnings emitted by GCC 7
Eric Fiselier
2017-05-05
1
-6
/
+6
*
[libc++] Drop support for CRTs older than VS 2015
Shoaib Meenai
2017-04-07
1
-6
/
+0
*
Remove a now unneeded __CloudABI__ check.
Ed Schouten
2017-02-11
1
-2
/
+0
*
Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.
Eric Fiselier
2017-01-06
1
-1
/
+1
*
clean up use of _WIN32
Saleem Abdulrasool
2017-01-03
1
-3
/
+3
*
locale: update ctype access for MSVC CRT 14+
Saleem Abdulrasool
2017-01-02
1
-2
/
+9
*
[libc++] Fix support for multibyte thousands_sep and decimal_point in moneypu...
Eric Fiselier
2016-12-11
1
-42
/
+91
*
[libc++] Fix extern template visibility for Windows
Shoaib Meenai
2016-09-19
1
-43
/
+43
*
Replace __ANDROID__ with __BIONIC__.
Dan Albert
2016-09-19
1
-1
/
+1
*
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...
Marshall Clow
2016-08-25
1
-57
/
+35
*
Remove CloudABI specific workaround.
Ed Schouten
2016-06-16
1
-2
/
+0
*
Fix most GCC attribute ignored warnings
Eric Fiselier
2016-04-21
1
-3
/
+3
*
Reorganize _LIBCPP_LOCALE__L_EXTENSIONS
Ben Craig
2016-03-09
1
-178
/
+38
*
[libcxx] Remove pragmas that were needed to suppress warnings produced
Akira Hatanaka
2016-01-28
1
-9
/
+0
*
Use libcxx's default rune table with the Musl C library.
Vasileios Kalintiris
2015-11-24
1
-12
/
+12
*
Add initial support for the MUSL C library.
Vasileios Kalintiris
2015-11-09
1
-13
/
+17
*
Make locale code compile on CloudABI.
Ed Schouten
2015-07-06
1
-10
/
+13
*
Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().
Ed Schouten
2015-07-06
1
-11
/
+11
*
When building libc++, we use '"' as a delimiter instead of '<' when including...
Marshall Clow
2015-06-23
1
-1
/
+1
*
Avoid C-style cast.
Joerg Sonnenberger
2015-06-05
1
-1
/
+1
*
Fix incorrect error handling of call to mbrtowc. This is PR#13759. Leaving th...
Marshall Clow
2015-03-23
1
-1
/
+1
*
Fix build break on Solaris introduced by r231940
Jonathan Roelofs
2015-03-13
1
-0
/
+2
*
Fix ctype_byname<wchar_t>::do_is() mask checking.... again
Jonathan Roelofs
2015-03-11
1
-30
/
+38
*
Move Android to the builtin rune table.
Dan Albert
2015-03-11
1
-2
/
+0
*
Nbjoerg suggested a better name for the macro for the default rune table: _LI...
Marshall Clow
2015-03-04
1
-1
/
+1
*
Create a default rune table for libc++. Initial setting - never enabled. The ...
Marshall Clow
2015-03-04
1
-0
/
+82
*
libc++: support newlib's ctype
JF Bastien
2015-02-25
1
-0
/
+3
*
Revert r216497: "[libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking."
Jonathan Roelofs
2014-08-27
1
-30
/
+30
*
[libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Jonathan Roelofs
2014-08-26
1
-30
/
+30
*
Revert "Turn off extern templates for most uses."
Justin Bogner
2014-08-15
1
-2
/
+0
*
Make Android's ctype_base::mask unsigned.
Dan Albert
2014-07-31
1
-1
/
+1
*
Fix classic_locale for Android.
Dan Albert
2014-07-22
1
-1
/
+1
*
Add support for BIONIC C library (Android). Patch from Dan Albert
Marshall Clow
2014-07-10
1
-2
/
+4
*
Switch to using C++ style casts.
Joerg Sonnenberger
2014-01-04
1
-21
/
+21
*
Patch by Xing Xue to improve libc++ support for AIX
Marshall Clow
2013-11-19
1
-1
/
+1
[next]