This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dc48d1d1d44 Fix range-ops operator_addr.
new 95c2b0cc9ea libstdc++: Define std::string::resize_and_overwrite for C++ [...]
new 51ec07b116b libstdc++: Optimize std::to_string using std::string::resiz [...]
new aeed687f4e0 libstdc++: Implement std::to_string in terms of std::format [...]
new 023a62b77f9 libstdc++: Rework std::format support for wchar_t
new c992acdc677 libstdc++: Simplify chrono::__units_suffix using std::format
new 84cff28fd28 libstdc++: Make __cmp_cat::__unseq constructor consteval
new 8ee74c5a38f libstdc++: Fix -Wunused-parameter in <experimental/internet>
new 1a566fddea2 libstdc++: Define std::numeric_limits<_FloatNN> before C++23
new 6cf214b4fc9 libstdc++: Add std::formatter specializations for extended [...]
new cc3d7baf274 libstdc++: Optimize std::string::assign(Iter, Iter) [PR110945]
new 74c019b50b7 libstdc++: Micro-optimize construction of named std::locale
new aad83d61d2e libstdc++: Reuse double overload of __convert_to_v if possible
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
libstdc++-v3/config/locale/generic/c_locale.cc | 6 +
libstdc++-v3/include/bits/basic_string.h | 288 +++++++++++++++++----
libstdc++-v3/include/bits/basic_string.tcc | 48 ++--
libstdc++-v3/include/bits/c++config | 4 +-
libstdc++-v3/include/bits/chrono_io.h | 84 +++---
libstdc++-v3/include/bits/cow_string.h | 90 +++++++
libstdc++-v3/include/bits/version.def | 12 +-
libstdc++-v3/include/bits/version.h | 13 +-
libstdc++-v3/include/experimental/internet | 2 +-
libstdc++-v3/include/std/format | 272 +++++++++++++++----
libstdc++-v3/include/std/limits | 194 +++++++-------
libstdc++-v3/libsupc++/compare | 2 +-
libstdc++-v3/src/c++98/localename.cc | 39 +--
.../18_support/comparisons/categories/zero_neg.cc | 8 +
.../capacity/char/resize_and_overwrite.cc | 101 ++++++--
.../capacity/char/resize_and_overwrite_ext.cc | 6 +
.../numeric_conversions/char/dr1261.cc | 11 +-
.../numeric_conversions/char/to_string.cc | 9 +-
.../numeric_conversions/char/to_string_float.cc | 148 +++++++++++
.../numeric_conversions/char/to_string_int.cc | 2 -
.../basic_string/numeric_conversions/version.cc | 18 ++
.../numeric_conversions/wchar_t/dr1261.cc | 11 +-
.../numeric_conversions/wchar_t/to_wstring.cc | 9 +-
.../wchar_t/to_wstring_float.cc | 145 +++++++++++
.../testsuite/std/format/formatter/ext_float.cc | 92 +++++++
.../testsuite/std/format/functions/format.cc | 43 +--
26 files changed, 1292 insertions(+), 365 deletions(-)
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/re [...]
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversi [...]
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversi [...]
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversi [...]
create mode 100644 libstdc++-v3/testsuite/std/format/formatter/ext_float.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from b080fe54fb3 gdb: add inferior-specific breakpoints
new 1f572864da9 gprofng: Use execvp instead of execv
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gprofng/src/gp-display-text.cc | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.