summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++11/snprintf_lite.cc
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-10-01libstdc++: Simplify __throw_out_of_range_fmt for freestandingJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-02-16PR libstdc++/60936 fix length calculationJonathan Wakely
2017-02-08* src/c++11/snprintf_lite.cc (__err): Use https for bug reporting.Gerald Pfeifer
2017-02-08* src/c++11/snprintf_lite.cc (__err): Update bug reporting URL.Gerald Pfeifer
2017-02-03PR libstdc++/60936 reduce coupling between objects in libstdc++.aJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-10-01Fix build break when configured with --enable-symvers=gnu-versioned-namespacePaul Pluzhnikov
2013-09-23snprintf_lite.cc (__concat_size_t): Use unsigned long long conditionally.Paul Pluzhnikov
2013-09-23Unbreak i386 and other builds where size_t != unsigned long.Paul Pluzhnikov
2013-09-21Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov