summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
Commit message (Expand)AuthorAgeFilesLines
* 2017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont2017-05-111-0/+3
* Fix alignment bugs in std::codecvt_utf16Jonathan Wakely2017-03-171-157/+235
* PR libstdc++/79980 fix target type of castJonathan Wakely2017-03-161-1/+1
* PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 not UTF-8Jonathan Wakely2017-03-161-4/+10
* Fix encoding() and max_length() values for codecvt facetsJonathan Wakely2017-03-161-32/+90
* PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handlingJonathan Wakely2017-03-161-30/+64
* PR libstdc++/79511 fix endianness of UTF-16 dataJonathan Wakely2017-03-161-3/+11
* PR libstdc++/60936 fix length calculationJonathan Wakely2017-02-161-1/+1
* * src/c++11/snprintf_lite.cc (__err): Use https for bug reporting.Gerald Pfeifer2017-02-081-1/+1
* * src/c++11/snprintf_lite.cc (__err): Update bug reporting URL.Gerald Pfeifer2017-02-081-1/+1
* PR libstdc++/60936 reduce coupling between objects in libstdc++.aJonathan Wakely2017-02-0317-194/+406
* re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2017-01-174-4/+8
* PR66145 use new ABI for std::ios::failure exceptionsJonathan Wakely2017-01-161-2/+3
* PR78702 fix accessibility of locale::facet::__shimJonathan Wakely2017-01-161-7/+13
* Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth2017-01-064-8/+12
* Support exception propagation without lock-free atomic intPauli Nieminen2017-01-041-2/+1
* Update copyright years.Jakub Jelinek2017-01-01103-103/+103
* Add #ifdef case for 16 bits in cow-stdexcept.ccFelipe Magno de Almeida2016-12-061-3/+8
* Add missing noexcept on std::_Sp_locker constructorsAditya Kumar2016-12-061-2/+2
* * src/filesystem/ops.cc (is_empty): Fix typo in exception message.Jonathan Wakely2016-11-121-1/+1
* debug.cc (format_word): Delete.François Dumont2016-11-101-61/+58
* PR70975 Pass valid offset argument to sendfileUros Bizjak2016-10-271-1/+2
* Add recursive_directory_iterator::pop(error_code&)Jonathan Wakely2016-10-261-5/+19
* Fix error handling in recursive_directory_iterator::incrementJonathan Wakely2016-10-261-1/+4
* PR78111 fix fallback code for filesystem::canonicalJonathan Wakely2016-10-261-1/+5
* Handle negative times in filesystem::last_write_timeJonathan Wakely2016-10-251-0/+5
* Fix error handling in copy_file and equivalentJonathan Wakely2016-10-251-12/+36
* Fix error handling in filesystem::is_emptyJonathan Wakely2016-10-241-5/+9
* PR71337 fix filesystem::temp_directory_path error handlingJonathan Wakely2016-10-241-4/+9
* Make directory iterators become end iterator on errorJonathan Wakely2016-10-241-14/+3
* Do not retry failed close(3) in filesystem::copyJonathan Wakely2016-10-241-13/+2
* Implement DR resolutions for filesystem::copyJonathan Wakely2016-10-241-2/+21
* Ignore perms::symlink_nofollow on non-symlinksJonathan Wakely2016-10-221-7/+14
* LWG2720 implement filesystem::perms::symlink_nofollowJonathan Wakely2016-10-211-3/+7
* LWG2725 Fix error reporting for filesystem::existsJonathan Wakely2016-10-211-1/+5
* Split <functional> into smaller piecesJonathan Wakely2016-10-211-0/+1
* Make std::bind use std::invokeJonathan Wakely2016-10-141-0/+13
* Restore __bind_simple for compat symbolsJonathan Wakely2016-10-131-0/+62
* shared_ptr.cc (mask, [...]): Move declaration...François Dumont2016-10-033-29/+65
* Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra2016-09-295-4/+8
* Check for overflow in filesystem::last_write_timeJonathan Wakely2016-09-281-11/+19
* debug.cc: Include debug/vector.François Dumont2016-09-251-47/+58
* ops.cc: Always include ostream and ext/stdio_filebuf.h.Uros Bizjak2016-08-151-22/+29
* re PR libstdc++/71313 ([Filesystem TS] remove_all fails to remove directory c...Ville Voutilainen2016-07-041-1/+1
* re PR libstdc++/71181 (Reserving in unordered_map doesn't reserve enough)François Dumont2016-06-202-6/+23
* libstdc++/71320 Add or remove file permissions correctlyJonathan Wakely2016-06-061-0/+22
* libstdc++/71049 fix --disable-libstdcxx-dual-abi bootstrapJonathan Wakely2016-05-111-17/+20
* libstdc++/71038 fix error checks in filesystem::copy_fileJonathan Wakely2016-05-101-1/+1
* libstdc++/71036 Handle EEXIST in filesystem::create_directoryJonathan Wakely2016-05-101-4/+8
* libstdc++/71037 Add base path to filesystem::canonical exceptionsJonathan Wakely2016-05-101-2/+3