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
/
include
/
std
/
istream
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-27
libstdc++: Fix more pedwarns in headers for C++98
Jonathan Wakely
1
-0
/
+3
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-08-28
libstdc++: avoid -Wsign-compare
Jason Merrill
1
-1
/
+1
2024-07-24
libstdc++: Fix <ostream> and <istream> for -std=gnu++14 -fconcepts [PR116070]
Jonathan Wakely
1
-1
/
+1
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-11-16
libstdc++: Adjust feature test in <istream> and <ostream>
Jonathan Wakely
1
-1
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-11-01
libstdc++-v3: Some std::*float*_t charconv and i/ostream overloads
Jakub Jelinek
1
-0
/
+88
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
1
-0
/
+2
2022-07-12
libstdc++: Check for EOF if extraction avoids buffer overflow [PR106248]
Jonathan Wakely
1
-5
/
+26
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-05-07
libstdc++: Fix constraints for rvalue stream insertion/extraction
Jonathan Wakely
1
-4
/
+9
2021-04-30
libstdc++: Implement LWG 1203 for rvalue iostreams
Jonathan Wakely
1
-60
/
+14
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
1
-14
/
+14
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-08-06
libstdc++: Adjust overflow prevention to operator>>
Jonathan Wakely
1
-7
/
+19
2020-08-05
libstdc++: Replace operator>>(istream&, char*) [LWG 2499]
Jonathan Wakely
1
-18
/
+51
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-07-25
PR libstdc++/53984 handle exceptions in basic_istream::sentry
Jonathan Wakely
1
-6
/
+6
2017-06-21
PR libstdc++/80675, PR libstdc++/80940
Ville Voutilainen
1
-13
/
+39
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-01
The convertible_to traits need to use a variadic catch-all for the false-cases.
Ville Voutilainen
1
-1
/
+1
2016-11-30
Fix testsuite failures caused by the patch implementing LWG 2534.
Ville Voutilainen
1
-6
/
+8
2016-11-30
Implement LWG 2534, Constrain rvalue stream operators.
Ville Voutilainen
1
-3
/
+30
2016-07-20
LWG 2328 Rvalue stream extraction should use perfect forwarding
Jonathan Wakely
1
-2
/
+4
2016-06-16
Remove trailing whitespace from libstdc++ headers
Jonathan Wakely
1
-1
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-03-25
re PR libstdc++/65543 (rvalue stream insertion and extraction operators incor...
Paolo Carlini
1
-1
/
+4
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-09-23
gnu.ver: Adjust basic_ostream exports.
Jonathan Wakely
1
-1
/
+1
2014-09-22
Make streams movable and swappable.
Jonathan Wakely
1
-0
/
+52
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
1
-1
/
+1
2013-02-20
faq.html: Fix spelling.
Jonathan Wakely
1
-1
/
+1
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
1
-3
/
+1
2012-11-10
* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.
Jason Merrill
1
-3
/
+3
2012-05-02
re PR libstdc++/44015 (template parameters not documented)
Benjamin Kosnik
1
-1
/
+9
2011-12-10
user.cfg.in: Add macros, directories.
Benjamin Kosnik
1
-83
/
+97
2011-08-07
user.cfg.in (PDF_HYPERLINKS): To NO.
Benjamin Kosnik
1
-64
/
+64
2011-04-15
istream: Fix comments in the light of DR60 + N3168.
Paolo Carlini
1
-13
/
+16
2011-01-30
PR libstdc++/36104 part four
Benjamin Kosnik
1
-2
/
+5
2011-01-21
c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove.
Benjamin Kosnik
1
-4
/
+2
2010-12-19
*: Use headername alias to associate private includes to public includes.
Benjamin Kosnik
1
-1
/
+1
2010-02-09
[multiple changes]
Benjamin Kosnik
1
-3
/
+3
2010-02-04
re PR libstdc++/42460 (man page errors for generated libstdc++ man pages)
Benjamin Kosnik
1
-15
/
+18
2009-08-03
istream (operator>>(basic_istream<>&&, _Tp&)): Minor cosmetic changes, inline.
Paolo Carlini
1
-6
/
+3
2009-07-31
call.c (convert_class_to_reference): Binding an lvalue to an rvalue reference...
Jason Merrill
1
-0
/
+21
2009-05-21
functional (function): Use explicit operator bool.
Benjamin Kosnik
1
-3
/
+6
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
1
-14
/
+9
[next]