GCC Administrator
f8c940c55c
Daily bump.
...
From-SVN: r92443
2004-12-21 00:16:15 +00:00
GCC Administrator
49a1b20cb3
Daily bump.
...
From-SVN: r92399
2004-12-20 00:16:45 +00:00
GCC Administrator
00a689881c
Daily bump.
...
From-SVN: r92368
2004-12-19 00:16:18 +00:00
GCC Administrator
a1d601461e
Daily bump.
...
From-SVN: r92343
2004-12-18 00:16:43 +00:00
GCC Administrator
67ba1be668
Daily bump.
...
From-SVN: r92290
2004-12-17 00:16:22 +00:00
GCC Administrator
6591c4a79d
Daily bump.
...
From-SVN: r92237
2004-12-16 00:16:32 +00:00
GCC Administrator
a150cb057b
Daily bump.
...
From-SVN: r92170
2004-12-15 00:16:21 +00:00
GCC Administrator
80effa7501
Daily bump.
...
From-SVN: r92112
2004-12-14 00:16:19 +00:00
GCC Administrator
0ecbf41123
Daily bump.
...
From-SVN: r92070
2004-12-13 00:16:17 +00:00
GCC Administrator
00887145f4
Daily bump.
...
From-SVN: r92039
2004-12-12 00:16:15 +00:00
GCC Administrator
aa6cc10ded
Daily bump.
...
From-SVN: r92022
2004-12-11 00:16:20 +00:00
GCC Administrator
3bcc0cde54
Daily bump.
...
From-SVN: r91982
2004-12-10 00:16:17 +00:00
GCC Administrator
1e6b30d091
Daily bump.
...
From-SVN: r91923
2004-12-09 00:16:17 +00:00
GCC Administrator
9492747a48
Daily bump.
...
From-SVN: r91840
2004-12-08 00:16:21 +00:00
GCC Administrator
bddfe34a9e
Daily bump.
...
From-SVN: r91797
2004-12-07 00:16:23 +00:00
GCC Administrator
caace8f5df
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r91761.2
2004-12-06 00:16:20 +00:00
GCC Administrator
f7b279f9d0
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r91735.2
2004-12-05 00:16:15 +00:00
GCC Administrator
1b68ae543c
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r91710.2
2004-12-04 00:16:24 +00:00
GCC Administrator
dda7d95b7d
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r91669.2
2004-12-03 00:16:39 +00:00
GCC Administrator
2cf034d2a8
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r91599.2
2004-12-02 00:16:19 +00:00
GCC Administrator
29b0a291d4
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r91548.2
2004-12-01 00:16:37 +00:00
GCC Administrator
1590d64e4f
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r91502.2
2004-11-30 00:16:31 +00:00
Paolo Carlini
d1a7222cce
re PR libstdc++/18654 (Shrink-to-fit std::string::reserve() calls can reallocate & copy string contents unnecessarily)
...
2004-11-29 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/18654
* include/bits/basic_string.tcc (_Rep::_S_create): When shrinking,
do not round to pagesize.
* testsuite/21_strings/basic_string/capacity/char/18654.cc: New.
* testsuite/21_strings/basic_string/capacity/wchar_t/18654.cc: New.
From-SVN: r91466
2004-11-29 12:59:53 +00:00
GCC Administrator
9302338c8c
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r91441.2
2004-11-29 00:17:14 +00:00
GCC Administrator
69b7944b0d
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r91403.2
2004-11-28 00:16:25 +00:00
GCC Administrator
23d5143200
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r91358.2
2004-11-27 00:16:36 +00:00
Paolo Carlini
75a25e3f65
DR 243.
...
2004-11-26 Paolo Carlini <pcarlini@suse.de>
DR 243. get and getline when sentry reports failure [WP]
* include/bits/istream.tcc (istream<>::get, istream<>::getline):
Store a null character only if the array has a non-zero size.
* src/istream.cc (istream<char>::getline, istream<wchar_t>::getline):
Likewise.
* testsuite/27_io/basic_istream/get/char/3.cc: New.
* testsuite/27_io/basic_istream/getline/char/6.cc: New.
* testsuite/27_io/basic_istream/getline/wchar_t/6.cc: New.
* docs/html/ext/howto.html: Add an entry for DR 243.
* testsuite/27_io/basic_istream/getline/wchar_t/1.cc: New.
* testsuite/27_io/basic_istream/getline/wchar_t/2.cc: New.
* testsuite/27_io/basic_istream/getline/wchar_t/3.cc: New.
* testsuite/27_io/basic_istream/getline/wchar_t/4.cc: New.
* testsuite/27_io/basic_istream/getline/wchar_t/5.cc: New.
From-SVN: r91348
2004-11-26 20:34:27 +00:00
GCC Administrator
3a4e7e8f5d
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r91312.2
2004-11-26 00:16:19 +00:00
GCC Administrator
5f0a713c2a
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r91262.2
2004-11-25 00:16:28 +00:00
Nathan Myers
eacf72d384
2004-11-24 Nathan Myers <ncm@cantrip.org>
...
* include/bits/streambuf_iterator.h
(istreambuf_iterator<>::operator++(), operator++(int)): Don't
check unnecessarily the return value of _M_sbuf->sbumpc().
From-SVN: r91176
2004-11-24 17:01:22 +00:00
Benjamin Kosnik
0aa06b18fc
doxygroups.cc: Add std::tr1 namespace.
...
2004-11-23 Benjamin Kosnik <bkoz@redhat.com>
* docs/doxygen/doxygroups.cc: Add std::tr1 namespace.
* docs/doxygen/run_doxygen: Renames for std::tr1.
* docs/doxygen/user.cfg.in: Add cxxabi.h.
* include/bits/*.tcc: Add file markup.
* include/bits/allocator.h: Add link to allocator.html.
* include/bits/atomicity.h: Add file markup.
* include/bits/concurrence.h: Same.
* include/bits/functexcept.h: Same.
* include/ext*: Adjust file markup, remove GCC3 bits.
* include/std/*: Adjust file markup, remove bits about renamed files.
* libsupc++/cxxabi.h: Add file markup.
* testsuite/20_util/memory/auto_ptr/assign_neg.cc: Adjust line numbers.
From-SVN: r91135
2004-11-24 04:11:23 +00:00
GCC Administrator
8ff4764d74
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r91130.2
2004-11-24 00:16:19 +00:00
Benjamin Kosnik
00aca6e83a
locale_facets.h (isspace, [...]): Add doxygen markup.
...
2004-11-22 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/locale_facets.h (isspace, isprint, isupper,
islower, isalpha, isdigit, ispunct, isxdigit, isalnum, isgraph,
toupper, tolower): Add doxygen markup.
(codecvt_byname, ctype_byname, numpunct_byname, collate_byname,
time_get_byname, time_put_byname, moneypunct_byname,
messages_byname): Same.
* include/std/std_fstream.h: Remove superfluous markup.
* include/std/std_sstream.h: Same.
* include/std/std_streambuf.h: Same.
* include/ext/enc_filebuf.h: Adjust markup.
* include/ext/stdio_filebuf.h: Same.
* include/ext/stdio_sync_filebuf.h: Same.
* include/bits/codecvt.h: Same.
* config/os/gnu-linux/ctype_base.h: Same.
* config/locale/ieee_1003.1-2001/codecvt_specializations.h: Same.
* include/tr1/array: Add markup.
* include/tr1/tuple: Same.
* docs/doxygen/run_doxygen: Print arguments.
* docs/doxygen/user.cfg.in: Tweaks.
From-SVN: r91080
2004-11-23 09:18:41 +00:00
GCC Administrator
9f699c84e2
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r91054.2
2004-11-23 00:22:02 +00:00
GCC Administrator
7fb3dd8b75
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r90993.2
2004-11-22 00:16:21 +00:00
Jonathan Wakely
20fff8cd7c
basic_string.h, [...]: Doxygen fixes.
...
2004-11-19 Jonathan Wakely <redi@gcc.gnu.org>
* include/bits/basic_string.h, include/bits/locale_classes.h,
include/bits/valarray_after.h, include/bits/valarray_before.h,
include/ext/stdio_sync_filebuf.h, include/std/std_algorithm.h,
include/std/std_functional.h, include/std/std_memory.h,
include/std/std_numeric.h: Doxygen fixes.
From-SVN: r90979
2004-11-21 13:16:24 +00:00
GCC Administrator
484d0bd6fe
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r90973.2
2004-11-21 00:16:14 +00:00
GCC Administrator
633ce8953a
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r90946.2
2004-11-20 00:16:27 +00:00
Paolo Carlini
f4e5280b48
[multiple changes]
...
2004-11-19 Chris Jefferson <chris@bubblescope.net>
* include/bits/stl_list.h (list::back, list::back const):
Don't decrement temporary.
2004-11-19 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_deque.h (deque::front, deque::front const,
deque::back, deque::back const): Slightly tweak for stylistic
consistency.
From-SVN: r90917
2004-11-19 12:44:09 +00:00
GCC Administrator
fda7c51555
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r90889.2
2004-11-19 00:16:31 +00:00
Paolo Carlini
899671904c
locale_facets.tcc (num_get<>::do_get(void*&)): If the failbit is set, don't set it again.
...
2004-11-18 Paolo Carlini <pcarlini@suse.de>
* include/bits/locale_facets.tcc (num_get<>::do_get(void*&)):
If the failbit is set, don't set it again.
(money_get<>::_M_extract): Minor stylistic tweak: consistently
with the other functions, take care of eofbit at the end.
From-SVN: r90861
2004-11-18 13:38:09 +00:00
GCC Administrator
d596ed22a9
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r90836.2
2004-11-18 00:17:18 +00:00
Paolo Carlini
e9fb72e85f
istream.tcc (getline(basic_istream<>&, basic_string<>&, _CharT)): Remove temporary kludge for libstdc++/15002.
...
2004-11-17 Paolo Carlini <pcarlini@suse.de>
* include/bits/istream.tcc (getline(basic_istream<>&, basic_string<>&,
_CharT)): Remove temporary kludge for libstdc++/15002.
* include/std/std_streambuf.h (class basic_streambuf): Declare
getline(basic_istream<>&, basic_string<>&, _CharT) as friend.
* include/bits/basic_string.h (getline(basic_istream<>&,
basic_string<>&, _CharT)): Declare optimized specializations for
char and wchar_t, using protected members of basic_streambuf.
* src/istream.cc: Define the latter.
From-SVN: r90801
2004-11-17 09:04:14 +00:00
GCC Administrator
f4e649d2d2
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r90777.2
2004-11-17 00:16:34 +00:00
GCC Administrator
0475415888
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r90707.2
2004-11-16 00:16:23 +00:00
Paolo Carlini
2bf8accc31
streambuf.tcc (__copy_streambufs): Provide a generic version of the function...
...
2004-11-15 Paolo Carlini <pcarlini@suse.de>
* include/bits/streambuf.tcc (__copy_streambufs): Provide
a generic version of the function, not using the protected
members of basic_streambuf.
* include/std/std_streambuf.h (__copy_streambufs): Declare
optimized specializations for char and wchar_t.
* src/streambuf.cc: New file, define the latter.
* src/Makefile.am: Add.
* src/Makefile.in: Regenerate.
From-SVN: r90701
2004-11-15 23:33:05 +00:00
GCC Administrator
4d6079e03d
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r90644.2
2004-11-15 00:16:47 +00:00
Paolo Carlini
509228203e
streambuf_iterator.h (istreambuf_iterator::_M_get): Slightly tweak for clarity (also leads to measurably better code).
...
2004-11-14 Paolo Carlini <pcarlini@suse.de>
* include/bits/streambuf_iterator.h (istreambuf_iterator::_M_get):
Slightly tweak for clarity (also leads to measurably better code).
From-SVN: r90636
2004-11-14 22:54:24 +00:00
GCC Administrator
f7b62acd2a
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r90604.2
2004-11-14 00:16:19 +00:00
GCC Administrator
7a4702d25b
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r90563.2
2004-11-13 00:16:33 +00:00