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/existing-fp8
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
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-09
55463.cc: Avoid -Wunused warnings.
Paolo Carlini
1
-0
/
+5
2013-03-08
memoryfwd.h: New.
Benjamin Kosnik
1
-0
/
+23
2013-03-08
vector.tcc (vector<>operator=(const vector<>&): Reset pointers after dealloca...
François Dumont
1
-0
/
+26
2013-03-07
baseline_symbols.txt: Update.
Jakub Jelinek
1
-0
/
+13
2013-03-06
Filter out basever symbols on Solaris
Rainer Orth
1
-0
/
+11
2013-03-04
Fix and optimize von_mises_distribution class.
Ulrich Drepper
1
-0
/
+7
2013-03-03
Add math constants and triangular and von Mises distributions.
Ulrich Drepper
1
-0
/
+38
2013-03-01
Update Solaris baselines
Rainer Orth
1
-0
/
+8
2013-02-26
re PR libstdc++/56012 ([C++11] Narrowing conversion in atomic_flag)
Jonathan Wakely
1
-0
/
+11
2013-02-25
configure.ac: Check for __cxa_thread_atexit_impl.
Jason Merrill
1
-0
/
+7
2013-02-20
streambuf (basic_streambuf): Use injected class name instead of non-standard ...
Jonathan Wakely
1
-0
/
+6
2013-02-20
faq.html: Fix spelling.
Jonathan Wakely
1
-0
/
+9
2013-02-20
55043.cc: Add missing namespace qualification.
Jonathan Wakely
1
-0
/
+6
2013-02-20
user.cfg.in: Set __cplusplus to 201103L.
Benjamin Kosnik
1
-0
/
+17
2013-02-14
quick_exit.cc: #if out the whole test if unsupported.
Jason Merrill
1
-0
/
+5
2013-02-13
re PR libstdc++/56111 ({float,double,long double} complex not accepted anymore)
Marc Glisse
1
-0
/
+8
2013-02-13
hashtable_policy.h (_Hash_code_base): Restore default constructor protected.
François Dumont
1
-0
/
+7
2013-02-12
cstdlib (at_quick_exit, quick_exit): Provide in C++11 mode.
Paolo Carlini
1
-0
/
+5
2013-02-12
38081-1.cc (test01): Don't expect dots after abbreviated weekday names for ru...
Julian Brown
1
-0
/
+8
2013-02-12
random.tcc (__transform): Remove.
Paolo Carlini
1
-0
/
+10
2013-02-12
Makefile.am (hashtable_c++0x.lo, [...]): Use -fimplicit-templates.
Benjamin Kosnik
1
-0
/
+8
2013-02-11
cstdlib (at_quick_exit, quick_exit): Do not declare.
Paolo Carlini
1
-1
/
+10
2013-02-11
*: Regenerate.
Benjamin Kosnik
1
-0
/
+4
2013-02-11
linkage.m4 (GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE): New.
Jason Merrill
1
-0
/
+9
2013-02-11
re PR libstdc++/56282 (std::basic_ios<char> broken with -std=c++11 (undefined...
Paolo Carlini
1
-12
/
+23
2013-02-11
containers.xml: Add section on unordered containers.
François Dumont
1
-0
/
+6
2013-02-11
re PR libstdc++/56267 (unordered containers require Assignable hash function)
Jonathan Wakely
1
-0
/
+9
2013-02-11
re PR libstdc++/56278 (unordered containers fail static assertion)
Jonathan Wakely
1
-0
/
+7
2013-02-09
bessel_function.tcc (__cyl_bessel_ij_series): Code simplification.
François Dumont
1
-0
/
+5
2013-02-08
re PR libstdc++/56216 (TR1 bessel functions bomb at x == 0!)
Edward Smith-Rowland
1
-0
/
+20
2013-02-07
pr56193.cc: Tweak.
Paolo Carlini
1
-0
/
+5
2013-02-07
PR56193 - Wrong test operator for basic_ios in C++11.
Edward Smith-Rowland
1
-0
/
+6
2013-02-06
Add missing explicit instantiation for std::lower_bound template
Dodji Seketeli
1
-0
/
+6
2013-02-04
functional_hash.h (std::__is_fast_hash<>): New.
François Dumont
1
-0
/
+13
2013-02-04
PR libstdc++/56202 (again)
Manuel López-Ibáñez
1
-0
/
+10
2013-02-04
re PR libstdc++/56202 (SIGFPE (division by zero) in std::binomial_distribution)
Manuel López-Ibáñez
1
-0
/
+8
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
1
-0
/
+24
2013-02-03
ctype_inline.h: Fix copyright typo.
Richard Sandiford
1
-0
/
+4
2013-02-01
2013-02-01 François Dumont <fdumont@gcc.gnu.org>
François Dumont
1
-0
/
+10
2013-01-29
re PR libstdc++/54314 (undefined references to 'construction vtable for std::...
Jason Merrill
1
-0
/
+6
2013-01-28
re PR libstdc++/56112 (cannot create unordered_map from range of types conver...
Jonathan Wakely
1
-0
/
+7
2013-01-28
hashtable_policy.h (_Local_iterator_base): Use _Hashtable_ebo_helper to embed...
François Dumont
1
-0
/
+28
2013-01-24
re PR libstdc++/56085 (Unsafe negation in C++03 pow(complex,int))
Paolo Carlini
1
-0
/
+6
2013-01-22
explicit-hle.cc: Tightten scan-assembler-times regexps...
Jakub Jelinek
1
-0
/
+7
2013-01-21
Fix PR number in ChangeLog
Andi Kleen
1
-1
/
+1
2013-01-20
libstdc++: Add mem_order_hle_acquire/release to atomic.h v2
Andi Kleen
1
-0
/
+15
2013-01-19
re PR libstdc++/55861 ([C++11] `std::shared_future::get' is not const-qualified)
Jonathan Wakely
1
-0
/
+10
2013-01-16
PR libstdc++/55043 (again)
Jonathan Wakely
1
-0
/
+24
2013-01-16
re PR libstdc++/55043 (issue with nesting unordered_map containing unique_ptr...
Jonathan Wakely
1
-0
/
+18
2013-01-11
gdb-test.exp (gdb_batch_check): Catch error running gdb command.
Janis Johnson
1
-0
/
+5
[next]