sstream.tcc (overflow): Instead of calling str()...
[gcc.git] / libstdc++-v3 / ChangeLog
1 2003-05-01 Paolo Carlini <pcarlini@unitus.it>
2
3 * include/bits/sstream.tcc (overflow): Instead of calling
4 str(), then _M_string.reserve, thus copying the contents
5 of the current buffer two times, just copy the latter in
6 a temporary, then use the 'swap trick'.
7
8 2003-05-01 Paolo Carlini <pcarlini@unitus.it>
9
10 * include/std/std_sstream.h (str()): Revert the best of the
11 previous 'improvement', incorrect due to the COW nature of
12 v3 basic_string; simplify.
13
14 2003-05-01 Paolo Carlini <pcarlini@unitus.it>
15
16 * include/bits/streambuf.tcc (__copy_streambufs): Adjust the
17 type of __avail to ptrdiff_t to avoid signed-unsigned warning.
18
19 2003-05-01 Benjamin Kosnik <bkoz@redhat.com>
20
21 * testsuite/abi_check.cc (check_version): Update known versions.
22 Check added symbols for version_name != base version. Add missing
23 symbols to incompatible list.
24
25 2003-05-01 Benjamin Kosnik <bkoz@redhat.com>
26
27 * acinclude.m4 (GLIBCPP_EXPORT_FLAGS): Remove -Winline.
28 * aclocal.m4: Regenerated.
29 * configure: Regenerated.
30
31 2003-05-01 Paolo Carlini <pcarlini@unitus.it>
32
33 * include/bits/streambuf.tcc (basic_streambuf::xsgetn):
34 Const-ify some variables.
35 (basic_streambuf::xsputn): Likewise; change the type of some
36 variables to size_t.
37 (__copy_streambufs): Change some variables to size_t.
38
39 2003-05-01 Paolo Carlini <pcarlini@unitus.it>
40
41 * include/std/std_sstream.h (str()): Avoid constructing
42 a basic_string temporary not only when it would turn out
43 to be zero-sized but also when identical to the current
44 _M_string buffer.
45
46 2003-05-01 Paolo Carlini <pcarlini@unitus.it>
47
48 * include/ext/stdio_filebuf.h
49 (stdio_filebuf(int, std::ios_base::openmode, bool, size_t),
50 stdio_filebuf(std::__c_file*, std::ios_base::openmode, size_t)):
51 Shorten a bit (-10 lines) by factoring out some code.
52
53 2003-04-30 Phil Edwards <pme@gcc.gnu.org>
54
55 * acinclude.m4: Add bit missing from previous patch.
56 * aclocal.m4, configure: Regenerated.
57
58 2003-04-29 Phil Edwards <pme@gcc.gnu.org>
59
60 * docs/doxygen/mainpage.html: Bring up to date.
61 * docs/doxygen/run_doxygen: Cosmetic tweaks. Work around a bug
62 in Doxygen.
63 * docs/doxygen/user.cfg.in: Scanning the precompiled headers
64 breaks everything. Don't scan them.
65 * docs/html/documentation.html: Point to "Write after approval"
66 notes.
67
68 2003-04-29 Phil Edwards <pme@gcc.gnu.org>
69
70 * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Search for gettext outside
71 of libc if message translations are being used. Fix info text in
72 xieee_1003.1-2001 case.
73 * aclocal.m4, configure: Regenerate.
74
75 2003-04-29 Joel Sherrill <joel.sherrill@OARcorp.com>
76 Loren J. Rittle <ljrittle@acm.org>
77 Martin v. Loewis <martin@v.loewis.de>
78
79 * config/cpu/i386/atomicity.h: New file.
80
81 2003-04-29 Paolo Carlini <pcarlini@unitus.it>
82
83 * include/bits/fstream.tcc (open): Change to single return.
84
85 2003-04-29 Paolo Carlini <pcarlini@unitus.it>
86
87 * include/std/std_sstream.h (underflow): Change to single return.
88
89 2003-04-28 Paolo Carlini <pcarlini@unitus.it>
90
91 * include/std/std_streambuf.h (_M_buf): is currently
92 used only for basic_filebuf, therefore move it there.
93 (basic_streambuf(), ~basic_streambuf()): Adjust.
94 * include/std/std_fstream.h (_M_buf): Moved here.
95 * include/std/std_sstream.h (setbuf): Don't set _M_buf,
96 is actually redundant for basic_stringbuf.
97 (_M_really_sync): Likewise.
98 * include/bits/fstream.tcc (basic_filebuf()): Adjust.
99 * include/bits/sstream.tcc (seekoff): Adjust.
100
101 2003-04-28 Benjamin Kosnik <bkoz@redhat.com>
102
103 * src/localename.cc: Standardize exception strings.
104 * src/locale.cc: Same.
105 * src/ios.cc: Same.
106 * include/bits/basic_string.tcc: Same.
107 * include/bits/basic_ios.tcc: Same.
108 * include/std/std_bitset.h: Same.
109 * include/ext/ropeimpl.h: Same.
110 * include/bits/stl_vector.h: Same.
111 * include/bits/stl_deque.h: Same.
112 * include/bits/stl_bvector.h: Same.
113 * config/locale/generic/c_locale.cc: Same.
114 * config/locale/gnu/c_locale.cc: Same.
115 * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Same.
116
117 * testsuite/testsuite_hooks.cc (__gnu_cxx_test): Modify.
118
119 2003-04-28 Paolo Carlini <pcarlini@unitus.it>
120
121 * include/std/std_streambuf.h (_M_buf_size): is currently
122 used only for basic_filebuf, therefore move it there.
123 (basic_streambuf(), ~basic_streambuf()): Adjust.
124 * include/std/std_fstream.h (_M_buf_size): Moved here.
125 * include/bits/fstream.tcc (basic_filebuf()): Adjust.
126
127 2003-04-28 Paolo Carlini <pcarlini@unitus.it>
128
129 * include/bits/streambuf.tcc (__copy_streambufs): Don't use
130 _M_buf_size (synced input is now correctly dealt with
131 elsewhere); when the output buffer is full don't fall back
132 to a snextc-sputc loop, call overflow instead.
133
134 2003-04-28 Paolo Carlini <pcarlini@unitus.it>
135
136 * include/bits/sstream.tcc (pbackfail): Shorten a bit (6 lines)
137 the innermost 'if' by factoring out some code.
138
139 2003-04-28 Phil Edwards <pme@gcc.gnu.org>
140
141 * configure.in: Test for libintl.h.
142 * include/bits/c++config: Define __N for everybody.
143 * include/bits/basic_string.h, include/bits/stl_bvector.h,
144 include/bits/stl_deque.h, include/bits/stl_vector.h,
145 include/std/std_bitset.h: Wrap all __throw* text with __N.
146 * po/Makefile.am (pot): New rule, mostly working.
147 * src/functexcept.cc: Call gettext on all __throw* arguments when
148 -fexceptions is in effect.
149 * po/Makefile.in, config.h.in, configure: Regenerate.
150
151 2003-04-28 Petur Runolfsson <peturr02@ru.is>
152
153 PR libstdc++/9523
154 * include/bits/ios_base.h (Init::_S_ios_create,
155 Init::_S_ios_destroy): Remove declarations.
156 (Init::_S_create_buffers,
157 Init::_S_destroy_buffers): Declare
158 * src/ios.cc (Init::_S_ios_create): Remove
159 (Init::_S_create_buffers): Create buffers and add to streams.
160 (Init::_S_ios_destroy): Rename to...
161 (Init::_S_destroy_buffers): this.
162 (Init::Init): Only construct streams once.
163 (Init::~Init): Flush streams, don't destroy them.
164 (ios_base::sync_with_stdio): Don't destroy streams, only buffers.
165 * testsuite/27_io/ios_base/sync_with_stdio/9523.cc: New test.
166 * testsuite/27_io/objects/char/5.cc: New test.
167 * testsuite/27_io/objects/char/5268.cc: Avoid undefined behavior.
168 * testsuite/27_io/objects/char/6.cc: New test.
169 * testsuite/27_io/objects/char/7.cc: New test.
170
171 2003-04-28 Benjamin Kosnik <bkoz@redhat.com>
172
173 * testsuite/27_io/objects/char/8.cc: New test.
174
175 2003-04-28 Benjamin Kosnik <bkoz@redhat.com>
176
177 * testsuite/22_locale/codecvt/unicode/char.cc: Remove bom usage.
178 * testsuite/22_locale/codecvt/unicode/wchar_t.cc: Same.
179
180 2003-04-27 Benjamin Kosnik <bkoz@redhat.com>
181
182 * include/std/std_fstream.h (basic_filebuf): _M_pback_destroy to
183 _M_destroy_pback. _M_pback_create to
184 _M_create_pback. _M_underflow_common to
185 _M_underflow. _M_really_overflow to _M_overflow.
186 * include/bits/fstream.tcc: Same.
187 * src/fstream.cc: Same.
188 * include/std/std_streambuf.h (basic_streambuf): _M_in_cur_move to
189 _M_move_in_cur. _M_out_cur_move to _M_move_out_cur.
190 * include/bits/streambuf.tcc: Same.
191 * include/bits/fstream.tcc: Same.
192 * include/bits/sstream.tcc: Same.
193
194 2003-04-27 Benjamin Kosnik <bkoz@redhat.com>
195
196 * include/bits/locale_classes.h (locale::_Impl): Change _M_names
197 from fixed size array.
198 (locale): Change _S_categories as well.
199 Formatting tweaks.
200 * include/bits/locale_facets.tcc: Tweak.
201 * config/locale/gnu/c_locale.cc: Assign _S_categories.
202 * config/locale/generic/c_locale.cc: Same.
203 * src/locale.cc: Tweak.
204 * src/globals.cc: Change facet_name to name_vec, add names_c.
205 * src/localename.cc: Use them.
206 (locale::_Impl::~_Impl): Destroy _M_names.
207 (locale::_Impl::_Impl): Create _M_names.
208
209 2003-04-27 Andreas Schwab <schwab@suse.de>
210
211 * config/locale/ieee_1003.1-2001/codecvt_specializations.h
212 (__enc_traits): Use __ibom and __ebom instead of ignoring them.
213
214 2003-04-27 Nathan Myers <ncm@cantrip.org>
215
216 Move some basic_string members out of line because
217 they are too big to reasonably be inline.
218 * include/bits/basic_string.h
219 (assign(const basic_string&, size_type, size_type),
220 assign(const _CharT*, size_type),
221 insert(size_type, const basic_string&, size_type, size_type),
222 insert(size_type, const _CharT*, size_type),
223 replace(size_type, size_type, const _CharT*, size_type)):
224 Move from here to...
225 * include/bits/basic_string.tcc: ...here.
226
227 2003-04-26 Paolo Carlini <pcarlini@unitus.it>
228
229 * include/bits/fstream.tcc (pbackfail): Shorten a bit (10 lines)
230 the innermost 'if' by factoring out some code.
231
232 2003-04-26 Paolo Carlini <pcarlini@unitus.it>
233
234 * include/bits/streambuf.tcc (__copy_streambufs): Don't
235 use in_avail(), simplify.
236
237 2003-04-26 Paolo Carlini <pcarlini@unitus.it>
238
239 * include/std/std_sstream.h (setbuf): don't set _M_buf_size,
240 in basic_stringbuf it's unused.
241
242 * include/std/std_sstream.h (underflow): consistently use
243 _M_in_cur, not gptr().
244
245 2003-04-25 Ranjit Mathew <rmathew@hotmail.com>
246 Phil Edwards <pme@gcc.gnu.org>
247
248 * testsuite_flags.in: Guard against the possibility
249 of having "xgcc" as a part of a folder name in the
250 path to the GCC build folder.
251 * testsuite/Makefile.am: Likewise.
252 * testsuite/Makefile.in: Regenerated.
253
254 2003-04-25 Benjamin Kosnik <bkoz@redhat.com>
255
256 PR libstdc++/10132
257 * include/std/std_fstream.h (basic_filebuf::is_open): Add throw()
258 exception specifications.
259 (basic_filebuf::close): Same.
260 (basic_filebuf::_M_pback_destroy): Same.
261 (basic_filebuf::_M_destroy_internal_buffer): Same.
262 (basic_filebuf): Remove __res_type typedef.
263 * src/fstream.cc: Same.
264 * include/bits/fstream.tcc
265 (basic_filebuf::_M_convert_to_external): Simplify.
266 (basic_filebuf::seekoff): Use has_facet before use_facet.
267 (basic_filebuf::close): Add exception specification of throw().
268 * testsuite/27_io/basic_filebuf/cons: New.
269 * testsuite/27_io/basic_filebuf/cons/wchar_t: New.
270 * testsuite/27_io/basic_filebuf/cons/wchar_t/10132-1.cc: New.
271 * testsuite/27_io/basic_filebuf/seekoff/10132-2.cc: New.
272 * testsuite/27_io/basic_filebuf/seekpos/10132-3.cc: New.
273
274 2003-04-25 Benjamin Kosnik <bkoz@redhat.com>
275
276 * include/bits/locale_classes.h
277 (locale::_S_extra_categories_size): Remove.
278 * src/locale.cc: Remove _S_extra_categories_size.
279 * src/localename.cc: Same.
280 * config/locale/gnu/c_locale.cc: Same.
281 * config/locale/generic/c_locale.cc: Same.
282
283 2003-04-24 Richard Sandiford <rsandifo@redhat.com>
284
285 * src/localename.cc (__gnu_cxx::facet_vec): Correct types.
286
287 2003-04-24 Phil Edwards <pme@gcc.gnu.org>
288
289 * docs/html/17_intro/howto.html: Update some links.
290 * docs/html/18_support/howto.html: Link doxygen numeric_limits notes.
291 * docs/html/27_io/howto.html: Link doxygen stdio_filebuf notes.
292 * docs/html/ext/howto.html: Link to demangler notes and API.
293 * docs/html/faq/index.html: Remove trailing whitespace.
294 (1.4, 2.4, 3.8, 4.1): Bring up to date.
295 (5.6): Change to a bulleted list.
296
297 * docs/html/faq/index.txt, docs/html/documentation.html,
298 docs/html/17_intro/porting.html: Regenerate.
299
300 2003-04-23 Paolo Carlini <pcarlini@unitus.it>
301
302 * testsuite/27_io/basic_filebuf/3.cc: _S_pback_size now
303 belongs to basic_filebuf.
304 * testsuite/27_io/basic_fstream/3.cc: Likewise.
305 * testsuite/27_io/basic_ifstream/3.cc: Likewise.
306 * testsuite/27_io/basic_ios/3.cc: Remove _S_pback_size
307 instantiation (now belongs to basic_filebuf).
308 * testsuite/27_io/basic_iostream/3.cc: Likewise.
309 * testsuite/27_io/basic_istream/3.cc: Likewise.
310 * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc:
311 _S_pback_size now belongs to basic_filebuf.
312 * testsuite/27_io/basic_istringstream/3.cc: Remove _S_pback_size
313 instantiation (now belongs to basic_filebuf).
314 * testsuite/27_io/basic_ofstream/3.cc: _S_pback_size now
315 belongs to basic_filebuf.
316 * testsuite/27_io/basic_ostream/3.cc: Remove _S_pback_size
317 instantiation (now belongs to basic_filebuf).
318 * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc:
319 _S_pback_size now belongs to basic_filebuf.
320 * testsuite/27_io/basic_ostringstream/3.cc: Remove _S_pback_size
321 instantiation (now belongs to basic_filebuf).
322 * testsuite/27_io/basic_streambuf/3.cc: _S_pback_size now belongs
323 to basic_filebuf.
324 * testsuite/27_io/basic_stringbuf/3.cc: Remove _S_pback_size
325 instantiation (now belongs to basic_filebuf).
326 * testsuite/27_io/basic_stringstream/3.cc: Likewise.
327
328 2003-04-23 Benjamin Kosnik <bkoz@redhat.com>
329
330 * configure.in: Move GLIBCPP_CHECK_PCH before native/cross conditions.
331 * configure: Regenerated.
332
333 2003-04-23 Benjamin Kosnik <bkoz@redhat.com>
334
335 * config/locale/generic/c_locale.h (__convert_from_v): Use
336 attribute unused.
337
338 2003-04-23 Phil Edwards <pme@gcc.gnu.org>
339
340 * docs/html/ext/howto.html ('LWG Issues'): Add issue 60, partial
341 implementation only.
342 * include/bits/istream.tcc (putback, unget, sync, tellg, seekg):
343 Comment and change to comply with DR 60 and the effect on gcount().
344 * include/std/std_istream.h: Update comments.
345 * testsuite/27_io/basic_istream/putback/char/1.cc (test01): Add
346 comments about reasons for tests. Test sync() against gcount().
347 * testsuite/27_io/basic_istream/seekg/char/2.cc: New file, test
348 for effect on gcount().
349 * testsuite/27_io/basic_istream/tellg/char/2.cc: New file, test
350 for effect on gcount().
351
352 2003-04-22 Loren J. Rittle <ljrittle@acm.org>
353
354 * testsuite/27_io/basic_filebuf/close/char/9964.cc (test_07):
355 Adjust timing.
356
357 2003-04-22 Paolo Carlini <pcarlini@unitus.it>
358
359 * include/std/std_streambuf.h (_S_pback_size, _M_pback,
360 _M_pback_cur_save, _M_pback_end_save, _M_pback_init,
361 _M_pback_create(), _M_pback_destroy()): Move to basic_filebuf.
362 (basic_streambuf::basic_streambuf()): Adjust.
363 * include/std/std_fstream.h (_S_pback_size, _M_pback,
364 _M_pback_cur_save, _M_pback_end_save, _M_pback_init,
365 _M_pback_create(), _M_pback_destroy()): Moved here
366 from basic_streambuf.
367 * include/bits/fstream.tcc (basic_filebuf::basic_filebuf()):
368 Adjust.
369 (basic_filebuf::_S_pback_size): Add declaration.
370 * include/bits/streambuf.tcc (basic_streambuf::_S_pback_size):
371 Remove declaration.
372
373 2003-04-21 Paolo Carlini <pcarlini@unitus.it>
374
375 Consistently use _M_in_beg instead of eback(), _M_in_cur
376 instead of gptr(), and so on.
377 * include/bits/fstream.tcc (pbackfail, imbue): Here.
378 * include/bits/sstream.tcc (pbackfail, seekoff, seekpos): Ditto.
379 * include/bits/streambuf.tcc (sbumpc, sputbackc,
380 __copy_streambufs): Ditto.
381 * include/std/std_streambuf.h (sgetc): Ditto.
382
383 2003-04-21 Paolo Carlini <pcarlini@unitus.it>
384
385 * include/bits/sstream.tcc (pbackfail, overflow):
386 Formatting fixes.
387
388 2003-04-21 Paolo Carlini <pcarlini@unitus.it>
389
390 * include/std/std_streambuf.h (uflow()): It's used only by
391 basic_stringbuf (i.e., basic_filebuf provide its own uflow()),
392 therefore do not consider the _M_buf_unified == true case.
393
394 * include/std/std_streambuf.h (sgetc()): Restore __ret variable.
395
396 2003-04-20 Paolo Carlini <pcarlini@unitus.it>
397
398 * docs/html/ext/howto.html ('LWG Issues'):
399 Add issues 19, 90, 171, 231, 271.
400
401 2003-04-20 Paolo Carlini <pcarlini@unitus.it>
402
403 * include/bits/sstream.tcc (pbackfail): Remove redundant
404 NULL pointer check from test involving _M_in_*.
405 (overflow, seekoff, seekpos): Const qualify bool variables.
406 * include/std/std_sstream.h (underflow): Remove redundant
407 NULL pointer check from test involving _M_in_*.
408 (_M_really_sync): Const qualify bool variables.
409 * src/fstream.cc (_M_underflow_common): Remove redundant
410 NULL pointer check from test involving _M_in_*, const qualify
411 bool variables.
412
413 * include/std/std_streambuf.h (sgetc): Remove redundant
414 variable.
415
416 2003-04-18 Paolo Carlini <pcarlini@unitus.it>
417
418 According to 5.9 para 2 (second bullet) for pointers p, q
419 pointing to the same type, with p == 0 and q == 0, (p < q)
420 is false.
421 * include/bits/fstream.tcc (close, overflow, _M_really_overflow,
422 seekoff): Remove redundant NULL pointer checks from tests
423 involving _M_out_* and _M_in_*, const qualify bool variables.
424 (showmanyc, pbackfail, _M_convert_to_external, imbue): Const
425 qualify bool variables.
426 * include/bits/streambuf.tcc (sbumpc, sputbackc, sungetc, sputc):
427 Remove redundant NULL pointer checks from tests involving
428 _M_out_* and _M_in_*, const qualify bool variables.
429 * include/std/std_fstream.h (sync): Likewise.
430 (_M_is_indeterminate): Const qualify bool variables.
431 * include/std/std_streambuf.h (sgetc, uflow): Remove redundant
432 NULL pointer checks from tests involving _M_out_* and _M_in_*,
433 const qualify bool variables.
434 (_M_in_cur_move, _M_out_cur_move, uflow): Const qualify bool
435 variables.
436
437 2003-04-18 Loren J. Rittle <ljrittle@acm.org>
438
439 * include/c_std/std_cmath.h (C99 FP capture): Only undefine said
440 C99 FP macros, if actually captured.
441
442 * docs/html/17_intro/porting.texi (_GLIBCPP_USE_C99_CHECK): New macro.
443 (_GLIBCPP_USE_C99_DYNAMIC): New macro.
444 (_GLIBCPP_USE_C99_LONG_LONG_CHECK): New macro.
445 (_GLIBCPP_USE_C99_LONG_LONG_DYNAMIC): New macro.
446 * config/os/bsd/freebsd/os_defines.h (_GLIBCPP_USE_C99_CHECK):
447 New macro.
448 (_GLIBCPP_USE_C99_DYNAMIC): New macro.
449 (_GLIBCPP_USE_C99_LONG_LONG_CHECK): New macro.
450 (_GLIBCPP_USE_C99_LONG_LONG_DYNAMIC): New macro.
451 * include/c_std/std_cstdlib.h: Use new macros.
452 * include/c_std/std_cstdio.h: Use new macros.
453 * include/c_std/std_cwchar.h: Use new macros.
454
455 2003-04-17 Benjamin Kosnik <bkoz@redhat.com>
456
457 PR libstdc++/9555
458 * include/bits/ostream.tcc: Catch all exceptions for formatted
459 output, instead of std::exception and derivatives.
460 * include/bits/istream.tcc: Same.
461 * testsuite/27_io/basic_ostream/inserters_arithmetic/char/9555-oa.cc:
462 * testsuite/27_io/basic_ostream/inserters_character/char/9555-oc.cc:
463 * testsuite/27_io/basic_ostream/inserters_other/char/9555-oo.cc:
464 * testsuite/27_io/basic_istream/extractors_arithmetic/char/9555-ia.cc:
465 * testsuite/27_io/basic_istream/extractors_character/char/9555-ic.cc:
466 * testsuite/27_io/basic_istream/extractors_other/char/9555-io.cc:
467 New.
468
469 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
470
471 * include/bits/c++config: Minor cosmetic tweaks.
472
473 2003-04-17 Loren J. Rittle <ljrittle@acm.org>
474
475 * testsuite_flags.in (PCHFLAGS): Find PCH in new home.
476 * include/Makefile.am (pch_input): Find in ${target_builddir}.
477 (pch_output): Rename to...
478 (pch_output_builddir): ..this. Find in ${target_builddir}.
479 (pch_source): Tweak.
480 (pch_build): Key off a built file.
481 (pch_output rule): Rename to...
482 (pch_input rule): ...this. Produce ${pch_output_builddir}
483 instead of ${pch_output}.
484 (install-pch rule): Install ${pch_output_builddir}.
485 * include/Makefile.in: Regenerated.
486
487 2003-04-17 Paolo Carlini <pcarlini@unitus.it>
488
489 * include/std/std_streambuf.h (setp): _M_out_lim, being
490 the end limit of used put area, is set equal to _M_out_beg.
491
492 2003-04-16 Benjamin Kosnik <bkoz@redhat.com>
493
494 * acinclude.m4 (GLIBCPP_CHECK_PCH): New.
495 * aclocal.m4: Regenerated.
496 * configure.in: Remove old demangler bits.
497 Call pch checks.
498 * configure: Regenerate.
499 * config.h.in: Regenerate.
500 * include/Makefile.am (allstamps): Now allstamped.
501 (allcreated): Define this.
502 (all-local): Use 'em.
503 Conditionally define pch_build, pch_install based on
504 GLIBCPP_BUILD_PCH.
505 (${pch_output}): New rule.
506 (install-pch): New rule.
507 (install-headers): New rule.
508 (install-data-local): Install headers and conditionally pch.
509 * include/Makefile.in: Regenerate.
510 * testsuite_flags.in (--build-cxx): Use pch file.
511
512 2003-04-16 Jonathan Wakely <redi@gcc.gnu.org>
513
514 * docs/html/ext/sgiexts.html: Fix path to stylesheet.
515
516 2003-04-15 Benjamin Kosnik <bkoz at redhat dot com>
517 Paolo Carlini <pcarlini at unitus dot it>
518
519 PR libstdc++/9423
520 * docs/html/27_io/howto.html
521 ('The buffering is screwing up my program!'): Explain that
522 opening counts as an I/O operation.
523
524 2003-04-15 Andreas Tobler <a.tobler@schweiz.ch>
525
526 * testsuite/thread/pthread1.cc: Enable for darwin test.
527 * testsuite/thread/pthread2.cc: Same.
528 * testsuite/thread/pthread3.cc: Same.
529 * testsuite/thread/pthread4.cc: Same.
530 * testsuite/thread/pthread5.cc: Same.
531 * testsuite/thread/pthread6.cc: Same.
532
533 2003-04-15 Loren J. Rittle <ljrittle@acm.org>
534
535 libstdc++/7680
536 * include/c_std/std_cmath.h (__gnu_cx::__c99_binding): New namespace.
537 Populate it with multiple legal ways to obtain the C99 float
538 transcendentals. Use them instead of direct global reference.
539 (C99 FP capture): Guard usage with _GLIBCPP_USE_C99_FP_MACROS_DYNAMIC.
540 * docs/html/17_intro/porting.texi
541 (_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_CHECK): New macro.
542 (_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_DYNAMIC): New macro.
543 (_GLIBCPP_USE_C99_FP_MACROS_DYNAMIC): New macro.
544 * config/os/bsd/freebsd/os_defines.h
545 (_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_CHECK): New macro.
546 (_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_DYNAMIC): New macro.
547 * testsuite/26_numerics/c_math_dynamic.cc: New file.
548
549 2003-04-14 Andreas Tobler <toa@pop.agri.ch>
550 Benjamin Kosnik <bkoz@redhat.com>
551
552 * config/os/generic/ctype_inline.h: Fix.
553
554 2003-04-14 Benjamin Kosnik <bkoz@redhat.com>
555
556 * testsuite/testsuite_hooks.h
557 (__gnu_cxx_test::run_test_wrapped_generic_locale_exception_catcher):
558 Change to try_named_locale.
559 * testsuite/testsuite_hooks.cc (__gnu_cxx_test): Same.
560
561 * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Use
562 try_named_locale.
563 * testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Same.
564 * testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Same.
565 * testsuite/22_locale/codecvt/encoding/wchar_t/2.cc: Same.
566 * testsuite/22_locale/codecvt/encoding/wchar_t/3.cc: Same.
567 * testsuite/22_locale/codecvt/encoding/wchar_t/4.cc: Same.
568 * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Same.
569 * testsuite/22_locale/codecvt/in/wchar_t/3.cc: Same.
570 * testsuite/22_locale/codecvt/in/wchar_t/4.cc: Same.
571 * testsuite/22_locale/codecvt/in/wchar_t/7.cc: Same.
572 * testsuite/22_locale/codecvt/in/wchar_t/8.cc: Same.
573 * testsuite/22_locale/codecvt/in/wchar_t/9.cc: Same.
574 * testsuite/22_locale/codecvt/length/wchar_t/2.cc: Same.
575 * testsuite/22_locale/codecvt/length/wchar_t/3.cc: Same.
576 * testsuite/22_locale/codecvt/length/wchar_t/4.cc: Same.
577 * testsuite/22_locale/codecvt/length/wchar_t/7.cc: Same.
578 * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Same.
579 * testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Same.
580 * testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Same.
581 * testsuite/22_locale/codecvt/out/wchar_t/2.cc: Same.
582 * testsuite/22_locale/codecvt/out/wchar_t/3.cc: Same.
583 * testsuite/22_locale/codecvt/out/wchar_t/4.cc: Same.
584 * testsuite/22_locale/codecvt/out/wchar_t/7.cc: Same.
585 * testsuite/22_locale/codecvt/unshift/wchar_t/2.cc: Same.
586 * testsuite/22_locale/codecvt/unshift/wchar_t/3.cc: Same.
587 * testsuite/22_locale/codecvt/unshift/wchar_t/4.cc: Same.
588 * testsuite/22_locale/collate/compare/char/1.cc: Same.
589 * testsuite/22_locale/collate/compare/char/2.cc: Same.
590 * testsuite/22_locale/collate/compare/char/3.cc: Same.
591 * testsuite/22_locale/collate/compare/wchar_t/1.cc: Same.
592 * testsuite/22_locale/collate/compare/wchar_t/2.cc: Same.
593 * testsuite/22_locale/collate/compare/wchar_t/3.cc: Same.
594 * testsuite/22_locale/collate/hash/char/2.cc: Same.
595 * testsuite/22_locale/collate/hash/wchar_t/2.cc: Same.
596 * testsuite/22_locale/collate/transform/char/2.cc: Same.
597 * testsuite/22_locale/collate/transform/char/3.cc: Same.
598 * testsuite/22_locale/collate/transform/wchar_t/2.cc: Same.
599 * testsuite/22_locale/collate/transform/wchar_t/3.cc: Same.
600 * testsuite/22_locale/collate_byname/1.cc: Same.
601 * testsuite/22_locale/ctype/is/char/2.cc: Same.
602 * testsuite/22_locale/ctype/is/wchar_t/2.cc: Same.
603 * testsuite/22_locale/ctype/narrow/wchar_t/3.cc: Same.
604 * testsuite/22_locale/ctype/widen/wchar_t/2.cc: Same.
605 * testsuite/22_locale/ctype/widen/wchar_t/3.cc: Same.
606 * testsuite/22_locale/facet/2.cc: Same.
607 * testsuite/22_locale/locale/cons/2.cc: Same.
608 * testsuite/22_locale/locale/cons/4.cc: Same.
609 * testsuite/22_locale/locale/cons/5.cc: Same.
610 * testsuite/22_locale/locale/cons/7.cc: Same.
611 * testsuite/22_locale/locale/cons/7222-c.cc: Same.
612 * testsuite/22_locale/locale/cons/7222-env.cc: Same.
613 * testsuite/22_locale/locale/global_locale_objects/2.cc: Same.
614 * testsuite/22_locale/messages/members/char/1.cc: Same.
615 * testsuite/22_locale/messages/members/char/2.cc: Same.
616 * testsuite/22_locale/messages/members/char/3.cc: Same.
617 * testsuite/22_locale/messages_byname/1.cc: Same.
618 * testsuite/22_locale/money_get/get/char/1.cc: Same.
619 * testsuite/22_locale/money_get/get/char/2.cc: Same.
620 * testsuite/22_locale/money_get/get/char/3.cc: Same.
621 * testsuite/22_locale/money_get/get/char/4.cc: Same.
622 * testsuite/22_locale/money_get/get/wchar_t/1.cc: Same.
623 * testsuite/22_locale/money_get/get/wchar_t/2.cc: Same.
624 * testsuite/22_locale/money_get/get/wchar_t/3.cc: Same.
625 * testsuite/22_locale/money_get/get/wchar_t/4.cc: Same.
626 * testsuite/22_locale/money_put/put/char/1.cc: Same.
627 * testsuite/22_locale/money_put/put/char/2.cc: Same.
628 * testsuite/22_locale/money_put/put/char/3.cc: Same.
629 * testsuite/22_locale/money_put/put/wchar_t/1.cc: Same.
630 * testsuite/22_locale/money_put/put/wchar_t/2.cc: Same.
631 * testsuite/22_locale/money_put/put/wchar_t/3.cc: Same.
632 * testsuite/22_locale/moneypunct/members/char/2.cc: Same.
633 * testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Same.
634 * testsuite/22_locale/moneypunct_byname/1.cc: Same.
635 * testsuite/22_locale/num_get/get/char/1.cc: Same.
636 * testsuite/22_locale/num_get/get/char/2.cc: Same.
637 * testsuite/22_locale/num_get/get/char/3.cc: Same.
638 * testsuite/22_locale/num_get/get/char/5.cc: Same.
639 * testsuite/22_locale/num_get/get/char/6.cc: Same.
640 * testsuite/22_locale/num_get/get/wchar_t/1.cc: Same.
641 * testsuite/22_locale/num_get/get/wchar_t/2.cc: Same.
642 * testsuite/22_locale/num_get/get/wchar_t/3.cc: Same.
643 * testsuite/22_locale/num_get/get/wchar_t/5.cc: Same.
644 * testsuite/22_locale/num_get/get/wchar_t/6.cc: Same.
645 * testsuite/22_locale/num_put/put/char/1.cc: Same.
646 * testsuite/22_locale/num_put/put/char/2.cc: Same.
647 * testsuite/22_locale/num_put/put/char/3.cc: Same.
648 * testsuite/22_locale/num_put/put/char/5.cc: Same.
649 * testsuite/22_locale/num_put/put/wchar_t/1.cc: Same.
650 * testsuite/22_locale/num_put/put/wchar_t/2.cc: Same.
651 * testsuite/22_locale/num_put/put/wchar_t/3.cc: Same.
652 * testsuite/22_locale/num_put/put/wchar_t/5.cc: Same.
653 * testsuite/22_locale/numpunct/members/char/1.cc: Same.
654 * testsuite/22_locale/numpunct/members/char/2.cc: Same.
655 * testsuite/22_locale/numpunct/members/wchar_t/1.cc: Same.
656 * testsuite/22_locale/numpunct/members/wchar_t/2.cc: Same.
657 * testsuite/22_locale/numpunct_byname/1.cc: Same.
658 * testsuite/22_locale/numpunct_byname/2.cc: Same.
659 * testsuite/22_locale/time_get/date_order/char/1.cc: Same.
660 * testsuite/22_locale/time_get/date_order/wchar_t/1.cc: Same.
661 * testsuite/22_locale/time_get/get_date/char/1.cc: Same.
662 * testsuite/22_locale/time_get/get_date/char/2.cc: Same.
663 * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Same.
664 * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Same.
665 * testsuite/22_locale/time_get/get_monthname/char/1.cc: Same.
666 * testsuite/22_locale/time_get/get_monthname/char/2.cc: Same.
667 * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Same.
668 * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Same.
669 * testsuite/22_locale/time_get/get_time/char/1.cc: Same.
670 * testsuite/22_locale/time_get/get_time/char/2.cc: Same.
671 * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Same.
672 * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Same.
673 * testsuite/22_locale/time_get/get_weekday/char/1.cc: Same.
674 * testsuite/22_locale/time_get/get_weekday/char/2.cc: Same.
675 * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Same.
676 * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Same.
677 * testsuite/22_locale/time_get/get_year/char/1.cc: Same.
678 * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Same.
679 * testsuite/22_locale/time_put/put/char/1.cc: Same.
680 * testsuite/22_locale/time_put/put/char/2.cc: Same.
681 * testsuite/22_locale/time_put/put/char/3.cc: Same.
682 * testsuite/22_locale/time_put/put/char/4.cc: Same.
683 * testsuite/22_locale/time_put/put/char/5.cc: Same.
684 * testsuite/22_locale/time_put/put/char/6.cc: Same.
685 * testsuite/22_locale/time_put/put/char/7.cc: Same.
686 * testsuite/22_locale/time_put/put/char/8.cc: Same.
687 * testsuite/22_locale/time_put/put/wchar_t/1.cc: Same.
688 * testsuite/22_locale/time_put/put/wchar_t/2.cc: Same.
689 * testsuite/22_locale/time_put/put/wchar_t/3.cc: Same.
690 * testsuite/22_locale/time_put/put/wchar_t/4.cc: Same.
691 * testsuite/22_locale/time_put/put/wchar_t/5.cc: Same.
692 * testsuite/22_locale/time_put/put/wchar_t/6.cc: Same.
693 * testsuite/22_locale/time_put/put/wchar_t/7.cc: Same.
694 * testsuite/22_locale/time_put/put/wchar_t/8.cc: Same.
695 * testsuite/27_io/basic_filebuf/imbue/char/9322.cc: Same.
696 * testsuite/27_io/basic_ios/copyfmt/char/2.cc: Same.
697 * testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc: Same.
698 * testsuite/27_io/basic_streambuf/imbue/char/9322.cc: Same.
699 * testsuite/27_io/basic_stringbuf/imbue/char/9322.cc: Same.
700
701 2003-04-14 Andreas Tobler <toa@pop.agri.ch>
702
703 * configure.target (_cpu_incdir_fullpath): Solaris 2.9 uses
704 solaris includes, not generic.
705
706 2003-04-14 Loren J. Rittle <ljrittle@acm.org>
707
708 * testsuite/26_numerics/c99_classification_macros_c.cc: Add XFAIL.
709
710 * include/std/std_bitset.h (_M_do_find_next): Fix -Wall nit.
711 * include/bits/concept_check.h: Fix multi-line comment.
712 * testsuite/17_intro/headers.cc (dg-options): Add -Wall -Wsystem-header
713 when target is *-*-freebsd*.
714
715 2003-04-14 Nathan Myers <ncm@cantrip.org>
716 Paolo Carlini <pcarlini@unitus.it>
717
718 PR libstdc++/9701 (in_avail())
719 * include/std/std_streambuf.h (in_avail): Simplify, in_avail
720 doesn't care if there is anything in some putback cell.
721 * testsuite/27_io/basic_streambuf/in_avail/char/9701-3.cc: Add.
722
723 * testsuite/27_io/basic_filebuf/in_avail/char/1.cc: Remove some
724 unused string literals.
725
726 2003-04-14 Paolo Carlini <pcarlini@unitus.it>
727
728 * include/bits/fstream.tcc (basic_filebuf::setbuf): Don't set
729 _M_out_end, _M_set_indeterminate() does it.
730
731 2003-04-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
732
733 * os/hpux/ctype_inline.h: Replace with gnu-linux version.
734
735 2003-04-12 David Edelsohn <edelsohn@gnu.org>
736
737 * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc:
738 Change basic_streambuf instantiation to "unsigned char".
739 * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.
740
741 2003-04-12 Paolo Carlini <pcarlini@unitus.it>
742
743 Remove _M_buf_size_opt, use directly _M_buf_size instead.
744 * include/bits/fstream.tcc
745 (basic_filebuf::_M_allocate_internal_buffer, setbuf): Remove
746 references to _M_buf_size_opt.
747 * include/bits/sstream.tcc (basic_stringbuf::overflow): Likewise.
748 * include/bits/streambuf.tcc (__copy_streambufs): Likewise, rename
749 __bufsize to __in_avail and __size_opt to __buf_size.
750 * include/ext/stdio_filebuf.h (stdio_filebuf::stdio_filebuf): Likewise.
751 * include/std/std_sstream.h (_M_stringbuf_init, setbuf): Likewise.
752 * include/std/std_streambuf.h (~basic_streambuf(),
753 basic_streambuf()): Likewise, remove _M_buf_size_opt member.
754 * testsuite/27_io/basic_filebuf/close/char/3.cc: Set _M_buf_size.
755 * testsuite/27_io/basic_filebuf/in_avail/char/1.cc: Likewise.
756 * testsuite/27_io/basic_filebuf/sbumpc/char/1.cc: Likewise.
757 * testsuite/27_io/basic_filebuf/seekoff/char/1.cc: Likewise.
758 * testsuite/27_io/basic_filebuf/seekpos/char/1.cc: Likewise.
759 * testsuite/27_io/basic_filebuf/sgetc/char/1.cc: Likewise.
760 * testsuite/27_io/basic_filebuf/sgetn/char/1.cc: Likewise.
761 * testsuite/27_io/basic_filebuf/snextc/char/1.cc: Likewise.
762 * testsuite/27_io/basic_filebuf/sputbackc/char/1.cc: Likewise.
763 * testsuite/27_io/basic_filebuf/sputc/char/1.cc: Likewise.
764 * testsuite/27_io/basic_filebuf/sputn/char/1.cc: Likewise.
765 * testsuite/27_io/basic_filebuf/sungetc/char/1.cc: Likewise.
766
767 2003-04-12 Paolo Carlini <pcarlini at unitus dot it>
768
769 * include/ext/stdio_filebuf.h
770 (stdio_filebuf::stdio_filebuf(int, openmode, bool, size_t),
771 stdio_filebuf::stdio_filebuf(__c_file*, openmode, size_t):
772 _M_buf_size_opt == 0 only means "not to use an allocated buffer"
773 since a stack-based buffer is used for small values of the size_t
774 parameter.
775 * include/bits/fstream.tcc (basic_filebuf::_M_really_overflow).
776 If _M_buf_size != 0 flush out the buffer (any kind, stack-based too).
777 * testsuite/ext/stdio_filebuf_2.cc: New testfile.
778
779 2003-04-12 Paolo Carlini <pcarlini@unitus.it>
780
781 PR libstdc++/9533
782 * testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc: New.
783 * testsuite/27_io/basic_filebuf/showmanyc/char/9533-2.cc: Ditto.
784
785 2003-04-11 Benjamin Kosnik <bkoz@redhat.com>
786
787 * testsuite/22_locale/locale/cons/3.cc: Split.
788 * testsuite/22_locale/locale/cons/7222-c.cc: New.
789 * testsuite/22_locale/locale/cons/7222-env.cc: New.
790 Check before trying to create a locale from the environment.
791 * testsuite/27_io/ios_base/state/1.cc (test02): Use "C" locale.
792 * testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc:
793 Adjust includes.
794
795 2003-04-11 Benjamin Kosnik <bkoz@redhat.com>
796
797 * testsuite/22_locale/ctype/is/char/3.cc (test03): Use the classic
798 locale to construct this hybrid locale, not the global locale.
799
800 2003-04-11 Benjamin Kosnik <bkoz@redhat.com>
801
802 * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc: Add
803 instantiation for AIX.
804 * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.
805 * testsuite/25_algorithms/min_max.cc: Same.
806
807 2003-04-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
808
809 * basic_file_stdio.cc (__basic_file<char>::close): Don't flush stream
810 twice. Always set _M_cfile to 0 when stream was open.
811
812 2003-04-09 Benjamin Kosnik <bkoz@redhat.com>
813
814 Reshuffle 27_io testsuite. * testsuite/27_io/filebuf.cc,
815 filebuf_members-1.tst, filebuf_members-1.txt, filebuf_members.cc,
816 filebuf_virtuals-1.tst, filebuf_virtuals-1.txt,
817 filebuf_virtuals-2.tst, filebuf_virtuals-3.tst,
818 filebuf_virtuals.cc, fpos.cc, fstream.cc, fstream_members.cc,
819 ifstream.cc, ifstream_members-1.tst, ifstream_members-1.txt,
820 ifstream_members.cc, instantiations.cc, ios.cc,
821 ios_base_callbacks.cc, ios_base_members_static-1.tst,
822 ios_base_members_static.cc, ios_base_storage.cc,
823 ios_base_types.cc, ios_ctor.cc, ios_init.cc,
824 ios_manip_basefield.cc, ios_manip_fmtflags.cc, ios_members.cc,
825 iostream.cc, iostream_members.cc, istream.cc,
826 istream_exception.cc, istream_extractor_char.cc,
827 istream_extractor_other-1.tst, istream_extractor_other-1.txt,
828 istream_extractor_other-2.tst, istream_extractor_other.cc,
829 istream_manip.cc, istream_seeks-1.tst, istream_seeks-1.txt,
830 istream_seeks-2.tst, istream_seeks-3.tst, istream_seeks.cc,
831 istream_sentry.cc, istream_unformatted-1.tst,
832 istream_unformatted-1.txt, istream_unformatted.cc,
833 istringstream.cc, istringstream_members.cc,
834 narrow_stream_objects.cc, ofstream.cc, ofstream_members-1.tst,
835 ofstream_members.cc, ostream.cc, ostream_exception.cc,
836 ostream_fail.cc, ostream_inserter_arith.cc,
837 ostream_inserter_char-1.tst, ostream_inserter_char-1.txt,
838 ostream_inserter_char.cc, ostream_inserter_other-1.tst,
839 ostream_inserter_other-2.tst, ostream_inserter_other.cc,
840 ostream_manip.cc, ostream_seeks-1.tst, ostream_seeks.cc,
841 ostream_sentry.cc, ostream_unformatted.cc, ostringstream.cc,
842 ostringstream_members.cc, standard_manipulators.cc, streambuf.cc,
843 streambuf_members.cc, stringbuf.cc, stringbuf_members.cc,
844 stringbuf_virtuals.cc, stringstream.cc, stringstream_members.cc,
845 wide_stream_objects.cc, istream_extractor_arith/01.cc,
846 istream_extractor_arith/02.cc, istream_extractor_arith/03.cc,
847 istream_extractor_arith/06.cc, istream_extractor_arith/07.cc,
848 istream_extractor_arith/08.cc, istream_extractor_arith/09.cc,
849 istream_extractor_arith/10.cc, istream_extractor_arith/11.cc,
850 istream_extractor_arith/12.cc, istream_extractor_arith/13.cc:
851 Split into...
852 * 27_io/basic_filebuf/1.cc: New.
853 * 27_io/basic_filebuf/2.cc: New.
854 * 27_io/basic_filebuf/3.cc: New.
855 * 27_io/basic_filebuf/4.cc: New.
856 * 27_io/basic_filebuf/close/char/1.cc: New.
857 * 27_io/basic_filebuf/close/char/2.cc: New.
858 * 27_io/basic_filebuf/close/char/3.cc: New.
859 * 27_io/basic_filebuf/close/char/4879.cc: New.
860 * 27_io/basic_filebuf/close/char/9964.cc: New.
861 * 27_io/basic_filebuf/imbue/char/1.cc: New.
862 * 27_io/basic_filebuf/imbue/char/9322.cc: New.
863 * 27_io/basic_filebuf/in_avail/char/1.cc: New.
864 * 27_io/basic_filebuf/is_open/char/1.cc: New.
865 * 27_io/basic_filebuf/open/char/1.cc: New.
866 * 27_io/basic_filebuf/open/char/2.cc: New.
867 * 27_io/basic_filebuf/open/char/3.cc: New.
868 * 27_io/basic_filebuf/open/char/9507.cc: New.
869 * 27_io/basic_filebuf/overflow/char/1.cc: New.
870 * 27_io/basic_filebuf/overflow/char/3599.cc: New.
871 * 27_io/basic_filebuf/overflow/char/9169.cc: New.
872 * 27_io/basic_filebuf/overflow/char/9182-2.cc: New.
873 * 27_io/basic_filebuf/overflow/char/9988.cc: New.
874 * 27_io/basic_filebuf/sbumpc/char/1.cc: New.
875 * 27_io/basic_filebuf/sbumpc/char/9825.cc: New.
876 * 27_io/basic_filebuf/seekoff/char/1.cc: New.
877 * 27_io/basic_filebuf/seekoff/char/2.cc: New.
878 * 27_io/basic_filebuf/seekpos/char/1.cc: New.
879 * 27_io/basic_filebuf/seekpos/char/2.cc: New.
880 * 27_io/basic_filebuf/setbuf/char/1.cc: New.
881 * 27_io/basic_filebuf/setbuf/char/2.cc: New.
882 * 27_io/basic_filebuf/setbuf/char/3.cc: New.
883 * 27_io/basic_filebuf/sgetc/char/1.cc: New.
884 * 27_io/basic_filebuf/sgetn/char/1.cc: New.
885 * 27_io/basic_filebuf/sgetn/char/2.cc: New.
886 * 27_io/basic_filebuf/snextc/char/1.cc: New.
887 * 27_io/basic_filebuf/sputbackc/char/1.cc: New.
888 * 27_io/basic_filebuf/sputbackc/char/9425.cc: New.
889 * 27_io/basic_filebuf/sputc/char/1.cc: New.
890 * 27_io/basic_filebuf/sputc/char/1057.cc: New.
891 * 27_io/basic_filebuf/sputc/char/9701-2.cc: New.
892 * 27_io/basic_filebuf/sputn/char/1.cc: New.
893 * 27_io/basic_filebuf/sputn/char/1057.cc: New.
894 * 27_io/basic_filebuf/sputn/char/9701-1.cc: New.
895 * 27_io/basic_filebuf/sungetc/char/1.cc: New.
896 * 27_io/basic_filebuf/sync/char/1057.cc: New.
897 * 27_io/basic_filebuf/sync/char/9182-1.cc: New.
898 * 27_io/basic_filebuf/underflow/char/10097.cc: New.
899 * 27_io/basic_fstream/1.cc: New.
900 * 27_io/basic_fstream/2.cc: New.
901 * 27_io/basic_fstream/3.cc: New.
902 * 27_io/basic_fstream/4.cc: New.
903 * 27_io/basic_fstream/rdbuf/char/2832.cc: New.
904 * 27_io/basic_ifstream/1.cc: New.
905 * 27_io/basic_ifstream/2.cc: New.
906 * 27_io/basic_ifstream/3.cc: New.
907 * 27_io/basic_ifstream/4.cc: New.
908 * 27_io/basic_ifstream/cons/char/1.cc: New.
909 * 27_io/basic_ifstream/open/char/1.cc: New.
910 * 27_io/basic_ifstream/rdbuf/char/2832.cc: New.
911 * 27_io/basic_ios/1.cc: New.
912 * 27_io/basic_ios/2.cc: New.
913 * 27_io/basic_ios/3.cc: New.
914 * 27_io/basic_ios/4.cc: New.
915 * 27_io/basic_ios/clear/char/1.cc: New.
916 * 27_io/basic_ios/cons/char/1.cc: New.
917 * 27_io/basic_ios/cons/char/2.cc: New.
918 * 27_io/basic_ios/cons/char/3.cc: New.
919 * 27_io/basic_ios/copyfmt/char/1.cc: New.
920 * 27_io/basic_ios/copyfmt/char/2.cc: New.
921 * 27_io/basic_ios/exceptions/char/1.cc: New.
922 * 27_io/basic_ios/locales/char/1.cc: New.
923 * 27_io/basic_iostream/1.cc: New.
924 * 27_io/basic_iostream/2.cc: New.
925 * 27_io/basic_iostream/3.cc: New.
926 * 27_io/basic_iostream/4.cc: New.
927 * 27_io/basic_istream/1.cc: New.
928 * 27_io/basic_istream/2.cc: New.
929 * 27_io/basic_istream/3.cc: New.
930 * 27_io/basic_istream/4.cc: New.
931 * 27_io/basic_istream/exceptions/char/9561.cc: New.
932 * 27_io/basic_istream/extractors_arithmetic/char/01.cc: New.
933 * 27_io/basic_istream/extractors_arithmetic/char/02.cc: New.
934 * 27_io/basic_istream/extractors_arithmetic/char/03.cc: New.
935 * 27_io/basic_istream/extractors_arithmetic/char/06.cc: New.
936 * 27_io/basic_istream/extractors_arithmetic/char/07.cc: New.
937 * 27_io/basic_istream/extractors_arithmetic/char/08.cc: New.
938 * 27_io/basic_istream/extractors_arithmetic/char/09.cc: New.
939 * 27_io/basic_istream/extractors_arithmetic/char/10.cc: New.
940 * 27_io/basic_istream/extractors_arithmetic/char/11.cc: New.
941 * 27_io/basic_istream/extractors_arithmetic/char/12.cc: New.
942 * 27_io/basic_istream/extractors_arithmetic/char/13.cc: New.
943 * 27_io/basic_istream/extractors_character/char/1.cc: New.
944 * 27_io/basic_istream/extractors_character/char/2.cc: New.
945 * 27_io/basic_istream/extractors_character/char/3.cc: New.
946 * 27_io/basic_istream/extractors_character/char/9826.cc: New.
947 * 27_io/basic_istream/extractors_other/char/1.cc: New.
948 * 27_io/basic_istream/extractors_other/char/2.cc: New.
949 * 27_io/basic_istream/extractors_other/char/3.cc: New.
950 * 27_io/basic_istream/extractors_other/char/9318-in.cc: New.
951 * 27_io/basic_istream/extractors_other/char/9424-in.cc: New.
952 * 27_io/basic_istream/get/char/1.cc: New.
953 * 27_io/basic_istream/get/char/2.cc: New.
954 * 27_io/basic_istream/getline/char/1.cc: New.
955 * 27_io/basic_istream/getline/char/2.cc: New.
956 * 27_io/basic_istream/getline/char/3.cc: New.
957 * 27_io/basic_istream/ignore/char/1.cc: New.
958 * 27_io/basic_istream/ignore/char/6360.cc: New.
959 * 27_io/basic_istream/ignore/char/7220.cc: New.
960 * 27_io/basic_istream/peek/char/1.cc: New.
961 * 27_io/basic_istream/peek/char/6414.cc: New.
962 * 27_io/basic_istream/putback/char/1.cc: New.
963 * 27_io/basic_istream/read/char/1.cc: New.
964 * 27_io/basic_istream/read/char/2.cc: New.
965 * 27_io/basic_istream/read/char/3.cc: New.
966 * 27_io/basic_istream/readsome/char/6746-1.cc: New.
967 * 27_io/basic_istream/readsome/char/6746-2.cc: New.
968 * 27_io/basic_istream/readsome/char/8258.cc: New.
969 * 27_io/basic_istream/seekg/char/2346-fstream.cc: New.
970 * 27_io/basic_istream/seekg/char/2346-sstream.cc: New.
971 * 27_io/basic_istream/seekg/char/8348-1.cc: New.
972 * 27_io/basic_istream/seekg/char/8348-2.cc: New.
973 * 27_io/basic_istream/seekg/char/fstream.cc: New.
974 * 27_io/basic_istream/seekg/char/sstream.cc: New.
975 * 27_io/basic_istream/sentry/char/1.cc: New.
976 * 27_io/basic_istream/sentry/char/2.cc: New.
977 * 27_io/basic_istream/sentry/char/3.cc: New.
978 * 27_io/basic_istream/sentry/char/3983-fstream.cc: New.
979 * 27_io/basic_istream/sentry/char/3983-sstream.cc: New.
980 * 27_io/basic_istream/tellg/char/1.cc: New.
981 * 27_io/basic_istream/tellg/char/8348.cc: New.
982 * 27_io/basic_istream/tellg/char/fstream.cc: New.
983 * 27_io/basic_istream/tellg/char/sstream.cc: New.
984 * 27_io/basic_istream/ws/char/1.cc: New.
985 * 27_io/basic_istringstream/1.cc: New.
986 * 27_io/basic_istringstream/2.cc: New.
987 * 27_io/basic_istringstream/3.cc: New.
988 * 27_io/basic_istringstream/4.cc: New.
989 * 27_io/basic_istringstream/rdbuf/char/2832.cc: New.
990 * 27_io/basic_istringstream/str/char/1.cc: New.
991 * 27_io/basic_ofstream/1.cc: New.
992 * 27_io/basic_ofstream/2.cc: New.
993 * 27_io/basic_ofstream/3.cc: New.
994 * 27_io/basic_ofstream/4.cc: New.
995 * 27_io/basic_ofstream/cons/char/2.cc: New.
996 * 27_io/basic_ofstream/open/char/1.cc: New.
997 * 27_io/basic_ofstream/rdbuf/char/2832.cc: New.
998 * 27_io/basic_ostream/1.cc: New.
999 * 27_io/basic_ostream/2.cc: New.
1000 * 27_io/basic_ostream/3.cc: New.
1001 * 27_io/basic_ostream/4.cc: New.
1002 * 27_io/basic_ostream/cons/char/9827.cc: New.
1003 * 27_io/basic_ostream/endl/char/1.cc: New.
1004 * 27_io/basic_ostream/ends/char/1.cc: New.
1005 * 27_io/basic_ostream/ends/char/2.cc: New.
1006 * 27_io/basic_ostream/exceptions/char/9561.cc: New.
1007 * 27_io/basic_ostream/flush/char/1.cc: New.
1008 * 27_io/basic_ostream/inserters_arithmetic/char/1.cc: New.
1009 * 27_io/basic_ostream/inserters_arithmetic/char/2.cc: New.
1010 * 27_io/basic_ostream/inserters_arithmetic/char/3.cc: New.
1011 * 27_io/basic_ostream/inserters_arithmetic/char/4.cc: New.
1012 * 27_io/basic_ostream/inserters_arithmetic/char/4402.cc: New.
1013 * 27_io/basic_ostream/inserters_arithmetic/char/5.cc: New.
1014 * 27_io/basic_ostream/inserters_arithmetic/char/6.cc: New.
1015 * 27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc: New.
1016 * 27_io/basic_ostream/inserters_character/char/1.cc: New.
1017 * 27_io/basic_ostream/inserters_character/char/2.cc: New.
1018 * 27_io/basic_ostream/inserters_character/char/3.cc: New.
1019 * 27_io/basic_ostream/inserters_character/char/4.cc: New.
1020 * 27_io/basic_ostream/inserters_character/char/5.cc: New.
1021 * 27_io/basic_ostream/inserters_character/char/6.cc: New.
1022 * 27_io/basic_ostream/inserters_character/char/8.cc: New.
1023 * 27_io/basic_ostream/inserters_character/wchar_t/7.cc: New.
1024 * 27_io/basic_ostream/inserters_character/wchar_t/8.cc: New.
1025 * 27_io/basic_ostream/inserters_other/char/1.cc: New.
1026 * 27_io/basic_ostream/inserters_other/char/2.cc: New.
1027 * 27_io/basic_ostream/inserters_other/char/3.cc: New.
1028 * 27_io/basic_ostream/inserters_other/char/4.cc: New.
1029 * 27_io/basic_ostream/inserters_other/char/9318-out.cc: New.
1030 * 27_io/basic_ostream/inserters_other/char/9424-out.cc: New.
1031 * 27_io/basic_ostream/sentry/char/1.cc: New.
1032 * 27_io/basic_ostream/sentry/char/2.cc: New.
1033 * 27_io/basic_ostream/sentry/char/3983-fstream.cc: New.
1034 * 27_io/basic_ostream/sentry/char/3983-sstream.cc: New.
1035 * 27_io/basic_ostream/tellp/char/1.cc: New.
1036 * 27_io/basic_ostream/tellp/char/2.cc: New.
1037 * 27_io/basic_ostringstream/1.cc: New.
1038 * 27_io/basic_ostringstream/2.cc: New.
1039 * 27_io/basic_ostringstream/3.cc: New.
1040 * 27_io/basic_ostringstream/4.cc: New.
1041 * 27_io/basic_ostringstream/cons/char/3.cc: New.
1042 * 27_io/basic_ostringstream/rdbuf/char/2832.cc: New.
1043 * 27_io/basic_ostringstream/str/char/1.cc: New.
1044 * 27_io/basic_ostringstream/str/char/2.cc: New.
1045 * 27_io/basic_streambuf/1.cc: New.
1046 * 27_io/basic_streambuf/2.cc: New.
1047 * 27_io/basic_streambuf/3.cc: New.
1048 * 27_io/basic_streambuf/cons/char/1.cc: New.
1049 * 27_io/basic_streambuf/imbue/char/1.cc: New.
1050 * 27_io/basic_streambuf/imbue/char/9322.cc: New.
1051 * 27_io/basic_streambuf/overflow/char/1.cc: New.
1052 * 27_io/basic_streambuf/overflow/char/2.cc: New.
1053 * 27_io/basic_streambuf/overflow/char/3599.cc: New.
1054 * 27_io/basic_streambuf/sgetc/char/1.cc: New.
1055 * 27_io/basic_streambuf/sgetn/char/1.cc: New.
1056 * 27_io/basic_streambuf/sputbackc/char/9538.cc: New.
1057 * 27_io/basic_streambuf/sputc/char/1057.cc: New.
1058 * 27_io/basic_streambuf/sputn/char/1.cc: New.
1059 * 27_io/basic_streambuf/sputn/char/1057.cc: New.
1060 * 27_io/basic_streambuf/sync/char/1057.cc: New.
1061 * 27_io/basic_stringbuf/1.cc: New.
1062 * 27_io/basic_stringbuf/2.cc: New.
1063 * 27_io/basic_stringbuf/3.cc: New.
1064 * 27_io/basic_stringbuf/4.cc: New.
1065 * 27_io/basic_stringbuf/5.cc: New.
1066 * 27_io/basic_stringbuf/imbue/char/1.cc: New.
1067 * 27_io/basic_stringbuf/imbue/char/9322.cc: New.
1068 * 27_io/basic_stringbuf/in_avail/char/1.cc: New.
1069 * 27_io/basic_stringbuf/overflow/char/2.cc: New.
1070 * 27_io/basic_stringbuf/overflow/char/3599.cc: New.
1071 * 27_io/basic_stringbuf/overflow/char/9988.cc: New.
1072 * 27_io/basic_stringbuf/sbumpc/char/1.cc: New.
1073 * 27_io/basic_stringbuf/sbumpc/char/9825.cc: New.
1074 * 27_io/basic_stringbuf/seekoff/char/1.cc: New.
1075 * 27_io/basic_stringbuf/seekoff/char/2.cc: New.
1076 * 27_io/basic_stringbuf/seekpos/char/1.cc: New.
1077 * 27_io/basic_stringbuf/seekpos/char/2.cc: New.
1078 * 27_io/basic_stringbuf/setbuf/char/1.cc: New.
1079 * 27_io/basic_stringbuf/setbuf/char/2.cc: New.
1080 * 27_io/basic_stringbuf/setbuf/char/3.cc: New.
1081 * 27_io/basic_stringbuf/sgetc/char/1.cc: New.
1082 * 27_io/basic_stringbuf/sgetn/char/1.cc: New.
1083 * 27_io/basic_stringbuf/snextc/char/1.cc: New.
1084 * 27_io/basic_stringbuf/sputbackc/char/1.cc: New.
1085 * 27_io/basic_stringbuf/sputbackc/char/9425.cc: New.
1086 * 27_io/basic_stringbuf/sputc/char/1.cc: New.
1087 * 27_io/basic_stringbuf/sputc/char/1057.cc: New.
1088 * 27_io/basic_stringbuf/sputc/char/9404-1.cc: New.
1089 * 27_io/basic_stringbuf/sputn/char/1.cc: New.
1090 * 27_io/basic_stringbuf/sputn/char/1057.cc: New.
1091 * 27_io/basic_stringbuf/sputn/char/9404-2.cc: New.
1092 * 27_io/basic_stringbuf/str/char/1.cc: New.
1093 * 27_io/basic_stringbuf/str/char/2.cc: New.
1094 * 27_io/basic_stringbuf/str/char/3.cc: New.
1095 * 27_io/basic_stringbuf/str/char/3955.cc: New.
1096 * 27_io/basic_stringbuf/sungetc/char/1.cc: New.
1097 * 27_io/basic_stringbuf/sync/char/1057.cc: New.
1098 * 27_io/basic_stringstream/1.cc: New.
1099 * 27_io/basic_stringstream/2.cc: New.
1100 * 27_io/basic_stringstream/3.cc: New.
1101 * 27_io/basic_stringstream/4.cc: New.
1102 * 27_io/basic_stringstream/rdbuf/char/2832.cc: New.
1103 * 27_io/basic_stringstream/str/char/1.cc: New.
1104 * 27_io/basic_stringstream/str/char/2.cc: New.
1105 * 27_io/basic_stringstream/str/char/3.cc: New.
1106 * 27_io/basic_stringstream/str/char/4.cc: New.
1107 * 27_io/fpos/1.cc: New.
1108 * 27_io/fpos/2.cc: New.
1109 * 27_io/fpos/3.cc: New.
1110 * 27_io/ios_base/callbacks/1.cc: New.
1111 * 27_io/ios_base/state/1.cc: New.
1112 * 27_io/ios_base/storage/1.cc: New.
1113 * 27_io/ios_base/storage/2.cc: New.
1114 * 27_io/ios_base/storage/3.cc: New.
1115 * 27_io/ios_base/sync_with_stdio/1.cc: New.
1116 * 27_io/ios_base/sync_with_stdio/2.cc: New.
1117 * 27_io/manipulators/adjustfield/char/1.cc: New.
1118 * 27_io/manipulators/adjustfield/char/2.cc: New.
1119 * 27_io/manipulators/basefield/char/1.cc: New.
1120 * 27_io/manipulators/standard/char/1.cc: New.
1121 * 27_io/manipulators/standard/char/2.cc: New.
1122 * 27_io/objects/char/1.cc: New.
1123 * 27_io/objects/char/2.cc: New.
1124 * 27_io/objects/char/2523-1_xin.cc: New.
1125 * 27_io/objects/char/2523-1_xin.in: New.
1126 * 27_io/objects/char/2523-2_xin.cc: New.
1127 * 27_io/objects/char/2523-2_xin.in: New.
1128 * 27_io/objects/char/3045.cc: New.
1129 * 27_io/objects/char/3647.cc: New.
1130 * 27_io/objects/char/3_xin.cc: New.
1131 * 27_io/objects/char/3_xin.in: New.
1132 * 27_io/objects/char/4_xin.cc: New.
1133 * 27_io/objects/char/4_xin.in: New.
1134 * 27_io/objects/char/5268.cc: New.
1135 * 27_io/objects/char/5280_xin.cc: New.
1136 * 27_io/objects/char/5280_xin.in: New.
1137 * 27_io/objects/char/6548_xin.cc: New.
1138 * 27_io/objects/char/6548_xin.in: New.
1139 * 27_io/objects/char/6648-1_xin.cc: New.
1140 * 27_io/objects/char/6648-1_xin.in: New.
1141 * 27_io/objects/char/6648-2_xin.cc: New.
1142 * 27_io/objects/char/6648-2_xin.in: New.
1143 * 27_io/objects/char/7744_xin.cc: New.
1144 * 27_io/objects/char/7744_xin.in: New.
1145 * 27_io/objects/wchar_t/1.cc: New.
1146 * 27_io/types/1.cc: New.
1147 * 27_io/types/2.cc: New.
1148 * data/filebuf_members-1.tst: New.
1149 * data/filebuf_members-1.txt: New.
1150 * data/filebuf_virtuals-1.tst: New.
1151 * data/filebuf_virtuals-1.txt: New.
1152 * data/filebuf_virtuals-2.tst: New.
1153 * data/filebuf_virtuals-3.tst: New.
1154 * data/ifstream_members-1.tst: New.
1155 * data/ifstream_members-1.txt: New.
1156 * data/ios_base_members_static-1.tst: New.
1157 * data/istream_extractor_other-1.tst: New.
1158 * data/istream_extractor_other-1.txt: New.
1159 * data/istream_extractor_other-2.tst: New.
1160 * data/istream_seeks-1.tst: New.
1161 * data/istream_seeks-1.txt: New.
1162 * data/istream_seeks-2.tst: New.
1163 * data/istream_seeks-3.tst: New.
1164 * data/istream_unformatted-1.tst: New.
1165 * data/istream_unformatted-1.txt: New.
1166 * data/ofstream_members-1.tst: New.
1167 * data/ostream_inserter_char-1.tst: New.
1168 * data/ostream_inserter_char-1.txt: New.
1169 * data/ostream_inserter_other-1.tst: New.
1170 * data/ostream_inserter_other-2.tst: New.
1171 * data/ostream_seeks-1.tst: New.
1172
1173 2003-04-09 Benjamin Kosnik <bkoz@redhat.com>
1174
1175 * include/bits/sstream.tcc (basic_stringbuf::seekpos): Remove
1176 requirement that __mode must be strict input or output.
1177
1178 * include/std/std_streambuf.h (basic_streambuf::setp): Set
1179 _M_out_lim.
1180
1181 * include/std/std_sstream.h (basic_strinbuf::str): Zero length
1182 output string shouldn't core.
1183 (basic_stringbuf::_M_really_sync): Add base argument. Remove rturn
1184 type.
1185 * include/bits/sstream.tcc: Adjust _M_really_sync bits here.
1186
1187 * include/bits/istream.tcc (basic_istream::putback): Set gcount to
1188 zero.
1189
1190 2003-04-09 Benjamin Kosnik <bkoz@redhat.com>
1191
1192 * testsuite/data: New directory.
1193 * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Modify
1194 to copy files from the testsuite data directory.
1195 (libstdc++-v3-list-sourcefiles): Add another test list filter, for
1196 testfiles containing _xin, which now means this is an interactive
1197 test and should be run with the interactive dejagnu hooks.
1198 * testsuite/Makefile.am: Remove testsuite_* files.
1199 * testsuite/Makefile.in: Regenerate.
1200
1201 2003-04-09 Zack Weinberg <zack@codesourcery.com>
1202
1203 * docs/html/install.html: Document complete list of locales
1204 required by test suite. Document procedure for installing
1205 said locales under Debian. Solicit instructions for other
1206 operating systems.
1207
1208 2003-04-08 Alexandre Oliva <aoliva@redhat.com>
1209
1210 * include/bits/sstream.tcc (overflow): Make sure operands of min
1211 and max have the same type.
1212
1213 2003-04-04 Jerry Quinn <jlquinn@optonline.net>
1214
1215 PR libstdc++/10276
1216 * src/ios.cc (ios_base::_M_init): Remove _M_callbacks
1217 initialization.
1218
1219 2003-03-31 Paolo Carlini <pcarlini@unitus.it>
1220
1221 * include/std/std_streambuf.h (_M_out_buf_size()): Remove.
1222 * include/bits/fstream.tcc (_M_allocate_internal_buffer):
1223 Don't set _M_out_end.
1224 (basic_filebuf::overflow): Replace _M_out_buf_size() with
1225 this->_M_out_cur && this->_M_out_cur < this->_M_out_end.
1226 * include/bits/sstream.tcc (basic_stringbuf::overflow):
1227 Replace _M_out_buf_size() with this->_M_out_cur < this->_M_out_end;
1228 * include/bits/streambuf.tcc (basic_streambuf::sputc):
1229 Replace _M_out_buf_size() with _M_out_cur && _M_out_cur < _M_out_end.
1230 (basic_streambuf::xsputn): Replace _M_out_buf_size() with
1231 _M_out_end - _M_out_cur.
1232 (__copy_streambufs): Likewise.
1233 * include/std/std_fstream.h (_M_set_determinate): Set
1234 _M_out_end here.
1235
1236 2003-03-30 Paolo Carlini <pcarlini@unitus.it>
1237
1238 * include/bits/fstream.tcc (basic_filebuf::showmanyc,
1239 _M_convert_to_external, _M_really_overflow, seekoff): Fix
1240 test for synced buffer.
1241 * include/std/std_fstream.h (sync): Likewise.
1242 * src/fstream.cc (basic_filebuf<char>::_M_underflow_common,
1243 basic_filebuf<wchar_t>::_M_underflow_common): Likewise.
1244
1245 2003-03-28 Benjamin Kosnik <bkoz@redhat.com>
1246
1247 * include/std/std_sstream.h (basic_istringstream): Adjust
1248 initialization.
1249 (basic_ostringstream): Same.
1250 (basic_stringstream): Same.
1251 * include/std/std_fstream.h (basic_ifstream): Adjust initialization.
1252 (basic_ofstream): Same.
1253 (basic_fstream): Same.
1254 * include/std/std_ostream.h (basic_ostrem): Add protected ctor
1255 that does not call init.
1256 * include/std/std_istream.h (basic_istream): Same.
1257 (basic_iostream): Construct istream, ostream uninitialized, use
1258 init to initialize just once. Add protected ctor that does not
1259 call init.
1260
1261 2003-03-28 Paolo Carlini <pcarlini@unitus.it>
1262 Nathan Myers <ncm@cantrip.org>
1263
1264 PR libstdc++/9533
1265 * include/bits/fstream.tcc (basic_filebuf<>::open): Don't
1266 call underflow().
1267 (basic_filebuf<>::showmanyc): Use the information provided
1268 by codecvt and __basic_file<>::showmanyc_helper to implement
1269 a non-trivial showmanyc.
1270 * config/io/basic_file_stdio.h
1271 (__basic_file<>::showmanyc_helper): New, declare.
1272 * config/io/basic_file_stdio.cc
1273 (__basic_file<>::showmanyc_helper): Define.
1274 (__basic_file<>::_M_open_mode): Don't set O_NONBLOCK.
1275 (__basic_file<char>::open): Don't call fcntl().
1276 * acinclude.m4 (GLIBCPP_CHECK_S_ISREG_OR_S_IFREG,
1277 GLIBCPP_CHECK_POLL): New macros.
1278 * configure.in: Call here.
1279 * acconfig.h: Add #undefs for the corresponding symbols.
1280 * aclocal.m4: Regenerate.
1281 * configure: Regenerate.
1282 * config.h.in: Regenerate.
1283
1284 2003-03-24 Benjamin Kosnik <bkoz@redhat.com>
1285
1286 * config/linker-map.gnu: Remove string export restrictions.
1287
1288 2003-03-24 Paolo Carlini <pcarlini@unitus.it>
1289
1290 * testsuite/21_strings/basic_string/find/char/1.cc: Remove
1291 find_first_of, find_last_of and find_last_not_of tests.
1292 * testsuite/21_strings/basic_string/find/char/2.cc: find_first_of
1293 tests here, new file.
1294 * testsuite/21_strings/basic_string/find/wchar_t/1.cc: Likewise,
1295 remove wchar_t find_first_of, find_last_of and find_last_not_of tests.
1296 * testsuite/21_strings/basic_string/find/wchar_t/2.cc: Likewise,
1297 wchar_t find_first_of tests here, new file.
1298 * testsuite/21_strings/basic_string/rfind/char/2.cc: find_last_of
1299 tests here.
1300 * testsuite/21_strings/basic_string/rfind/char/3.cc: find_last_not_of
1301 tests here.
1302 * testsuite/21_strings/basic_string/rfind/wchar_t/2.cc: likewise,
1303 wchar_t find_last_of tests here.
1304 * testsuite/21_strings/basic_string/rfind/wchar_t/3.cc: likewise,
1305 wchar_t find_last_not_of tests here.
1306
1307 2003-03-22 Loren J. Rittle <ljrittle@acm.org>
1308
1309 * config/os/hpux/ctype_noninline.h (ctype<char>::classic_table):
1310 Correct return value.
1311
1312 2003-03-21 Jerry Quinn <jlquinn@optonline.net>
1313
1314 PR libstdc++/5730
1315 * include/bits/c++config (_GLIBCPP_FAST_MATH): Define.
1316 * include/std/std_complex.h (norm): Use faster,
1317 less accurate computation for builtin float types under --fast-math.
1318
1319 2003-03-21 Magnus Fromreide <gnats@magfr.user.lysator.liu.se>
1320
1321 * testsuite/testsuite_hooks.h: Fix warning nits.
1322
1323 2003-03-19 Alexandre Oliva <aoliva@redhat.com>
1324
1325 * config/cpu/mips/atomicity.h (__exchange_and_add, __atomic_add):
1326 Only .set mips2 for the o32 ABI.
1327
1328 2003-03-19 Paolo Carlini <pcarlini@unitus.it>
1329
1330 * testsuite/21_strings/char_traits/requirements/char/1.cc:
1331 Test char not wchar_t.
1332
1333 2003-03-18 Paolo Carlini <pcarlini@unitus.it>
1334
1335 * testsuite/21_strings/basic_string/append/wchar_t/1.cc:
1336 Correct size, taking into account sizeof(wchar_t).
1337
1338 2003-03-18 Paolo Carlini <pcarlini@unitus.it>
1339
1340 Reshuffle 21_strings testsuite.
1341 * testsuite/21_strings/append.cc, c_strings.cc, invariants.cc,
1342 assign.cc, ctor_copy_dtor.cc, nonmember.cc, capacity.cc,
1343 element_access.cc, operations.cc, char_traits_requirements.cc,
1344 find.cc, replace.cc, char_traits_typedefs.cc, insert.cc, rfind.cc,
1345 compare.cc, inserters_extractors.cc, substr.cc: Split up, add
1346 wchar_t tests as follows.
1347 * 21_strings/basic_string/append/char/1.cc: New.
1348 * 21_strings/basic_string/append/wchar_t/1.cc: New.
1349 * 21_strings/basic_string/assign/char/1.cc: New.
1350 * 21_strings/basic_string/assign/char/2.cc: New.
1351 * 21_strings/basic_string/assign/char/3.cc: New.
1352 * 21_strings/basic_string/assign/wchar_t/1.cc: New.
1353 * 21_strings/basic_string/assign/wchar_t/2.cc: New.
1354 * 21_strings/basic_string/assign/wchar_t/3.cc: New.
1355 * 21_strings/basic_string/capacity/1.cc: New.
1356 * 21_strings/basic_string/capacity/char/1.cc: New.
1357 * 21_strings/basic_string/capacity/char/2.cc: New.
1358 * 21_strings/basic_string/capacity/wchar_t/1.cc: New.
1359 * 21_strings/basic_string/capacity/wchar_t/2.cc: New.
1360 * 21_strings/basic_string/compare/char/1.cc: New.
1361 * 21_strings/basic_string/compare/wchar_t/1.cc: New.
1362 * 21_strings/basic_string/cons/char/1.cc: New.
1363 * 21_strings/basic_string/cons/char/2.cc: New.
1364 * 21_strings/basic_string/cons/char/3.cc: New.
1365 * 21_strings/basic_string/cons/char/4.cc: New.
1366 * 21_strings/basic_string/cons/char/5.cc: New.
1367 * 21_strings/basic_string/cons/wchar_t/1.cc: New.
1368 * 21_strings/basic_string/cons/wchar_t/2.cc: New.
1369 * 21_strings/basic_string/cons/wchar_t/3.cc: New.
1370 * 21_strings/basic_string/cons/wchar_t/4.cc: New.
1371 * 21_strings/basic_string/cons/wchar_t/5.cc: New.
1372 * 21_strings/basic_string/element_access/char/1.cc: New.
1373 * 21_strings/basic_string/element_access/char/2.cc: New.
1374 * 21_strings/basic_string/element_access/char/3.cc: New.
1375 * 21_strings/basic_string/element_access/wchar_t/1.cc: New.
1376 * 21_strings/basic_string/element_access/wchar_t/2.cc: New.
1377 * 21_strings/basic_string/element_access/wchar_t/3.cc: New.
1378 * 21_strings/basic_string/find/char/1.cc: New.
1379 * 21_strings/basic_string/find/wchar_t/1.cc: New.
1380 * 21_strings/basic_string/insert/char/1.cc: New.
1381 * 21_strings/basic_string/insert/char/2.cc: New.
1382 * 21_strings/basic_string/insert/wchar_t/1.cc: New.
1383 * 21_strings/basic_string/insert/wchar_t/2.cc: New.
1384 * 21_strings/basic_string/inserters_extractors/char/1.cc: New.
1385 * 21_strings/basic_string/inserters_extractors/char/4.cc: New.
1386 * 21_strings/basic_string/inserters_extractors/char/5.cc: New.
1387 * 21_strings/basic_string/inserters_extractors/char/6.cc: New.
1388 * 21_strings/basic_string/inserters_extractors/char/7.cc: New.
1389 * 21_strings/basic_string/inserters_extractors/char/8.cc: New.
1390 * 21_strings/basic_string/inserters_extractors/char/9.cc: New.
1391 * 21_strings/basic_string/inserters_extractors/wchar_t/1.cc: New.
1392 * 21_strings/basic_string/inserters_extractors/wchar_t/4.cc: New.
1393 * 21_strings/basic_string/inserters_extractors/wchar_t/5.cc: New.
1394 * 21_strings/basic_string/inserters_extractors/wchar_t/6.cc: New.
1395 * 21_strings/basic_string/inserters_extractors/wchar_t/7.cc: New.
1396 * 21_strings/basic_string/inserters_extractors/wchar_t/8.cc: New.
1397 * 21_strings/basic_string/inserters_extractors/wchar_t/9.cc: New.
1398 * 21_strings/basic_string/operators/char/1.cc: New.
1399 * 21_strings/basic_string/operators/char/2.cc: New.
1400 * 21_strings/basic_string/operators/wchar_t/1.cc: New.
1401 * 21_strings/basic_string/operators/wchar_t/2.cc: New.
1402 * 21_strings/basic_string/replace/char/1.cc: New.
1403 * 21_strings/basic_string/replace/char/2.cc: New.
1404 * 21_strings/basic_string/replace/char/3.cc: New.
1405 * 21_strings/basic_string/replace/char/4.cc: New.
1406 * 21_strings/basic_string/replace/char/5.cc: New.
1407 * 21_strings/basic_string/replace/wchar_t/1.cc: New.
1408 * 21_strings/basic_string/replace/wchar_t/2.cc: New.
1409 * 21_strings/basic_string/replace/wchar_t/3.cc: New.
1410 * 21_strings/basic_string/replace/wchar_t/4.cc: New.
1411 * 21_strings/basic_string/replace/wchar_t/5.cc: New.
1412 * 21_strings/basic_string/rfind/char/1.cc: New.
1413 * 21_strings/basic_string/rfind/char/2.cc: New.
1414 * 21_strings/basic_string/rfind/char/3.cc: New.
1415 * 21_strings/basic_string/rfind/wchar_t/1.cc: New.
1416 * 21_strings/basic_string/rfind/wchar_t/2.cc: New.
1417 * 21_strings/basic_string/rfind/wchar_t/3.cc: New.
1418 * 21_strings/basic_string/substr/char/1.cc: New.
1419 * 21_strings/basic_string/substr/wchar_t/1.cc: New.
1420 * 21_strings/c_strings/char/1.cc: New.
1421 * 21_strings/c_strings/char/2.cc: New.
1422 * 21_strings/c_strings/wchar_t/1.cc: New.
1423 * 21_strings/c_strings/wchar_t/2.cc: New.
1424 * 21_strings/char_traits/requirements/char/1.cc: New.
1425 * 21_strings/char_traits/requirements/wchar_t/1.cc: New.
1426 * 21_strings/char_traits/typedefs/char/1.cc: New.
1427
1428 2003-03-17 Paolo Carlini <pcarlini@unitus.it>
1429 Petur Runolfsson <peturr02@ru.is>
1430
1431 PR libstdc++/10097
1432 * src/fstream.cc (basic_filebuf<char>::_M_underflow_common,
1433 basic_filebuf<wchar_t>::_M_underflow_common):
1434 if (gptr() < egptr()) return *gptr().
1435 * testsuite/27_io/filebuf_virtuals.cc (test16): Add.
1436
1437 * testsuite/27_io/filebuf_members.cc (test_04): Minor
1438 changes: unlink fifo before making it, fix spelling error.
1439
1440 2003-03-17 Benjamin Kosnik <bkoz@redhat.com>
1441
1442 * testsuite/Makefile.am (CLEANFILES): Add tmp*.
1443 * testsuite/Makefile.in: Regenerate.
1444 * testsuite/27_io/filebuf_members.cc: Consistently name tmp files.
1445 Cleanups.
1446
1447 2003-03-17 Petur Runolfsson <peturr02@ru.is>
1448
1449 PR libstdc++/9964
1450 * include/bits/fstream.tcc (basic_filebuf::close):
1451 Always close file, even when write fails.
1452 * testsuite/27_io/filebuf_members.cc (test_07): New test.
1453
1454 2003-03-17 Danny Smith <dannysmith@users.sourceforge.net>
1455
1456 * libsupc++/Makefile.am (C_COMPILE): Remove.
1457 (LTCOMPILE): Likewise.
1458 * libsupc++/Makefile.in: Regenerate.
1459
1460 2003-03-14 Benjamin Kosnik <bkoz@redhat.com>
1461
1462 * testsuite/23_containers/bitset_members.cc: Add test variable.
1463 * testsuite/23_containers/map_insert.cc: Same.
1464 * testsuite/22_locale/ctype/cons/char/1.cc: Same.
1465 * testsuite/22_locale/codecvt/max_length/wchar_t/1.cc: Same.
1466 * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Same.
1467 * testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Same.
1468 * testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Same.
1469 * testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc: Same.
1470 * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Same.
1471 * testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Same.
1472 * testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Same.
1473 * testsuite/27_io/istream_exception.cc: Same.
1474 * testsuite/27_io/filebuf_virtuals.cc: Same.
1475 * testsuite/27_io/stringbuf_virtuals.cc: Same.
1476 * testsuite/27_io/ostream_inserter_arith.cc: Same.
1477 * testsuite/26_numerics/valarray_operators.cc: Same.
1478 * testsuite/26_numerics/slice.cc: Same.
1479 * testsuite/26_numerics/slice_array_assignment.cc: Same.
1480 * testsuite/24_iterators/istream_iterator.cc: Same.
1481 * mkcheck.in (TESTS_FILE): Use dejagnu-generated file if possible.
1482
1483 2003-03-14 Petur Runolfsson <peturr02@ru.is>
1484
1485 PR libstdc++/9581
1486 PR libstdc++/9870
1487 * config/locale/generic/ctype_members.cc,
1488 * config/locale/gnu/ctype_members.cc
1489 (ctype<wchar_t>::do_widen(char)): Cast argument to
1490 unsigned char before passing to btowc.
1491 (ctype<wchar_t>::do_widen(const char*, const char*, wchar_t*)):
1492 Convert characters with btowc instead of mbsrtowcs.
1493 (ctype<wchar_t>::do_narrow(const wchar_t*, const wchar_t*,
1494 char, char*):
1495 Convert characters with wctob instead of wcsrtombs.
1496 * testsuite/22_locale/ctype/narrow/wchar_t/3.cc: New test.
1497 * testsuite/22_locale/ctype/widen/wchar_t/2.cc: New test.
1498 * testsuite/22_locale/ctype/widen/wchar_t/3.cc: New test.
1499
1500 2003-03-14 Benjamin Kosnik <bkoz@redhat.com>
1501
1502 * include/stdc++.h: New.
1503 * libsupc++/exception_defines.h (__EXCEPTION_DEFINES_H): Add guard.
1504 * include/Makefile.am (stamp-std-precompile): Generate stdc++.h.gch
1505 * include/Makefile.in: Regenerate.
1506 * testsuite_flags.in (--build-cxx): Add, but don't use PCHFLAGS.
1507 (--cxxflags): Put -g -O2 here.
1508 * testsuite/libstdc++-v3.dg/dg.exp: Remove -g -O2 here.
1509
1510 2003-03-14 Loren J. Rittle <ljrittle@acm.org>
1511
1512 * testsuite/testsuite_hooks.h: Suppress runtime exception thrown by
1513 missing named locale.
1514
1515 2003-03-14 Andreas Schwab <schwab@suse.de>
1516
1517 * configure.in: Only append to makefiles that are newly created to
1518 avoid multiple multi-do/multi-clean rules.
1519 * configure: Rebuilt.
1520
1521 2003-03-13 Jonathan Wakely <redi@gcc.gnu.org>
1522
1523 * docs/html/configopts.html, docs/html/documentation.html,
1524 docs/html/explanations.html, docs/html/install.html,
1525 docs/html/19_diagnostics/howto.html, docs/html/faq/index.html: Fix
1526 invalid XHTML and make page header style consistent.
1527
1528 2003-03-12 Jonathan Wakely <redi@gcc.gnu.org>
1529
1530 * docs/html/faq/index.html: Explain memory "leaks" due to allocators.
1531 * docs/html/faq/index.txt: Regenerate.
1532 * docs/html/debug.html: Add a bit to allocator text and fix XHTML.
1533
1534 2003-03-12 Andreas Schwab <schwab@suse.de>
1535
1536 * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
1537 glibcpp_toolexeclibdir.
1538 * aclocal.m4, configure: Rebuilt.
1539
1540 2003-03-11 Jonathan Wakely <redi@gcc.gnu.org>
1541
1542 * docs/html/faq/index.html: Update text about location of headers.
1543 * docs/html/faq/index.txt: Regenerate.
1544
1545 2003-03-11 Carlo Wood <carlo@alinoe.com>
1546
1547 * include/bits/demangle.h: Prepend accessors of
1548 class qualifier with 'get_' in order to fix warnings
1549 when compiling with -Wshadow.
1550
1551 2003-03-11 Loren J. Rittle <ljrittle@acm.org>
1552
1553 * config/os/bsd/freebsd/ctype_inline.h: Support _M_table
1554 when so installed.
1555 * testsuite/22_locale/ctype/cons/char/1.cc: Fix typo.
1556
1557 * testsuite/testsuite_hooks.h (run_tests_wrapped_env): Do not
1558 report lack of setenv().
1559
1560 2003-03-09 Paolo Carlini <pcarlini@unitus.it>
1561
1562 * config/io/basic_file_stdio.cc: include <unistd.h>.
1563
1564 2003-03-09 Paolo Carlini <pcarlini@unitus.it>
1565 Nathan Myers <ncm@cantrip.org>
1566
1567 PR libstdc++/7744
1568 * config/io/basic_file_stdio.h (__basic_file<>::xsgetn, xsputn,
1569 seekoff, seekpos): Add a boolean parameter __stdio.
1570 * config/io/basic_file_stdio.cc (__basic_file<>::xsgetn, xsputn,
1571 seekoff, seekpos): If __stdio == true, use fread (fwrite, fseek/ftell,
1572 fseek/ftell, respectively), otherwise read (write, lseek, lseek,
1573 respectively).
1574 * include/bits/fstream.tcc (basic_filebuf<>::_M_convert_to_external,
1575 _M_really_overflow, seekoff): Use the boolean parameter in the calls.
1576 * include/std/std_fstream.h (sync): Likewise.
1577 * src/fstream.cc (basic_filebuf<>::_M_underflow_common): Likewise.
1578 * src/ios.cc (ios_base::Init::_S_ios_create(bool)): Revert
1579 libstdc++/8399 commit involving isatty(0).
1580 * acinclude.m4 (GLIBCPP_CHECK_UNISTD_DECL_AND_LINKAGE_1): Remove.
1581 (GLIBCPP_CHECK_UNISTD_SUPPORT): Remove
1582 * configure.in: Remove call.
1583 * aclocal.m4: Regenerate.
1584 * config.h.in: Regenerate.
1585 * configure: Regenerate.
1586 * testsuite/27_io/narrow_stream_objects.cc (test11): Add.
1587
1588 2003-03-09 Paolo Carlini <pcarlini@unitus.it>
1589
1590 PR libstdc++/9988
1591 * include/bits/fstream.tcc (overflow): don't write EOF to file.
1592 * testsuite/27_io/filebuf_virtuals.cc (test15): Add.
1593
1594 2003-03-08 Jerry Quinn <jlquinn@optonline.net>
1595
1596 PR libstdc++/9561
1597 * include/bits/basic_ios.h (_M_setstate): New.
1598 * include/bits/ostream.tcc (operator<<): Use it.
1599 * include/bits/istream.tcc (operator>>): Use it.
1600 * include/std/std_ostream.h (operator<<): Make friends.
1601 * include/std/std_istream.h (operator>>): Make friends.
1602 * testsuite/27_io/ostream_exception.cc,
1603 testsuite/27_io/istream_exception.cc: New tests.
1604
1605 2003-03-08 Benjamin Kosnik <bkoz@redhat.com>
1606
1607 * include/bits/locale_facets.tcc: Fix typo.
1608
1609 2003-03-08 Loren J. Rittle <ljrittle@acm.org>
1610
1611 * testsuite/26_numerics/c99_classification_macros_c.cc: Tweak test.
1612
1613 * config/locale/generic/c_locale.cc
1614 (locale::facet::_S_create_c_locale): Throw runtime exception when
1615 unsupported language is specified.
1616 * testsuite/testsuite_hooks.h
1617 (run_test_wrapped_generic_locale_exception_catcher): New function.
1618 * testsuite/testsuite_hooks.cc (run_tests_wrapped_locale):
1619 Suppress runtime exception thrown by generic implementation.
1620 (run_tests_wrapped_env): Likewise.
1621 (run_test_wrapped_generic_locale_exception_catcher): New function.
1622 * testsuite/22_locale/collate/compare/char/1.cc: New test wrap.
1623 * testsuite/22_locale/collate/compare/char/2.cc: New test wrap.
1624 * testsuite/22_locale/collate/compare/char/3.cc: New test wrap.
1625 * testsuite/22_locale/collate/hash/char/2.cc: New test wrap.
1626 * testsuite/22_locale/collate/transform/char/2.cc: New test wrap.
1627 * testsuite/22_locale/collate/transform/char/3.cc: New test wrap.
1628 * testsuite/22_locale/collate_byname/1.cc: New test wrap.
1629 * testsuite/22_locale/ctype/is/char/2.cc: New test wrap.
1630 * testsuite/22_locale/facet/2.cc: New test wrap.
1631 * testsuite/22_locale/locale/cons/4.cc: New test wrap.
1632 * testsuite/22_locale/locale/cons/5.cc: New test wrap.
1633 * testsuite/22_locale/locale/cons/7.cc: New test wrap.
1634 * testsuite/22_locale/messages/members/char/1.cc: New test wrap.
1635 * testsuite/22_locale/messages/members/char/2.cc: New test wrap.
1636 * testsuite/22_locale/messages/members/char/3.cc: New test wrap.
1637 * testsuite/22_locale/messages_byname/1.cc: New test wrap.
1638 * testsuite/22_locale/money_get/get/char/1.cc: New test wrap.
1639 * testsuite/22_locale/money_get/get/char/2.cc: New test wrap.
1640 * testsuite/22_locale/money_get/get/char/3.cc: New test wrap.
1641 * testsuite/22_locale/money_get/get/char/4.cc: New test wrap.
1642 * testsuite/22_locale/money_put/put/char/1.cc: New test wrap.
1643 * testsuite/22_locale/money_put/put/char/2.cc: New test wrap.
1644 * testsuite/22_locale/money_put/put/char/3.cc: New test wrap.
1645 * testsuite/22_locale/moneypunct/members/char/2.cc: New test wrap.
1646 * testsuite/22_locale/moneypunct_byname/1.cc: New test wrap.
1647 * testsuite/22_locale/num_get/get/char/1.cc: New test wrap.
1648 * testsuite/22_locale/num_get/get/char/2.cc: New test wrap.
1649 * testsuite/22_locale/num_get/get/char/3.cc: New test wrap.
1650 * testsuite/22_locale/num_get/get/char/5.cc: New test wrap.
1651 * testsuite/22_locale/num_get/get/char/6.cc: New test wrap.
1652 * testsuite/22_locale/num_put/put/char/1.cc: New test wrap.
1653 * testsuite/22_locale/num_put/put/char/2.cc: New test wrap.
1654 * testsuite/22_locale/num_put/put/char/3.cc: New test wrap.
1655 * testsuite/22_locale/num_put/put/char/5.cc: New test wrap.
1656 * testsuite/22_locale/numpunct/members/char/1.cc: New test wrap.
1657 * testsuite/22_locale/numpunct/members/char/2.cc: New test wrap.
1658 * testsuite/22_locale/numpunct_byname/1.cc: New test wrap.
1659 * testsuite/22_locale/numpunct_byname/2.cc: New test wrap.
1660 * testsuite/22_locale/time_get/date_order/char/1.cc: New test wrap.
1661 * testsuite/22_locale/time_get/get_date/char/1.cc: New test wrap.
1662 * testsuite/22_locale/time_get/get_date/char/2.cc: New test wrap.
1663 * testsuite/22_locale/time_get/get_monthname/char/1.cc: New test wrap.
1664 * testsuite/22_locale/time_get/get_monthname/char/2.cc: New test wrap.
1665 * testsuite/22_locale/time_get/get_time/char/1.cc: New test wrap.
1666 * testsuite/22_locale/time_get/get_time/char/2.cc: New test wrap.
1667 * testsuite/22_locale/time_get/get_weekday/char/1.cc: New test wrap.
1668 * testsuite/22_locale/time_get/get_weekday/char/2.cc: New test wrap.
1669 * testsuite/22_locale/time_get/get_year/char/1.cc: New test wrap.
1670 * testsuite/22_locale/time_put/put/char/1.cc: New test wrap.
1671 * testsuite/22_locale/time_put/put/char/2.cc: New test wrap.
1672 * testsuite/22_locale/time_put/put/char/3.cc: New test wrap.
1673 * testsuite/22_locale/time_put/put/char/4.cc: New test wrap.
1674 * testsuite/22_locale/time_put/put/char/5.cc: New test wrap.
1675 * testsuite/22_locale/time_put/put/char/6.cc: New test wrap.
1676 * testsuite/22_locale/time_put/put/char/7.cc: New test wrap.
1677 * testsuite/22_locale/time_put/put/char/8.cc: New test wrap.
1678 * testsuite/27_io/filebuf_virtuals.cc: New test wrap.
1679 * testsuite/27_io/ios_members.cc: New test wrap.
1680 * testsuite/27_io/ostream_inserter_arith.cc (test02): Make void.
1681 New test wrap.
1682 * testsuite/27_io/streambuf_members.cc: New test wrap.
1683 * testsuite/27_io/stringbuf_virtuals.cc: New test wrap.
1684
1685 2003-03-08 Paolo Carlini <pcarlini@unitus.it>
1686 Petur Runolfsson <peturr02@ru.is>
1687
1688 PR libstdc++/9424
1689 * include/bits/streambuf.tcc (__copy_streambufs): Use
1690 sgetn-sputn only when sputn cannot fail, otherwise fall back
1691 to safe snextc-sputc.
1692 * testsuite/27_io/streambuf_members.cc (test11, test12): Add.
1693
1694 2003-03-08 Jerry Quinn <jlquinn@optonline.net>
1695
1696 * include/bits/locale_facets.tcc (num_put::do_put(bool)): Use
1697 locale cache for truename and falsename.
1698
1699 2003-03-08 Jerry Quinn <jlquinn@optonline.net>
1700
1701 * src/ios.cc (ios_base::ios_base): Correct order of _M_word and
1702 _M_word_size initialization.
1703
1704 2003-03-07 Paolo Carlini <pcarlini@unitus.it>
1705
1706 * include/bits/fstream.tcc (_M_convert_to_external):
1707 Set __elen to zero if codecvt::out eventually fails.
1708
1709 2003-03-07 Paolo Carlini <pcarlini@unitus.it>
1710
1711 PR libstdc++/9182
1712 * include/bits/fstream.tcc (_M_really_overflow): Check
1713 for _M_convert_to_external possible failures.
1714 * include/std/std_fstream.h (sync): Check _M_really_overflow
1715 return value and return -1 in case of failure.
1716 * testsuite/27_io/filebuf_virtuals.cc (test13, test14): Add.
1717
1718 2003-03-07 Paolo Carlini <pcarlini@unitus.it>
1719
1720 PR libstdc++/9826
1721 * include/bits/istream.tcc (operator>>(_CharT*),
1722 operator>>(basic_string&), ws): Pass a char_type to __ctype.is.
1723 * testsuite/27_io/stringstream.cc (test02): Add.
1724
1725 * include/bits/istream.tcc (operator>>(_CharT*)):
1726 Assign a char_type to *__s.
1727
1728 2003-03-07 Petur Runolfsson <peturr02@ru.is>
1729
1730 PR libstdc++/9817
1731 * include/bits/locale_facets.tcc
1732 (collate::do_compare, collate::do_transform):
1733 Handle nul characters in input.
1734 * testsuite/22_locale/collate/compare/char/3.cc: New test.
1735 * testsuite/22_locale/collate/compare/wchar_t/3.cc: New test.
1736 * testsuite/22_locale/collate/transform/char/3.cc: New test.
1737 * testsuite/22_locale/collate/transform/wchar_t/3.cc: New test.
1738
1739 2003-03-07 Jerry Quinn <jlquinn@optonline.net>
1740
1741 * include/bits/streambuf_iterator.h (_M_put): Set _M_failed if
1742 sputn fails.
1743 * testsuite/27_io/ostream_fail.cc: New test.
1744
1745 2003-03-07 Matthias Klose <doko@debian.org>
1746
1747 * Makefile.am (AM_MAKEFLAGS): Also pass gxx_include_dir.
1748 FLAGS_TO_PASS: Set to AM_MAKEFLAGS
1749 * Makefile.in: Regenerate.
1750 * libsupc++/Makefile.am: Express glibcppinstalldir in terms
1751 of gxx_include_dir.
1752 AM_MAKEFLAGS: Pass gxx_include_dir.
1753 * libsupc++/Makefile.in: Regenerate.
1754
1755 2003-03-06 Jerry Quinn <jlquinn@optonline.net>
1756
1757 * testsuite/27_io/ios_base_storage.cc (test02): Set exception
1758 mask. Test setting small-numbered pword and iword slots. Test
1759 behavior at limit of numeric_limits::max. Check that values are
1760 still good after failures.
1761
1762 2003-03-06 Jerry Quinn <jlquinn@optonline.net>
1763
1764 * src/ios.cc (ios_base::_M_init): Remove _M_word_size.
1765 (ios_base::ios_base): Set _M_word, _M_word_size.
1766 (ios_base::~ios_base): Remove redundant test.
1767 * testsuite/27_io/ios_base_storage.cc (test03): New.
1768
1769 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
1770
1771 * src/strstream.cc, include/bits/basic_string.tcc: Remove
1772 incorrect whitespace added in my previous change.
1773
1774 2003-03-05 Carlo Wood <carlo@alinoe.com>
1775
1776 * include/bits/ios_base.h(ios_base::Init::_S_initialized()): Added
1777 _S_initialized() in order to allow debugging libraries to detect
1778 when the std streams are initialized from an overloaded operator
1779 new.
1780
1781 2003-03-05 Benjamin Kosnik <bkoz@redhat.com>
1782
1783 * libsupc++/demangle.h: Move to..
1784 * include/bits/demangle.h: ...here.
1785 * src/demangle.cc: Adjust include.
1786 * include/Makefile.am (bits_headers): Add.
1787 * include/Makefile.in: Regenerate.
1788
1789 2003-03-04 Benjamin Kosnik <bkoz@redhat.com>
1790
1791 * src/globals.cc: Clarify comments, remove c_locale_imp_compat.
1792
1793 * config/linker-map.gnu: Filter typeinfo and vtable info.
1794
1795 2003-03-04 Jerry Quinn <jlquinn@optonline.net>
1796
1797 * src/ios.cc (ios_base::_M_grow_words): Don't delete _M_word on
1798 new failure. Throw exception if badbit and exception mask when ix
1799 >= numeric_limits<int>::max().
1800
1801 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
1802
1803 * src/strstream.cc (strstreambuf::overflow): Make sure operands of
1804 min and max have the same type.
1805 * include/bits/basic_string.tcc (append, rfind, compare): Likewise.
1806
1807 2003-03-04 Benjamin Kosnik <bkoz@redhat.com>
1808
1809 * include/Makefile.am (allstamps): Remove stamp-std-precompile.
1810 * include/Makefile.in: Regenerate.
1811
1812 2003-03-03 Benjamin Kosnik <bkoz@redhat.com>
1813
1814 * testsuite/abi_check.cc (report_symbol_info): Add version info.
1815
1816 * config/linker-map.gnu: Hide more stuff.
1817 * include/Makefile.am: Cleanups.
1818 * include/Makefile.in: Regenerate.
1819
1820 2003-02-27 Jerry Quinn <jlquinn@optonline.net>
1821
1822 * config/locale/generic/messages_members.h (messages::messages):
1823 Remove name from unused parameter.
1824
1825 2003-02-27 Benjamin Kosnik <bkoz@redhat.com>
1826
1827 * src/Makefile.am (sources): Add demangle.cc.
1828 (demangle.o): Add.
1829 (demangle.lo): Add.
1830 * src/Makefile.in: Regenerate.
1831 * libsupc++/Makefile.am: Remove old __cxa_demangle bits.
1832 * libsupc++/Makefile.in: Regenerate.
1833
1834 * testsuite/testsuite_hooks.h
1835 (__gnu_cxx_test::verify_demangle): New.
1836 * testsuite/testsuite_hooks.cc: Define.
1837
1838 2003-02-27 Carlo Wood <carlo@alinoe.com>
1839
1840 * src/demangle.cc: New.
1841 * libsupc++/demangle.h: New.
1842
1843 2003-02-27 Benjamin Kosnik <bkoz@redhat.com>
1844 Carlo Wood <carlo@alinoe.com>
1845
1846 * testsuite/demangle/abi_examples/01.cc: New.
1847 * testsuite/demangle/abi_examples/02.cc: New.
1848 * testsuite/demangle/abi_examples/03.cc: New.
1849 * testsuite/demangle/abi_examples/04.cc: New.
1850 * testsuite/demangle/abi_examples/05.cc: New.
1851 * testsuite/demangle/abi_examples/06.cc: New.
1852 * testsuite/demangle/abi_examples/07.cc: New.
1853 * testsuite/demangle/abi_examples/08.cc: New.
1854 * testsuite/demangle/abi_examples/09.cc: New.
1855 * testsuite/demangle/abi_examples/10.cc: New.
1856 * testsuite/demangle/abi_examples/11.cc: New.
1857 * testsuite/demangle/abi_examples/12.cc: New.
1858 * testsuite/demangle/abi_examples/13.cc: New.
1859 * testsuite/demangle/abi_examples/14.cc: New.
1860 * testsuite/demangle/abi_examples/15.cc: New.
1861 * testsuite/demangle/abi_examples/16.cc: New.
1862 * testsuite/demangle/abi_examples/17.cc: New.
1863 * testsuite/demangle/abi_examples/18.cc: New.
1864 * testsuite/demangle/abi_examples/19.cc: New.
1865 * testsuite/demangle/abi_examples/20.cc: New.
1866 * testsuite/demangle/abi_examples/21.cc: New.
1867 * testsuite/demangle/abi_examples/22.cc: New.
1868 * testsuite/demangle/abi_examples/23.cc: New.
1869 * testsuite/demangle/abi_examples/24.cc: New.
1870 * testsuite/demangle/abi_examples/25.cc: New.
1871 * testsuite/demangle/abi_examples/26.cc: New.
1872 * testsuite/demangle/abi_text/01.cc: New.
1873 * testsuite/demangle/abi_text/02.cc: New.
1874 * testsuite/demangle/abi_text/03.cc: New.
1875 * testsuite/demangle/abi_text/04.cc: New.
1876 * testsuite/demangle/abi_text/05.cc: New.
1877 * testsuite/demangle/abi_text/06.cc: New.
1878 * testsuite/demangle/abi_text/07.cc: New.
1879 * testsuite/demangle/abi_text/08.cc: New.
1880 * testsuite/demangle/abi_text/09.cc: New.
1881 * testsuite/demangle/abi_text/10.cc: New.
1882 * testsuite/demangle/abi_text/11.cc: New.
1883 * testsuite/demangle/abi_text/12.cc: New.
1884 * testsuite/demangle/abi_text/13.cc: New.
1885 * testsuite/demangle/abi_text/14.cc: New.
1886 * testsuite/demangle/regression/3111-1.cc: New.
1887 * testsuite/demangle/regression/3111-2.cc: New.
1888 * testsuite/demangle/regression/7986-01.cc: New.
1889 * testsuite/demangle/regression/7986-02.cc: New.
1890 * testsuite/demangle/regression/7986-03.cc: New.
1891 * testsuite/demangle/regression/7986-04.cc: New.
1892 * testsuite/demangle/regression/7986-05.cc: New.
1893 * testsuite/demangle/regression/7986-06.cc: New.
1894 * testsuite/demangle/regression/7986-07.cc: New.
1895 * testsuite/demangle/regression/7986-08.cc: New.
1896 * testsuite/demangle/regression/7986-09.cc: New.
1897 * testsuite/demangle/regression/7986-10.cc: New.
1898 * testsuite/demangle/regression/7986-11.cc: New.
1899 * testsuite/demangle/regression/7986-12.cc: New.
1900 * testsuite/demangle/regression/7986.cc: New.
1901 * testsuite/demangle/regression/8897.cc: New.
1902 * testsuite/demangle/regression/cw-01.cc: New.
1903 * testsuite/demangle/regression/cw-02.cc: New.
1904 * testsuite/demangle/regression/cw-03.cc: New.
1905 * testsuite/demangle/regression/cw-04.cc: New.
1906 * testsuite/demangle/regression/cw-05.cc: New.
1907 * testsuite/demangle/regression/cw-06.cc: New.
1908 * testsuite/demangle/regression/cw-07.cc: New.
1909 * testsuite/demangle/regression/cw-08.cc: New.
1910 * testsuite/demangle/regression/cw-09.cc: New.
1911 * testsuite/demangle/regression/cw-10.cc: New.
1912 * testsuite/demangle/regression/cw-11.cc: New.
1913 * testsuite/demangle/regression/cw-12.cc: New.
1914 * testsuite/demangle/regression/cw-13.cc: New.
1915 * testsuite/demangle/regression/cw-14.cc: New.
1916 * testsuite/demangle/regression/old.cc: New.
1917
1918 2003-02-25 Phil Edwards <pme@gcc.gnu.org>
1919
1920 * docs/doxygen/Intro.3: Update with new (proper) names.
1921 * docs/doxygen/TODO: Update.
1922 * docs/doxygen/run_doxygen: More comments, fix up man pages.
1923 Fake entries for standard typedefs.
1924 * docs/doxygen/user.cfg.in: Turn INLINE_INHERITED_MEMB back on.
1925 * docs/html/documentation.html: Top-level man page is now called
1926 C++Intro.
1927 * include/std/std_limits.h: Doxygenate.
1928
1929 2003-02-25 Scott Snyder <snyder@fnal.gov>
1930
1931 PR libstdc++/9811
1932 * include/bits/stl_map.h (lower_bound, upper_bound, equal_range):
1933 Correct documentation.
1934 * include/bits/stl_multimap.h (lower_bound, upper_bound,
1935 equal_range): Likewise.
1936
1937 2003-02-24 Paolo Carlini <pcarlini@unitus.it>
1938
1939 PR libstdc++/9825
1940 * src/fstream.cc
1941 (basic_filebuf<char/wchar_t>::_M_underflow_common): When
1942 __bump is true (uflow), always increment the read pointer
1943 (_M_in_cur) before returning successfully.
1944 * testsuite/27_io/filebuf_virtuals.cc (test12): Add.
1945
1946 2003-02-24 Paolo Carlini <pcarlini@unitus.it>
1947 Nathan Myers <ncm@cantrip.org>
1948
1949 PR libstdc++/9404, PR libstdc++/9701 (partial)
1950 (aka pptr == epptr implies overflow)
1951 * include/bits/fstream.tcc (_M_allocate_internal_buffer):
1952 Consistently, _M_out_end points to the end of the buffer just
1953 created.
1954 (overflow): Tweak to use _M_out_buf_size().
1955 (_M_convert_to_external): The role of the old _M_out_end is
1956 now played by _M_out_lim.
1957 (_M_really_overflow): Likewise.
1958 (seekoff): Likewise.
1959 (setbuf): _M_out_end points to the end of the external buffer.
1960 * include/bits/sstream.tcc (overflow): Rewrote, taking into
1961 account the resolution of DR 169 (TC).
1962 (seekoff): Use _M_string.capacity(); ios_base::end is now _M_out_lim.
1963 (seekpos): Use _M_string.capacity(); tweak.
1964 * include/bits/streambuf.tcc (sputc, xsputn): Remove comments.
1965 * include/std/std_fstream.h (sync): The role of the old
1966 _M_out_end is now played by _M_out_lim.
1967 (_M_set_indeterminate): Use _M_set_determinate.
1968 (_M_set_determinate): _M_out_end is now _M_out_lim.
1969 (_M_is_indeterminate): Likewise.
1970 * include/std/std_sstream.h (str()): _M_out_end is now _M_out_lim.
1971 (_M_stringbuf_init): Don't set _M_buf_size, unused for sstreams,
1972 which have the information readily available as _M_string.capacity();
1973 for ate and app modes, pass the string size to _M_really_sync.
1974 (_M_really_sync): Consistently set _M_out_end and _M_out_lim, to
1975 point to the end of the buffer (i.e., epptr) and to the string end,
1976 respectively.
1977 * include/std/std_streambuf.h: tweak comments, add _M_out_lim,
1978 which points to the right limit of the used put area.
1979 (_M_out_cur_move): The role of the old _M_out_end is now played
1980 by _M_out_lim.
1981 (_M_out_buf_size): Simplify: now (when _M_out_cur) return simply
1982 _M_out_end - _M_out_cur (i.e., pptr), _very_ close to the letter
1983 of the standard.
1984 (basic_streambuf()): Initialize _M_out_lim too.
1985 * testsuite/27_io/filebuf_virtuals.cc (test10): Trivial tweak.
1986 * testsuite/27_io/filebuf_virtuals.cc (test11): Add.
1987 * testsuite/27_io/stringbuf_virtuals.cc (test09): Add.
1988
1989 2003-02-24 Benjamin Kosnik <bkoz@redhat.com>
1990
1991 * testsuite/27_io/ios_base_storage.cc (main): Call
1992 set_memory_limits.
1993
1994 2003-02-21 Jerry Quinn <jlquinn@optonline.net>
1995
1996 * include/bits/locale_facets.tcc (_M_convert_float): Replace
1997 numpunct facet accesses with data from __locale_cache.
1998
1999 2003-02-20 Phil Edwards <pme@gcc.gnu.org>
2000
2001 * docs/html/faq/index.html (3.9): New note, wchar_t on FreeBSD.
2002 * docs/html/faq/index.txt: Regenerate.
2003
2004 2003-02-20 Phil Edwards <pme@gcc.gnu.org>
2005
2006 * config/linker-map.gnu: Also export locking symbols needed for the
2007 generic atomicity.h case.
2008
2009 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
2010
2011 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
2012 config.status.
2013 * configure: Rebuilt.
2014
2015 2003-02-19 Paolo Carlini <pcarlini@unitus.it>
2016
2017 * include/bits/sstream.tcc (overflow): According to
2018 27.7.1.3, p5, actual output is performed by sputc(c).
2019
2020 2003-02-19 Phil Edwards <pme@gcc.gnu.org>
2021
2022 PR libstdc++/9582
2023 * include/bits/stl_alloc.h: Remove all traces of assert().
2024
2025 2003-02-18 Paolo Carlini <pcarlini@unitus.it>
2026
2027 * include/std/std_sstream.h (str()): the size of the
2028 current string may be different from the initial one
2029 whenever _M_out_end > _M_out_beg.
2030 * testsuite/27_io/stringbuf_members.cc (test07): Add.
2031
2032 2003-02-18 Paolo Carlini <pcarlini@unitus.it>
2033
2034 PR libstdc++/9582
2035 * include/bits/stl_alloc.h (__pool_alloc::allocate): Remove assert.
2036
2037 2003-02-17 Benjamin Kosnik <bkoz@redhat.com>
2038
2039 * include/bits/basic_ios.tcc (copyfmt): Copy locale data as well.
2040 * testsuite/27_io/ios_members.cc (test03): New.
2041
2042 2003-02-17 Jerry Quinn <jlquinn@optonline.net>
2043
2044 * include/bits/basic_ios.h (basic_ios::_M_cache_locale): Declare.
2045 (basic_ios::_M_cache_facets): Move into above.
2046 * include/bits/basic_ios.tcc (basic_ios::copyfmt): Rebuild locale
2047 cache.
2048 (basic_ios::imbue): Force locale cache to be built.
2049 (basic_ios::_M_init): Create and initialize locale cache.
2050 * include/bits/ios_base.h (__locale_cache_base): Declare.
2051 (ios_base::_M_locale_cache): New.
2052 (ios_base::_M_cache): Define.
2053 * include/bits/locale_facets.h: (__num_base): Fix comment. Add
2054 _S_end.
2055 (__locale_cache_base,__locale_cache<_CharT>): New classes.
2056 (__locale_cache<char>, __locale_cache<wchar_t>): New specializations.
2057 * include/bits/locale_facets.tcc (num_put::_M_convert_int): Use locale
2058 cache literal string, grouping flag, thousands separator.
2059 (__locale_cache<_CharT>::__locale_cache): New.
2060 (__locale_cache<_CharT>::_M_init): New.
2061 * src/ios.cc: Clear _M_locale_cache in constructor.
2062 * src/locale-inst.cc (__locale_cache<char>, __locale_cache<_char_t>):
2063 New.
2064
2065 2003-02-17 Paolo Carlini <pcarlini@unitus.it>
2066
2067 * src/locale-inst.cc: Do not include <cassert>.
2068 * src/locale.cc: Likewise.
2069
2070 2003-02-17 Paolo Carlini <pcarlini@unitus.it>
2071
2072 PR libstdc++/9580
2073 * include/std/std_fstream.h: Declare underflow and uflow
2074 specializations, change generic definitions to do nothing.
2075 * src/fstream.cc: Add underflow and uflow specializations.
2076
2077 2003-02-17 Paolo Carlini <pcarlini@unitus.it>
2078
2079 PR libstdc++/9169
2080 * include/bits/fstream.tcc (_M_convert_to_external):
2081 Deal correctly with noconv, as prescribed by 27.8.1.4,p8.
2082 * testsuite/27_io/filebuf_virtuals.cc (test10): Add.
2083
2084 2003-02-13 Benjamin Kosnik <bkoz@redhat.com>
2085
2086 * include/bits/c++config (_GLIBCPP_EXTERN_TEMPLATE): Define.
2087 * include/bits/basic_ios.tcc: Guard use of extern template.
2088 * include/std/std_iomanip.h: Same.
2089 * include/bits/streambuf.tcc: Same.
2090 * include/bits/stl_alloc.h: Same.
2091 * include/bits/locale_facets.tcc: Same.
2092 * include/bits/ostream.tcc: Same.
2093 * include/bits/istream.tcc: Same.
2094 * include/bits/fstream.tcc: Same.
2095 * include/bits/basic_string.tcc: Same.
2096
2097 2003-02-13 Paolo Carlini <pcarlini@unitus.it>
2098
2099 * include/bits/ostream.tcc (sentry::sentry): Improve
2100 performance-wise the fix for libstdc++/9563.
2101
2102 2003-02-12 Phil Edwards <pme@gcc.gnu.org>
2103
2104 * config/cpu/generic/atomicity.h (_Atomic_add_mutex): Fix declaration.
2105 (_GLIBCPP_NEED_GENERIC_MUTEX): Define for this file.
2106 (_Atomic_add_mutex_once, __gthread_atomic_add_mutex_once): Declare
2107 when we don't have static mutex initialization.
2108 (__exchange_and_add): Use _Atomic_add_mutex_once.
2109 * src/misc-inst.cc: Definitions of all the above.
2110
2111 2003-02-12 Paolo Carlini <pcarlini@unitus.it>
2112
2113 PR libstdc++/9563
2114 * include/bits/ostream.tcc (sentry::sentry): Check
2115 the state of the stream after the preparation.
2116 * testsuite/27_io/ostream_sentry.cc (test02): Add.
2117
2118 2003-02-11 Benjamin Kosnik <bkoz@redhat.com>
2119
2120 * include/Makefile.am (stamp-std-precompile): Add rule.
2121 * include/Makefile.in: Regenerated.
2122
2123 2003-02-11 Jerry Quinn <jlquinn@optonline.net>
2124 Benjamin Kosnik <benjamin@redhat.com>
2125
2126 * include/bits/locale_facets.h (__num_base): Add _S_atoms_out.
2127 Add indexes into this array.
2128 (__num_base::_S_atoms): To _S_atoms_in.
2129 (num_put::_M_insert): Rename to _M_pad.
2130 (num_put::_M_convert_int): Adjust remove __mod, __modl arguments.
2131 (num_put::_M_widen_int): Rename to _M_group_int.
2132 (num_put::_M_widen_float): Rename to _M_group_float.
2133 * include/bits/locale_facets.tcc (__int_to_char): New inline
2134 function and adapter functions.
2135 (num_put::_M_group_int): Streamline.
2136 (num_put::_M_group_float): Streamline.
2137 (num_put::_M_convert_int): Remove unused parameter names. Choose
2138 large enough buffer for text. Use __int_to_char instead of
2139 __convert_from_v. Formatted text is now at the end of the buffer.
2140 (num_put::_M_convert_float): Preliminary fixups.
2141 * src/locale-inst.cc (__convert_from_v<long long>): Add ifdef.
2142 (__int_to_char<unsigned long long>): Same.
2143 (__int_to_char<char, unsigned long>): New.
2144 (__int_to_char<char, unsigned long long>): New.
2145 (__int_to_char<wchar_t, unsigned long>): New.
2146 (__int_to_char<wchar_t, unsigned long long>): New.
2147
2148 2003-02-11 Scott Snyder <snyder@fnal.gov>
2149
2150 PR libstdc++/9659
2151 * include/bits/fstream.tcc (seekoff): Avoid operator+
2152 for pos_type.
2153
2154 2003-02-11 Paolo Carlini <pcarlini@unitus.it>
2155
2156 PR libstdc++/9320
2157 * include/ext/stdio_filebuf.h
2158 (stdio_filebuf(int, std::ios_base::openmode, bool, int_type),
2159 stdio_filebuf(std::__c_file*, std::ios_base::openmode, int_type)):
2160 Change to take a __size parameter of type size_t, not
2161 of type (template parameter dependent) int_type.
2162 * src/ios.cc (ios_base::Init::_S_ios_create): Change type of
2163 size vars to size_t.
2164 * testsuite/ext/stdio_filebuf.cc: Add.
2165
2166 2003-02-11 Paolo Carlini <pcarlini@unitus.it>
2167 Petur Runolfsson <peturr02@ru.is>
2168
2169 PR libstdc++/9318
2170 * include/bits/streambuf.tcc (__copy_streambufs):
2171 Don't conditionalize the copy to __testput.
2172 * testsuite/27_io/streambuf_members.cc (test09, test10): Add.
2173
2174 2002-02-11 DJ Delorie <dj@redhat.com>
2175
2176 * acinclude.m4: Check for native targets that can't link at
2177 this point in the build.
2178 * aclocal.m4: Regenerate.
2179 * configure: Regenerate.
2180
2181 2003-02-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2182
2183 * hppa/atomicity.h (__Atomicity_lock<__inst>::_S_atomicity_lock):
2184 Correct alignment.
2185 (__exchange_and_add, __atomic_add): Use PA 2.0 ordered store to reset
2186 lock.
2187
2188 2003-02-07 Paolo Carlini <pcarlini@unitus.it>
2189
2190 * testsuite/27_io/filebuf_virtuals.cc (test08): Fix for
2191 unsigned char platforms.
2192
2193 2003-02-06 Paolo Carlini <pcarlini@unitus.it>
2194
2195 PR libstdc++/9562
2196 * include/std/std_istream.h
2197 (basic_istream::sentry::operator bool()): Make const.
2198 * include/std/std_ostream.h
2199 (basic_ostream::sentry::operator bool()): Likewise.
2200 * testsuite/27_io/istream_sentry.cc (test03): Add.
2201 * testsuite/27_io/ostream_sentry.cc: Add.
2202
2203 2003-02-06 Paolo Carlini <pcarlini@unitus.it>
2204
2205 PR libstdc++/9548
2206 Implement resolution of DR 231 (Ready)
2207 * include/bits/locale_facets.h (__num_base::_S_format_float):
2208 Change declaration: return void, remove __prec parameter.
2209 * src/locale.cc (__num_base::_S_format_float): Implement
2210 resolution of DR 231.
2211 * include/bits/locale_facets.tcc (num_put::_M_convert_float):
2212 Tweak uses. Check for negative precision.
2213 * testsuite/22_locale/num_put/put/char/6.cc: Add
2214 * testsuite/22_locale/num_put/put/wchar_t/6.cc: Likewise.
2215
2216 2003-02-06 Peter Soetens <peter.soetens@mech.kuleuven.ac.be>
2217
2218 * config/io/basic_file_libio.h: Fixups.
2219 * config/io/c_io_libio.h: Same.
2220 * libio/Makefile.am: Same.
2221 * libio/Makefile.in: Regenerated.
2222
2223 2003-02-06 Benjamin Kosnik <bkoz@redhat.com>
2224
2225 * testsuite/22_locale/codecvt/encoding/wchar_t/1.cc (test01):
2226 Explicitly use the "C" locale.
2227 * testsuite/22_locale/codecvt/max_length/wchar_t/1.cc (test01): Same.
2228
2229 2003-02-06 Petur Runolfsson <peturr02@ru.is>
2230
2231 DR 75
2232 DR 305
2233 PR libstdc++/9028 (partial)
2234 PR libstdc++/9224
2235 PR libstdc++/9246
2236 PR libstdc++/9247
2237
2238 * src/codecvt.cc
2239 (codecvt<wchar_t, char, mbstate_t>::do_encoding,
2240 codecvt<wchar_t, char, mbstate_t>::do_length,
2241 codecvt<wchar_t, char, mbstate_t>::do_max_length):
2242 Move...
2243 * config/locale/generic/codecvt_members.cc: ...here.
2244 * config/locale/gnu/codecvt_members.cc: ...and here.
2245
2246 * config/locale/generic/codecvt_members.cc,
2247 * config/locale/gnu/codecvt_members.cc
2248 (codecvt<wchar_t, char, mbstate_t>::do_encoding
2249 codecvt<wchar_t, char, mbstate_t>::do_in,
2250 codecvt<wchar_t, char, mbstate_t>::do_length,
2251 codecvt<wchar_t, char, mbstate_t>::do_max_length,
2252 codecvt<wchar_t, char, mbstate_t>::do_out):
2253 New implementation that handles stateless encodings,
2254 including UTF-8.
2255
2256 * config/locale/generic/codecvt_members.cc,
2257 * config/locale/gnu/codecvt_members.cc,
2258 * config/locale/ieee_1003.1-2001/codecvt_specializations.h,
2259 * include/bits/codecvt.h,
2260 * src/codecvt.cc
2261 (codecvt::length, codecvt::do_length):
2262 Change type of first argument of length and do_length from
2263 'const state_type&' to 'state_type&' according to DR 75.
2264
2265 * testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc: Cleanup.
2266 * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: New test.
2267 * testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: New test.
2268 * testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: New test.
2269 * testsuite/22_locale/codecvt/encoding/wchar_t/1.cc:
2270 Cleanup and check for correct return value from encoding
2271 for "C" locale.
2272 * testsuite/22_locale/codecvt/encoding/wchar_t/2.cc: New test.
2273 * testsuite/22_locale/codecvt/encoding/wchar_t/3.cc: New test.
2274 * testsuite/22_locale/codecvt/encoding/wchar_t/4.cc: New test.
2275 * testsuite/22_locale/codecvt/in/wchar_t/1.cc: Cleanup.
2276 * testsuite/22_locale/codecvt/in/wchar_t/2.cc: New test.
2277 * testsuite/22_locale/codecvt/in/wchar_t/3.cc: New test.
2278 * testsuite/22_locale/codecvt/in/wchar_t/4.cc: New test.
2279 * testsuite/22_locale/codecvt/in/wchar_t/5.cc: New test.
2280 * testsuite/22_locale/codecvt/in/wchar_t/6.cc: New test.
2281 * testsuite/22_locale/codecvt/in/wchar_t/7.cc: New test.
2282 * testsuite/22_locale/codecvt/in/wchar_t/8.cc: New test.
2283 * testsuite/22_locale/codecvt/in/wchar_t/9.cc: New test.
2284 * testsuite/22_locale/codecvt/length/char/1.cc: Cleanup.
2285 * testsuite/22_locale/codecvt/length/char/2.cc: New test.
2286 * testsuite/22_locale/codecvt/length/wchar_t/1.cc: Cleanup.
2287 * testsuite/22_locale/codecvt/length/wchar_t/2.cc: New test.
2288 * testsuite/22_locale/codecvt/length/wchar_t/3.cc: New test.
2289 * testsuite/22_locale/codecvt/length/wchar_t/4.cc: New test.
2290 * testsuite/22_locale/codecvt/length/wchar_t/5.cc: New test.
2291 * testsuite/22_locale/codecvt/length/wchar_t/6.cc: New test.
2292 * testsuite/22_locale/codecvt/length/wchar_t/7.cc: New test.
2293 * testsuite/22_locale/codecvt/max_length/wchar_t/1.cc: Cleanup.
2294 * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: New test.
2295 * testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: New test.
2296 * testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: New test.
2297 * testsuite/22_locale/codecvt/out/wchar_t/1.cc: Cleanup.
2298 * testsuite/22_locale/codecvt/out/wchar_t/2.cc: New test.
2299 * testsuite/22_locale/codecvt/out/wchar_t/3.cc: New test.
2300 * testsuite/22_locale/codecvt/out/wchar_t/4.cc: New test.
2301 * testsuite/22_locale/codecvt/out/wchar_t/5.cc: New test.
2302 * testsuite/22_locale/codecvt/out/wchar_t/6.cc: New test.
2303 * testsuite/22_locale/codecvt/out/wchar_t/7.cc: New test.
2304 * testsuite/22_locale/codecvt/unicode/1.cc: New test.
2305 * testsuite/22_locale/codecvt/unshift/wchar_t/1.cc: Cleanup.
2306 * testsuite/22_locale/codecvt/unshift/wchar_t/2.cc: New test.
2307 * testsuite/22_locale/codecvt/unshift/wchar_t/3.cc: New test.
2308 * testsuite/22_locale/codecvt/unshfit/wchar_t/4.cc: New test.
2309
2310 2003-02-05 Benjamin Kosnik <bkoz@redhat.com>
2311
2312 * include/bits/locale_facets.tcc (time_put::do_put): Use __write.
2313 (money_put::do_put): Same.
2314
2315 2003-02-05 Jerry Quinn <jlquinn@optonline.net>
2316
2317 * include/bits/ios_base.h (ios_base): Document reserved storage.
2318
2319 * include/bits/locale_facets.h: (struct __pad): Comment on
2320 implementation.
2321 (__verify_grouping): Same.
2322 (__add_grouping): Same.
2323 * include/bits/locale_facets.tcc (__verify_grouping): Move
2324 comments to declaration.
2325 (__add_grouping): Same.
2326
2327 * include/bits/locale_facets.tcc:
2328 (__write<_CharT, _OutIter>): New function.
2329 (__write<_CharT>): New function specialization.
2330 (num_put::_M_insert): Remove explicit loop over iterator. Use
2331 __write.
2332 (num_put::_M_widen_float): Remove __basefield.
2333 (num_put::_M_widen_int): Move __basefield to within grouping block.
2334
2335 * include/bits/streambuf_iterator.h: Include <streambuf>.
2336 (ostreambuf_iterator::_M_put): Add.
2337
2338 2003-02-05 Paolo Carlini <pcarlini@unitus.it>
2339
2340 * testsuite/26_numerics/valarray_name_lookup.cc: Fix typo.
2341
2342 2003-02-04 Nathan Myers <ncm@cantrip.org>
2343
2344 * testsuite/25_algorithms/min_max.cc (test02): Add.
2345
2346 2003-02-04 Paolo Carlini <pcarlini@unitus.it>
2347
2348 PR libstdc++/9439, PR libstdc++/9425
2349 * config/io/basic_file_stdio.cc
2350 (__basic_file<char>::seekoff, seekpos): Return -1L if
2351 fseek fails.
2352 * include/bits/fstream.tcc (basic_filebuf::seekoff):
2353 Check _M_file.seekoff return value; always return
2354 pos_type(off_type(-1)) in case of failure.
2355 (basic_filebuf::pbackfail): Check this->seekoff return
2356 value and return traits_type::eof() in case of failure.
2357 * testsuite/27_io/filebuf_virtuals.cc (test09): Add.
2358
2359 2003-02-04 Jerry Quinn <jlquinn@optonline.net>
2360
2361 * include/std/std_ostream.h (ostream::_M_write): Declare.
2362 * ostream.tcc (ostream::_M_write): Define.
2363 (basic_ostream::write): Use it.
2364 (operator<<(basic_ostream, _CharT)): Ditto.
2365 (operator<<(basic_ostream, char)): Ditto.
2366 (operator<<(basic_ostream, _CharT*)): Ditto.
2367 (operator<<(basic_ostream, char*)): Ditto.
2368 (operator<<(basic_ostream, basic_string)): Ditto.
2369
2370 2003-02-04 Benjamin Kosnik <bkoz@redhat.com>
2371
2372 * testsuite/26_numerics/valarray_name_lookup.cc: Fix.
2373
2374 2002-02-04 Jonathan Wakely <redi@gcc.gnu.org>
2375
2376 * docs/html/27_io/howto.html: Link to Dietmar Kuehl's IOStream page,
2377 add HTML comment about updating links if numbering changes.
2378
2379 2003-02-04 Paolo Carlini <pcarlini@unitus.it>
2380
2381 PR libstdc++/9538
2382 * include/bits/streambuf.tcc (sputbackc): Access
2383 this->gptr()[-1] only if _M_in_beg < _M_in_cur.
2384 * testsuite/27_io/filebuf_virtuals.cc (test08): Add.
2385
2386 2003-02-04 Paolo Carlini <pcarlini@unitus.it>
2387
2388 PR libstdc++/9507
2389 * include/bits/fstream.tcc (open): If the 'ate' repositioning
2390 operation fails, calls close _and_ returns a null pointer
2391 to indicate failure (27.8.1.3,4).
2392 * testsuite/27_io/filebuf_members.cc (test_06): Add.
2393
2394 2003-02-04 Petur Runolfsson <peturr02@ru.is>
2395
2396 * testsuite/27_io/filebuf_members.cc (test_04): Remove exit(0).
2397
2398 2002-02-04 Jonathan Wakely <redi@gcc.gnu.org>
2399
2400 * docs/html/27_io/howto.html: New section on stdio_filebuf.
2401 * docs/html/ext/howto.html: Move stdio_filebuf notes to 27_io.
2402 * docs/html/documentation.html: Regenerate.
2403
2404 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
2405
2406 * docs/html/17_intro/porting.texi: Update to GFDL 1.2.
2407 * docs/html/17_intro/porting.html: Regenerate.
2408
2409 2003-02-03 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
2410 Phil Edwards <pme@gcc.gnu.org>
2411
2412 * include/std/std_bitset.h: Replace CHAR_BIT with __CHAR_BIT__, use
2413 numeric_limits for bits-per-word values.
2414 (_Base_bitset::_M_do_count, _Base_bitset<1>::_M_do_count):
2415 Use __builtin_popcountl instead.
2416 (_Base_bitset::_M_do_find_first, _Base_bitset::_M_do_find_next,
2417 _Base_bitset<1>::_M_do_find_first, _Base_bitset<1>::_M_do_find_next):
2418 Use __builtin_ctzl instead.
2419 (_S_bit_count, _S_first_one): Remove.
2420 * config/linker-map.gnu (GLIBCPP_3.4): Remove std::_S_bit_count.
2421 * src/Makefile.am (sources): Remove bitset.cc.
2422 * src/bitset.cc: Delete file.
2423 * src/Makefile.in: Regenerate.
2424
2425 2003-02-03 Phil Edwards <pme@gcc.gnu.org>
2426
2427 PR libstdc++/9527, PR libstdc++/8713
2428 * docs/html/install.html: Mention glibc version requirement.
2429 * docs/html/faq/index.html (3.8): New note, glibc 2.2.5+ is needed
2430 with 3.2.1+ (formatting bugfixes).
2431 * docs/html/faq/index.txt: Regenerate.
2432
2433 2003-02-03 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2434
2435 PR libstdc++/9234
2436 * include/bits/valarray_before.h (_UnBase::operator[]): Apply unary
2437 operator.
2438
2439 * include/bits/valarray_before.h (__not_equal_to): Use != instead
2440 of ==.
2441
2442 * testsuite/26_numerics/valarray_operators.cc: New test.
2443
2444 2003-02-01 Phil Edwards <pme@gcc.gnu.org>
2445
2446 * docs/html/faq/index.html: Correct link to libg++ information.
2447 * docs/html/faq/index.txt: Regenerated.
2448
2449 2003-02-01 Paolo Carlini <pcarlini@unitus.it>
2450 Benjamin Kosnik <bkoz@redhat.com>
2451
2452 Const correctness issue:
2453 http://gcc.gnu.org/ml/libstdc++/2003-01/msg00370.html
2454 * include/bits/locale_classes.h
2455 (locale::_Impl::_M_facets): Change type to const facet**.
2456 (locale::_Impl::_M_install_facet): Change declaration to
2457 take const facet*.
2458 (locale::facet::_M_references): Make mutable.
2459 (locale::facet::_M_add_reference): Declare const.
2460 (locale::facet::_M_remove_reference): Likewise.
2461 * include/bits/locale_facets.tcc
2462 (use_facet(const locale&)): Tweak for const facet** _M_facets.
2463 (has_facet(const locale&)): Likewise.
2464 * src/locale.cc
2465 (locale::facet::_M_add_reference): Adjust definition.
2466 (locale::facet::_M_remove_reference): Likewise.
2467 * src/localename.cc
2468 (locale::_Impl::_Impl(const _Impl&, size_t)): Tweak for
2469 const facet** _M_facets.
2470 (locale::_Impl::_Impl(const char*, size_t)): Likewise.
2471 (locale::_Impl::_Impl(facet**, size_t, bool)): Likewise.
2472 (locale::_Impl::_M_install_facet): Adjust definition to take
2473 const facet* and for const facet** _M_facets.
2474 * testsuite/22_locale/locale/cons/8.cc: Add.
2475
2476 2003-01-29 Mark Mitchell <mark@codesourcery.com>
2477
2478 * include/std/std_limits.h (numeric_limits<float>::has_infinity):
2479 Use __FLT_HAS_INIFINITY__ to initialize.
2480 (numeric_limits<float>::has_quiet_NaN): Likewise.
2481 (numeric_limits<double>::has_infinity): Use __DBL_HAS_INIFINITY__
2482 to initialize.
2483 (numeric_limits<double>::has_quiet_NaN): Likewise.
2484 (numeric_limits<long double>::has_infinity): Use
2485 __LDBL_HAS_INIFINITY__ to initialize.
2486 (numeric_limits<long_double>::has_quiet_NaN): Likewise.
2487
2488 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
2489
2490 PR c++/9433
2491 * libsupc++/tinfo.cc (__vmi_class_type_info::__do_dyncast): Cope
2492 with bases which are very ambiguous.
2493
2494 2003-01-28 Danny Smith <dannysmith@users.sourceforge.net>
2495
2496 * src/Makefile.am (CONFIG_CXXFLAGS): Reverse order of
2497 @EXTRA_CXX_FLAGS@ @SECTION_FLAGS@.
2498 * libsupc++/Makefile.am (CONFIG_CXXFLAGS): Likewise.
2499 * src/Makefile.in: Regenerate.
2500 * libsupc++/Makefile.in: Regenerate.
2501
2502 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
2503
2504 * acinclude.m4 (glibcpp_toolexeclibdir): Instead of
2505 $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
2506 version_specific_libs is enabled.
2507 * aclocal.m4, configure: Rebuilt.
2508
2509 2003-01-24 Nathan Sidwell <nathan@codesourcery.com>
2510
2511 * include/bits/valarray_meta.h: Remove, split into ...
2512 * include/bits/valarray_before.h: ... this, and ...
2513 * include/bits/valarray_after.h: ... this.
2514 * include/std/std_valarray.h: Adjust.
2515 * include/Makefile.am (bits_headers): Adjust.
2516 * include/Makefile.in: Regenerate.
2517
2518 2003-01-24 Andreas Schwab <schwab@suse.de>
2519
2520 * config/linker-map.gnu: Fix for size_t variance.
2521
2522 2003-01-23 Petur Runolfsson <peturr02@ru.is>
2523
2524 PR libstdc++/9322
2525 * include/std/std_streambuf.h
2526 (basic_streambuf::basic_streambuf,
2527 basic_streambuf::~basic_streambuf,
2528 basic_streambuf::getloc, basic_streambuf::imbue):
2529 Remove _M_buf_locale_init
2530 * include/bits/fstream.tcc (basic_filebuf::imbue): Likewise
2531 * testsuite/27_io/filebuf_virtuals.cc (test08): Add.
2532 * testsuite/27_io/streambuf_members.cc (test08): Add.
2533 * testsuite/27_io/stringbuf_virtuals.cc (test08): Add.
2534
2535 2003-01-23 Benjamin Kosnik <bkoz@redhat.com>
2536
2537 Revert include ordering.
2538 * config/locale/generic/c_locale.h: Add include guards.
2539 * config/locale/gnu/c_locale.h: Same.
2540 * include/bits/locale_classes.h: Remove cctype include.
2541 * include/std/std_iosfwd.h: Add c++locale.h, cctype includes.
2542 * include/std/std_fstream.h: Remove streambuf include.
2543 * include/std/std_sstream.h: Remove streambuf include.
2544
2545 2003-01-23 Benjamin Kosnik <bkoz@redhat.com>
2546
2547 * configure.in (libtool_VERSION): To 6:0:0.
2548 * configure: Regenerated.
2549 * config/linker-map.gnu: Clean.
2550
2551 * src/misc-inst.cc: Remove instantiations.
2552
2553 * include/bits/stl_alloc.h (__malloc_alloc_template):
2554 To __malloc_alloc.
2555 (__default_alloc_template): To __pool_alloc.
2556 * src/stl-inst.cc: Same.
2557 * include/backward/alloc.h: Update.
2558 * testsuite/ext/allocators.cc: Update.
2559
2560 * src/globals.cc (__gnu_cxx): Remove _GLIBCPP_ASM_SYMVER. Should
2561 really try to remove these if possible.
2562 * src/locale.cc (std): Same.
2563
2564 * testsuite/abi_check.cc (check_version): Add.
2565
2566 2003-01-22 Benjamin Kosnik <bkoz@redhat.com>
2567 Sysoltsev Slawa <Vyatcheslav.Sysoltsev@intel.com>
2568 Mark Mitchell <mark@codesourcery.com>
2569
2570 PR libstdc++/9269
2571 * include/std/std_fstream.h (basic_filebuf::uflow): Declare.
2572 (basic_filebuf::underflow): Declare.
2573 Move definitions.
2574
2575 2003-01-22 Benjamin Kosnik <bkoz@redhat.com>
2576
2577 * include/bits/locale_facets.h: Move non-facet classes requiring
2578 <string> to...
2579 * include/bits/locale_classes.h: New.
2580 * include/bits/Makefile.am (bits_headers_src): Add locale_classes.h.
2581 * include/bits/Makefile.in: Regenerate.
2582
2583 * include/bits/locale_facets.tcc (__convert_from_v): Move to...
2584 * config/locale/gnu/c_locale.h: ...here.
2585 * config/locale/generic/c_locale.h: Same.
2586
2587 * include/bits/locale_facets.tcc: Move declarations to...
2588 * include/bits/locale_facets.h: ...here.
2589 * include/bits/basic_ios.h: Tweak includes accordingly.
2590 * include/std/std_sstream.h: Add streambuf include.
2591 * include/std/std_fstream.h: Ditto.
2592 * include/std/std_locale.h: Add locale_classes.h include.
2593 * include/std/std_iosfwd.h: Tweak.
2594 * src/concept-inst.cc: Add iterator include.
2595
2596 * config/linker-map.gnu: Specify __cxa functions, mark __cxa_dyn_*
2597 bits as unexported in the future.
2598
2599 2003-01-21 Benjamin Kosnik <bkoz@redhat.com>
2600
2601 Reshuffle 22_locale testsuite.
2602 * 22_locale/(codecvt.cc money_get.cc
2603 codecvt_members_char_char.cc money_get_members_char.cc
2604 codecvt_members_unicode_char.cc money_get_members_wchar_t.cc
2605 codecvt_members_unicode_wchar_t.cc moneypunct_byname.cc
2606 codecvt_members_wchar_t_char.cc moneypunct.cc collate_byname.cc
2607 moneypunct_members_char.cc collate.cc moneypunct_members_wchar_t.cc
2608 collate_members_char.cc money_put.cc collate_members_wchar_t.cc
2609 money_put_members_char.cc ctor_copy_dtor.cc
2610 money_put_members_wchar_t.cc ctype.cc num_get.cc ctype_is_char.cc
2611 num_get_members_char.cc ctype_is_wchar_t.cc num_get_members_wchar_t.cc
2612 ctype_members_char.cc numpunct_byname.cc ctype_members_wchar_t.cc
2613 numpunct.cc ctype_narrow_char.cc numpunct_members_char.cc
2614 ctype_narrow_wchar_t.cc numpunct_members_wchar_t.cc ctype_scan_char.cc
2615 num_put.cc ctype_scan_wchar_t.cc num_put_members_char.cc
2616 ctype_to_char.cc num_put_members_wchar_t.cc ctype_to_wchar_t.cc
2617 operators.cc ctype_widen_char.cc static_members.cc
2618 ctype_widen_wchar_t.cc time_get.cc facet.cc time_get_members_char.cc
2619 global_templates.cc time_get_members_wchar_t.cc, members.cc,
2620 time_put.cc, messages_byname.cc, time_put_members_char.cc,
2621 messages.cc, time_put_members_wchar_t.cc, messages_members_char.cc):
2622 Split up into individual test cases...
2623 * 22_locale/codecvt/1.cc: New.
2624 * 22_locale/codecvt/2.cc: New.
2625 * 22_locale/codecvt/always_noconv/char/1.cc: New.
2626 * 22_locale/codecvt/always_noconv/char/wrapped_env.cc: New.
2627 * 22_locale/codecvt/always_noconv/char/wrapped_locale.cc: New.
2628 * 22_locale/codecvt/always_noconv/wchar_t/1.cc: New.
2629 * 22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc: New.
2630 * 22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc: New.
2631 * 22_locale/codecvt/encoding/char/1.cc: New.
2632 * 22_locale/codecvt/encoding/char/wrapped_env.cc: New.
2633 * 22_locale/codecvt/encoding/char/wrapped_locale.cc: New.
2634 * 22_locale/codecvt/encoding/wchar_t/1.cc: New.
2635 * 22_locale/codecvt/encoding/wchar_t/wrapped_env.cc: New.
2636 * 22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc: New.
2637 * 22_locale/codecvt/in/char/1.cc: New.
2638 * 22_locale/codecvt/in/char/wrapped_env.cc: New.
2639 * 22_locale/codecvt/in/char/wrapped_locale.cc: New.
2640 * 22_locale/codecvt/in/wchar_t/1.cc: New.
2641 * 22_locale/codecvt/in/wchar_t/wrapped_env.cc: New.
2642 * 22_locale/codecvt/in/wchar_t/wrapped_locale.cc: New.
2643 * 22_locale/codecvt/length/char/1.cc: New.
2644 * 22_locale/codecvt/length/char/wrapped_env.cc: New.
2645 * 22_locale/codecvt/length/char/wrapped_locale.cc: New.
2646 * 22_locale/codecvt/length/wchar_t/1.cc: New.
2647 * 22_locale/codecvt/length/wchar_t/wrapped_env.cc: New.
2648 * 22_locale/codecvt/length/wchar_t/wrapped_locale.cc: New.
2649 * 22_locale/codecvt/max_length/char/1.cc: New.
2650 * 22_locale/codecvt/max_length/char/wrapped_env.cc: New.
2651 * 22_locale/codecvt/max_length/char/wrapped_locale.cc: New.
2652 * 22_locale/codecvt/max_length/wchar_t/1.cc: New.
2653 * 22_locale/codecvt/max_length/wchar_t/wrapped_env.cc: New.
2654 * 22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc: New.
2655 * 22_locale/codecvt/out/char/1.cc: New.
2656 * 22_locale/codecvt/out/char/wrapped_env.cc: New.
2657 * 22_locale/codecvt/out/char/wrapped_locale.cc: New.
2658 * 22_locale/codecvt/out/wchar_t/1.cc: New.
2659 * 22_locale/codecvt/out/wchar_t/wrapped_env.cc: New.
2660 * 22_locale/codecvt/out/wchar_t/wrapped_locale.cc: New.
2661 * 22_locale/codecvt/unicode/char.cc: New.
2662 * 22_locale/codecvt/unicode/wchar_t.cc: New.
2663 * 22_locale/codecvt/unshift/char/1.cc: New.
2664 * 22_locale/codecvt/unshift/char/wrapped_env.cc: New.
2665 * 22_locale/codecvt/unshift/char/wrapped_locale.cc: New.
2666 * 22_locale/codecvt/unshift/wchar_t/1.cc: New.
2667 * 22_locale/codecvt/unshift/wchar_t/wrapped_env.cc: New.
2668 * 22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc: New.
2669 * 22_locale/collate/1.cc: New.
2670 * 22_locale/collate/2.cc: New.
2671 * 22_locale/collate/compare/char/1.cc: New.
2672 * 22_locale/collate/compare/char/2.cc: New.
2673 * 22_locale/collate/compare/char/wrapped_env.cc: New.
2674 * 22_locale/collate/compare/char/wrapped_locale.cc: New.
2675 * 22_locale/collate/compare/wchar_t/1.cc: New.
2676 * 22_locale/collate/compare/wchar_t/2.cc: New.
2677 * 22_locale/collate/compare/wchar_t/wrapped_env.cc: New.
2678 * 22_locale/collate/compare/wchar_t/wrapped_locale.cc: New.
2679 * 22_locale/collate/hash/char/1.cc: New.
2680 * 22_locale/collate/hash/char/2.cc: New.
2681 * 22_locale/collate/hash/char/wrapped_env.cc: New.
2682 * 22_locale/collate/hash/char/wrapped_locale.cc: New.
2683 * 22_locale/collate/hash/wchar_t/1.cc: New.
2684 * 22_locale/collate/hash/wchar_t/2.cc: New.
2685 * 22_locale/collate/hash/wchar_t/wrapped_env.cc: New.
2686 * 22_locale/collate/hash/wchar_t/wrapped_locale.cc: New.
2687 * 22_locale/collate/transform/char/2.cc: New.
2688 * 22_locale/collate/transform/char/wrapped_env.cc: New.
2689 * 22_locale/collate/transform/char/wrapped_locale.cc: New.
2690 * 22_locale/collate/transform/wchar_t/2.cc: New.
2691 * 22_locale/collate/transform/wchar_t/wrapped_env.cc: New.
2692 * 22_locale/collate/transform/wchar_t/wrapped_locale.cc: New.
2693 * 22_locale/collate_byname/1.cc: New.
2694 * 22_locale/ctype/1.cc: New.
2695 * 22_locale/ctype/2.cc: New.
2696 * 22_locale/ctype/cons/char/1.cc: New.
2697 * 22_locale/ctype/cons/char/wrapped_env.cc: New.
2698 * 22_locale/ctype/cons/char/wrapped_locale.cc: New.
2699 * 22_locale/ctype/is/char/1.cc: New.
2700 * 22_locale/ctype/is/char/2.cc: New.
2701 * 22_locale/ctype/is/char/3.cc: New.
2702 * 22_locale/ctype/is/char/wrapped_env.cc: New.
2703 * 22_locale/ctype/is/char/wrapped_locale.cc: New.
2704 * 22_locale/ctype/is/wchar_t/1.cc: New.
2705 * 22_locale/ctype/is/wchar_t/2.cc: New.
2706 * 22_locale/ctype/is/wchar_t/wrapped_env.cc: New.
2707 * 22_locale/ctype/is/wchar_t/wrapped_locale.cc: New.
2708 * 22_locale/ctype/narrow/char/1.cc: New.
2709 * 22_locale/ctype/narrow/char/2.cc: New.
2710 * 22_locale/ctype/narrow/char/wrapped_env.cc: New.
2711 * 22_locale/ctype/narrow/char/wrapped_locale.cc: New.
2712 * 22_locale/ctype/narrow/wchar_t/1.cc: New.
2713 * 22_locale/ctype/narrow/wchar_t/2.cc: New.
2714 * 22_locale/ctype/narrow/wchar_t/wrapped_env.cc: New.
2715 * 22_locale/ctype/narrow/wchar_t/wrapped_locale.cc: New.
2716 * 22_locale/ctype/scan/char/1.cc: New.
2717 * 22_locale/ctype/scan/char/wrapped_env.cc: New.
2718 * 22_locale/ctype/scan/char/wrapped_locale.cc: New.
2719 * 22_locale/ctype/scan/wchar_t/1.cc: New.
2720 * 22_locale/ctype/scan/wchar_t/wrapped_env.cc: New.
2721 * 22_locale/ctype/scan/wchar_t/wrapped_locale.cc: New.
2722 * 22_locale/ctype/to/char/1.cc: New.
2723 * 22_locale/ctype/to/char/wrapped_env.cc: New.
2724 * 22_locale/ctype/to/char/wrapped_locale.cc: New.
2725 * 22_locale/ctype/to/wchar_t/1.cc: New.
2726 * 22_locale/ctype/to/wchar_t/wrapped_env.cc: New.
2727 * 22_locale/ctype/to/wchar_t/wrapped_locale.cc: New.
2728 * 22_locale/ctype/widen/char/1.cc: New.
2729 * 22_locale/ctype/widen/char/wrapped_env.cc: New.
2730 * 22_locale/ctype/widen/char/wrapped_locale.cc: New.
2731 * 22_locale/ctype/widen/wchar_t/1.cc: New.
2732 * 22_locale/ctype/widen/wchar_t/wrapped_env.cc: New.
2733 * 22_locale/ctype/widen/wchar_t/wrapped_locale.cc: New.
2734 * 22_locale/facet/1.cc: New.
2735 * 22_locale/facet/2.cc: New.
2736 * 22_locale/global_templates/1.cc: New.
2737 * 22_locale/locale/cons/1.cc: New.
2738 * 22_locale/locale/cons/2.cc: New.
2739 * 22_locale/locale/cons/3.cc: New.
2740 * 22_locale/locale/cons/4.cc: New.
2741 * 22_locale/locale/cons/5.cc: New.
2742 * 22_locale/locale/cons/6.cc: New.
2743 * 22_locale/locale/cons/7.cc: New.
2744 * 22_locale/locale/global_locale_objects/1.cc: New.
2745 * 22_locale/locale/global_locale_objects/2.cc: New.
2746 * 22_locale/locale/global_locale_objects/3.cc: New.
2747 * 22_locale/locale/operations/1.cc: New.
2748 * 22_locale/locale/operations/2.cc: New.
2749 * 22_locale/messages/1.cc: New.
2750 * 22_locale/messages/2.cc: New.
2751 * 22_locale/messages/members/char/1.cc: New.
2752 * 22_locale/messages/members/char/2.cc: New.
2753 * 22_locale/messages/members/char/3.cc: New.
2754 * 22_locale/messages/members/char/wrapped_env.cc: New.
2755 * 22_locale/messages/members/char/wrapped_locale.cc: New.
2756 * 22_locale/messages_byname/1.cc: New.
2757 * 22_locale/money_get/1.cc: New.
2758 * 22_locale/money_get/2.cc: New.
2759 * 22_locale/money_get/get/char/1.cc: New.
2760 * 22_locale/money_get/get/char/2.cc: New.
2761 * 22_locale/money_get/get/char/3.cc: New.
2762 * 22_locale/money_get/get/char/4.cc: New.
2763 * 22_locale/money_get/get/char/5.cc: New.
2764 * 22_locale/money_get/get/char/6.cc: New.
2765 * 22_locale/money_get/get/char/7.cc: New.
2766 * 22_locale/money_get/get/char/8.cc: New.
2767 * 22_locale/money_get/get/char/wrapped_env.cc: New.
2768 * 22_locale/money_get/get/char/wrapped_locale.cc: New.
2769 * 22_locale/money_get/get/wchar_t/1.cc: New.
2770 * 22_locale/money_get/get/wchar_t/2.cc: New.
2771 * 22_locale/money_get/get/wchar_t/3.cc: New.
2772 * 22_locale/money_get/get/wchar_t/4.cc: New.
2773 * 22_locale/money_get/get/wchar_t/5.cc: New.
2774 * 22_locale/money_get/get/wchar_t/6.cc: New.
2775 * 22_locale/money_get/get/wchar_t/7.cc: New.
2776 * 22_locale/money_get/get/wchar_t/8.cc: New.
2777 * 22_locale/money_get/get/wchar_t/wrapped_env.cc: New.
2778 * 22_locale/money_get/get/wchar_t/wrapped_locale.cc: New.
2779 * 22_locale/money_put/1.cc: New.
2780 * 22_locale/money_put/2.cc: New.
2781 * 22_locale/money_put/put/char/1.cc: New.
2782 * 22_locale/money_put/put/char/2.cc: New.
2783 * 22_locale/money_put/put/char/3.cc: New.
2784 * 22_locale/money_put/put/char/4.cc: New.
2785 * 22_locale/money_put/put/char/5.cc: New.
2786 * 22_locale/money_put/put/char/6.cc: New.
2787 * 22_locale/money_put/put/char/wrapped_env.cc: New.
2788 * 22_locale/money_put/put/char/wrapped_locale.cc: New.
2789 * 22_locale/money_put/put/wchar_t/1.cc: New.
2790 * 22_locale/money_put/put/wchar_t/2.cc: New.
2791 * 22_locale/money_put/put/wchar_t/3.cc: New.
2792 * 22_locale/money_put/put/wchar_t/4.cc: New.
2793 * 22_locale/money_put/put/wchar_t/5.cc: New.
2794 * 22_locale/money_put/put/wchar_t/6.cc: New.
2795 * 22_locale/money_put/put/wchar_t/wrapped_env.cc: New.
2796 * 22_locale/money_put/put/wchar_t/wrapped_locale.cc: New.
2797 * 22_locale/moneypunct/1.cc: New.
2798 * 22_locale/moneypunct/2.cc: New.
2799 * 22_locale/moneypunct/3.cc: New.
2800 * 22_locale/moneypunct/members/char/1.cc: New.
2801 * 22_locale/moneypunct/members/char/2.cc: New.
2802 * 22_locale/moneypunct/members/char/wrapped_env.cc: New.
2803 * 22_locale/moneypunct/members/char/wrapped_locale.cc: New.
2804 * 22_locale/moneypunct/members/wchar_t/1.cc: New.
2805 * 22_locale/moneypunct/members/wchar_t/2.cc: New.
2806 * 22_locale/moneypunct/members/wchar_t/wrapped_env.cc: New.
2807 * 22_locale/moneypunct/members/wchar_t/wrapped_locale.cc: New.
2808 * 22_locale/moneypunct_byname/1.cc: New.
2809 * 22_locale/num_get/1.cc: New.
2810 * 22_locale/num_get/2.cc: New.
2811 * 22_locale/num_get/get/char/1.cc: New.
2812 * 22_locale/num_get/get/char/2.cc: New.
2813 * 22_locale/num_get/get/char/3.cc: New.
2814 * 22_locale/num_get/get/char/4.cc: New.
2815 * 22_locale/num_get/get/char/5.cc: New.
2816 * 22_locale/num_get/get/char/6.cc: New.
2817 * 22_locale/num_get/get/char/wrapped_env.cc: New.
2818 * 22_locale/num_get/get/char/wrapped_locale.cc: New.
2819 * 22_locale/num_get/get/wchar_t/1.cc: New.
2820 * 22_locale/num_get/get/wchar_t/2.cc: New.
2821 * 22_locale/num_get/get/wchar_t/3.cc: New.
2822 * 22_locale/num_get/get/wchar_t/4.cc: New.
2823 * 22_locale/num_get/get/wchar_t/5.cc: New.
2824 * 22_locale/num_get/get/wchar_t/6.cc: New.
2825 * 22_locale/num_get/get/wchar_t/wrapped_env.cc: New.
2826 * 22_locale/num_get/get/wchar_t/wrapped_locale.cc: New.
2827 * 22_locale/num_put/1.cc: New.
2828 * 22_locale/num_put/2.cc: New.
2829 * 22_locale/num_put/put/char/1.cc: New.
2830 * 22_locale/num_put/put/char/2.cc: New.
2831 * 22_locale/num_put/put/char/3.cc: New.
2832 * 22_locale/num_put/put/char/4.cc: New.
2833 * 22_locale/num_put/put/char/5.cc: New.
2834 * 22_locale/num_put/put/char/wrapped_env.cc: New.
2835 * 22_locale/num_put/put/char/wrapped_locale.cc: New.
2836 * 22_locale/num_put/put/wchar_t/1.cc: New.
2837 * 22_locale/num_put/put/wchar_t/2.cc: New.
2838 * 22_locale/num_put/put/wchar_t/3.cc: New.
2839 * 22_locale/num_put/put/wchar_t/4.cc: New.
2840 * 22_locale/num_put/put/wchar_t/5.cc: New.
2841 * 22_locale/num_put/put/wchar_t/wrapped_env.cc: New.
2842 * 22_locale/num_put/put/wchar_t/wrapped_locale.cc: New.
2843 * 22_locale/numpunct/1.cc: New.
2844 * 22_locale/numpunct/2.cc: New.
2845 * 22_locale/numpunct/members/char/1.cc: New.
2846 * 22_locale/numpunct/members/char/2.cc: New.
2847 * 22_locale/numpunct/members/char/wrapped_env.cc: New.
2848 * 22_locale/numpunct/members/char/wrapped_locale.cc: New.
2849 * 22_locale/numpunct/members/wchar_t/1.cc: New.
2850 * 22_locale/numpunct/members/wchar_t/2.cc: New.
2851 * 22_locale/numpunct/members/wchar_t/wrapped_env.cc: New.
2852 * 22_locale/numpunct/members/wchar_t/wrapped_locale.cc: New.
2853 * 22_locale/numpunct_byname/1.cc: New.
2854 * 22_locale/numpunct_byname/2.cc: New.
2855 * 22_locale/time_get/1.cc: New.
2856 * 22_locale/time_get/2.cc: New.
2857 * 22_locale/time_get/date_order/char/1.cc: New.
2858 * 22_locale/time_get/date_order/char/wrapped_env.cc: New.
2859 * 22_locale/time_get/date_order/char/wrapped_locale.cc: New.
2860 * 22_locale/time_get/date_order/wchar_t/1.cc: New.
2861 * 22_locale/time_get/date_order/wchar_t/wrapped_env.cc: New.
2862 * 22_locale/time_get/date_order/wchar_t/wrapped_locale.cc: New.
2863 * 22_locale/time_get/get_date/char/1.cc: New.
2864 * 22_locale/time_get/get_date/char/2.cc: New.
2865 * 22_locale/time_get/get_date/char/3.cc: New.
2866 * 22_locale/time_get/get_date/char/wrapped_env.cc: New.
2867 * 22_locale/time_get/get_date/char/wrapped_locale.cc: New.
2868 * 22_locale/time_get/get_date/wchar_t/1.cc: New.
2869 * 22_locale/time_get/get_date/wchar_t/2.cc: New.
2870 * 22_locale/time_get/get_date/wchar_t/3.cc: New.
2871 * 22_locale/time_get/get_date/wchar_t/wrapped_env.cc: New.
2872 * 22_locale/time_get/get_date/wchar_t/wrapped_locale.cc: New.
2873 * 22_locale/time_get/get_monthname/char/1.cc: New.
2874 * 22_locale/time_get/get_monthname/char/2.cc: New.
2875 * 22_locale/time_get/get_monthname/char/3.cc: New.
2876 * 22_locale/time_get/get_monthname/char/wrapped_env.cc: New.
2877 * 22_locale/time_get/get_monthname/char/wrapped_locale.cc: New.
2878 * 22_locale/time_get/get_monthname/wchar_t/1.cc: New.
2879 * 22_locale/time_get/get_monthname/wchar_t/2.cc: New.
2880 * 22_locale/time_get/get_monthname/wchar_t/3.cc: New.
2881 * 22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc: New.
2882 * 22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc: New.
2883 * 22_locale/time_get/get_time/char/1.cc: New.
2884 * 22_locale/time_get/get_time/char/2.cc: New.
2885 * 22_locale/time_get/get_time/char/3.cc: New.
2886 * 22_locale/time_get/get_time/char/wrapped_env.cc: New.
2887 * 22_locale/time_get/get_time/char/wrapped_locale.cc: New.
2888 * 22_locale/time_get/get_time/wchar_t/1.cc: New.
2889 * 22_locale/time_get/get_time/wchar_t/2.cc: New.
2890 * 22_locale/time_get/get_time/wchar_t/3.cc: New.
2891 * 22_locale/time_get/get_time/wchar_t/wrapped_env.cc: New.
2892 * 22_locale/time_get/get_time/wchar_t/wrapped_locale.cc: New.
2893 * 22_locale/time_get/get_weekday/char/1.cc: New.
2894 * 22_locale/time_get/get_weekday/char/2.cc: New.
2895 * 22_locale/time_get/get_weekday/char/3.cc: New.
2896 * 22_locale/time_get/get_weekday/char/wrapped_env.cc: New.
2897 * 22_locale/time_get/get_weekday/char/wrapped_locale.cc: New.
2898 * 22_locale/time_get/get_weekday/wchar_t/1.cc: New.
2899 * 22_locale/time_get/get_weekday/wchar_t/2.cc: New.
2900 * 22_locale/time_get/get_weekday/wchar_t/3.cc: New.
2901 * 22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc: New.
2902 * 22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc: New.
2903 * 22_locale/time_get/get_year/char/1.cc: New.
2904 * 22_locale/time_get/get_year/char/3.cc: New.
2905 * 22_locale/time_get/get_year/char/wrapped_env.cc: New.
2906 * 22_locale/time_get/get_year/char/wrapped_locale.cc: New.
2907 * 22_locale/time_get/get_year/wchar_t/1.cc: New.
2908 * 22_locale/time_get/get_year/wchar_t/3.cc: New.
2909 * 22_locale/time_get/get_year/wchar_t/wrapped_env.cc: New.
2910 * 22_locale/time_get/get_year/wchar_t/wrapped_locale.cc: New.
2911 * 22_locale/time_put/1.cc: New.
2912 * 22_locale/time_put/2.cc: New.
2913 * 22_locale/time_put/put/char/1.cc: New.
2914 * 22_locale/time_put/put/char/10.cc: New.
2915 * 22_locale/time_put/put/char/2.cc: New.
2916 * 22_locale/time_put/put/char/3.cc: New.
2917 * 22_locale/time_put/put/char/4.cc: New.
2918 * 22_locale/time_put/put/char/5.cc: New.
2919 * 22_locale/time_put/put/char/6.cc: New.
2920 * 22_locale/time_put/put/char/7.cc: New.
2921 * 22_locale/time_put/put/char/8.cc: New.
2922 * 22_locale/time_put/put/char/9.cc: New.
2923 * 22_locale/time_put/put/char/wrapped_env.cc: New.
2924 * 22_locale/time_put/put/char/wrapped_locale.cc: New.
2925 * 22_locale/time_put/put/wchar_t/1.cc: New.
2926 * 22_locale/time_put/put/wchar_t/10.cc: New.
2927 * 22_locale/time_put/put/wchar_t/2.cc: New.
2928 * 22_locale/time_put/put/wchar_t/3.cc: New.
2929 * 22_locale/time_put/put/wchar_t/4.cc: New.
2930 * 22_locale/time_put/put/wchar_t/5.cc: New.
2931 * 22_locale/time_put/put/wchar_t/6.cc: New.
2932 * 22_locale/time_put/put/wchar_t/7.cc: New.
2933 * 22_locale/time_put/put/wchar_t/8.cc: New.
2934 * 22_locale/time_put/put/wchar_t/9.cc: New.
2935 * 22_locale/time_put/put/wchar_t/wrapped_env.cc: New.
2936 * 22_locale/time_put/put/wchar_t/wrapped_locale.cc: New.
2937
2938 2003-01-16 Jeffrey D. Oldham <oldham@codesourcery.com>
2939
2940 * config/locale/generic/messages_members.h
2941 (messages_byname<_CharT>::messages_byname): Use this-> to refer to
2942 unqualified members of base clasess.
2943
2944 2003-01-16 Mark Mitchell <mark@codesourcery.com>
2945 Jeffrey Oldham <oldham@codesourcery.com>
2946
2947 * config/locale/gnu/messages_members.h: Use this-> to refer to
2948 unqualified members of base clasess.
2949 * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Likewise.
2950 * include/bits/codecvt.h: Likewise.
2951 * include/bits/deque.tcc: Likewise.
2952 * include/bits/fstream.tcc: Likewise.
2953 * include/bits/istream.tcc: Likewise.
2954 * include/bits/list.tcc: Likewise.
2955 * include/bits/locale_facets.h: Likewise.
2956 * include/bits/ostream.tcc: Likewise.
2957 * include/bits/sstream.tcc: Likewise.
2958 * include/bits/stl_bvector.h: Likewise.
2959 * include/bits/stl_deque.h: Likewise.
2960 * include/bits/stl_list.h: Likewise.
2961 * include/bits/stl_tree.h: Likewise.
2962 * include/bits/stl_vector.h: Likewise.
2963 * include/bits/vector.tcc: Likewise.
2964 * include/ext/ropeimpl.h: Likewise.
2965 * include/ext/stdio_filebuf.h: Likewise.
2966 * include/ext/stl_rope.h: Likewise.
2967 * include/std/std_fstream.h: Likewise.
2968 * include/std/std_sstream.h: Likewise.
2969
2970 2003-01-15 Phil Edwards <pme@gcc.gnu.org>
2971
2972 * include/bits/basic_string.tcc (_S_string_copy): Unused, remove.
2973
2974 2003-01-15 Benjamin Kosnik <bkoz@redhat.com>
2975
2976 * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Substitute
2977 GLIBCPP_TEST_WCHAR_T if building wchar_t bits in the library.
2978 * aclocal.m4: Regenerate.
2979 * configure: Regenerate.
2980 * testsuite/Makefile.am (all-local): Add conditional rule to
2981 generate testsuite_wchar_t.
2982 * testsuite/Makefile.in: Regenerate.
2983 * testsuite/lib/libstdc++-v3-dg.exp
2984 (libstdc++-v3-list-sourcefiles): Remove wchar_t files if
2985 testsuite_wchar_t is not present in the build directory.
2986 * testsuite/libstdc++-v3.dg/dg.exp: Add -g -O2 to DEFAULT_CXXFLAGS.
2987 Remove setulimit bits.
2988 * testsuite/26_numerics/complex_value.cc: Set to noopts.
2989 * testsuite/Makefile.am (CLEANFILES): Add.
2990 * testsuite/Makefile.in: Regenerate.
2991
2992 2003-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
2993
2994 * config/os/hpux/os_defines.h (_GLIBCPP_GTHREAD_USE_WEAK): Define for
2995 __hppa__.
2996
2997 2003-01-14 Jeffrey D. Oldham <oldham@codesourcery.com>
2998
2999 Further conform g++'s __vmi_class_type_info to the C++ ABI
3000 specification.
3001 * libsupc++/cxxabi.h
3002 (__vmi_class_type_info::__flags_masks): Remove enumerations not
3003 required by the specification.
3004
3005 2003-01-12 Benjamin Kosnik <bkoz@redhat.com>
3006
3007 Renames, namespaces for testsuite utilities.
3008 * testsuite/testsuite_hooks.h: Put into namespace __gnu_cxx_test.
3009 (gnu_allocator_tracker): Rename to allocation_tracker.
3010 (gnu_new_allocator): Rename to tracker_alloc.
3011 (__set_testsuite_memlimit): Rename to set_memory_limits.
3012 (gnu_assignment_operator): Rename to assignment_operator.
3013 (gnu_destructor): Rename to destructor.
3014 (gnu_copy_tracker): Rename to copy_tracker.
3015 (gnu_char, gnu_int, gnu_long): Rename to pod_char, pod_int, pod_long.
3016 (run_tests_wrapped_locale): New.
3017 (run_tests_wrapped_env): New.
3018 * testsuite/testsuite_hooks.cc: Same.
3019 (class locale_data): Add.
3020 (class enviornment_variable): Add.
3021 (class not_found): Add.
3022 * testsuite/testsuite_allocator.h: Same.
3023 * testsuite/testsuite_allocator.cc: Same.
3024 * testsuite/23_containers/deque_ctor.cc
3025 (test_copy_ctor_exception_safety): Change gnu_allocator_tracker to
3026 allocation_tracker.
3027 Change gnu_new_allocator to tracker_alloc.
3028 Change gnu_counting_struct to counter.
3029 Change gnu_copy_tracker to copy_tracker.
3030 Change gnu_copy_constructor to copy_constructor.
3031 Change gnu_assignment_operator to assignment_operator.
3032 Inject.
3033 * testsuite/23_containers/vector_capacity.cc: Same.
3034 * testsuite/23_containers/vector_ctor.cc (test01): Same.
3035 * testsuite/23_containers/list_modifiers.cc: Change
3036 gnu_copy_tracker to copy_tracker.
3037 * testsuite/21_strings/ctor_copy_dtor.cc (main): Change
3038 __set_testsuite_memlimit to set_memory_limits.
3039 * testsuite/21_strings/insert.cc (main): Same.
3040 * testsuite/27_io/filebuf.cc: Change gnu_char to pod_char.
3041 * testsuite/27_io/stringstream.cc: Same.
3042 * testsuite/27_io/stringbuf.cc: Same.
3043 * testsuite/27_io/streambuf.cc: Same.
3044 * testsuite/27_io/ostream.cc: Same.
3045 * testsuite/27_io/istream.cc: Same.
3046 * testsuite/27_io/fstream.cc: Same.
3047 * testsuite/lib/libstdc++-v3-dg.exp
3048 (libstdc++-v3-list-sourcefiles): Additionally handle files two and
3049 three levels deeper in glob patterns.
3050
3051 2003-01-11 Phil Edwards <pme@gcc.gnu.org>
3052
3053 * docs/doxygen/tables.html: Finished now.
3054 * docs/doxygen/user.cfg.in: Update to latest version of Doxygen.
3055 * include/bits/basic_ios.h (basic_ios::rdbuf): Add example to
3056 comments.
3057
3058 * include/bits/deque.tcc, include/bits/stl_alloc.h,
3059 include/bits/stl_deque.h, include/bits/stl_list.h,
3060 include/bits/stl_vector.h: Remove _GLIBCPP_DEPRECATED bits scheduled
3061 for 3.4 removal.
3062
3063 2003-01-09 Benjamin Kosnik <bkoz@redhat.com>
3064
3065 * configure.in: Revert.
3066 * configure: Regenerate.
3067
3068 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3069
3070 * include/Makefile.am (install-data-local): Prepend
3071 $(DESTDIR) to destination paths in all (un)installation
3072 commands. Use ${c_base_builddir} and ${std_builddir}
3073 as destination subdirectories to achieve consistency with
3074 preceding mkinstalldirs commands. No effect because both
3075 variables contain "." only.
3076 * include/Makefile.in: Regenerate.
3077
3078 2003-01-08 Benjamin Kosnik <bkoz@redhat.com>
3079
3080 * include/Makefile.am (stamp-*): Add checks for existing stamps.
3081 * include/Makefile.in: Regenerate.
3082
3083 * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Correct comment.
3084 * aclocal.m4: Regenerate.
3085
3086 * configure.in: Don't add new multi-do rules every time the
3087 directory is reconfigured.
3088 * configure: Regenerate.
3089
3090 2003-01-08 Brad Spencer <spencer@infointeractive.com>
3091 Nathan Myers <ncm@cantrip.org>
3092
3093 * src/Makefile.am (stamp-debug): Clean.
3094 * src/Makefile.in: Regenerate.
3095
3096 2003-01-07 Benjamin Kosnik <bkoz@redhat.com>
3097
3098 PR libstdc++/8707
3099 * Makefile.am (distclean-multi): Fix.
3100 * Makefile.in: Regenerate.
3101
3102 2003-01-06 Benjamin Kosnik <bkoz@redhat.com>
3103
3104 * include/bits/locale_facets.h (messages): Move ctor, dtor
3105 definitions to..
3106 (__timepunct): Same.
3107 * config/locale/gnu/messages_members.h (messages): Add dtor, ctor
3108 definitions. Conditionalize for GNU systems.
3109 * config/locale/generic/messages_members.h (messages): Add dtor, ctor
3110 definitions.
3111 * config/locale/gnu/time_members.h (messages): New. Add dtor, ctor
3112 definitions. Conditionalize for GNU systems.
3113 * config/locale/generic/time_members.h (messages): New. Add dtor, ctor
3114 definitions.
3115 * include/bits/localefwd.h (locale::facet::_S_c_name): Add.
3116 * src/locale.cc: Define.
3117 * src/localename.cc (locale::_Impl::_Impl(facet**, size_t, bool):
3118 Use it.
3119 * config/locale/gnu/time_members.h: Use it.
3120 * config/locale/gnu/messages_members.h: Use it.
3121 * config/linker-map.gnu: Add locale::facets details.
3122 * include/Makefile.am (target_headers_extra): Add time_members.h.
3123 * include/Makefile.in: Regenerate.
3124 * acinclude.m4: Export CTIME_H.
3125 * aclocal.m4: Regenerate.
3126 * configure: Regnerate.
3127
3128 2003-01-06 Paolo Carlini <pcarlini@unitus.it>
3129
3130 * src/codecvt.cc
3131 (codecvt<char, char, mbstate_t>::do_in, do_out):
3132 Tweak parameters to avoid unused parameter warnings.
3133
3134 2003-01-06 Paolo Carlini <pcarlini@unitus.it>
3135
3136 PR libstdc++/9151
3137 * include/bits/locale_facets.cc (num_put::_M_convert_float):
3138 Limit __prec to digits10 + 2, not digits10 + 1, taking into
3139 account the possibility of %{g,G} conversion specifiers
3140 inside _S_format_float.
3141 * testsuite/27_io/ostream_inserter_arith.cc (test06): Add.
3142
3143 2003-01-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3144
3145 * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init,
3146 libstdc++-v3-list-sourcefiles): Additionally handle files one
3147 level deeper in glob patterns.
3148
3149 * testsuite/27_io/istream_extractor_arith.cc: Delete, split...
3150 * testsuite/27_io/istream_extractor_arith/01.cc,
3151 testsuite/27_io/istream_extractor_arith/02.cc,
3152 testsuite/27_io/istream_extractor_arith/03.cc,
3153 testsuite/27_io/istream_extractor_arith/06.cc,
3154 testsuite/27_io/istream_extractor_arith/07.cc,
3155 testsuite/27_io/istream_extractor_arith/08.cc,
3156 testsuite/27_io/istream_extractor_arith/09.cc,
3157 testsuite/27_io/istream_extractor_arith/10.cc,
3158 testsuite/27_io/istream_extractor_arith/11.cc,
3159 testsuite/27_io/istream_extractor_arith/12.cc,
3160 testsuite/27_io/istream_extractor_arith/13.cc: ... to new files.
3161 * testsuite/27_io/istream_extractor_arith/12.cc: Add XFAIL for
3162 sparc*-*-solaris2*.
3163
3164 2003-01-05 Paolo Carlini <pcarlini@unitus.it>
3165
3166 PR libstdc++/9168
3167 * src/codecvt.cc
3168 (codecvt<char, char, mbstate_t>::do_in, do_out):
3169 Implement the resolution of DR19 (TC).
3170 * testsuite/22_locale/codecvt_members_char_char.cc
3171 (test01): Tweak.
3172
3173 2003-01-02 Jason Merrill <jason@redhat.com>
3174
3175 * config/cpu/i486/atomicity.h (__exchange_and_add, __atomic_add):
3176 *__mem is also an output.
3177 * config/cpu/m68k/atomicity.h (__exchange_and_add): Likewise.