index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-25
re PR c/81854 (weak alias of an incompatible symbol accepted)
Uros Bizjak
1
-1
/
+1
2017-08-20
re PR c/81854 (weak alias of an incompatible symbol accepted)
Martin Sebor
1
-2
/
+2
2017-07-23
re PR libstdc++/81064 (Inline namespace regression)
François Dumont
11
-37
/
+31
2017-06-15
2017-06-15 François Dumont <fdumont@gcc.gnu.org>
François Dumont
1
-6
/
+6
2017-06-12
PR libstdc++/55917 do not handle exceptions in std::thread
Jonathan Wakely
1
-28
/
+2
2017-06-03
configure.ac (*-*-linux-android*): Set target_makefile_frag.
Eric Botcazou
1
-1
/
+2
2017-05-24
Use CHAR_BIT instead of assuming 8 bits
Jonathan Wakely
1
-2
/
+3
2017-05-23
PR libstdc++/67578 Implement non-trivial std::random_device::entropy
Xi Ruoyao
1
-0
/
+35
2017-05-11
2017-05-11 François Dumont <fdumont@gcc.gnu.org>
François Dumont
1
-0
/
+3
2017-03-17
Fix alignment bugs in std::codecvt_utf16
Jonathan Wakely
1
-157
/
+235
2017-03-16
PR libstdc++/79980 fix target type of cast
Jonathan Wakely
1
-1
/
+1
2017-03-16
PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 not UTF-8
Jonathan Wakely
1
-4
/
+10
2017-03-16
Fix encoding() and max_length() values for codecvt facets
Jonathan Wakely
1
-32
/
+90
2017-03-16
PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handling
Jonathan Wakely
1
-30
/
+64
2017-03-16
PR libstdc++/79511 fix endianness of UTF-16 data
Jonathan Wakely
1
-3
/
+11
2017-02-16
PR libstdc++/60936 fix length calculation
Jonathan Wakely
1
-1
/
+1
2017-02-08
* src/c++11/snprintf_lite.cc (__err): Use https for bug reporting.
Gerald Pfeifer
1
-1
/
+1
2017-02-08
* src/c++11/snprintf_lite.cc (__err): Update bug reporting URL.
Gerald Pfeifer
1
-1
/
+1
2017-02-03
PR libstdc++/60936 reduce coupling between objects in libstdc++.a
Jonathan Wakely
17
-194
/
+406
2017-01-17
re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)
Jakub Jelinek
4
-4
/
+8
2017-01-16
PR66145 use new ABI for std::ios::failure exceptions
Jonathan Wakely
1
-2
/
+3
2017-01-16
PR78702 fix accessibility of locale::facet::__shim
Jonathan Wakely
1
-7
/
+13
2017-01-06
Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]
Rainer Orth
4
-8
/
+12
2017-01-04
Support exception propagation without lock-free atomic int
Pauli Nieminen
1
-2
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
103
-103
/
+103
2016-12-06
Add #ifdef case for 16 bits in cow-stdexcept.cc
Felipe Magno de Almeida
1
-3
/
+8
2016-12-06
Add missing noexcept on std::_Sp_locker constructors
Aditya Kumar
1
-2
/
+2
2016-11-12
* src/filesystem/ops.cc (is_empty): Fix typo in exception message.
Jonathan Wakely
1
-1
/
+1
2016-11-10
debug.cc (format_word): Delete.
François Dumont
1
-61
/
+58
2016-10-27
PR70975 Pass valid offset argument to sendfile
Uros Bizjak
1
-1
/
+2
2016-10-26
Add recursive_directory_iterator::pop(error_code&)
Jonathan Wakely
1
-5
/
+19
2016-10-26
Fix error handling in recursive_directory_iterator::increment
Jonathan Wakely
1
-1
/
+4
2016-10-26
PR78111 fix fallback code for filesystem::canonical
Jonathan Wakely
1
-1
/
+5
2016-10-25
Handle negative times in filesystem::last_write_time
Jonathan Wakely
1
-0
/
+5
2016-10-25
Fix error handling in copy_file and equivalent
Jonathan Wakely
1
-12
/
+36
2016-10-24
Fix error handling in filesystem::is_empty
Jonathan Wakely
1
-5
/
+9
2016-10-24
PR71337 fix filesystem::temp_directory_path error handling
Jonathan Wakely
1
-4
/
+9
2016-10-24
Make directory iterators become end iterator on error
Jonathan Wakely
1
-14
/
+3
2016-10-24
Do not retry failed close(3) in filesystem::copy
Jonathan Wakely
1
-13
/
+2
2016-10-24
Implement DR resolutions for filesystem::copy
Jonathan Wakely
1
-2
/
+21
2016-10-22
Ignore perms::symlink_nofollow on non-symlinks
Jonathan Wakely
1
-7
/
+14
2016-10-21
LWG2720 implement filesystem::perms::symlink_nofollow
Jonathan Wakely
1
-3
/
+7
2016-10-21
LWG2725 Fix error reporting for filesystem::exists
Jonathan Wakely
1
-1
/
+5
2016-10-21
Split <functional> into smaller pieces
Jonathan Wakely
1
-0
/
+1
2016-10-14
Make std::bind use std::invoke
Jonathan Wakely
1
-0
/
+13
2016-10-13
Restore __bind_simple for compat symbols
Jonathan Wakely
1
-0
/
+62
2016-10-03
shared_ptr.cc (mask, [...]): Move declaration...
François Dumont
3
-29
/
+65
2016-09-29
Disable .gnu.attributes tags in compatibility-ldbl.o
Alan Modra
5
-4
/
+8
2016-09-28
Check for overflow in filesystem::last_write_time
Jonathan Wakely
1
-11
/
+19
2016-09-25
debug.cc: Include debug/vector.
François Dumont
1
-47
/
+58
[next]