aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2018-05-23Fix handling of an empty filename at end of a pathJonathan Wakely1-9/+8
2018-05-21Fix std::filesystem::absolute for empty pathsJonathan Wakely1-4/+12
2018-05-21PR libstdc++/85843 fix "should be explicitly initialized" warningsJonathan Wakely1-2/+2
2018-05-19Fix std::codecvt_utf8<wchar_t> for MingwJonathan Wakely1-1/+6
2018-05-17PR libstdc++/85818 ensure path::preferred_separator is definedJonathan Wakely1-1/+1
2018-05-09safe_iterator.h (_Safe_iterator<>::_M_constant()): Rename in...François Dumont1-1/+4
2018-05-08debug.cc [...]: Include execinfo.h.François Dumont1-0/+27
2018-05-08formatter.h (_Error_formatter::_M_function): New.François Dumont1-2/+11
2018-05-03PR libstdc++/85632 fix wraparound in filesystem::spaceJonathan Wakely2-6/+8
2018-05-02PR libstdc++/68197 fail on negative iword/pword indicesJonathan Wakely1-33/+26
2018-04-18PR libstdc++/85442 fix duplicate debuginfo for cxx11-ios_failure.ccJonathan Wakely2-4/+4
2018-04-13Fix broken sed command from previous commitJonathan Wakely2-2/+2
2018-04-13Fix __iosfail_type_info hack to work on darwinJonathan Wakely2-9/+2
2018-04-12Fix comments that misspell names of files and classesJonathan Wakely4-5/+5
2018-04-12Remove #define made redundant by r259281Jonathan Wakely1-4/+0
2018-04-10PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::fai...Jonathan Wakely5-12/+162
2018-03-09Use non-throwing is_directory in filesystem::create_directoryJonathan Wakely2-6/+2
2018-01-18configure.ac (AC_CHECK_HEADERS): Add linux/types.h.Uros Bizjak1-0/+4
2018-01-05PR libstdc++/83626 simplify filesystem::remove and filesystem::remove_allJonathan Wakely2-31/+5
2018-01-05PR libstdc++/83279 Use non-null offset argument for sendfileJonathan Wakely1-18/+15
2018-01-05PR libstdc++/83626 handle ENOENT due to filesystem raceJonathan Wakely2-22/+56
2018-01-04PR libstdc++/83626 Don't throw for remove("") and remove_all("")Jonathan Wakely2-28/+46
2018-01-03Update copyright years.Jakub Jelinek116-116/+116
2017-12-14PR libstdc++/83279 handle sendfile not copying entire fileJonathan Wakely1-22/+45
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist4-4/+8
2017-11-07Check for S_ISSOCK before useJonathan Wakely1-0/+2
2017-11-01PR libstdc++/82777 fix path normalization for dot-dotJonathan Wakely1-4/+29
2017-10-27Remove noexcept from filesystem iterators and operations (LWG 3013, 3014)Jonathan Wakely2-7/+7
2017-10-25PR libstdc++/79283 fix filesystem::read_symlink for /procJonathan Wakely2-18/+59
2017-10-25Fix filesystem::path::lexically_normal algorithmJonathan Wakely1-1/+3
2017-10-24Avoid -Wattribute-alias warnings for long double compat symbolsJonathan Wakely5-0/+10
2017-10-23Implement C++17 Filesystem libraryJonathan Wakely16-445/+3063
2017-09-25re PR c/81854 (weak alias of an incompatible symbol accepted)Uros Bizjak1-1/+1
2017-08-20re PR c/81854 (weak alias of an incompatible symbol accepted)Martin Sebor1-2/+2
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont11-37/+31
2017-06-152017-06-15 François Dumont <fdumont@gcc.gnu.org>François Dumont1-6/+6
2017-06-12PR libstdc++/55917 do not handle exceptions in std::threadJonathan Wakely1-28/+2
2017-06-03configure.ac (*-*-linux-android*): Set target_makefile_frag.Eric Botcazou1-1/+2
2017-05-24Use CHAR_BIT instead of assuming 8 bitsJonathan Wakely1-2/+3
2017-05-23PR libstdc++/67578 Implement non-trivial std::random_device::entropyXi Ruoyao1-0/+35
2017-05-112017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont1-0/+3
2017-03-17Fix alignment bugs in std::codecvt_utf16Jonathan Wakely1-157/+235
2017-03-16PR libstdc++/79980 fix target type of castJonathan Wakely1-1/+1
2017-03-16PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 not UTF-8Jonathan Wakely1-4/+10
2017-03-16Fix encoding() and max_length() values for codecvt facetsJonathan Wakely1-32/+90
2017-03-16PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handlingJonathan Wakely1-30/+64
2017-03-16PR libstdc++/79511 fix endianness of UTF-16 dataJonathan Wakely1-3/+11
2017-02-16PR libstdc++/60936 fix length calculationJonathan Wakely1-1/+1
2017-02-08* src/c++11/snprintf_lite.cc (__err): Use https for bug reporting.Gerald Pfeifer1-1/+1
2017-02-08* src/c++11/snprintf_lite.cc (__err): Update bug reporting URL.Gerald Pfeifer1-1/+1