index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
testsuite
/
22_locale
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-27
libstdc++: Fix unsigned wraparound in codecvt::do_length [PR105857]
Jonathan Wakely
1
-0
/
+21
2024-11-14
libstdc++: Make _GLIBCXX_NODISCARD work for C++11 and C++14
Jonathan Wakely
2
-2
/
+2
2024-10-11
libstdc++: Add missing whitespace in dg-do directives
Jonathan Wakely
2
-2
/
+2
2024-10-02
libstdc++: Populate std::time_get::get's %c format for C locale
Jonathan Wakely
2
-0
/
+74
2024-08-21
libstdc++: Check ios::uppercase for ios::fixed floating-point output [PR114862]
Jonathan Wakely
1
-0
/
+46
2024-06-27
libstdc++: Fix std::codecvt<wchar_t, char, mbstate_t> for empty dest [PR37475]
Jonathan Wakely
4
-0
/
+92
2024-06-21
libstdc++: Add [[deprecated]] to std::wstring_convert and std::wbuffer_convert
Jonathan Wakely
13
-1
/
+14
2024-05-22
libstdc++: Add [[nodiscard]] to some std::locale functions
Jonathan Wakely
4
-4
/
+4
2024-05-22
libstdc++: Fix effects of combining locales [PR108323]
Jonathan Wakely
1
-0
/
+61
2024-01-17
libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]
Jonathan Wakely
1
-0
/
+36
2024-01-03
Update copyright years.
Jakub Jelinek
620
-620
/
+620
2023-10-21
libstdc++: testsuite: Enhance codecvt_unicode with tests for length()
Dimitrij Mijoski
1
-13
/
+110
2023-09-29
libstdc++: Fix handling of surrogate CP in codecvt [PR108976]
Dimitrij Mijoski
5
-440
/
+1484
2023-05-12
libstdc++: Remove test dependency on _GLIBCXX_USE_C99_STDINT_TR1
Jonathan Wakely
1
-4
/
+0
2023-04-05
Fix 22_locale/locale/cons/12658_thread-2.cc on hppa.
John David Anglin
1
-0
/
+1
2023-01-18
libstdc++: testsuite: Simplify codecvt_unicode
Dimitrij Mijoski
3
-22
/
+17
2023-01-16
Update copyright years.
Jakub Jelinek
616
-616
/
+616
2023-01-13
libstdc++: Fix Unicode codecvt and add tests [PR86419]
Dimitrij Mijoski
3
-0
/
+1396
2022-11-11
libstdc++: Avoid redundant checks in std::use_facet [PR103755]
Jonathan Wakely
1
-2
/
+3
2022-05-05
libstdc++: Fixes for tests that fail with -fno-rtti
Jonathan Wakely
4
-13
/
+10
2022-03-28
libstdc++: Fix typos in comments in tests
Jonathan Wakely
6
-20
/
+20
2022-01-14
libstdc++: Fix 22_locale/numpunct/members/char/3.cc execution test
Uros Bizjak
1
-3
/
+3
2022-01-10
libstdc++: Add %j, %U, %w, %W time_get support, fix %y, %Y, %C, %p [PR77760]
Jakub Jelinek
8
-10
/
+656
2022-01-03
Update copyright years.
Jakub Jelinek
612
-612
/
+612
2021-12-15
libstdc++: Poor man's case insensitive comparisons in time_get [PR71557]
Jakub Jelinek
2
-0
/
+192
2021-12-14
libstdc++: Support old and new T_FMT for en_HK locale [PR103687]
Jonathan Wakely
3
-10
/
+65
2021-12-10
libstdc++: Add std::time_get %r support [PR71367]
Jakub Jelinek
2
-0
/
+134
2021-12-10
libstdc++: Some time_get fixes [PR78714]
Jakub Jelinek
8
-8
/
+720
2021-10-09
libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...
Jonathan Wakely
1
-2
/
+0
2021-10-09
libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuite
Jonathan Wakely
3
-5
/
+25
2021-06-01
libstdc++: Fix new test for C++98 mode [PR 89728]
Jonathan Wakely
1
-2
/
+6
2021-05-17
libstdc++: diagnose some misuses of [locale.convenience] functions [PR 89728]
Antony Polukhin
1
-0
/
+73
2021-01-04
Update copyright years.
Jakub Jelinek
605
-605
/
+605
2020-12-15
libstdc++: Fix required locales of a testcase
Marius Hillenbrand
1
-1
/
+3
2020-10-29
libstdc++: Avoid warnings in tests
Jonathan Wakely
1
-0
/
+12
2020-01-01
Update copyright years.
Jakub Jelinek
605
-605
/
+605
2019-02-22
P0482R5 char8_t: Updates to existing standard library tests
Tom Honermann
1
-0
/
+8
2019-02-19
Adjust C++11/C++14 tests to work with -fchar8_t
Jonathan Wakely
7
-22
/
+30
2019-02-19
P0482R5 char8_t: New standard library tests
Tom Honermann
3
-0
/
+275
2019-01-03
PR libstdc++/88681 export missing symbols
Jonathan Wakely
3
-0
/
+150
2019-01-01
Update copyright years.
Jakub Jelinek
599
-599
/
+599
2018-10-15
Adjust test to pass with latest glibc
Jonathan Wakely
1
-2
/
+4
2018-08-29
PR libstdc++/31413 fix test failure on Debian systems
Jonathan Wakely
1
-1
/
+23
2018-07-26
Remove dg-require-cstdint directive from tests
Jonathan Wakely
6
-6
/
+0
2018-06-14
P0935R0 Eradicating unnecessarily explicit default constructors
Jonathan Wakely
2
-0
/
+11
2018-05-19
Fix std::codecvt_utf8<wchar_t> for Mingw
Jonathan Wakely
2
-3
/
+54
2018-01-03
Update copyright years.
Jakub Jelinek
598
-598
/
+598
2017-11-20
streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istrea...
François Dumont
2
-12
/
+10
2017-11-14
Fix typo in std::wbuffer_convert
Jonathan Wakely
1
-0
/
+58
2017-10-24
libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include.
François Dumont
1
-0
/
+1
[next]