aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-03PR libstdc++/60936 reduce coupling between objects in libstdc++.aJonathan Wakely17-194/+406
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek4-4/+8
2017-01-16PR66145 use new ABI for std::ios::failure exceptionsJonathan Wakely1-2/+3
2017-01-16PR78702 fix accessibility of locale::facet::__shimJonathan Wakely1-7/+13
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth4-8/+12
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen1-2/+1
2017-01-01Update copyright years.Jakub Jelinek103-103/+103
2016-12-06Add #ifdef case for 16 bits in cow-stdexcept.ccFelipe Magno de Almeida1-3/+8
2016-12-06Add missing noexcept on std::_Sp_locker constructorsAditya Kumar1-2/+2
2016-11-12* src/filesystem/ops.cc (is_empty): Fix typo in exception message.Jonathan Wakely1-1/+1
2016-11-10debug.cc (format_word): Delete.François Dumont1-61/+58
2016-10-27PR70975 Pass valid offset argument to sendfileUros Bizjak1-1/+2
2016-10-26Add recursive_directory_iterator::pop(error_code&)Jonathan Wakely1-5/+19
2016-10-26Fix error handling in recursive_directory_iterator::incrementJonathan Wakely1-1/+4
2016-10-26PR78111 fix fallback code for filesystem::canonicalJonathan Wakely1-1/+5
2016-10-25Handle negative times in filesystem::last_write_timeJonathan Wakely1-0/+5
2016-10-25Fix error handling in copy_file and equivalentJonathan Wakely1-12/+36
2016-10-24Fix error handling in filesystem::is_emptyJonathan Wakely1-5/+9
2016-10-24PR71337 fix filesystem::temp_directory_path error handlingJonathan Wakely1-4/+9
2016-10-24Make directory iterators become end iterator on errorJonathan Wakely1-14/+3
2016-10-24Do not retry failed close(3) in filesystem::copyJonathan Wakely1-13/+2
2016-10-24Implement DR resolutions for filesystem::copyJonathan Wakely1-2/+21
2016-10-22Ignore perms::symlink_nofollow on non-symlinksJonathan Wakely1-7/+14
2016-10-21LWG2720 implement filesystem::perms::symlink_nofollowJonathan Wakely1-3/+7
2016-10-21LWG2725 Fix error reporting for filesystem::existsJonathan Wakely1-1/+5
2016-10-21Split <functional> into smaller piecesJonathan Wakely1-0/+1
2016-10-14Make std::bind use std::invokeJonathan Wakely1-0/+13
2016-10-13Restore __bind_simple for compat symbolsJonathan Wakely1-0/+62
2016-10-03shared_ptr.cc (mask, [...]): Move declaration...François Dumont3-29/+65
2016-09-29Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra5-4/+8
2016-09-28Check for overflow in filesystem::last_write_timeJonathan Wakely1-11/+19
2016-09-25debug.cc: Include debug/vector.François Dumont1-47/+58
2016-08-15ops.cc: Always include ostream and ext/stdio_filebuf.h.Uros Bizjak1-22/+29
2016-07-04re PR libstdc++/71313 ([Filesystem TS] remove_all fails to remove directory c...Ville Voutilainen1-1/+1