]> gcc.gnu.org Git - gcc.git/blame - libstdc++-v3/ChangeLog
frv.c (frv_issue_rate): New function.
[gcc.git] / libstdc++-v3 / ChangeLog
CommitLineData
86b4ab73
PC
12003-10-02 Paolo Carlini <pcarlini@unitus.it>
2
3 * testsuite/22_locale/locale/cons/12438.cc: Use
4 __gnu_test::try_named_locale("").
5
222a5b1d
RO
62003-10-01 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7
8 * linkage.m4 (GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_0): Define.
9 (GLIBCXX_CHECK_STDLIB_SUPPORT): Use it to test for lrand48
10 instead of drand48.
11 * acconfig.h (HAVE_DRAND48): Renamed to HAVE_LRAND48.
12 * crossconfig.m4 (*-freebsd*): Define HAVE_LRAND48 instead of
13 HAVE_DRAND48.
14 * config.h.in, configure: Regenerate.
15 * include/bits/stl_algo.h: Use _GLIBCXX_HAVE_LRAND48 to guard
16 lrand48 use.
17
e39dd1ce
NM
182003-10-01 Nathan Myers <ncm@cantrip.org>
19
20 * include/bits/locale_facets.tcc (time_put::put): Avoid
21 expensive *__s++, in favor of *__s, ++__s.
22
530ce551
PC
232003-10-01 Paolo Carlini <pcarlini@unitus.it>
24
25 * include/bits/locale_facets.tcc (time_put::put): Minor
26 tweak to the previous commit.
27
52a16d08
PC
282003-10-01 Paolo Carlini <pcarlini@unitus.it>
29
30 PR libstdc++/12439
31 * include/bits/locale_facets.tcc (time_put::put): Deal
32 with the three issues pointed out by the PR.
33 * testsuite/22_locale/time_put/put/char/12439_1.cc: New.
34 * testsuite/22_locale/time_put/put/char/12439_3.cc: New.
35 * testsuite/22_locale/time_put/put/wchar_t/12439_1.cc: New.
36 * testsuite/22_locale/time_put/put/wchar_t/12439_2.cc: New.
37 * testsuite/22_locale/time_put/put/wchar_t/12439_3.cc: New.
38
ae7c3ba5
PC
392003-09-30 Paolo Carlini <pcarlini@unitus.it>
40
41 * include/bits/stl_algo.h: Minor cosmetic reformattings.
42
cbc6c296
PC
432003-09-30 Paolo Carlini <pcarlini@unitus.it>
44
45 * include/bits/stl_algo.h (search_n): Tweak, to spare the
46 first --__n.
47
2ea247d3
PC
482003-09-30 Paolo Carlini <pcarlini@unitus.it>
49
50 * testsuite/22_locale/locale/cons/12352.cc: Explicitly
51 qualify exception name.
52
155f6fbb
PC
532003-09-30 Paolo Carlini <pcarlini@unitus.it>
54
55 PR libstdc++/12438
56 * include/bits/locale_facets.tcc (locale::combine): Don't
57 leak memory if _M_replace_facet throws.
58 * testsuite/22_locale/locale/cons/12438.cc: New, from the PR.
59
60 * include/bits/locale_classes.h (locale::locale(const locale&,
61 _Facet*)): Tweak, use consistently _M_remove_reference.
62
70863cbd
PC
632003-09-30 Paolo Carlini <pcarlini@unitus.it>
64
65 PR libstdc++/12352 (cont)
66 * src/localename.cc (locale::_Impl::_Impl(const char*, size_t)):
67 Don't leak __cloc; don't leak if any of the _M_init_facet(...)
68 calls fail.
69 (locale::_Impl::_Impl(const _Impl&, size_t)): Tweak.
70 (locale::_Impl::~_Impl): Don't do anything if !_M_facets,
71 !_M_caches, !_M_names.
72
51ac684e
RO
732003-09-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
74
75 * configure.host: Handle Solaris 2.5 micro releases explicitly.
76 Remove wildcards from Solaris 2.6, 7-9: there were no
77 micro releases.
78 Treat Solaris 10 and up like 7-9.
79
6821a40b
PC
802003-09-29 Paolo Carlini <pcarlini@unitus.it>
81
82 * include/bits/stl_algo.h (search_n): Improve the previous
83 fix as suggested by Martin.
84
e5012ba5
PC
852003-09-29 Paolo Carlini <pcarlini@unitus.it>
86
87 PR libstdc++/12296
88 * include/bits/istream.tcc (peek): Set eofbit if sgetc
89 returns eof.
90 * testsuite/27_io/basic_istream/peek/char/12296.cc:
91 New, from the PR.
92
932003-09-29 Nathan Myers <ncm@cantrip.org>
94 Paolo Carlini <pcarlini@unitus.it>
95
96 PR libstdc++/11400
97 * include/bits/stl_algo.h (search_n):
98 Use iterator_traits<>::difference_type for __n.
99 * testsuite/25_algorithms/search_n/11400.cc: New, from the PR.
100
6cd6aed7
PC
1012003-09-29 Paolo Carlini <pcarlini@unitus.it>
102
103 * testsuite/22_locale/locale/cons/12352.cc:
104 Use __attribute__((unused)) for test.
105
33b16690
UW
1062003-09-26 Ulrich Weigand <uweigand@de.ibm.com>
107
108 * testsuite/22_locale/time_put/put/char/2.cc (test_02): Allow either
109 "Son" or "So" as abbreviated name for Sunday in de_DE locale.
110 * testsuite/22_locale/time_put/put/wchar_t/2.cc (test_02): Likewise.
111
2d07c3f5
BS
1122003-09-26 Brad Spencer <spencer@infointeractive.com>
113
114 * testsuite/27_io/basic_filebuf/cons/wchar_t/10132-1.cc:
115 Explicitly qualify exceptions.
116 * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc: Same.
117 * testsuite/27_io/basic_istream/sentry/char/3983-sstream.cc: Same.
118 * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.
119 * testsuite/27_io/basic_ostream/sentry/char/3983-sstream.cc: Same.
120
91675f9d
PC
1212003-09-25 Paolo Carlini <pcarlini@unitus.it>
122
123 PR libstdc++/12352
124 * src/localename.cc (locale::_Impl::_Impl(const _Impl&,
125 size_t)): Don't leak if memory allocations for _M_facets,
126 _M_caches, and _M_names fail.
127 (locale::_Impl::_Impl(const char*, size_t)): Ditto.
128 (locale::_Impl::_M_replace_categories(const _Impl*,
129 category)): Ditto.
130 (locale::_Impl::_M_install_facet(const locale::id*,
131 const facet*)): Ditto.
132 * include/bits/locale_classes.h (locale::locale(const locale&,
133 _Facet*)): Don't leak memory.
134 * testsuite/22_locale/locale/cons/12352.cc: New, from the PR.
135
136 * src/localename.cc (locale::_Impl::_Impl(facet**, size_t,
137 bool)): Qualify with std:: strcpy, tweak.
138 * include/bits/locale_classes.h
139 (locale::_Impl::_M_check_same_name): Qualify strcmp.
140
2b1be54b
BS
1412003-09-25 Brad Spencer <spencer@infointeractive.com>
142
143 PR libstdc++/6072
775ee48e
BK
144 * acinclude.m4: Split out checks for vfwscanf, vswscanf, vwscanf,
145 wcstof, iswblank.
2b1be54b
BS
146 * aclocal.m4: Regenerate.
147 * config.h.in: Regenerate.
148 * configure: Regenerate.
149 * crossconfig.m4: Add in wchar_t bits for solaris crosses.
150 * config/io/basic_file_stdio.cc: Guard unistd.h.
151 * include/c_compatibility/wchar.h: Guard extra wchar_t functionality.
152 * include/c_std/std_cwchar.h: Same.
153 * include/c_std/std_cwctype.h: Same.
154
465ad0c7
BK
1552003-09-25 Benjamin Kosnik <bkoz@redhat.com>
156
775ee48e 157 PR libstdc++/11065
465ad0c7
BK
158 * config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_is): Fix.
159 * config/locale/generic/ctype_members.cc: Same.
160 * testsuite/22_locale/ctype/is/char/1.cc: Initialize mask.
161 * testsuite/22_locale/ctype/is/wchar_t/1.cc: Same.
162
163 * config/os/generic/ctype_inline.h: Update.
164
7b865c36
UW
1652003-09-25 Ulrich Weigand <uweigand@de.ibm.com>
166
167 * src/Makefile.am (version_dep): New variable.
168 (libstdc___la_DEPENDENCIES): Use it to add dependency on
169 libstdc++-symbol.ver only when using symbol versioning.
170 * src/Makefile.in: Regenerate.
171
11f10e6b
BK
1722003-09-23 Benjamin Kosnik <bkoz@redhat.com>
173
174 * include/bits/locale_facets.tcc: Tweak to avoid warnings.
175 * testsuite/testsuite_hooks.h: Same.
176 * testsuite/*/*.cc: Same.
177
89ec0c4b
PR
1782003-09-22 Petur Runolfsson <peturr02@ru.is>
179
180 * include/bits/istream.tcc (basic_istream::read,
181 basic_istream::readsome, basic_istream::putback,
182 basic_istream::unget, operator>>(basic_istream, CharT)):
183 Avoid redundant setstate(failbit) calls when sentry::operator bool()
184 returns false.
185
dc25fbc7
CW
1862003-09-22 Carlo Wood <carlo@alinoe.com>
187
188 PR libstdc++/12365
189 * include/bits/demangle.h (qualifier(int, cv_qualifier_nt,
190 char const*, int, int)): Remove unused identifier
191 cv_qualifier for overloaded constructor.
192
b2bc3339
BK
1932003-09-18 Benjamin Kosnik <bkoz@redhat.com>
194
195 PR libstdc++/11504
196 * acinclude.m4 (GLIBCXX_EXPORT_FLAGS): Add -Wcast-qual to
197 WARN_FLAGS, remove -Wno-format.
198 * aclocal.m4: Regenerate.
199 * configure: Regenerate.
200
0b5ce4f1
PR
2012003-09-18 Petur Runolfsson <peturr02@ru.is>
202
203 * config/io/basic_file_stdio.cc (sys_getc, sys_ungetc): Delete.
204 * config/io/basic_file_stdio.h: Same.
205 * include/std/std_fstream.h (__ctype_type): Delete.
206 * include/std/std_streambuf.h (__ctype_type, __state_type): Delete.
207
43892f8c
BK
2082003-09-17 Benjamin Kosnik <bkoz@redhat.com>
209
210 PR libstdc++/12239
211 * configure.host (abi_baseline_pair): Error out on solaris2
212 configurations without a minor version number.
213
4bc8ae23
PE
2142003-09-13 Phil Edwards <phil@codesourcery.com>
215
216 * docs/doxygen/run_doxygen: Clear GENERATE_TAGFILE entirely
217 if man pages are on.
218 * docs/doxygen/user.cfg.in: And here.
219
dbc66058
DJ
2202003-09-10 Daniel Jacobowitz <drow@mvista.com>
221 Andreas Jaeger <aj@suse.de>
222
223 PR libstdc++/12189
224 * acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Don't build
225 abi_check if cross compiling.
226 * aclocal.m4: Regenerated.
227 * configure: Regenerated.
228
520abf69
JO
2292003-09-10 Jeffrey D. Oldham <oldham@codesourcery.com>
230
231 * libsupc++/vec.cc (__cxa_vec_new2): If the allocator returns
232 NULL, return NULL. This reflects a C++ ABI change 2003 Sep 05.
233 (__cxa_vec_new3): Likewise.
234
8c8dec01
PR
2352003-09-10 Petur Runolfsson <peturr02@ru.is>
236
237 * include/bits/fstream.tcc (basic_filebuf::seekoff):
238 Use codecvt::length to handle variable-width stateless encodings
239 correctly.
240 * testsuite/27_io/basic_filebuf/seekoff/wchar_t/1.cc: New test.
241 * testsuite/27_io/basic_filebuf/seekoff/wchar_t/2.cc: New test.
242
80e46d77
AM
2432003-09-10 Alan Modra <amodra@bigpond.net.au>
244
245 * config/io/basic_file_stdio.cc (_M_open_mode): Assign __p_mode
246 rather than or'ing.
247
e517f636
AM
2482003-09-09 Alan Modra <amodra@bigpond.net.au>
249
250 * configure: Regenerate.
251
263594d2
DE
2522003-09-09 David Edelsohn <edelsohn@gnu.org>
253
254 * src/ios.cc (ios_base::Init::Init): Remove unnecessary
255 qualifier from _S_synced_with_stdio.
256
2572003-09-09 Bernardo Innocenti <bernie@develer.com>
e7f115de
BI
258
259 * include/c_std/std_cstdlib.h: Avoid using missing C library symbols.
260
f1813b69
PR
2612003-09-04 Petur Runolfsson <peturr02@ru.is>
262
263 PR libstdc++/9028
264 * include/bits/fstream.tcc
265 (basic_filebuf::_M_destroy_internal_buffer): Destroy _M_ext_buf.
266 (basic_filebuf::basic_filebuf): Initialize _M_ext_buf,
267 _M_ext_buf_size, _M_ext_next and _M_ext_end.
268 (basic_filebuf::underflow): Handle variable-width stateless
269 encodings (codecvt::encoding() == 0), including UTF-8.
270 * include/std/std_fstream.h (basic_filebuf):
271 Declare _M_ext_buf, _M_ext_buf_size, _M_ext_next, _M_ext_end.
272 * testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc: New test.
273 * testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc: New test.
274 * testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc: New test.
275 * testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc: New test.
276 * testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc: New test.
277 * testsuite/27_io/objects/wchar_t/12.cc: New test.
278 * testsuite/27_io/objects/wchar_t/13.cc: New test.
279
7976070c
JW
2802003-09-04 Jonathan Wakely <redi@gcc.gnu.org>
281
282 * docs/html/faq/index.html: Note that a namespace alias can't be
283 used when specialising templates in extension namespace.
284 * docs/html/faq/index.txt: Regenerate.
285
149639d4
PR
2862003-09-03 Petur Runolfsson <peturr02@ru.is>
287
288 PR libstdc++/12048
289 * include/ext/stdio_sync_filebuf.h
290 (stdio_sync_filebuf::_M_unget_buf): Declare it.
291 (stdio_sync_filebuf::stdio_sync_filebuf): Initialize _M_unget_buf.
292 (stdio_sync_filebuf::uflow): Store the returned character in
293 _M_unget_buf.
294 (stdio_sync_filebuf::pbackfail): If argument is eof(), pass
295 _M_unget_buf to syncungetc(). Set _M_unget_buf to eof().
296 (stdio_sync_filebuf<char>::xsgetn): Store last read character in
297 _M_unget_buf, if any, else eof().
298 (stdio_sync_filebuf<wchar_t>::xsgetn: Store last read character in
299 _M_unget_buf, if any, else eof().
300 * testsuite/27_io/objects/char/12048.cc: Rename to...
301 * testsuite/27_io/objects/char/12048-1.cc: ...this.
302 * testsuite/27_io/objects/char/12048-2.cc: New test.
303 * testsuite/27_io/objects/char/12048-3.cc: New test.
304 * testsuite/27_io/objects/char/12048-4.cc: New test.
305 * testsuite/27_io/objects/char/12048-5.cc: New test. XFAIL.
306 * testsuite/27_io/objects/wchar_t/12048-1.cc: New test.
307 * testsuite/27_io/objects/wchar_t/12048-2.cc: New test.
308 * testsuite/27_io/objects/wchar_t/12048-3.cc: New test.
309 * testsuite/27_io/objects/wchar_t/12048-4.cc: New test.
310 * testsuite/27_io/objects/wchar_t/12048-5.cc: New test. XFAIL.
311 * testsuite/ext/stdio_sync_filebuf_char.cc
312 (test02, test03, test04, test05): New tests.
313 * testsuite/ext/stdio_sync_filebuf_wchar_t.cc
314 (test02, test03, test04, test05): New tests.
315
3162003-09-03 Petur Runolfsson <peturr02@ru.is>
317
318 * docs/html/27_io/howto.html: setbuf(0, 0) has no effect on
319 stringbuf or strstreambuf. Fix typos.
320
3660e02f
PE
3212003-09-02 Phil Edwards <phil@codesourcery.com>
322
323 * acinclude.m4 (GLIBCXX_ENABLE_HOSTED): #define _GLIBCXX_HOSTED
324 appropriately.
325 * config.h.in: Add _GLIBCXX_HOSTED.
326 * libsupc++/eh_term_handler.cc: Test it here; initialize
327 __terminate_handler to std::abort if freestanding.
328 * aclocal.m4, configure: Regenerated.
329 * docs/html/configopts.html: Document --disable-hosted-libstdcxx.
330
a3aff86a
NM
3312003-08-29 Nathan Myers <ncm@cantrip.org>
332
333 PR libstdc++/11990
334 * include/bits/locale_facets.tcc (__pad): delete dead code.
335
f5cf58dd
AM
3362003-08-28 Alan Modra <amodra@bigpond.net.au>
337
338 * configure.ac: Test $with_cross_host against $build_alias, not $build.
339 * configure: Regenerate.
340
3bedd161
PR
3412003-08-27 Petur Runolfsson <peturr02@ru.is>
342
343 * testsuite/27_io/objects/wchar_t/10.cc: Move wcout stuff...
344 * testsuite/27_io/objects/wchar_t/11.cc: ...here. New file.
345
ca618b60
PE
3462003-08-27 Phil Edwards <pme@gcc.gnu.org>
347
348 * Makefile.am: Remove trailing whitespace. Remove needless
349 "foo = @foo@" assignments. Replace direct uses of @foo@ with $(foo).
350 * include/Makefile.am: Likewise.
351 * libmath/Makefile.am: Likewise.
352 * libsupc++/Makefile.am: Likewise.
353 * po/Makefile.am: Likewise.
354 * src/Makefile.am: Likewise.
355 * testsuite/Makefile.am: Likewise.
356
357 * Makefile.in, include/Makefile.in, libmath/Makefile.in,
358 libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
359 testsuite/Makefile.in: Regenerated.
360
37e0ff11
PE
3612003-08-27 Phil Edwards <pme@gcc.gnu.org>
362
363 * acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Change quoting of
364 includedir.
365 * aclocal.m4, configure: Regenerate.
366
72730fdb
DJ
3672003-08-27 Daniel Jacobowitz <drow@mvista.com>
368
369 * acinclude.m4: Include no-executables.m4.
370 * configure.ac: Uncomment GCC_NO_EXECUTABLES.
371 * aclocal.m4: Regenerated.
372 * configure: Regenerated.
373
ec0d7421
DJ
3742003-08-27 Daniel Jacobowitz <drow@mvista.com>
375
376 * acinclude.m4: Don't call AC_ISC_POSIX.
377 * aclocal.m4: Regenerated.
378 * configure: Regenerated.
379
92eabea2
PE
3802003-08-27 Phil Edwards <pme@gcc.gnu.org>
381
382 * acinclude.m4 (GLIBCXX_CONDITIONAL): New macro. Wrap
383 AM_CONDITIONAL. Replace all calls to AM_CONDITIONAL with this one.
384 (GLIBCXX_ENABLE_HOSTED): New macro, sets new variable is_hosted,
385 used elsewhere in this file.
386 (GLIBCXX_EVALUATE_CONDITIONALS): New macro...
387 * configure.ac: ...called here to expand all conditionals.
388 * Makefile.am: Conditionalize SUBDIRS on GLIBCXX_HOSTED.
389 * include/Makefile.am: Remove redundant gxx_include_dir assignment.
390 (install-freestanding-headers): New target, a subset of
391 install-headers. Conditionalize install-data-local on GLIBCXX_HOSTED.
392
393 * aclocal.m4, configure, Makefile.in, include/Makefile.in,
394 libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
395 src/Makefile.in, testsuite/Makefile.in: Regenerated.
396
a43d13fb
PE
3972003-08-26 Phil Edwards <pme@gcc.gnu.org>
398
399 * docs/doxygen/run_doxygen: Shell fixes. Remove hardcoded local
400 pathnames from generated tag file.
401
82ba99d5
PE
4022003-08-26 Phil Edwards <pme@gcc.gnu.org>
403
404 * Makefile.am: Add comment.
405 * acinclude.m4 (GLIBCXX_CONFIGURE): Set new glibcxx_SUBDIRS and
406 SUBDIRS variables.
407 * configure.ac: Use them both here, instead of hardcoded lists.
408
409 * fragment.am: Add STAMP varaible.
410 * include/Makefile.am: Cosmetic whitespace cleanup. Use $(LN_S)
411 instead of @LN_S@.
412 (stamp-*): Move file creation rule outside of 'if' branches to
413 ensure the stamp-* files are actually updated. Use $(STAMP).
414 * src/Makefile.am: Remove now-nonexistant variable.
415 * libsupc++/Makefile.am: Likewise. Snap the assignment chain
416 for -prefer-pic.
417 * po/Makefile.am: Include same fragment as all the others.
418
419 * aclocal.m4, configure, Makefile.in, include/Makefile.in,
420 libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in: Regenerated.
421
73780bfe
LR
4222003-08-26 Loren J. Rittle <ljrittle@acm.org>
423
424 * testsuite/data/cin_unget-1.txt: New.
425 * testsuite/27_io/objects/char/12048.cc: New.
426
7e2055ec
ZW
4272003-08-25 Zack Weinberg <zack@codesourcery.com>
428
429 * config/os/hpux/os_defines.h: Unconditionally define
430 _GLIBCXX_GTHREAD_USE_WEAK to 0.
431
a6f3e253
GK
4322003-08-19 Geoffrey Keating <geoffk@apple.com>
433
434 * crossconfig.m4 (*-darwin*): Add a large and boring stanza for
435 crosses to Darwin targets.
436 * configure: Regenerate.
437
1b391ba9
PR
4382003-08-19 Petur Runolfsson <peturr02@ru.is>
439
7e2055ec
ZW
440 * include/ext/ropeimpl.h: #include <ostream> instead of <iostream>
441
77e862fa
PE
4422003-08-17 Phil Edwards <pme@gcc.gnu.org>
443
444 * configure.ac: GCC_NO_EXECUTABLES was supposed to be commented
445 in the patch from 3 minutes ago. Boy, is my face red.
446 * configure: At least I remembered to regenerate this.
447
0df3f383
PE
4482003-08-17 Phil Edwards <pme@gcc.gnu.org>
449
450 * acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES
451 and LIBSUPCXX_INCLUDES. Re-purpose TOPLEVEL_INCLUDES to refer to
452 things from the top level.
453 * configure.ac (GLIBCXX_IS_NATIVE): Determine earlier and re-order.
454 Comment out the conditionals for CANADIAN and GLIBCXX_BUILD_LIBMATH
455 (currently unused). Strip the fake-VPATH shell fragment from
456 automake-generated rules, if present.
457 * linkage.m4: Add comment.
458
459 * fragment.am: New file, containing factored-out common settings.
460 (AM_CPPFLAGS): Absorb the deprecated INCLUDES variable contents.
461 * Makefile.am: Include fragment.am. Remove common variables.
462 * include/Makefile.am: Likewise.
463 * libmath/Makefile.am: Likewise.
464 * libsupc++/Makefile.am: Likewise.
465 * po/Makefile.am: Likewise. Print rules during check.
466 * src/Makefile.am: Likewise.
467 * testsuite/Makefile.am: Likewise.
468
469 * aclocal.m4, configure, Makefile.in, include/Makefile.in,
470 libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
471 src/Makefile.in, testsuite/Makefile.in: Regenerate.
472
e885821f
JL
4732003-08-11 John Levon <levon@movementarian.org>
474
475 * docs/html/ext/howto/guide.html (GLIBCXX_FORCE_NEW): Update
476 remaining places for the name change from GLIBCPP_FORCE_NEW
477 to GLIBCXX_FORCE_NEW
478
2803847d
BK
4792003-08-11 Benjamin Kosnik <bkoz@redhat.com>
480
481 * include/bits/basic_ios.h: Remove *_iter typedefs, change num*
7e2055ec 482 typedefs to num_*.
2803847d
BK
483 * include/bits/basic_ios.tcc: Same.
484 * include/bits/istream.tcc: Same.
485 * include/bits/locale_facets.h: Same.
486 * include/bits/ostream.tcc: Same.
487 * include/std/std_istream.h: Same.
488 * include/std/std_ostream.h: Same.
489 * testsuite/26_numerics/complex_inserters_extractors.cc: Fix.
490
491 * include/ext/rope: Remove build warning.
7e2055ec 492
51c1f3c9
AJ
4932003-08-11 Andreas Jaeger <aj@suse.de>
494
495 * include/Makefile.am (stamp-c_base): Add dependency on stamp-bits
496 to make SMP-safe.
497 * include/Makefile.in: Regenerated.
498
f6dda651
PE
4992003-08-11 Phil Edwards <pme@gcc.gnu.org>
500
501 * acinclude.m4 (GLIBCXX_CONFIGURE): Unprecious CC and CFLAGS
502 when calling AC_PROG_CC.
503 * aclocal.m4, configure: Regenerate.
504
fbe057bb
PE
5052003-08-11 Phil Edwards <pme@gcc.gnu.org>
506
507 * acinclude.m4: Properly quote variable which will be expanded
508 inside makefiles. Use CXX instead of CC to extract compiler info.
509 * configure.ac (AC_INIT): Use the new 4-arg form to finally get the
510 correct form in PACKAGE.
511 * aclocal.m4, configure: Regenerate.
512
258e7dbc
BK
5132003-08-08 Benjamin Kosnik <bkoz@redhat.com>
514
515 * testsuite/Makefile.am (check-abi): Change libstdc++-v3 to libstdc++.
516 (check-abi-verbose): Same.
517 * testsuite/testsuite_performance.h (report_performance): Same.
7e2055ec 518
3e083bea
LR
5192003-08-08 Loren J. Rittle <ljrittle@acm.org>
520
521 * testsuite/testsuite_performance.h (__FreeBSD__): Add fake mallinfo.
522
5a9ed693
DG
5232003-08-07 Doug Gregor <dgregor@apple.com>
524
7e2055ec
ZW
525 * include/bits/char_traits.h (char_traits::not_eof): Match operand
526 types in ? :.
5a9ed693 527
4e9ebd4b
BI
5282003-08-07 Bernardo Innocenti <bernie@develer.com>
529
530 PR libstdc++/11784
531 * libstdc++-v3/config/cpu/m68k/atomicity.h (__exchange_and_add):
532 Replace variants with new BSET-based version.
7e2055ec 533
a9ebaa2b
CW
5342003-08-07 Carlo Wood <carlo@alinoe.com>
535
0df3f383 536 * include/bits/demangle.h: Do not use cctype functions that depend
a9ebaa2b 537 on locale.
7e2055ec 538
8b171e55
PE
5392003-08-05 Phil Edwards <pme@gcc.gnu.org>
540
541 * configure.in: Rename...
542 * configure.ac: ...to this.
543 * docs/html/17_intro/porting.texi: Update name.
544
545 * docs/html/17_intro/porting.html: Regenerate.
546 * config.h.in, Makefile.in, include/Makefile.in, libmath/Makefile.in,
547 libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
548 testsuite/Makefile.in: Regenerate (picks up new dependancy).
549
1260d70f
PE
5502003-08-05 Phil Edwards <pme@gcc.gnu.org>
551
552 * acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Put down the crack
553 pipe, open the window to let out the fumes, redo the option-handling
554 logic to properly execute the detection test.
555 * aclocal.m4, configure: Regenerate.
556
ff66d28f
PE
5572003-08-04 Phil Edwards <pme@gcc.gnu.org>
558
559 Convert to new autotools.
560 * acconfig.h: Update with correct names.
561 * configure.host (ATOMICITYH): Rename to atomicity_include_dir.
562 (qnx6.[12]*): 'q' comes before 's', not after 'w'.
563 * configure.in: Update. Split hardcoded cross-configury settings
564 out to...
565 * crossconfig.m4: ...here. New file. Contents untouched.
566 * acinclude.m4: Reorganize and rewrite as needed. Split large
567 chunks out to...
568 * linkage.m4: ...here. New file. Math and stdlib linkage tests.
569 Contents untouched.
570 * scripts/testsuite_flags.in: Update.
571
572 * Makefile.am: Remove unneeded AUTOMAKE_OPTIONS settings and other
573 variables (already generated by automake).
574 * include/Makefile.am: Ditto.
575 * libmath/Makefile.am: Ditto.
576 * libsupc++/Makefile.am: Ditto.
577 * po/Makefile.am: Ditto.
578 * src/Makefile.am: Ditto.
579
580 * aclocal.m4: Regenerate using new versions.
581 * config.h.in: Ditto.
582 * configure: Ditto.
583 * Makefile.in: Ditto.
584 * include/Makefile.in: Ditto.
585 * libmath/Makefile.in: Ditto.
586 * libsupc++/Makefile.in: Ditto.
587 * po/Makefile.in: Ditto.
588 * src/Makefile.in: Ditto.
589 * testsuite/Makefile.in: Ditto.
590
5e7c251d
PE
5912003-08-04 Phil Edwards <pme@gcc.gnu.org>
592
593 * po/libstdc++.pot: Re-extract/regenerate.
594
caf21254
PE
5952003-08-04 Phil Edwards <pme@gcc.gnu.org>
596
597 * testsuite/Makefile.am (DEJATOOL,EXPECT,RUNTEST,RUNTESTFLAGS):
598 Remove unneeded variable assignments. Leave them for automake.
599 * testsuite/lib/libstdc++-v3.exp: Rename...
600 * testsuite/lib/libstdc++.exp: ...to this. Adjust function names
601 accordingly.
602 * testsuite/libstdc++-v3.dg/dg.exp: Rename...
603 * testsuite/libstdc++-dg/normal.exp: ...to this. Adjust function
604 names accordingly.
605
f7ab5fa4
PE
6062003-08-04 Phil Edwards <pme@gcc.gnu.org>
607
608 * docs/doxygen/guide.html: run_doxygen uses bash.
609 * docs/doxygen/mainpage.html: We'll be shipping tag files.
610 * docs/doxygen/run_doxygen: Tweaks and improvements.
611 * docs/doxygen/user.cfg.in: Set GENERATE_TAGFILE.
612 * docs/html/install.html: Update autoconf/automake requirements.
613 * docs/html/test.html: Add section describing DejaGNU support.
614 * docs/html/17_intro/confdeps.dot: New file, generates...
615 * docs/html/17_intro/confdeps.png: ...this new file.
616 * docs/html/Makefile: Generated here.
617 * docs/html/17_intro/configury.html: New file.
618
b3f2a032
PE
6192003-07-31 Phil Edwards <pme@gcc.gnu.org>
620
621 * testsuite/lib/libstdc++-v3-dg.exp: Rename...
622 * testsuite/lib/libstdc++-v3.exp: ...to this.
623 * testsuite/libstdc++-v3.dg/dg.exp: No special case needed now.
624
e64a227a
DG
6252003-07-31 Doug Gregor <dgregor@apple.com>
626
627 Add user specialization tests.
628 * testsuite/23_containers/deque/1.cc: New.
629 * testsuite/23_containers/list/1.cc: New.
630 * testsuite/23_containers/map/1.cc: New.
631 * testsuite/23_containers/multimap/1.cc: New.
632 * testsuite/23_containers/multiset/1.cc: New.
633 * testsuite/23_containers/set/1.cc: New.
634 * testsuite/23_containers/vector/1.cc: New.
7e2055ec 635
17472bb6
BK
6362003-07-31 Benjamin Kosnik <bkoz@redhat.com>
637
638 Reshuffle 23_containers testsuite.
7e2055ec 639 * 23_containers/adaptors.cc, bitset_ctor.cc,bitset_members.cc,
17472bb6
BK
640 bitset_shift.cc, deque_ctor.cc, deque_operators.cc,
641 list_capacity.cc, list_ctor.cc, list_modifiers.cc, list_operators.cc,
642 map_insert.cc, map_operators.cc, map_operators_neg.cc, multiset.cc,
643 set_operators_neg.cc, vector_bool.cc, vector_capacity.cc,
644 vector_ctor.cc, vector_element_access.cc, vector_modifiers.cc,
645 vector_resize.cc: Split into...
646 * 23_containers/bitset/cons/1.cc: New.
647 * 23_containers/bitset/cons/6282.cc: New.
648 * 23_containers/bitset/count/6124.cc: New.
649 * 23_containers/bitset/operations/1.cc: New.
650 * 23_containers/bitset/operations/2.cc: New.
651 * 23_containers/bitset/test/1.cc: New.
652 * 23_containers/bitset/to_ulong/1.cc: New.
653 * 23_containers/deque/cons/1.cc: New.
654 * 23_containers/deque/cons/2.cc: New.
655 * 23_containers/deque/operators/1.cc: New.
656 * 23_containers/list/capacity/1.cc: New.
657 * 23_containers/list/cons/1.cc: New.
658 * 23_containers/list/cons/2.cc: New.
659 * 23_containers/list/cons/3.cc: New.
660 * 23_containers/list/cons/4.cc: New.
661 * 23_containers/list/cons/5.cc: New.
662 * 23_containers/list/cons/6.cc: New.
663 * 23_containers/list/cons/7.cc: New.
664 * 23_containers/list/cons/8.cc: New.
665 * 23_containers/list/cons/9.cc: New.
666 * 23_containers/list/modifiers/1.cc: New.
667 * 23_containers/list/modifiers/2.cc: New.
668 * 23_containers/list/modifiers/3.cc: New.
669 * 23_containers/list/operators/1.cc: New.
670 * 23_containers/list/operators/2.cc: New.
671 * 23_containers/list/operators/3.cc: New.
672 * 23_containers/list/operators/4.cc: New.
673 * 23_containers/map/insert/1.cc: New.
674 * 23_containers/map/operators/1.cc: New.
675 * 23_containers/map/operators/1_neg.cc: New.
676 * 23_containers/multiset/insert/1.cc: New.
677 * 23_containers/priority_queue/members/7161.cc: New.
678 * 23_containers/queue/members/7157.cc: New.
679 * 23_containers/set/operators/1_neg.cc: New.
680 * 23_containers/stack/members/7158.cc: New.
681 * 23_containers/vector/bool/1.cc: New.
682 * 23_containers/vector/bool/6886.cc: New.
683 * 23_containers/vector/capacity/1.cc: New.
684 * 23_containers/vector/capacity/2.cc: New.
685 * 23_containers/vector/capacity/8230.cc: New.
686 * 23_containers/vector/cons/1.cc: New.
687 * 23_containers/vector/cons/2.cc: New.
688 * 23_containers/vector/cons/3.cc: New.
689 * 23_containers/vector/cons/4.cc: New.
690 * 23_containers/vector/cons/6513.cc: New.
691 * 23_containers/vector/element_access/1.cc: New.
692 * 23_containers/vector/modifiers/1.cc: New.
693 * 23_containers/vector/modifiers/2.cc: New.
694 * 23_containers/vector/resize/1.cc: New.
7e2055ec 695
515aab7c
RO
6962003-07-31 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
697
698 * testsuite/thread/pthread1.cc: Add alpha*-*-osf* to dg-do run,
699 dg-options.
700 * testsuite/thread/pthread2.cc: Likewise.
701 * testsuite/thread/pthread3.cc: Likewise.
702 * testsuite/thread/pthread4.cc: Likewise.
703 * testsuite/thread/pthread5.cc: Likewise.
704 * testsuite/thread/pthread6.cc: Likewise.
705 * testsuite/thread/pthread7-rope.cc: Likewise.
706
1051c718
PE
7072003-07-30 Phil Edwards <pme@gcc.gnu.org>
708
709 * include/bits/c++config: Partial reversion (comment placement) of
710 previous patch.
711
5f697f7a
BK
7122003-07-30 Benjamin Kosnik <bkoz@redhat.com>
713
714 * include/bits/c++config (_GLIBCXX_FULLY_COMPLIANT_HEADERS): Remove.
715 (_GLIBCXX_NO_TEMPLATE_EXPORT): To _GLIBCXX_EXPORT_TEMPLATE.
716 (_GLIBCXX_AT_AT): Remove.
717 (__USE_MALLOC): Remove.
718 * include/std/std_fstream.h: Modify.
719 * include/bits/basic_ios.h: Same.
720 * include/bits/valarray_array.h: Same.
721 * include/c_std/std_cmath.h: Same.
722 * include/c_std/cmath.tcc: Same.
723 * include/std/std_vector.h: Same.
724 * include/std/std_string.h: Same.
725 * include/std/std_stack.h: Same.
726 * include/std/std_queue.h: Same.
727 * include/std/std_list.h: Same.
728 * include/std/std_deque.h: Same.
729 * include/std/std_streambuf.h: Same.
730 * include/std/std_sstream.h: Same.
731 * include/std/std_ostream.h: Same.
732 * include/std/std_istream.h: Same.
733 * include/bits/valarray_array.tcc: Same, format.
734
735 * include/c/std_cctype.h: Fix include guards.
736 * include/c/std_cerrno.h: Same.
737 * include/c/std_cfloat.h: Same.
738 * include/c/std_climits.h: Same.
739 * include/c/std_clocale.h: Same.
740 * include/c/std_cmath.h: Same.
741 * include/c/std_csetjmp.h: Same.
742 * include/c/std_csignal.h: Same.
743 * include/c/std_cstdarg.h: Same.
744 * include/c/std_cstddef.h: Same.
745 * include/c/std_cstdio.h: Same.
746 * include/c/std_cstdlib.h: Same.
747 * include/c/std_cstring.h: Same.
748 * include/c/std_ctime.h: Same.
749 * include/c/std_cwchar.h: Same.
750 * include/c/std_cwctype.h: Same.
751 * include/c_std/cmath.tcc: Same.
752 * include/c_std/std_cmath.h: Same.
7e2055ec 753
b4c70e89
GB
7542003-07-30 Gawain Bolton <gp.bolton@computer.org>
755
7e2055ec 756 PR libstdc++/11504.
b4c70e89
GB
757 * include/bits/stl_tree.h: Replace C-style casts with C++-style
758 casts. Changes to avoid casting away constness. Eliminate
759 _Rb_tree_base_iterator class. Change _Rb_tree_iterator to use
760 initialization lists. Move out implementation of __black_count()
761 to...
7e2055ec
ZW
762 * src/stl_tree.cc: ...here and rename _Rb_tree_black_count().
763 Rename_Rb_tree_base_iterator::_M_increment() to
764 _Rb_tree_increment and _Rb_tree_base_iterator::_M_decrement() to
765 _Rb_tree_decrement.
766 * config/linker-map.gnu: Add and change symbols here.
b4c70e89 767
48b3222d
JW
7682003-07-30 Jonathan Wakely <redi@gcc.gnu.org>
769
770 * docs/html/22_locale/howto.html: Use locale::classic() instead
771 of locale("C").
772
cb584bcf
BK
7732003-07-28 Benjamin Kosnik <bkoz@redhat.com>
774
775 * testsuite/testsuite_hooks.h: Remove list include.
776 (func_callback): Define as unique type, not std::list.
777 Change DEBUG_ASSERT to _GLIBCXX_ASSERT.
778 * testsuite/libstdc++-v3.dg/dg.exp: Same.
779 * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Same.
7e2055ec 780 * testsuite/23_containers/bitset_ctor.cc:
cb584bcf
BK
781 * testsuite/17_intro/header_ciso646.cc: Remove DEBUG_ASSERT.
782 * testsuite/18_support/numeric_limits.cc: Same.
783 * testsuite/21_strings/basic_string/append/char/1.cc: Same.
784 * testsuite/21_strings/basic_string/append/wchar_t/1.cc: Same.
785 * testsuite/21_strings/basic_string/compare/char/1.cc: Same.
786 * testsuite/21_strings/basic_string/compare/wchar_t/1.cc: Same.
787 * testsuite/21_strings/basic_string/element_access/char/1.cc: Same.
788 * testsuite/21_strings/basic_string/element_access/char/2.cc: Same.
789 * testsuite/21_strings/basic_string/element_access/char/3.cc: Same.
790 * testsuite/21_strings/basic_string/element_access/wchar_t/1.cc: Same.
791 * testsuite/21_strings/basic_string/element_access/wchar_t/2.cc: Same.
792 * testsuite/21_strings/basic_string/element_access/wchar_t/3.cc: Same.
793 * testsuite/21_strings/basic_string/find/char/1.cc: Same.
794 * testsuite/21_strings/basic_string/find/char/2.cc: Same.
795 * testsuite/21_strings/basic_string/find/char/3.cc: Same.
796 * testsuite/21_strings/basic_string/find/wchar_t/1.cc: Same.
797 * testsuite/21_strings/basic_string/find/wchar_t/2.cc: Same.
798 * testsuite/21_strings/basic_string/find/wchar_t/3.cc: Same.
799 * testsuite/21_strings/basic_string/insert/char/1.cc: Same.
800 * testsuite/21_strings/basic_string/insert/char/2.cc: Same.
801 * testsuite/21_strings/basic_string/insert/wchar_t/1.cc: Same.
802 * testsuite/21_strings/basic_string/insert/wchar_t/2.cc: Same.
7e2055ec
ZW
803 * testsuite/21_strings/basic_string/inserters_extractors/char/1.cc:
804 * testsuite/21_strings/basic_string/inserters_extractors/char/4.cc:
805 * testsuite/21_strings/basic_string/inserters_extractors/char/5.cc:
806 * testsuite/21_strings/basic_string/inserters_extractors/char/6.cc:
807 * testsuite/21_strings/basic_string/inserters_extractors/char/7.cc:
808 * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/1.cc:
809 * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/4.cc:
810 * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/5.cc:
811 * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/6.cc:
812 * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/7.cc:
cb584bcf
BK
813 * testsuite/21_strings/basic_string/operators/char/1.cc: Same.
814 * testsuite/21_strings/basic_string/operators/char/2.cc: Same.
815 * testsuite/21_strings/basic_string/operators/wchar_t/1.cc: Same.
816 * testsuite/21_strings/basic_string/operators/wchar_t/2.cc: Same.
817 * testsuite/21_strings/basic_string/replace/char/1.cc: Same.
818 * testsuite/21_strings/basic_string/replace/wchar_t/1.cc: Same.
819 * testsuite/21_strings/basic_string/rfind/char/1.cc: Same.
820 * testsuite/21_strings/basic_string/rfind/char/2.cc: Same.
821 * testsuite/21_strings/basic_string/rfind/char/3.cc: Same.
822 * testsuite/21_strings/basic_string/rfind/wchar_t/1.cc: Same.
823 * testsuite/21_strings/basic_string/rfind/wchar_t/2.cc: Same.
824 * testsuite/21_strings/basic_string/rfind/wchar_t/3.cc: Same.
825 * testsuite/21_strings/basic_string/substr/char/1.cc: Same.
826 * testsuite/21_strings/basic_string/substr/wchar_t/1.cc: Same.
827 * testsuite/23_containers/bitset_ctor.cc: Same.
828 * testsuite/23_containers/bitset_shift.cc: Same.
829 * testsuite/23_containers/vector_ctor.cc: Same.
830 * testsuite/23_containers/vector_element_access.cc: Same.
831 * testsuite/24_iterators/istreambuf_iterator.cc: Same.
832 * testsuite/24_iterators/iterator.cc: Same.
833 * testsuite/24_iterators/ostreambuf_iterator.cc: Same.
834 * testsuite/25_algorithms/lower_bound.cc: Same.
835 * testsuite/26_numerics/complex_inserters_extractors.cc: Same.
836 * testsuite/27_io/basic_istream/extractors_arithmetic/char/01.cc: Same.
837 * testsuite/27_io/basic_istream/extractors_arithmetic/char/02.cc: Same.
838 * testsuite/27_io/basic_istream/extractors_arithmetic/char/03.cc: Same.
839 * testsuite/27_io/basic_istream/extractors_arithmetic/char/06.cc: Same.
840 * testsuite/27_io/basic_istream/extractors_arithmetic/char/07.cc: Same.
841 * testsuite/27_io/basic_istream/extractors_arithmetic/char/08.cc: Same.
842 * testsuite/27_io/basic_istream/extractors_arithmetic/char/09.cc: Same.
843 * testsuite/27_io/basic_istream/extractors_arithmetic/char/10.cc: Same.
844 * testsuite/27_io/basic_ostream/inserters_arithmetic/char/1.cc: Same.
7e2055ec
ZW
845 * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc:
846 Same.
847
1cb1de7e
PE
8482003-07-28 Phil Edwards <pme@gcc.gnu.org>
849
850 * docs/doxygen/user.cfg.in, docs/html/abi.txt, docs/html/debug.html,
851 docs/html/test.html, docs/html/17_intro/headers_cc.txt,
852 docs/html/17_intro/howto.html, docs/html/ext/howto.html: Change
853 GLIBCPP to GLIBCXX (and explain as needed).
854
6dfe0fc9
PE
8552003-07-28 Phil Edwards <pme@gcc.gnu.org>
856
857 * README: Update.
858
2cb1c928
PE
8592003-07-28 Phil Edwards <pme@gcc.gnu.org>
860
861 * testsuite/22_locale/messages/members/char/1.cc,
862 testsuite/22_locale/messages/members/char/2.cc,
863 testsuite/22_locale/messages/members/char/3.cc,
864 testsuite/22_locale/messages_byname/1.cc: Update comment regarding
865 the origin of LOCALEDIR.
866 * testsuite/lib/libstdc++-v3.exp: New file.
867
b66ea7d4
BK
8682003-07-25 Benjamin Kosnik <bkoz@redhat.com>
869
870 * include/bits/char_traits.h: Update copyright, tweak.
e884d397 871 * testsuite/ext/pod_char_traits.cc: Explicitly qualify namespace
b66ea7d4
BK
872 std types.
873
d5ff4e3f
MA
8742003-07-24 Matt Austern <austern@apple.com>
875
876 * /include/bits/char_traits.h (class char_traits): Put all the
877 real work into the new class template __gnu_cxx::char_traits.
878 Gave generic definitions for member functions. Types are taken
879 from the new class template __gnu_cxx::_Char_types.
880 * testsuite/21_strings/char_traits/requirements/short/1.cc: New
881 file. Test of std::char_traits<short>, which serves as a test of
882 the char_traits primary template.
883
aecf642c
BK
8842003-07-24 Benjamin Kosnik <bkoz@redhat.com>
885
886 * testsuite/*: Change __gnu_cxx_test to __gnu_test.
887
8882003-07-24 Nathan Myers <ncm-nospam@cantrip.org>
d7541133 889
7e2055ec
ZW
890 * testsuite/23_containers/map_operators.cc: Conform to
891 container requirement as value must be Assignable.
d7541133 892
118545ec
AO
8932003-07-23 Alexandre Oliva <aoliva@redhat.com>
894
895 * acinclude.m4 (GLIBCXX_ENABLE_PCH): Rework test such that it
896 tests not only generation of pch files, but also their use.
897 * aclocal.m4, configure: Rebuilt.
898
ff89cb01
SE
8992003-07-23 Steve Ellcey <sje@cup.hp.com>
900
901 * config/cpu/hppa/atomicity.h: Change
902 _GLIBCXX_INST_GLIBCXX_ATOMICITY_LOCK to _GLIBCXX_INST_ATOMICITY_LOCK
903 to match misc-inst.cc
904
1143680e
SE
9052003-07-23 Steve Ellcey <sje@cup.hp.com>
906
907 * include/c_std/cmath.tcc: Use _GLIBCXX_ prefix on file guard.
908 * include/c_std/std_cctype.h: Ditto.
909 * include/c_std/std_cerrno.h: Ditto.
910 * include/c_std/std_cfloat.h: Ditto.
911 * include/c_std/std_climits.h: Ditto.
912 * include/c_std/std_clocale.h: Ditto.
913 * include/c_std/std_cmath.h: Ditto.
914 * include/c_std/std_csetjmp.h: Ditto.
915 * include/c_std/std_csignal.h: Ditto.
916 * include/c_std/std_cstdarg.h: Ditto.
917 * include/c_std/std_cstddef.h: Ditto.
918 * include/c_std/std_cstdio.h: Ditto.
919 * include/c_std/std_cstdlib.h: Ditto.
920 * include/c_std/std_cstring.h: Ditto.
921 * include/c_std/std_ctime.h: Ditto.
922 * include/c_std/std_cwchar.h: Ditto.
923 * include/c_std/std_cwctype.h: Ditto.
924 * include/std/std_algorithm.h: Ditto.
925 * include/std/std_bitset.h: Ditto.
926 * include/std/std_complex.h: Ditto.
927 * include/std/std_deque.h: Ditto.
928 * include/std/std_fstream.h: Ditto.
929 * include/std/std_functional.h: Ditto.
930 * include/std/std_iomanip.h: Ditto.
931 * include/std/std_ios.h: Ditto.
932 * include/std/std_iosfwd.h: Ditto.
933 * include/std/std_iostream.h: Ditto.
934 * include/std/std_istream.h: Ditto.
935 * include/std/std_iterator.h: Ditto.
936 * include/std/std_limits.h: Ditto.
937 * include/std/std_list.h: Ditto.
938 * include/std/std_locale.h: Ditto.
939 * include/std/std_map.h: Ditto.
940 * include/std/std_memory.h: Ditto.
941 * include/std/std_numeric.h: Ditto.
942 * include/std/std_ostream.h: Ditto.
943 * include/std/std_queue.h: Ditto.
944 * include/std/std_set.h: Ditto.
945 * include/std/std_sstream.h: Ditto.
946 * include/std/std_stack.h: Ditto.
947 * include/std/std_stdexcept.h: Ditto.
948 * include/std/std_streambuf.h: Ditto.
949 * include/std/std_string.h: Ditto.
950 * include/std/std_utility.h: Ditto.
951 * include/std/std_valarray.h: Ditto.
952 * include/std/std_vector.h: Ditto.
953
3988d179
DG
9542003-07-22 Doug Gregor <dgregor@apple.com>
955
956 * include/bits/basic_string.h (basic_string::insert): Deprecate
957 GNU extension.
958
5dfda042
BK
9592003-07-21 Benjamin Kosnik <bkoz@redhat.com>
960
961 * scripts/testsuite_flags.in (--build-includes): Remove extraneous
962 paths for libio.
963 * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc
964 (test03): Include typeinfo for bad_cast.
965 * testsuite/27_io/basic_ostream/sentry/char/3983-sstream.cc: Same.
966 * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.
967 * testsuite/27_io/basic_istream/sentry/char/3983-sstream.cc: Same.
968
3988d179 9692003-07-21 Doug Gregor <dgregor@apple.com>
f345c6b5
DG
970
971 * include/bits/boost_concept_check.h:
7e2055ec
ZW
972 (_EqualityComparableConcept::__constraints): Remove != from the
973 list of constraints; it is not listed in Table 28 of the C++98
974 standard.
f345c6b5 975
2d5f9af2
AJ
9762003-07-18 Andreas Jaeger <aj@suse.de>
977
978 * config/abi/sparc-linux-gnu/baseline_symbols.txt: New file.
979 * config/abi/mips-linux-gnu/baseline_symbols.txt: New file.
980 * config/abi/hppa-linux-gnu/baseline_symbols.txt: New file.
981 * config/abi/x86_64-linux-gnu/baseline_symbols.txt: Regenerated.
982
fea4065d 9832003-07-17 Benjamin Kosnik <bkoz@redhat.com>
7e2055ec 984
fea4065d
BK
985 * config/linker-map.gnu: Add __moneypunct_cache, __timepunct_cache.
986 * config/locale/generic/messages_members.h: Tweaks.
987 * config/locale/generic/monetary_members.cc
988 (moneypunct::_M_initialize_moneypunct): Use cache.
989 (moneypunct::~moneypunct): Delete cache.
990 * config/locale/generic/time_members.cc:
991 (__timepunct::_M_initialize_timepunct): Use cache.
992 * config/locale/generic/time_members.h:
993 (__timepunct::~__timepunct): Delete cache.
994 (__timepunct::__timepunct): Set cache.
995 * config/locale/gnu/messages_members.h: Tweaks.
996 * config/locale/gnu/monetary_members.cc:
997 (moneypunct::_M_initialize_moneypunct): Use cache.
998 (moneypunct::~moneypunct): Delete cache.
999 * config/locale/gnu/time_members.cc:
1000 (__timepunct::_M_initialize_timepunct): Use cache.
1001 * config/locale/gnu/time_members.h:
1002 (__timepunct::~__timepunct): Delete cache.
1003 (__timepunct::__timepunct): Set cache.
1004 * include/bits/locale_facets.h (__timepunct_cache): New.
1005 (__moneypunct_cache): New.
1006 * include/bits/locale_facets.tcc: Tweak.
1007 * src/locale.cc (__timepunct::_S_timezones): Adjust for cache.
1008 * src/locale-inst.cc: Instantiate caches.
1009 * src/globals.cc: Add "C" caches.
1010 * src/localename.cc: Use external "C" caches.
1011
83a279e4
PE
10122003-07-17 Phil Edwards <pme@gcc.gnu.org>
1013
1014 * docs/doxygen/guide.html: Fix typo.
1015
db5eed18
BK
10162003-07-16 Benjamin Kosnik <bkoz@redhat.com>
1017
1018 * include/ext/pod_char_traits.h: Add state template argument.
1019
7942afdc
BK
10202003-07-16 Benjamin Kosnik <bkoz@redhat.com>
1021
1022 * include/bits/locale_facets.h (__num_base::_S_atoms_in): Add -+xX.
1023 (num_get::_M_convert_int): To _M_insert_int.
7e2055ec 1024 (num_get::_M_convert_float): To _M_insert_float.
7942afdc
BK
1025 * include/bits/locale_facets.tcc (num_get::_M_extract_float):
1026 Use caches for ctype, num_get.
1027 (num_get::_M_extract_int): Same.
1028 (num_get::get(bool)): Same.
1029 (__verify_grouping): Use size_t.
1030 * src/locale-inst.cc: Update.
1031 * src/locale.cc: Adjust _S_atoms_in.
1032
1ef4a5d4
PE
10332003-07-16 Phil Edwards <pme@gcc.gnu.org>
1034
1035 * docs/doxygen/mainpage.html: Move building/writing instructions...
1036 * docs/doxygen/guide.html: ...to here. New file.
1037
dced0d12
JW
10382003-07-16 Jonathan Wakely <redi@gcc.gnu.org>
1039
1040 * docs/html/ext/howto.html: Update URL for SGI STL docs.
1041 * docs/html/faq/index.html: Same.
1042 * docs/html/faq/index.txt: Regenerate.
1043
e50344b9
PC
10442003-07-16 Paolo Carlini <pcarlini@unitus.it>
1045
1046 PR libstdc++/11528
1047 * include/bits/locale_facets.tcc (money_get::do_get):
1048 Strip only _leading_ zeros.
1049 * testsuite/22_locale/money_get/get/char/11528.cc: Add.
1050 * testsuite/22_locale/money_get/get/wchar_t/11528.cc: Add.
1051
94b7906a
GP
10522003-07-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1053
1054 * include/ext/hash_map (class hash_multimap): Remove extra
1055 semicolons from __glibcxx_class_requires3 entries.
1056 * include/ext/hash_set (class hash_set): Ditto.
1057 (class hash_multiset): Ditto.
1058
73a530bd
PR
10592003-07-15 Petur Runolfsson <peturr02@ru.is>
1060
1061 * include/bits/char_traits.h (char_traits<wchar_t>::move):
1062 Change last parameter from int_type to size_t.
1063
119dbb1f
JQ
10642003-07-15 Jerry Quinn <jlquinn@optonline.net>
1065
1066 * include/bits/stl_algo.h (includes, set_union, set_intersection,
7e2055ec
ZW
1067 set_difference, set_symmetric_difference, max_element, min_element,
1068 next_permutation, prev_permutation, find_first_of, find_end):
1069 Document.
119dbb1f 1070 * include/bits/stl_algobase.h (copy,copy_backward): Clarify overlap
7e2055ec 1071 restrictions in docs.
119dbb1f 1072 * include/bits/stl_heap.h (push_heap, pop_heap, make_heap, sort_heap):
7e2055ec 1073 Document.
119dbb1f
JQ
1074 * docs/doxygen/doxygroups.cc (setoperations): New group.
1075
284f19bf
JQ
10762003-07-15 Jerry Quinn <jlquinn@optonline.net>
1077
7e2055ec 1078 * include/bits/basic_string.h: Document public functions.
284f19bf
JQ
1079 * docs/doxygen/TODO: Update c21 todo.
1080
709e7c9f
JQ
10812003-07-15 Jerry Quinn <jlquinn@optonline.net>
1082
1083 * include/bits/stl_list.h: Document more functions.
1084 * docs/doxygen/TODO: Update c23 todo.
1085
f45e487d
PC
10862003-07-14 Paolo Carlini <pcarlini@unitus.it>
1087
1088 * config/locale/gnu/c_locale.h (__convert_from_v): One more
1089 qualification.
1090
f088510d
PC
10912003-07-14 Paolo Carlini <pcarlini@unitus.it>
1092
1093 * include/bits/stl_tempbuf.h: Qualify free with std::.
1094 * src/locale.cc: Include <cstdlib>, qualify getenv.
1095
2def5b76
PC
10962003-07-14 Paolo Carlini <pcarlini@unitus.it>
1097
1098 * config/locale/gnu/c_locale.h (__convert_from_v): Include
1099 <cstdio>. Qualify names.
1100 * config/locale/generic/c_locale.h (__convert_from_v): Ditto.
1101
bda243ec
PC
11022003-07-14 Paolo Carlini <pcarlini@unitus.it>
1103 Nathan C. Myers <ncm-nospam@cantrip.org>
1104
1105 PR libstdc++/11378
1106 * include/std/std_fstream.h (xsputn): Declare only.
1107 * include/bits/fstream.tcc (xsputn): Define, optimize for the
7e2055ec 1108 always_noconv() case: when __n is sufficiently large flush
bda243ec
PC
1109 the buffer and issue a direct write, if possible combining the
1110 two with writev in __basic_file<>::xsputn_2.
1111 * config/io/basic_file_stdio.h (__basic_file<>::xsputn_2):
1112 New, declare.
1113 * config/io/basic_file_stdio.cc (__basic_file<>::xsputn_2):
1114 Define.
1115 * acinclude.m4 (GLIBCXX_CHECK_WRITE): New macro, checking for
1116 the availability of writev in <sys/uio.h>.
1117 * configure.in: Call here.
1118 * acconfig.h: Add undef for the corresponding symbol.
1119 * aclocal.m4: Regenerate.
1120 * configure: Regenerate.
1121 * config.h.in: Regenerate.
1122 * testsuite/27_io/basic_filebuf/setbuf/char/3.cc: Tweak.
1123
1124 * include/std/std_fstream.h (sync): Constify a variable.
1125
c573d965
BK
11262003-07-14 Benjamin Kosnik <bkoz@redhat.com>
1127
1128 * testsuite/27_io/ios_base/cons/assign_neg.cc: Fix line numbers.
1129 * testsuite/27_io/ios_base/cons/copy_neg.cc: Same.
7e2055ec 1130
3ad249b9
GDR
11312003-07-14 Gabriel Dos Reis <gcc@integrable-solutions.net>
1132
1133 * config/locale/gnu/c_locale.h (__convert_from_v): Include
1134 <cstring> and <cstdlib>. Qualify names.
1135
f2ffecb1
MM
11362003-07-13 Mark Mitchell <mark@codesourcery.com>
1137
1138 * config/locale/generic/c_locale.h: Include <cstdlib> and
1139 <cstring>.
1140 * include/bits/boost_concept_check.h: Add this-> to unqualified
1141 method calls.
1142 * include/bits/deque.tcc: Likewise.
1143 * include/bits/locale_facets.h : Likewise.
1144 * include/bits/ostream.tcc: Likewise.
1145 * include/bits/stl_algo.h: Likewise.
1146 * include/bits/stl_bvector.h: Likewise.
1147 * include/bits/stl_deque.h: Likewise.
1148 * include/bits/stl_list.h: Likewise.
1149 * include/bits/stl_tree.h: Likewise.
1150 * include/bits/stl_vector.h: Likewise.
1151 * include/bits/vector.tcc: Likewise.
1152 * include/ext/rope: Likewise.
1153 * include/ext/ropeimpl.h: Likewise.
1154 * include/ext/stdio_filebuf.h: Likewise.
1155
e2fcbaa3
JQ
11562003-07-11 Jerry Quinn <jlquinn@optonline.net>
1157
1158 * include/bits/basic_ios.h (copyfmt): Document.
1159 * include/bits/ios_base.h (event, event_callback, register_callback,
1160 xalloc, iword, pword): Document.
1161 (imbue, ~ios_base): Update docs on callbacks.
1162
58579a27
PE
11632003-07-11 Phil Edwards <pme@gcc.gnu.org>
1164
1165 * acinclude.m4 (GLIBCC_ENABLE_SYMVERS): Tweak comments. Add
1166 warning messages if the environment cannot support symbol versioning.
1167 (port_specific_symbol_file): It's plural, add an 's' on the end.
1168 * configure.host: Likewise.
1169 * src/Makefile.am: Likewise.
1170 * config/linker-map.gnu: Remove one semicolon, heh.
1171 * scripts/extract_symvers: Don't assume useful 'export' syntax.
1172 Set LANG as well as LC_ALL for possibly-broken sort(1)s.
1173 * aclocal.m4, configure, src/Makefile.in: Regenerated.
1174
cde63840
BK
11752003-07-09 Benjamin Kosnik <bkoz@redhat.com>
1176
1177 * include/bits/locale_facets.tcc: Use function object for
7e2055ec 1178 __use_cache instead of template function. Partially specialize for
cde63840
BK
1179 __numpunct<_CharT>.
1180 * include/bits/locale_classes.h: Update friend declaration for
1181 __use_cache.
1182 (_M_install_cache): No throw exception specs.
1183 * src/locale.cc: Remove __use_cache specializations.
1184 * include/ext/pod_char_traits.h (length): Tweak.
1185 * include/bits/locale_facets.h (__numpunct_cache): Remove
1186 char_type typedef.
1187 * testsuite/testsuite_hooks.h (pod_unsigned_int): Remove.
1188 (pod_long): Remove.
1189 * testsuite/22_locale/numpunct/members/char/cache_1.cc: New.
1190 * testsuite/22_locale/numpunct/members/char/cache_2.cc: New.
1191 * testsuite/22_locale/numpunct/members/wchar_t/cache_1.cc: New.
1192 * testsuite/22_locale/numpunct/members/wchar_t/cache_2.cc: New.
1193 * testsuite/22_locale/numpunct/members/pod/1.cc: New.
1194 * testsuite/22_locale/numpunct/members/pod/2.cc: New.
7e2055ec 1195
e7f042e4
JQ
11962003-07-09 Jerry Quinn <jlquinn@optonline.net>
1197
1198 * src/ios.cc (_M_grow_words): Fix spelling.
1199
ca1c7011
GB
12002003-07-09 Gawain Bolton <gp.bolton@computer.org>
1201
1202 * include/bits/stl_tree.h: Move larger member functions in
1203 _Rb_tree_base_iterator and _Rb_tree_node to...
1204 * src/stl_tree.cc: Here.
1205 * src/Makefile.in: Add stl_tree.cc.
1206 * src/Makefile.in: Regenerated.
1207 * config/linker-map.gnu: Add symbols here.
1208
9e7facfd
BK
12092003-07-08 Benjamin Kosnik <bkoz@redhat.com>
1210
1211 * testsuite/ext/pod_char_traits.cc: New.
1212 * include/ext/pod_char_traits.h: New.
1213 * include/Makefile.am (ext_headers): Add pod_char_traits.h.
1214 * include/Makefile.in: Regenerate.
1215 * docs/html/21_strings/howto.html: Update.
7e2055ec 1216
e55dc371
GB
12172003-07-08 Gawain Bolton <gp.bolton@computer.org>
1218
1219 * testsuite/performance/list_create_fill_sort.cc: New.
1220
c094e9b9
BK
12212003-07-08 Benjamin Kosnik <bkoz@redhat.com>
1222
1223 * config/locale/generic/numeric_members.cc: Correct type info.
1224 * config/locale/gnu/numeric_members.cc: Same.
1225 * include/bits/locale_facets.h: Same.
7e2055ec 1226
c094e9b9
BK
1227 * include/bits/char_traits.h: Correct spacing.
1228
1229 * src/locale.cc: Wrap to 80 col.
7e2055ec 1230
a8784c4c
PC
12312003-07-07 Paolo Carlini <pcarlini@unitus.it>
1232
1233 * include/std/std_complex.h: Partially revert last
1234 changes: cmath functions must not be qualified.
1235
313dd504
PE
12362003-07-06 Phil Edwards <pme@gcc.gnu.org>
1237
1238 * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Do not test for binutils
1239 2.11 with globbing backport fix.
1240 * aclocal.m4, configure: Regenerated.
1241
6623b2f2
PC
12422003-07-06 Paolo Carlini <pcarlini@unitus.it>
1243
1244 * include/std/std_fstream.h (xsputn): Don't call _M_destroy_pback:
1245 if output is at all possible (!_M_reading), cannot be active.
1246
1247 * include/std/std_fstream.h: Tweak comments to doxygen style.
1248
391cfc46
PC
12492003-07-06 Paolo Carlini <pcarlini@unitus.it>
1250
1251 * include/bits/locale_classes.h: Fully qualify standard
1252 functions with std::, thus avoiding Koenig lookup.
1253 * include/bits/locale_facets.tcc: Likewise.
1254 * src/locale.cc: Likewise.
1255 * src/localename.cc: Likewise.
1256
48166869
PE
12572003-07-06 Phil Edwards <pme@gcc.gnu.org>
1258
1259 * include/bits/allocator_traits.h: Fix doxygen markup.
1260 * include/ext/mt_allocator.h: Likewise.
1261
aaa4a229
PE
12622003-07-06 Phil Edwards <pme@gcc.gnu.org>
1263
1264 * testsuite/testsuite_hooks.h: Guard against a missing unlink().
1265
e6b7a69a
PE
12662003-07-05 Phil Edwards <pme@gcc.gnu.org>
1267
1268 * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Bump minimal version
1269 requirement. Add port_specific_symbol_file variable.
1270 * configure.host: Add docs for port_specific_symbol_file.
1271 Clean up try_cpu block for x86.
1272 * config/linker-map.gnu: No more "last symbol can't have a
1273 semicolon" kaka. Add hook for port-specific symbols.
1274 * src/Makefile.am: Remove trailing whitespace.
1275 (libstdc++-symbol.ver): Detect the presence of port-specific
1276 symbols, and add them accordingly.
1277
1278 * docs/html/17_intro/porting.texi: Bring up to date.
1279
1280 * src/Makefile.in, aclocal.m4, configure,
1281 docs/html/17_intro/porting.html: Regenerated.
1282
ac3d7b44
PE
12832003-07-05 Phil Edwards <pme@gcc.gnu.org>
1284
1285 * scripts/create_testsuite_files: New file.
1286 * testsuite/Makefile.am (all-local, check-performance): Use it.
1287 * testsuite/lib/libstdc++-v3-dg.exp (v3-computer-tests): Remove.
1288 * testsuite/Makefile.in: Regenerated.
1289
1290 * testsuite/performance/filebuf_sputc.cc: Remove the temporary
1291 files at the end.
1292 * testsuite/performance/fstream_seek_write.cc: Likewise.
1293 * testsuite/performance/ofstream_insert_float.cc: Likewise.
1294 * testsuite/performance/ofstream_insert_int.cc: Likewise.
1295 * testsuite/abi_check.cc (main): Nicer spacing in usage output.
1296
e3d51be2
GB
12972003-07-05 Gawain Bolton <gp.bolton@computer.org>
1298
1299 * include/bits/stl_list.h: Performance and memory usage
c094e9b9
BK
1300 improvements. In particular, the behaviour of the constructor and
1301 destructor as the list header node is no longer dynamically
1302 allocated/de-allocated.
e3d51be2
GB
1303 * include/bits/list.tcc: Likewise.
1304
eb9a4231
PC
13052003-07-05 Paolo Carlini <pcarlini@unitus.it>
1306
1307 * include/std/std_complex.h: Fully qualify standard
1308 functions with std::, thus avoiding Koenig lookup.
1309 * include/std/std_memory.h: Likewise.
1310 * include/std/std_valarray.h: Likewise.
1311
f92c5313
GB
13122003-07-05 Gawain Bolton <gp.bolton@computer.org>
1313
1314 * include/bits/stl_tree.h: _Rb_tree_rebalance(): Add local
7e2055ec 1315 variable for grandparent and use const
f92c5313 1316
8b87d3fa
DB
13172003-07-05 David Billinghurst <David.Billinghurst@riotinto.com>
1318
1319 * testsuite/27_io/basic_filebuf/close/char/4879.cc: xfail on cygwin
1320 * testsuite/27_io/basic_filebuf/close/char/9964.cc: Ditto
1321 * testsuite/27_io/basic_filebuf/open/char/9507.cc: Ditto
1322 * testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc: Ditto
1323 * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Ditto
1324 * testsuite/27_io/objects/char/7.cc: Ditto
1325 * testsuite/27_io/objects/char/9661-1.cc: Ditto
1326
a8cad3e1
PC
13272003-07-05 Paolo Carlini <pcarlini@unitus.it>
1328
1329 * include/std/std_bitset.h: Fully qualify standard
1330 functions with std::, thus avoiding Koenig lookup.
1331
1332 * include/std/std_fstream.h: Change comment to doxygen style.
1333
2778669a
PE
13342003-07-05 Phil Edwards <pme@gcc.gnu.org>
1335
1336 * include/std/std_limits.h: More CPP->CXX changes.
1337 * scripts/check_survey.in: Likewise.
1338
3d7c150e
BK
13392003-07-04 Benjamin Kosnik <bkoz@redhat.com>
1340
1341 Move from CPP to CXX.
1342 * include/bits/c++config: Move to GLIBCXX from GLIBCPP.
1343 * testsuite/Makefile.am: Same.
1344 * testsuite/Makefile.in: Regenerate.
1345 * po/Makefile.am: Same.
7e2055ec 1346 * po/Makefile.in: Regenerate.
3d7c150e 1347 * libsupc++/Makefile.am: Same.
7e2055ec 1348 * libsupc++/Makefile.in: Regenerate.
3d7c150e 1349 * libmath/Makefile.am: Same.
7e2055ec 1350 * libmath/Makefile.in: Regenerate.
3d7c150e 1351 * include/Makefile.am: Same.
7e2055ec 1352 * include/Makefile.in: Regenerate.
3d7c150e 1353 * src/Makefile.am: Same.
7e2055ec 1354 * src/Makefile.in: Regenerate.
3d7c150e
BK
1355 * acconfig.h: Same.
1356 * configure.host: Same.
1357 * configure.in: Same.
1358 * configure: Regenerate.
1359 * acinclude.m4: Same.
1360 * aclocal.m4: Same.
1361 * src: Change all files in this directory.
1362 * testsuite: Same.
1363 * include: Same, standardize include guards.
1364 * config: Same.
1365 * libsupc++: Same.
7e2055ec 1366
e6cc3a24
ZW
13672003-07-04 Zack Weinberg <zack@codesourcery.com>
1368
1369 * testsuite/22_locale/collate/compare/wchar_t/2.cc
1370 * testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc
1371 * testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc
1372 * testsuite/22_locale/collate/hash/wchar_t/2.cc
1373 * testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc
1374 * testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc
1375 * testsuite/22_locale/collate/transform/wchar_t/2.cc
1376 * testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc
1377 * testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc:
1378 XFAIL on all targets.
1379
d542f114
BK
13802003-07-04 Benjamin Kosnik <bkoz@redhat.com>
1381
1382 * acinclude.m4 (GLIBCPP_ENABLE_PCH): Fix missed variable.
1383 * aclocal.m4: Regenerate.
1384 * configure: Regenerate.
e6cc3a24 1385
d542f114
BK
13862003-07-04 Jerry Quinn <jlquinn@optonline.net>
1387
1388 * include/bits/locale_facets.tcc (__int_to_char): Move common case
1389 to the top.
1390
69ef29fd 13912003-07-04 Benjamin Kosnik <bkoz@redhat.com>
e6cc3a24
ZW
1392 Petur Runolfsson <peturr02@ru.is>
1393
69ef29fd
BK
1394 * config/io/basic_file_stdio.cc: Revert.
1395
5b5bf717
PC
13962003-07-04 Paolo Carlini <pcarlini@unitus.it>
1397
1398 * include/bits/deque.tcc: Fully qualify standard
1399 functions with std::, thus avoiding Koenig lookup.
1400 * include/bits/gslice_array.h: Likewise.
1401 * include/bits/indirect_array.h: Likewise.
1402 * include/bits/list.tcc: Likewise.
1403 * include/bits/mask_array.h: Likewise.
1404 * include/bits/slice_array.h: Likewise.
1405
7f6dd1ca
GB
14062003-07-04 Gawain Bolton <gbolton@free.fr>
1407
1408 * include/bits/stl_tree.h: Performance and memory usage
1409 improvements.
1410
8c90b13a
L
14112003-07-04 H.J. Lu <hongjiu.lu@intel.com>
1412
1413 * Makefile.am: Replace PWD with PWD_COMMAND.
1414 * Makefile.in: Regenerated.
1415 * docs/html/Makefile: Likewise.
1416
2f805868
PC
14172003-07-04 Paolo Carlini <pcarlini@unitus.it>
1418
1419 * include/bits/valarray_array.h: Fully qualify standard
1420 functions with std::, thus avoiding Koenig lookup.
1421 * include/bits/vector.tcc: Likewise.
1422
a30335e9
BK
14232003-07-04 Benjamin Kosnik <bkoz@redhat.com>
1424
1425 * include/Makefile.am: Update target_ to host_.
1426 * include/Makefile.in: Regenerate.
1427 * src/Makefile.am: Same.
1428 * src/Makefile.in: Regenerate.
1429
1430 * config/os/gnu-linux/os_defines.h: Remove glibc-2.0 support.
e6cc3a24 1431
d8d81f62
BK
14322003-07-04 Benjamin Kosnik <bkoz@redhat.com>
1433
1434 * acinclude.m4 (GLIBCPP_ENABLE_DEBUG_FLAGS): To
1435 --enable-libstdcxx-debug-flags.
1436 (GLIBCPP_ENABLE_DEBUG_FLAGS): To --enable-libstdcxx-debug.
1437 (GLIBCPP_ENABLE_PCH): To --enable-libstdcxx-pch.
1438 * aclocal.m4: Regenerate.
1439 * configure: Same.
1440 * docs/html/configopts.html: Update.
e6cc3a24 1441
10ef4e2e
PC
14422003-07-04 Paolo Carlini <pcarlini@unitus.it>
1443
1444 Revert the fix for libstdc++/11378.
1445
ac2c48d7
PC
14462003-07-04 Paolo Carlini <pcarlini@unitus.it>
1447
1448 PR libstdc++/11378
1449 * include/std/std_fstream.h (xsputn): In the unbuffered case,
1450 provided always_noconv(), issue directly _M_file.xsputn.
1451 * testsuite/performance/filebuf_unbuf_sputn.cc: New.
1452
9dd90ac6
PC
14532003-07-04 Paolo Carlini <pcarlini@unitus.it>
1454
1455 * include/bits/stl_list.h: Fully qualify standard
1456 functions with std::, thus avoiding Koenig lookup.
1457 * include/bits/stl_queue.h: Likewise.
1458 * include/bits/stl_raw_storage_iter.h: Likewise.
1459 * include/bits/stl_tempbuf.h: Likewise.
1460 * include/bits/stl_tree.h: Likewise.
1461 * include/bits/stl_uninitialized.h: Likewise.
1462 * include/bits/stl_vector.h: Likewise.
e6cc3a24 1463 * include/ext/rope: Change includes order.
9dd90ac6 1464
1b33b6b2
BK
14652003-07-04 Benjamin Kosnik <bkoz@redhat.com>
1466
1467 * configure.host (fpos_include_dir): Fix.
1468
369b78b0
PC
14692003-07-04 Paolo Carlini <pcarlini@unitus.it>
1470
1471 * include/bits/stl_heap.h: Fully qualify standard
1472 functions with std::, thus avoiding Koenig lookup.
1473 * include/bits/stl_iterator_base_funcs.h: Likewise.
1474
1475 * include/bits/stl_algo.h: Qualify __iterator_category too.
1476 * include/bits/stl_algobase.h: Likewise.
1477 * include/bits/stl_bvector.h: Likewise.
1478
1479 * include/bits/stl_algo.h: Don't qualify the pair type.
1480
cc5112c9
BK
14812003-07-03 Benjamin Kosnik <bkoz@redhat.com>
1482
1483 * include/Makefile.am (target_headers): Add fpos.h
1484 (bits_headers): Remove.
1485 * include/Makefile.in: Regenerate.
1486 * configure.in: Add FPOS_INC_SRCDIR, substitute it.
1487 * configure: Regenerate.
1488 * configure.host: Add fpos_include_dir.
1489 * config/os/gnu-linux/fpos.h: New.
e6cc3a24
ZW
1490 * config/os/generic/fpos.h: Add.
1491 * include/bits/fpos.h: Remove.
cc5112c9
BK
1492
1493 * config/io/c_io_stdio.h: Remove fpos_t typedef.
1494
1495 * include/bits/fstream.tcc: Tweaks.
1496 * include/std/std_fstream.h: Same.
e6cc3a24 1497
cc5112c9
BK
1498 * testsuite/27_io/fpos/1.cc (test01): Uncomment. Move to...
1499 * testsuite/27_io/fpos/mbstate_t/1.cc: ...here.
1500 * testsuite/27_io/fpos/mbstate_t/2.cc: Same.
1501 * testsuite/27_io/fpos/mbstate_t/3.cc: Same.
1502 * testsuite/27_io/fpos/1.cc: New.
e6cc3a24 1503
cc5112c9
BK
15042003-07-03 Benjamin Kosnik <bkoz@redhat.com>
1505 Petur Runolfsson <peturr02@ru.is>
e6cc3a24 1506
cc5112c9
BK
1507 * include/std/std_streambuf.h: Remove _M_pos.
1508 * config/io/basic_file_stdio.h: Use seekpos instead of seekoff.
1509 * config/io/basic_file_stdio.cc: Same, use fseek instead of lseek,
1510 use fread/fwrite instead of read/write.
1511 * testsuite/27_io/basic_filebuf/showmanyc/char/9533-2.cc: Fix.
1512 * testsuite/27_io/basic_filebuf/sputn/char/9339.cc: Close filebufs
1513 before reading again.
1514 * testsuite/27_io/objects/char/6.cc: Tweak.
e6cc3a24 1515
304d79dc
DE
15162003-07-03 David Edelsohn <edelsohn@gnu.org>
1517
1518 * testsuite/22_locale/num_put/put/char/7.cc: Guard with
1519 _GLIBCPP_USE_WCHAR_T.
1520
41ba4c46
PC
15212003-07-02 Paolo Carlini <pcarlini@unitus.it>
1522
1523 * include/bits/basic_string.tcc (_M_replace_aux): Constify
1524 __n1 and __off1.
1525
da73f9de
PC
15262003-07-02 Paolo Carlini <pcarlini@unitus.it>
1527
1528 * include/bits/stl_bvector.h: Fully qualify standard
1529 functions with std::, thus avoiding Koenig lookup.
1530 * include/bits/stl_construct.h: Likewise.
1531 * include/bits/stl_deque.h: Likewise.
1532
1c380095
PC
15332003-07-02 Paolo Carlini <pcarlini@unitus.it>
1534
1535 * testsuite/22_locale/num_put/put/char/7.cc: Include
1536 <testsuite_hooks.h>, tweak.
1537 * testsuite/22_locale/num_put/put/wchar_t/7.cc: Likewise.
1538
f9f4d1e1
PE
15392003-07-01 Phil Edwards <pme@gcc.gnu.org>
1540
1541 * testsuite/Makefile.am (AM_MAKEFLAGS): Set to -j1 (affects
1542 check* targets, but not libs/programs).
1543 * testsuite/Makefile.in: Regenerate.
1544
b7693a46
RS
15452003-07-01 Roger Sayle <roger@eyesopen.com>
1546
1547 * acinclude.m4 (GLIBCPP_CHECK_STDLIB_SUPPORT): Fix typo in CXXFLAGS.
1548 (GLIBCPP_CHECK_MATH_SUPPORT): Likewise.
1549 * aclocal.m4: Regenerate.
1550 * configure: Regenerate.
1551
a5b1b26c
BK
15522003-07-01 Benjamin Kosnik <bkoz@redhat.com>
1553
1554 * acinclude.m4 (GLIBCPP_ENABLE_PCH): Fix obvious error.
1555 * aclocal.m4: Regenerated.
1556 * configure: Regenerated.
e6cc3a24 1557
f64f3e74
PC
15582003-07-01 Paolo Carlini <pcarlini@unitus.it>
1559
1560 PR libstdc++/11389
1561 * include/bits/fstream.tcc (underflow): For encoding() == 0
1562 don't read more than __buflen chars.
1563 * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-1.cc: New.
1564 * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-2.cc: New.
1565 * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-3.cc: New.
1566 * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-4.cc: New.
1567
5ee78c21
JQ
15682003-07-01 Jerry Quinn <jlquinn@optonline.net>
1569
1570 * 22_locale/num_put/put/char/7.cc: New.
1571 * 22_locale/num_put/put/wchar_t/7.cc: New.
1572
e97ee22e
JQ
15732003-06-30 Jerry Quinn <jlquinn@optonline.net>
1574
1575 * src/locale.cc (__use_cache<numpunct>): Revert previous relocation.
1576 * include/bits/locale_facets.tcc (__use_cache<numpunct>): Ditto.
1577
7d6a0993
BK
15782003-06-30 Benjamin Kosnik <bkoz@redhat.com>
1579
1580 * 27_io/basic_filebuf/seekoff/char/1-in.cc: New.
1581 * 27_io/basic_filebuf/seekoff/char/1-io.cc: New.
1582 * 27_io/basic_filebuf/seekoff/char/1-out.cc: New.
1583 * 27_io/basic_filebuf/seekoff/char/2-in.cc: New.
1584 * 27_io/basic_filebuf/seekoff/char/2-io.cc: New.
1585 * 27_io/basic_filebuf/seekoff/char/2-out.cc: New.
1586 * 27_io/basic_filebuf/seekoff/char/2.cc: Remove.
1587 * 27_io/basic_filebuf/seekoff/char/3-in.cc: New.
1588 * 27_io/basic_filebuf/seekoff/char/3-io.cc: Change.
1589 * 27_io/basic_filebuf/seekoff/char/3-out.cc: New.
1590 * 27_io/basic_filebuf/seekoff/char/4-io.cc: Remove.
1591 * 27_io/basic_filebuf/seekpos/char/1-in.cc: New.
1592 * 27_io/basic_filebuf/seekpos/char/1-io.cc: New.
1593 * 27_io/basic_filebuf/seekpos/char/1-out.cc: New.
1594 * 27_io/basic_filebuf/seekpos/char/2-in.cc: New.
1595 * 27_io/basic_filebuf/seekpos/char/2-io.cc: New.
1596 * 27_io/basic_filebuf/seekpos/char/2-out.cc: New.
1597 * 27_io/basic_filebuf/seekpos/char/2.cc: Change.
1598 * 27_io/basic_filebuf/seekpos/char/3-in.cc: New.
1599 * 27_io/basic_filebuf/seekpos/char/3-io.cc: Remove.
1600 * 27_io/basic_filebuf/seekpos/char/3-out.cc: New.
1601 * 27_io/basic_filebuf/seekpos/char/4-io.cc: Remove.
1602 * data/seekoff-1.tst: Remove.
1603 * data/seekoff-1io.tst: New.
1604 * data/seekoff-1out.tst: New.
1605 * data/seekoff-2.tst: Remove.
1606 * data/seekoff-2io.tst: New.
1607 * data/seekoff-2out.tst: New.
1608 * data/seekoff.txt
1609 * data/seekpos-1.tst: Remove.
1610 * data/seekpos-1io.tst: New.
1611 * data/seekpos-1out.tst: New.
1612 * data/seekpos-2.tst: Remove.
1613 * data/seekpos-2io.tst: New.
1614 * data/seekpos-2out.tst: New.
1615 * data/seekpos.txt: New.
1616
a5b1b26c 16172003-06-30 Jerry Quinn <jlquinn@optonline.net>
cf0cad09
JQ
1618
1619 * src/locale.cc (__use_cache<numpunct>): Move from here ...
1620 * include/bits/locale_facets.tcc (__use_cache<numpunct>): To
1621 here.
1622
884a757a
PC
16232003-06-30 Paolo Carlini <pcarlini@unitus.it>
1624
1625 * include/bits/stl_algobase.h: Fully qualify standard
1626 functions with std::, thus avoiding Koenig lookup.
1627
5892c641 16282003-06-30 Doug Gregor <dgregor@apple.com>
e6cc3a24 1629
5892c641 1630 * include/bits/locale_facets.tcc (money_get::do_get): Avoid
e6cc3a24 1631 subscripting empty string.
5892c641 1632
7685a26d
PE
16332003-06-30 Phil Edwards <pme@gcc.gnu.org>
1634
1635 * testsuite/Makefile.am (check-am): Do not override.
1636 (baseline_symbols): Declare as PHONY, so no need to 'touch' it.
1637 * testsuite/Makefile.in: Regenerate.
1638
e6cc3a24
ZW
16392003-06-30 Doug Gregor <dgregor@apple.com>
1640
d147b75b
DG
1641 * testsuite/24_iterators/insert_iterator.cc (test01, test02):
1642 Don't initialize an insert_iterator with a singular iterator.
1643
44f0760e 16442003-06-30 Benjamin Kosnik <bkoz@redhat.com>
e6cc3a24 1645
44f0760e
BK
1646 * acinclude.m4 (GLIBCPP_ENABLE_PCH): Add bits for --enable-pch.
1647 * aclocal.m4: Regenerate.
1648 * configure.in (GLIBCPP_CHECK_PCH): Move, change to
1649 GLIBCPP_ENABLE_PCH, default to yes.
1650 * configure: Regenerate.
1651 * docs/html/configopts.html: Add --enable-pch.
e6cc3a24 1652
e37f7da7
PE
16532003-06-30 Phil Edwards <pme@gcc.gnu.org>
1654
1655 * testsuite/lib/libstdc++-v3-dg.exp: Add comments.
1656 (libstdc++-v3-init): Also set LD_RUN_PATH.
1657
cd16e04b
PC
16582003-06-30 Paolo Carlini <pcarlini@unitus.it>
1659
fbfcbadc
PC
1660 * include/std/std_streambuf.h (_M_mode): Unused by streambuf, move
1661 from here to filebuf and stringbuf.
cd16e04b
PC
1662 (~basic_streambuf()): Don't set _M_mode.
1663 (basic_streambuf()): Don't set _M_mode.
1664 * include/std/std_fstream.h (_M_mode): Move here, from streambuf.
1665 (~basic_filebuf()): Clean up.
1666 * include/bits/fstream.tcc (basic_filebuf()): Set _M_mode.
1667 * include/std/std_sstream.h (_M_mode): Move here, from streambuf.
1668 * testsuite/27_io/basic_streambuf/cons/char/1.cc: Don't set _M_mode.
1669 * testsuite/27_io/basic_streambuf/overflow/char/1.cc: Likewise.
1670 * testsuite/27_io/basic_streambuf/sgetc/char/1.cc: Likewise.
1671 * testsuite/27_io/basic_streambuf/sgetn/char/1.cc: Likewise.
1672 * testsuite/27_io/basic_streambuf/sputn/char/1.cc: Likewise.
1673
16742003-06-30 Paolo Carlini <pcarlini@unitus.it>
1675
1676 * include/std/std_fstream.h (_M_underflow): Remove.
1677 (uflow): Remove, inherited from streambuf.
1678 (underflow): Only declare.
e6cc3a24 1679 * include/bits/fstream.tcc (_M_underflow): Rename to
cd16e04b
PC
1680 underflow, to which is equivalent for __bump == false,
1681 simplify.
1682 * include/std/std_sstream.h (_M_underflow): Remove.
1683 (uflow): Remove, inherited from streambuf.
1684 (underflow): Only declare.
e6cc3a24 1685 * include/bits/sstream.tcc (_M_underflow): Rename to
cd16e04b
PC
1686 underflow, to which is equivalent for __bump == false,
1687 simplify.
1688
c868f37e
PC
16892003-06-29 Paolo Carlini <pcarlini@unitus.it>
1690
fbfcbadc
PC
1691 * include/bits/stl_algo.h: Fully qualify standard functions
1692 with std::, thus avoiding Koenig lookup.
c868f37e 1693
165f54e0
PC
16942003-06-29 Paolo Carlini <pcarlini@unitus.it>
1695
1696 * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc:
1697 Improve type correctness-wise.
1698 * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc:
1699 Likewise.
1700 * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc:
1701 Likewise.
1702 * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc:
1703 Likewise.
1704
90319d16
PC
17052003-06-29 Paolo Carlini <pcarlini@unitus.it>
1706
1707 * include/std/std_streambuf.h (uflow): According to
1708 27.5.2.4.3,p16, don't check gptr() < egptr().
1709
b417ae14
PC
17102003-06-28 Paolo Carlini <pcarlini@unitus.it>
1711
1712 PR libstdc++/9875
1713 * include/bits/fstream.tcc (seekoff): Fix for encoding() > 0.
1714 (seekpos): Likewise.
1715 * testsuite/27_io/basic_filebuf/seekoff/wchar_t/9875_seekoff.cc:
1716 New test.
1717 * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9875_seekpos.cc:
1718 New test.
1719
f1a22109
BK
17202003-06-27 Benjamin Kosnik <bkoz@redhat.com>
1721
1722 * testsuite/testsuite_performance.h (__gnu_cxx_test): Change
1723 output name to libstdc++-v3-performance.sum.
1724 * testsuite/Makefile.am (CLEANFILES): Remove .performance.
1725 * testsuite/Makefile.in: Regenerate.
e6cc3a24 1726
f1a22109
BK
17272003-06-27 Matthias Klose <doko@debian.org>
1728
1729 * testsuite/Makefile.am (check-abi, check-abi-verbose): Save
1730 output of abi-check in libstdc++-v3-abi.sum.
1731 * testsuite/Makefile.in: Regenerate.
1732
2e8a523f
KW
17332003-06-27 Krister Walfridsson <cato@df.lth.se>
1734
1735 * config/os/bsd/netbsd/ctype_noninline.h
1736 (_C_ctype_): Declare.
1737 (ctype<char>::classic_table): Return _C_ctype_ + 1.
1738 (ctype<char>::ctype): Use classic_table.
1739
3461133d
PC
17402003-06-27 Paolo Carlini <pcarlini@unitus.it>
1741 Nathan C. Myers <ncm-nospam@cantrip.org>
1742
1743 PR libstdc++/9178
1744 * include/bits/fstream.tcc (_M_underflow): Properly estimate
1745 the worst-case number of external bytes for a given get area.
1746 * testsuite/27_io/basic_filebuf/underflow/wchar_t/9178.cc: New.
1747
17482003-06-27 Paolo Carlini <pcarlini@unitus.it>
1749 Petur Runolfsson <peturr02@ru.is>
1750
1751 PR libstdc++/11305
1752 * include/bits/fstream.tcc (overflow): Properly estimate the
1753 worst-case number of external bytes for a given put area
1754 (by using codecvt::max_length()).
1755 * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1: New.
1756 * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2: New.
1757 * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3: New.
1758 * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4: New.
1759
5648db54
NS
17602003-06-27 Nathan Sidwell <nathan@codesourcery.com>
1761
1762 * config/linker-map.gnu: Remove ; after __numpunct_cache.
1763
215f9e28
BK
17642003-06-26 Benjamin Kosnik <bkoz@redhat.com>
1765
1766 * include/bits/ios_base.h (ios_base::_M_getloc): Return reference
1767 to the imbued locale.
1768 * include/bits/locale_facets.tcc (num_put::_M_convert_int): Use
1769 _M_getloc.
1770 (num_put::_M_convert_float): Use.
1771
17722003-06-26 Benjamin Kosnik <bkoz@redhat.com>
1773 Jerry Quinn <jlquinn@optonline.net>
1774
1775 * config/linker-map.gnu: Add __numpunct_cache.
1776 * config/locale/gnu/numeric_members.cc
1777 (numpunct::_M_initialize_numpunct): Account for _M_data, fill in
1778 all elements for "C" locale.
1779 (numpunct::~numpunct): Delete _M_data.
e6cc3a24 1780 * config/locale/generic/numeric_members.cc: Same.
215f9e28
BK
1781 * include/bits/basic_ios.tcc
1782 (basic_ios::init): Remove __locale_cache bits.
1783 (basic_ios::_M_cache_locale): Same.
e6cc3a24 1784 * include/bits/ios_base.h: Same. Tweaks.
215f9e28
BK
1785 * include/bits/locale_classes.h: Tweaks. Reorder classes.
1786 (__use_cache): Make friends with _Impl, locale.
1787 (_Impl::_M_caches): Add.
1788 (_Impl::_M_install_cache): Add.
1789 * include/bits/locale_facets.h (__numpunct_cache): New.
1790 (numpunct): Encapsulate data members in __numpunct_cache member,
1791 _M_data. Adjust virtuals.
e6cc3a24 1792 (numpunct::numpunct): New ctor for the same.
215f9e28 1793 (__locale_cache_base): Remove.
e6cc3a24 1794 (__locale_cache): Remove.
215f9e28
BK
1795 * include/bits/locale_facets.tcc (__use_cache): New function,
1796 specializations.
1797 (num_put::_M_convert_int, _M_convert_float, do_put): Use it.
1798 * src/globals.cc: Add cache_vec, numpunct_cache_c, numpunct_cache_w.
1799 * src/ios.cc (ios_base::ios_base): Remove __locale_cache.
1800 * src/locale-inst.cc: Same. Add __numpunct_cache.
1801 * src/locale.cc: Tweak inlines.
1802 (__use_cache): Define specializations.
1803 * src/localename.cc: Use global bits.
1804 (_Impl::~Impl): Deal with __numpunct_cache destruction.
1805 (_Impl::_Impl): Same. Pre-cache standard numpunct facets.
1806 (_Impl::_M_init_facet): Take into account __numpunct_cache.
1807 * testsuite/27_io/ios_base/cons/assign_neg.cc: Update line numbers.
1808 * testsuite/27_io/ios_base/cons/copy_neg.cc: Same.
1809
8370378a 18102003-06-26 Nathan C. Myers <ncm-nospam@cantrip.org>
e6cc3a24 1811 Paolo Carlini <pcarlini@unitus.it>
8370378a
NM
1812
1813 * testsuite/performance/filebuf_copy.cc: New, testing char
1814 by char file copy.
1815
2cfe4e68 18162003-06-26 Paolo Carlini <pcarlini@unitus.it>
e6cc3a24 1817 Nathan C. Myers <ncm-nospam@cantrip.org>
2cfe4e68
PC
1818
1819 * include/bits/fstream.tcc (_M_underflow): When the actual
1820 end of file is reached, set 'uncommitted' mode to allow a
1821 next write without an intervening seek (see C++98 27.8.1.1,2
1822 and C89 7.9.5.3).
1823 * testsuite/27_io/basic_filebuf/underflow/char/2.cc: New.
1824
29d9ed97
NM
18252003-06-25 Nathan C. Myers <ncm-nospam@cantrip.org>
1826
1827 * include/bits/streambuf.tcc (sbumpc, sputbackc, sungetc,
1828 sputc): Move inline, from here...
1829 * include/std/std_streambuf.h: ... to here.
1830
1831 * include/std/std_streambuf.h (snextc, sbumpc, sgetc,
1832 sputbackc, sungetc, sputc): Use __builtin_expect.
1833
c1a62440
PE
18342003-06-24 Phil Edwards <pme@gcc.gnu.org>
1835
1836 * docs/doxygen/mainpage.html: Use a useful title.
1837
cdc1242a
BK
18382003-06-24 Benjamin Kosnik <bkoz@redhat.com>
1839
1840 * docs/html/documentation.html: Remove assignment info.
1841 * docs/html/17_intro/contribute.html: Edits.
1842 * docs/html/17_intro/libstdc++-assign.tx: Remove.
1843
1844 * docs/html/test.html: Update.
1845
1846 * README: Update.
e6cc3a24 1847
1b6f0a56 18482003-06-24 Benjamin Kosnik <bkoz@redhat.com>
e6cc3a24 1849 Ulrich Drepper <drepper@redhat.com>
1b6f0a56
BK
1850
1851 * testsuite/testsuite_performance.h: Tweak mallinfo.
1852
71b46021 18532003-06-24 Paolo Carlini <pcarlini@unitus.it>
e6cc3a24 1854 Nathan C. Myers <ncm-nospam@cantrip.org>
71b46021
PC
1855
1856 * include/std/std_fstream.h (_M_filepos): Remove.
1857 (_M_reading, _M_writing): New, encode the various I/O modes:
1858 'read', 'write' and 'uncommitted'.
1859 (sync): If there is something to flush, do it, then go to
1860 'uncommitted' mode.
1861 * include/bits/fstream.tcc (_M_set_buffer): Overhaul to deal
1862 with three different cases: __off > 0 (upon underflow),
1863 __off == 0 (upon overflow), __off == -1 (upon open, setbuf,
1864 seekoff/pos).
1865 (_M_underflow): Don't call overflow, set _M_reading to true
1866 on success, tweak.
1867 (pbackfail): Set _M_reading to true on pback creation, tweak.
1868 (overflow): Don't seek, deal with overflow in 'uncommitted' mode,
1869 set _M_writing to true on success, tweak.
1870 (seekoff): Simplify, set _M_reading, _M_writing to false, call
1871 _M_set_buffer(-1) ('uncommitted').
1872 (open, close, setbuf): Set _M_reading, _M_writing to false and
1873 call _M_set_buffer(-1), tweak.
1874 (basic_filebuf): Don't set _M_buf_unified.
1875 (_M_destroy_internal_buffer): Don't call setg and setp.
1876 * include/ext/stdio_filebuf.h (stdio_filebuf): Use _M_reading,
1877 _M_writing and _M_set_buffer(-1).
1878 * include/std/std_streambuf.h (_M_move_out_cur, _M_move_in_cur,
1879 _M_out_lim, _M_buf_unified): Remove.
1880 (basic_streambuf): Don't set _M_out_lim and _M_buf_unified.
e6cc3a24 1881 (setp): Don't set _M_out_lim.
71b46021
PC
1882 * testsuite/27_io/basic_filebuf/sbumpc/char/1-io.cc: Fix for
1883 the new logic ('read', 'write' and 'uncommitted' modes): e.g.,
1884 upon open the mode is 'uncommitted' and therefore the put area
1885 pointers are null.
1886 * testsuite/27_io/basic_filebuf/sbumpc/char/1-out.cc: Ditto.
1887 * testsuite/27_io/basic_filebuf/seekoff/char/3-io.cc: Ditto.
1888 * testsuite/27_io/basic_filebuf/seekpos/char/3-io.cc: Ditto.
1889 * testsuite/27_io/basic_filebuf/setbuf/char/1.cc: Ditto.
1890 * testsuite/27_io/basic_filebuf/sgetc/char/1-io.cc: Ditto.
1891 * testsuite/27_io/basic_filebuf/sgetc/char/1-out.cc: Ditto.
1892 * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Ditto.
1893 * testsuite/27_io/basic_filebuf/sgetn/char/1-out.cc: Ditto.
1894 * testsuite/27_io/basic_filebuf/snextc/char/1-io.cc: Ditto.
1895 * testsuite/27_io/basic_filebuf/snextc/char/1-out.cc: Ditto.
1896 * testsuite/27_io/basic_filebuf/sputbackc/char/1-io.cc: Ditto.
1897 * testsuite/27_io/basic_filebuf/sputbackc/char/1-out.cc: Ditto.
1898 * testsuite/27_io/basic_filebuf/sputc/char/1-io.cc: Ditto.
1899 * testsuite/27_io/basic_filebuf/sputc/char/1-out.cc: Ditto.
1900 * testsuite/27_io/basic_filebuf/sputc/char/9701-2.cc: Ditto.
1901 * testsuite/27_io/basic_filebuf/sputn/char/1-io.cc: Ditto.
1902 * testsuite/27_io/basic_filebuf/sputn/char/1-out.cc: Ditto.
1903 * testsuite/27_io/basic_filebuf/sputn/char/9701-1.cc: Ditto.
1904 * testsuite/27_io/basic_filebuf/sungetc/char/1-io.cc: Ditto.
1905 * testsuite/27_io/basic_filebuf/sungetc/char/1-out.cc: Ditto.
1906
1907 * include/bits/fstream.tcc (showmanyc): Use only the
1908 documented derivation interface to basic_streambuf (gptr(),
1909 setg(), etc.) to work right with user specializations.
1910 * include/bits/streambuf.tcc (sbumpc, sputbackc, sungetc,
1911 sputc, xsgetn, xsputn, __copy_streambufs): Likewise.
1912 * include/std/std_streambuf.h (in_avail, sgetc, uflow, stossc):
1913 Likewise.
1914 * include/std/std_fstream.h (_M_create_pback, _M_destroy_pback,
1915 xsgetn): Likewise.
1916
9eb6e1d3
LR
19172003-06-23 Loren J. Rittle <ljrittle@acm.org>
1918
1919 * configure.host (freebsd*): Set abi_baseline_pair.
1920 * config/abi/i386-freebsd4/baseline_symbols.txt: Update from 3.2
1921 (at or near first release) to 3.3.
1922 * config/abi/i386-freebsd5/baseline_symbols.txt: New file.
1923 * config/abi/alpha-freebsd5/baseline_symbols.txt: New file.
1924 * config/abi/sparc-freebsd5/baseline_symbols.txt: New file.
1925
3d57d7ba 1926 * include/ext/mt_allocator.h: Portability.
d1a2c4d6 1927 * testsuite/testsuite_performance.h: Likewise.
3d57d7ba 1928
c89c30dd
BK
19292003-06-23 Benjamin Kosnik <bkoz@redhat.com>
1930
1931 * docs/html/17_intro/libstdc++-assign.txt: Update address.
1932
1933 * testsuite/performance/ifstream_getline.cc: Fix.
e6cc3a24 1934
c89c30dd 19352003-06-23 Doug Gregor <dgregor@apple.com>
2b491e3a 1936
e6cc3a24
ZW
1937 * include/bits/boost_concept_check.h: Don't use _D or _R for type
1938 names.
2b491e3a 1939
1b170b55
PC
19402003-06-22 Paolo Carlini <pcarlini@unitus.it>
1941 Nathan C. Myers <ncm-nospam@cantrip.org>
1942
1943 * include/std/std_streambuf.h (_M_move_out_cur): _M_out_lim
1944 is now used only for filebuf, when _M_buf_unified is true.
1945 epgtr() plays the role of _M_out_lim but it's only updated
1946 upon overflow, underflow, uflow, seekoff/pos.
1947 * include/bits/sstream.tcc (_M_underflow): New, implements
1948 stringbuf::underflow and uflow.
1949 (seekoff, seekpos): Tweak, use _M_update_egptr.
1950 * include/std/std_sstream.h (str): Rewrote, deal correctly
1951 with the new logic, in particular, when pptr() > egptr().
1952 (_M_sync): When __testout && !__testin set all the get area
1953 pointers to the current string end.
1954 (_M_update_egptr): New, internal function updating egptr()
1955 to the actual string end.
1956 (_M_underflow): New, declare.
1957 (underflow): Dispatch to _M_underflow(false).
1958 (uflow): Dispatch to _M_underflow(true).
1959
1960 * include/bits/sstream.tcc (pbackfail, overflow, seekoff,
1961 seekpos): Use only the documented derivation interface to
1962 basic_streambuf (gptr(), setg(), etc.) to work right with
1963 user specializations.
1964 * include/std/std_sstream.h (str, _M_sync): Likewise.
1965
8dbe14be
DG
19662003-06-20 Doug Gregor <dgregor@apple.com>
1967
1b170b55
PC
1968 * testsuite/20_util/auto_ptr.cc: Don't dereference NULL auto_ptr
1969 * testsuite/21_strings/basic_string/replace/char/4.cc: Don't
1970 dereference end iterator.
1971 * testsuite/21_strings/basic_string/replace/wchar_t/4.cc: Same.
1972 * testsuite/22_locale/ctype/narrow/char/1.cc: Don't subscript with
1973 index equal to the length of a string.
1974 * testsuite/22_locale/ctype/narrow/char/2.cc: Same.
1975 * testsuite/22_locale/ctype/narrow/wchar_t/1.cc: Same.
1976 * testsuite/22_locale/ctype/narrow/wchar_t/2.cc: Same.
1977 * testsuite/22_locale/ctype/widen/char/1.cc: Same.
1978 * testsuite/22_locale/ctype/widen/wchar_t/1.cc: Same.
1979 * testsuite/23_containers/list_modifiers.cc: Don't dereference
1980 singular reverse iterator.
1981 * testsuite/23_containers/vector_bool.cc: Don't increment singular
1982 iterator.
1983 * testsuite/24_iterators/rel_ops.cc: Don't compare singular iterator.
8dbe14be 1984
bdb0f0f5
DG
19852003-06-20 Doug Gregor <dgregor@apple.com>
1986
e6cc3a24 1987 * include/bits/basic_string.h (basic_string::replace): Dispatch
bdb0f0f5
DG
1988 _InputIterator version based on _Is_integer.
1989 * include/bits/basic_string.tcc (basic_string::replace):
1990 Renamed replace(iterator, iterator, size_type, _CharT) to
1991 _M_replace_aux.
1992 * testsuite/21_strings/basic_string/assign/char/1.cc (test01):
1993 Test basic_string::assign(_InputIterator, _InputIterator),
1994 which calls basic_string::replace(iterator, iterator,
1995 _Input_iterator, _InputIterator).
1996
f5a6463e
BK
19972003-06-20 Benjamin Kosnik <bkoz@redhat.com>
1998
1999 * testsuite/testsuite_performance.h (resource_counter): Don't use
2000 mallinfo at the moment.
2001
bbdfb3e8
MK
20022003-06-20 Matthias Klose <doko@debian.org>
2003
2004 * configure.host: Set try_cpu to target_cpu for existing
2005 baseline files.
2006
97460e9a
AJ
20072003-06-19 Andreas Jaeger <aj@suse.de>
2008
2009 * testsuite/Makefile.am (extract_symvers): Revert accidental
2010 change.
2011 * testsuite/Makefile.in: Regenerate.
2012
2013 * configure.in: Pass MULTISUBDIR to testsuite/Makefile.
2014 * configure: Regenerated.
2015
50af15ec
PC
20162003-06-19 Paolo Carlini <pcarlini@unitus.it>
2017
2018 * include/std/std_sstream.h (_M_sync): Make non virtual.
2019
ce4f8c6b
BK
20202003-06-18 Benjamin Kosnik <bkoz@redhat.com>
2021
2022 * testsuite/testsuite_performance.h (time_counter): New.
2023 (resource_counter): New.
2024 (report_performance): New.
2025 (start_counters): New.
2026 (stop_counters): New.
97460e9a 2027 (clear_counters): New.
ce4f8c6b
BK
2028 * testsuite/performance/allocator.cc: Instrument.
2029 * testsuite/performance/cout_insert_int.cc: Same.
2030 * testsuite/performance/complex_norm.cc: Same.
2031 * testsuite/performance/filebuf_sputc.cc: New.
2032 * testsuite/performance/fstream_seek_write.cc: Same.
2033 * testsuite/performance/ifstream_getline.cc: Same.
2034 * testsuite/performance/map_create_fill.cc: Same.
2035 * testsuite/performance/ofstream_insert_float.cc: Same.
2036 * testsuite/performance/ofstream_insert_int.cc: Same.
97460e9a 2037 * testsuite/performance/string_append.cc: Convert.
ce4f8c6b
BK
2038 * scripts/check_performance: New.
2039 * testsuite/Makefile.am (check-performance): New.
2040 (CLEANFILES): Add.
97460e9a 2041
b82a33d2 20422003-06-18 Paolo Carlini <pcarlini@unitus.it>
e6cc3a24 2043 Benjamin Kosnik <bkoz@redhat.com>
b82a33d2
PC
2044
2045 * include/std/std_sstream.h (setbuf): Check __n >= 0.
2046 * include/bits/fstream.tcc (setbuf): Tweak.
2047
4c526d09
PC
20482003-06-18 Paolo Carlini <pcarlini@unitus.it>
2049
2050 * include/bits/sstream.tcc (seekoff): We can't seek beyond
2051 _M_out_lim, therefore _M_move_out_cur boils down to simply
2052 updating _M_out_cur.
2053 (seekpos): Likewise, clean up.
2054
c1b74c21 20552003-06-18 Nathan C. Myers <ncm-nospam@cantrip.org>
e6cc3a24 2056 Paolo Carlini <pcarlini@unitus.it>
c1b74c21
NM
2057
2058 * include/bits/fstream.tcc (setbuf): Allow (__s, 1) too,
2059 simply equivalent to the unbuffered case (0, 0) as far as
2060 _M_buf_size is concerned.
2061
a1af4623
AJ
20622003-06-18 Andreas Jaeger <aj@suse.de>
2063
2064 * testsuite/Makefile.am (new-abi-baseline): Create baseline
2065 directory.
2066 (baseline_file): Use baseline_dir.
2067 (baseline_dir): New.
2068 (mkinstalldirs): New.
2069
2070 * acinclude.m4: Rename baseline_file to baseline_dir, strip
2071 filename from baseline_dir.
2072
2073 * testsuite/Makefile.in: Regenerated.
2074 * Makefile.in: Regenerated.
2075 * aclocal.m4: Regenerated.
2076 * configure: Regenerated.
2077
2f934953
BK
20782003-06-17 Benjamin Kosnik <bkoz@redhat.com>
2079
2080 * configure.in: Missed check_survey bit.
2081 * configure: Regenerated.
2082
0676e930
BK
20832003-06-17 Benjamin Kosnik <bkoz@redhat.com>
2084
2085 * scripts: New.
2086 * config/abi/extract_symvers: Move to...
2087 * scripts/extract_symvers: ...here.
2088 * mkcheck.in: Move to..
2089 * scripts/check_survey.in: ...here.
2090 * testsuite_flags.in: Move to..
2091 * scripts/testsuite_flags.in: ...here.
2092 * configure.in: Change check and testsuite_flags locations.
2093 * configure: Regenerate.
2094 * testsuite/Makefile.am (current_symbols.txt): Change location.
2095 * testsuite/Makefile.in: Regenerate.
2096 * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Modify
2097 location of testsuite_flags.
2098 * Makefile.am (check-script): Move..
2099 (check-script-install): Move...
a1af4623 2100 * testsuite/Makefile.am: ... here.
0676e930 2101 * testsuite/Makefile.in: Regenerate.
a1af4623
AJ
2102 * Makefile.in: Regenerate.
2103
82620aaf
BK
21042003-06-17 Benjamin Kosnik <bkoz@redhat.com>
2105
2106 * config/abi/i486-linux-gnu/baseline_symbols.txt: Update to 3.3.0.
2107
c4c064e7
BK
21082003-06-16 Benjamin Kosnik <bkoz@redhat.com>
2109
2110 * Makefile.am (check-abi): Move...
2111 (new-abi-baseline): Move...
2112 * testsuite/Makefile.am: ...here.
2113 (new-abi-baseline): Conditionalize.
2114 (check-abi): Conditionalize.
2115 (check-abi-verbose): New.
2116 * Makefile.in: Regenerate.
a1af4623 2117 * testsuite/Makefile.in: Regenerate.
c4c064e7
BK
2118 * configure.in: Consolidate testsuite configure bits.
2119 * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Same.
2120 * configure: Regenerate.
a1af4623 2121 * aclocal.m4: Regenerate.
c4c064e7
BK
2122 * testsuite/abi_check.cc: Add --check-verbose.
2123 Only output detailed information if --check-verbose.
2124
e7bb3511 21252003-06-16 Andreas Jaeger <aj@suse.de>
a1af4623 2126
e6cc3a24 2127 * testsuite/abi_check.cc: Create summary report.
a1af4623 2128
8363b773
PC
21292003-06-16 Paolo Carlini <pcarlini@unitus.it>
2130
2131 * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: Fix
2132 for systems with BUFSIZ != 8192.
2133 * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Ditto.
2134 * testsuite/27_io/basic_filebuf/sgetn/char/1-out.cc:
2135 Minor tweaks.
2136
5ab481e0
BK
21372003-06-16 Andreas Jaeger <aj@suse.de>
2138
2139 * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Make
2140 check-abi multilib aware.
2141 * aclocal.m4: Regenerate.
2142 * configure: Regenerate.
a1af4623 2143
5ab481e0 21442003-06-16 Benjamin Kosnik <bkoz@redhat.com>
e6cc3a24 2145 Andreas Jaeger <aj@suse.de>
5ab481e0
BK
2146
2147 * configure.host: Set x86_64 abi_baseline pair correctly.
2148
0bad3b7c
PC
21492003-06-16 Paolo Carlini <pcarlini@unitus.it>
2150
2151 * testsuite/27_io/basic_filebuf/sungetc/char/1.cc: Split and
e6cc3a24 2152 fix for missing seeks between gets and puts into...
0bad3b7c
PC
2153 * testsuite/27_io/basic_filebuf/sungetc/char/1-in.cc: New.
2154 * testsuite/27_io/basic_filebuf/sungetc/char/1-io.cc: New.
2155 * testsuite/27_io/basic_filebuf/sungetc/char/1-out.cc: New.
2156 * testsuite/27_io/basic_filebuf/sungetc/char/2-in.cc: New.
2157 * testsuite/27_io/basic_filebuf/sungetc/char/2-io.cc: New.
2158 * testsuite/27_io/basic_filebuf/sungetc/char/2-out.cc: New.
a1af4623 2159
dc4add82
RH
21602003-06-15 Richard Henderson <rth@redhat.com>
2161
2162 * config/linker-map.gnu: Export virtual function thunks for
2163 64-bit systems too.
2164
ef16a298
BK
21652003-06-13 Benjamin Kosnik <bkoz@redhat.com>
2166
2167 * config/abi/i686-pc-linux-gnu: To..
2168 * config/abi/i486-linux-gnu: ...this.
2169 * config/abi/alphaev67-unknown-linux-gnu: To..
2170 * config/abi/alpha-linux-gnu: ...this.
2171 * config/abi/ia64-unknown-linux-gnu: To...
2172 * config/abi/ia64-linux-gnu: ...this.
2173 * config/abi/x86_64-unknown-linux-gnu: To...
2174 * config/abi/x86_64-linux-gnu: ...this.
2175 * config/abi/i386-unknown-freebsd4: To...
2176 * config/abi/i386-freebsd4: ...this.
5ab481e0
BK
2177 * config/linker-map.gnu: Cleanups, move libsupc++ bits into
2178 CXXABI.
ef16a298
BK
2179 * configure.host: abi_baseline_triplet to abi_baseline_pair.
2180 Simplify cpu bits so that abi_baseline_pair can use the same
2181 cpu configuration.
2182 * acinclude.m4: Same.
2183 * aclocal.m4: Regenerate.
2184 * configure.in: Can't get enable_abi_check to yes unless native.
2185 * configure: Regenerate.
2186
ed242935
PC
21872003-06-13 Paolo Carlini <pcarlini@unitus.it>
2188
2189 * testsuite/27_io/basic_filebuf/seekoff/char/1.cc: Split and
2190 fix for missing seeks between gets and puts into...
2191 * testsuite/27_io/basic_filebuf/seekoff/char/3-io.cc: New.
2192 * testsuite/27_io/basic_filebuf/seekoff/char/4-io.cc: New.
2193 * testsuite/27_io/basic_filebuf/seekpos/char/1.cc: Same, into...
2194 * testsuite/27_io/basic_filebuf/seekpos/char/3-io.cc: New.
2195 * testsuite/27_io/basic_filebuf/seekpos/char/4-io.cc: New.
2196 * testsuite/27_io/basic_filebuf/sputbackc/char/1-io.cc: Fix
2197 for missing seeks between gets and puts.
2198 * testsuite/27_io/basic_filebuf/sputbackc/char/2-io.cc: Ditto.
2199 * testsuite/data/seekoff-1.tst: New.
2200 * testsuite/data/seekoff-2.tst: New.
2201 * testsuite/data/seekpos-1.tst: New.
2202 * testsuite/data/seekpos-2.tst: New.
2203
ca566e4c
NM
22042003-06-13 Nathan C. Myers <ncm-nospam@cantrip.org>
2205
2206 Avoid multi-processor bus contention on increment/decrement-and-
a1af4623 2207 test of the reference count in the empty-string object, by comparing
e6cc3a24
ZW
2208 addresses first, and never touching the reference count of the empty-
2209 string object.
ca566e4c
NM
2210 * include/bits/basic_string.h:
2211 (_S_empty_rep_storage): Move into basic_string<>::_Rep for use by its
2212 members.
a1af4623 2213 (_Rep::_S_empty_rep()): New accessor.
ca566e4c
NM
2214 (_Rep::_M_length, _Rep::_M_capacity, _Rep::_M_references): Move to
2215 a base class _Rep_base.
2216 (_Rep::_M_dispose, _Rep::_M_refcopy): Check for the empty string.
2217 (basic_string()): Change to use _M_refdata() in place of _M_refcopy(),
2218 since no longer must increment its refcount.
2219 * include/bits/basic_string.tcc:
a1af4623 2220 (_Rep::_M_destroy, _M_leak_hard): Check for the empty string and
e6cc3a24
ZW
2221 return immediately. The former might be unnecessary. The latter
2222 prevents begin() and end() from cloning it unnecessarily.
ca566e4c
NM
2223 (_S_construct(_InIterator, _InIterator, const _Alloc&,
2224 input_iterator_tag), _S_construct(_InIterator, _InIterator,
2225 const _Alloc&, forward_iterator_tag), _S_construct(size_type, _CharT,
2226 const _Alloc&)): Change to use _M_refdata() in place of _M_refcopy().
2227 (_M_mutate): Check for the empty string and treat it as shared.
e6cc3a24
ZW
2228 This is necessary here because _M_mutate is sometimes called with
2229 all-zero arguments; in all other uses of _M_is_shared, the test comes
2230 out right anyhow.
a1af4623 2231
c37514ff
BK
22322003-06-12 Benjamin Kosnik <bkoz@redhat.com>
2233
2234 * src/allocator-inst.cc: Explicitly instantiate.
2235 * include/ext/pool_allocator.h: Inhibit implicit instantiations.
2236 Tweaks.
2237 * config/linker-map.gnu: Add __pool_alloc bits. Tweaks.
a1af4623 2238
58ac1d7f
BK
22392003-06-11 Benjamin Kosnik <bkoz@redhat.com>
2240
2241 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Simplify.
2242 * aclocal.m4: Regenerate.
2243 * Makefile.am (SUBDIRS): Remove libio.
2244 * Makefile.in: Regenerate.
2245 * configure.in: Same.
2246 * configure: Regenerate.
2247 * config/io/basic_file_libio.cc: Remove.
a1af4623 2248 * config/io/basic_file_libio.h: Remove.
58ac1d7f 2249 * config/io/c_io_libio_codecvt.c: Remove.
a1af4623 2250 * config/io/c_io_libio.h: Remove.
58ac1d7f
BK
2251 * libio/*: Remove.
2252 * src/Makefile.am: Same.
2253 * src/Makefile.in: Regenerate.
a1af4623 2254 * docs/html/configopts.html: Edits.
58ac1d7f 2255 * docs/html/explanations.html: Edits.
a1af4623 2256
1ff9402d
BK
22572003-06-11 Benjamin Kosnik <bkoz@redhat.com>
2258
2259 * include/bits/stl_alloc.h (__debug_alloc): Move out.
2260 (__malloc_alloc): Same.
2261 (__pool_alloc): Same.
2262 (__new_alloc): Same.
2263 Rename to..
2264 * include/bits/allocator.h: ...this.
2265 * include/bits/stl_deque.h: Modify comment.
2266 * include/bits/stl_tree.h: Modify include.
2267 * include/std/std_memory.h: Same.
2268 * include/ext/rope: Same.
a1af4623 2269 * include/ext/slist: Same.
1ff9402d
BK
2270 * include/std/std_vector.h: Same.
2271 * include/std/std_stack.h: Same.
2272 * include/std/std_queue.h: Same.
2273 * include/std/std_list.h: Same.
2274 * include/std/std_deque.h: Same.
2275 * include/backward/alloc.h: Same.
2276 * include/ext/debug_allocator.h: New.
a1af4623
AJ
2277 * include/ext/malloc_allocator.h: New.
2278 * include/ext/pool_allocator.h: New.
1ff9402d
BK
2279 * include/ext/new_allocator.h: New.
2280 * include/bits/pthread_allocimpl.h: Remove.
a1af4623 2281 * include/bits/stl_pthread_alloc.h: Remove.
1ff9402d
BK
2282 * include/Makefile.am (ext_headers): Add.
2283 * include/Makefile.in: Regenerate.
2284 * src/stl-inst.cc: Use __gnu_cxx namespace.
2285 * src/stl-inst.cc: Move to...
2286 * src/allocator-inst.cc: Here.
2287 * src/Makefile.am (sources): Update.
2288 * src/Makefile.in: Regenerate.
2289 * config/linker-map.gnu: Remove __pool_alloc bits.
2290 * testsuite/ext/headers.cc: Add.
2291 * testsuite/ext/allocators.cc: Fixup.
a1af4623 2292
1ff9402d 22932003-06-11 Stefan Olsson <stefan@snon.net>
e6cc3a24 2294