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
2001-03-12
Fixups for -fno-for-scope
Benjamin Kosnik
1
-5
/
+5
2001-03-12
gen-num-limits.cc (traps): Add fflush prior to trapping signal (UnixWare 7 wo...
Rodney Brown
1
-183
/
+195
2001-03-04
algo.h: Use std not __STD.
Phil Edwards
10
-40
/
+49
2001-03-03
misc-inst.cc (__copy_streambufs): Fix typo for alpha.
Benjamin Kosnik
1
-5
/
+3
2001-03-02
[multiple changes]
Benjamin Kosnik
3
-52
/
+16
2001-03-02
locale.cc: initialise __ret with zero
Peter Schmid
2
-2
/
+2
2001-03-01
c++config (__GLIBCPP__): Bump number in anticipation of 2.92.
Benjamin Kosnik
3
-166
/
+56
2001-02-28
acinclude.m4 (GLIBCPP_CONFIGURE): Remove GLIBCPP_CFLAGS and GLIBCPP_CXXFLAGS ...
Phil Edwards
1
-30
/
+127
2001-02-28
basic_file.h: Include basic_file_model.h.
Benjamin Kosnik
2
-129
/
+32
2001-02-26
acinclude.m4 (GLIBCPP_CONFIGURE): Update required compiler version.
Phil Edwards
2
-4
/
+3
2001-02-20
stl_config.h: Remove file.
Phil Edwards
3
-31
/
+128
2001-02-16
Add support for -fno-exceptions.
Benjamin Kosnik
7
-61
/
+185
2001-02-12
* src/locale.cc: Remove bogus locale::id definitions.
Mark Mitchell
1
-22
/
+0
2001-02-11
gen-num-limits.cc: Use sigsetjmp and siglongjmp if available.
Alexandre Oliva
1
-3
/
+19
2001-02-11
valarray-inst.cc (gslice::_Indexer::_Indexer): Don't flip lengths and strides.
Gabriel Dos Reis
1
-49
/
+73
2001-02-08
locale-inst.cc (fill_n): Instantiate with size_t arguments.
Benjamin Kosnik
1
-20
/
+11
2001-02-07
Clean up stdexcept.
Benjamin Kosnik
3
-18
/
+50
2001-02-07
acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Deal with library install locatio...
Benjamin Kosnik
5
-96
/
+58
2001-02-06
misc-inst.cc (_S_pad_char): Modify declaration's parameters to match header f...
Jeffrey Oldham
1
-15
/
+7
2001-02-06
locale_facets.tcc: Remove `static' keyword on function definitions.
Mark Mitchell
5
-14
/
+116
2001-02-06
acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): New macro.
Benjamin Kosnik
2
-56
/
+41
2001-02-05
string-inst.cc (string::_M_replace): Explicitly instantiate.
Mark Mitchell
1
-0
/
+14
2001-02-03
Makefile.am (mkinstalldirs): Set.
Benjamin Kosnik
2
-141
/
+45
2001-02-01
configure.in (toplevel_srcdir, auxdir): Set.
Alexandre Oliva
1
-40
/
+140
2001-01-30
Preliminary named locales.
Benjamin Kosnik
5
-529
/
+560
2001-01-26
ios.cc: Remove accidental inclusion of <stdio.h> in last checkin.
Mark Mitchell
1
-1
/
+0
2001-01-25
Makefile.am (sources): Add globals.cc.
Mark Mitchell
4
-13
/
+76
2001-01-17
ios_base.h (ios_base::failure): Tighten up throw specs.
Benjamin Kosnik
1
-2
/
+2
2001-01-17
gen-num-limits.cc (INSTANTIATIONS): New macro.
Mark Mitchell
1
-0
/
+25
2001-01-11
ios.cc: Fix typo: change cout->wcout.
Benjamin Kosnik
3
-6
/
+8
2001-01-10
Fixes for libstdc++/1576
Benjamin Kosnik
4
-96
/
+39
2001-01-09
gen-num-limits.cc (signal_adapter): New template function.
Alexandre Oliva
1
-6
/
+21
2001-01-06
[multiple changes]
Benjamin Kosnik
3
-59
/
+61
2001-01-04
std_cwctype.h: Include std_cwchar.h for wint_t.
Benjamin Kosnik
3
-189
/
+17
2000-12-23
Makefile.am (CSTD_INCLUDES): Change from CSHADOW_INCLUDES.
Benjamin Kosnik
4
-52
/
+44
2000-12-22
Attempt to make locale visible in gdb.
Benjamin Kosnik
3
-105
/
+89
2000-12-21
Makefile.am (sources): Remove complex.cc, complexf.cc and complexl.cc from list.
Gabriel Dos Reis
5
-198
/
+43
2000-12-20
acinclude.m4 (SECTION_FLAGS, [...]): Fix minor thinko.
Phil Edwards
1
-37
/
+134
2000-12-20
ios.cc (ios_base::_M_grow_words(int ix)): Fix libstdc++/1089.
Benjamin Kosnik
1
-2
/
+4
2000-12-19
[multiple changes]
Benjamin Kosnik
1
-2
/
+1
2000-12-18
[multiple changes]
Benjamin Kosnik
2
-5
/
+12
2000-12-15
Makefile.am (myinstallheaders): Install backwards headers in prefix, not pref...
Benjamin Kosnik
2
-7
/
+5
2000-12-14
ctype_base.h (ctype_base): Consistency with linux.
Benjamin Kosnik
1
-0
/
+13
2000-12-13
[multiple changes]
Benjamin Kosnik
1
-134
/
+37
2000-12-10
Makefile.am (libstdc++.INC:): 2000-12-05 reverted to include 2000-11-12 hunk.
Alexandre Petit-Bianco
2
-3
/
+3
2000-12-08
Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove ccosl, cexpl, clog10l, csinhl, ct...
Gabriel Dos Reis
1
-11
/
+0
2000-12-07
locale_facets.h (ctype): Remove _Ctype_nois and _Ctype and replace with commo...
Benjamin Kosnik
3
-21
/
+70
2000-12-06
acinclude.m4 (GLIBCPP_CHECK_*_DECL_AND_LINKAGE_*): Pre-test whether the cache...
Phil Edwards
1
-37
/
+134
2000-12-06
Makefile.am (libstdc++.INC): Revert for libjava builds.
Alexandre Petit-Bianco
2
-4
/
+19
2000-12-05
complex.cc (pow): Remove definitions for explicit specializations.
Gabriel Dos Reis
1
-20
/
+0
[next]