index
:
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/gfortran-test
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-15
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-15
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.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
regex.h
Age
Commit message (
Expand
)
Author
2025-01-08
libstdc++: Handle errors from strxfrm in std::collate::transform [PR85824]
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-10-25
non-gcc: Remove trailing whitespace
Jakub Jelinek
2024-01-03
Update copyright years.
Jakub Jelinek
2023-08-17
libstdc++: Implement P2770R0 changes to join_view / join_with_view
Patrick Palka
2023-04-05
libstdc++: Define std::sub_match::swap member function (LWG 3204)
Jonathan Wakely
2023-03-22
libstdc++: Add allocator-extended constructors to std::match_results (LWG 2195)
Jonathan Wakely
2023-01-16
Update copyright years.
Jakub Jelinek
2022-08-04
libstdc++: Add comparisons to std::default_sentinel_t (LWG 3719)
Jonathan Wakely
2022-05-13
libstdc++: Improve doxygen docs for <regex>
Jonathan Wakely
2022-01-06
libstdc++: Adjust friend declarations to work with Clang
Jonathan Wakely
2022-01-05
libstdc++: Reduce template instantiations in <regex>
Jonathan Wakely
2022-01-03
Update copyright years.
Jakub Jelinek
2021-12-13
libstdc++: Fix std::regex_replace for strings with embedded null [PR103664]
Jonathan Wakely
2021-12-04
libstdc++: Initialize member in std::match_results [PR103549]
Jonathan Wakely
2021-10-14
libstdc++: Use more descriptive feature test macro
Jonathan Wakely
2021-10-11
libstdc++: Simplify std::basic_regex::assign
Jonathan Wakely
2021-10-11
libstdc++: Add valid range assertions to std::basic_regex [PR89927]
Jonathan Wakely
2021-10-11
libstdc++: Fix std::match_results::end() for failed matches [PR102667]
Jonathan Wakely
2021-10-01
libstdc++: Define basic_regex::multiline for non-strict modes
Jonathan Wakely
2021-09-30
libstdc++: Fix preprocessor check for C++17
Jonathan Wakely
2021-09-29
libstdc++: Implement std::regex_constants::multiline (LWG 2503)
Jonathan Wakely
2021-09-29
libstdc++: Simplify std::basic_regex construction and assignment
Jonathan Wakely
2021-09-28
libstdc++: Add noexcept to functions in <regex>
Jonathan Wakely
2021-08-09
libstdc++: Reduce use of debug containers in <regex>
Jonathan Wakely
2021-04-06
libstdc++: Fix Doxygen warnings
Jonathan Wakely
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
2021-01-04
Update copyright years.
Jakub Jelinek
2020-10-29
libstdc++: Fix some warnings in headers
Jonathan Wakely
2020-10-06
libstdc++: Reduce uses of std::numeric_limits
Jonathan Wakely
2020-07-06
libstdc++: Fix -Wmismatched-tags warnings (PR 96063)
Jonathan Wakely
2020-07-01
libstdc++: Remove noexcept from match_results comparisons (PR 94627)
Jonathan Wakely
2020-04-17
libstdc++: Add comparison operators for string and regex types
Jonathan Wakely
2020-02-24
libstdc++: enable_view has false positives (LWG 3326)
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-11-19
libstdc++: Fix declarations of variable templates
Jonathan Wakely
2019-11-17
libstdc++: Define C++20 range utilities and range factories
Jonathan Wakely
2019-09-25
Implement LWG 3296 for basic_regex::assign
Jonathan Wakely
2019-05-14
Make std::match_results::_M_resize more useful
Jonathan Wakely
2019-05-07
Improve API docs for std::regex
Jonathan Wakely
2019-01-21
Fix after P0600.
Ulrich Drepper
2019-01-01
Update copyright years.
Jakub Jelinek
2018-07-02
Optimize std::sub_match comparisons using string_view-like type
Jonathan Wakely
2018-06-14
P0935R0 Eradicating unnecessarily explicit default constructors
Jonathan Wakely
2018-06-07
Default special members of regex types and add noexcept
Jonathan Wakely
2018-05-18
PR libstdc++/85098 add missing definitions for static constants
Jonathan Wakely
2018-01-03
Update copyright years.
Jakub Jelinek
2017-12-27
PR libstdc++/83600 fix end iterator for unready std::match_results
Jonathan Wakely
2017-12-27
PR libstdc++/83598 don't modify flags passed to std::basic_regex constructors
Jonathan Wakely
2017-12-27
PR libstdc++/83538 fix std::match_results<T>::reference (LWG 2306)
Jonathan Wakely
[next]