OSDN Git Service

2002-05-01 Phil Edwards <pme@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
1 2002-05-01  Phil Edwards  <pme@gcc.gnu.org>
2
3         * include/std/std_bitset.h:  Fix doxygen comments.
4         * docs/html/documentation.html:  Minor tweaks for 3.1.
5         * docs/html/27_io/howto.html:  Likewise.
6         * docs/html/ext/howto.html:  Likewise, mention stdio_filebuf.
7         * docs/html/faq/index.html:  Likewise.
8         * docs/html/faq/index.txt:  Regenerated.
9
10 2002-05-01  Benjamin Kosnik  <bkoz@redhat.com>
11
12         PR libstdc++/6533
13         * include/bits/streambuf_iterator.h (istreambuf_iterator::_M_get): New.
14         (istreambuf_iterator::equal): Use it.
15         (istreambuf_iterator::operator*): Use it.       
16
17 2002-05-01  Paolo Carlini  <pcarlini@unitus.it>
18
19         PR libstdc++/6513
20         * include/bits/stl_uninitialized.h
21         (uninitialized_copy(_InputIter, _InputIter, _ForwardIter)):
22         Fix typo in 2001-07-17 commit: typedef _ValueType to
23         iterator_traits<_ForwardIter> not <_InputIter>.
24         * testsuite/23_containers/vector_ctor.cc: Add test04.
25
26 2002-04-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
27         
28         PR libstdc++/6501
29         * include/c_std/std_cctype.h: Include bits/c++config.h.
30         * config/os/hpux/bits/os_defines.h (_SB_CTYPE_MACROS): Define.
31
32 2002-04-30  Benjamin Kosnik  <bkoz@redhat.com>
33
34         * include/ext/stdio_filebuf.h: New file.
35         * include/ext/enc_filebuf.h: New file.  
36         * config/io/basic_file_stdio.h (__basic_file::sys_open): Add fd ctor.
37         * config/io/basic_file_stdio.cc: Same.  
38         * include/bits/fstream.tcc (filebuf::_M_allocate_internal_buffer):
39         Remove _M_unbuf hacks.
40         (filebuf::_M_destroy_internal_buffer): Same.
41         (filebuf::filebuf(cfile, openmode, int_type): Remove definition.
42         (filebuf::fd): Remove.
43         * include/std/std_fstream.h (filebuf::_M_unbuf): Remove.
44         (filebuf::filebuf(__c_file*, openmode, int_type)): Remove.
45         (filebuf::fd): Remove.  
46         * src/ios.cc (ios_base::_S_ios_create): Change to use specialized
47         filebufs.
48         (ios_base::_S_ios_destroy): Same.
49         * src/misc-inst.cc (file_filebuf<char>): Add instantiation.
50         * include/Makefile.am (ext_headers): Add ext_filebuf.h,
51         stdio_filebuf.h.  * include/Makefile.in: Regenerate.
52
53 2002-04-30  Benjamin Kosnik  <bkoz@redhat.com>
54
55         PR libstdc++/6511
56         * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Fix typo.
57
58 2002-04-29  Benjamin Kosnik  <bkoz@redhat.com>
59
60         PR libstdc++/5820
61         * include/bits/fstream.tcc (basic_filebuf::_M_underflow_common):
62         Check for eof.
63         * include/bits/streambuf_iterator.h: Match stream_iterator.h.
64         (istreambuf_iterator::operator++): Invalidate on eof.
65         (istreambuf_iterator::operator++(int)): Same.
66         (istreambuf_iterator::operator*): Same.
67         
68 2002-04-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
69
70         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Set all
71         of LD_LIBRARY_PATH, SHLIB_PATH, LD_LIBRARYN32_PATH,
72         LD_LIBRARY64_PATH. 
73
74 2002-04-28  Benjamin Kosnik  <bkoz@redhat.com>
75
76         PR libstdc++/5820
77         * config/io/basic_file_stdio.h (__basic_file::sys_getc): Return int.
78         (__basic_file::sys_ungetc): Take int.
79         * config/io/basic_file_stdio.cc (__basic_file::sys_ungetc): Same.
80         * include/bits/fstream.tcc (basic_filebuf::_M_underflow_common):
81         Use sys_getc for unbuffered input.
82         * testsuite/27_io/narrow_stream_objects.cc (test06): New.
83         
84         * src/ios.cc (_M_grow_words): Adjust error checking.
85         * testsuite/27_io/ios_base_storage.cc: Same.
86
87 2002-04-28  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
88
89         * include/ext/stl_hashtable.h: Import __iterator_category
90
91 2002-04-28  Paolo Carlini  <pcarlini@unitus.it>
92             Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
93
94         * testsuite/ext/hash_set.cc: New testfile.
95
96 2002-04-27  Benjamin Kosnik  <bkoz@redhat.com>
97
98         * config/os/solaris/solaris2.5/bits/os_defines.h: Remove
99         _G_USING_THUNKS.
100         * config/os/solaris/solaris2.6/bits/os_defines.h: Same.
101         * config/os/solaris/solaris2.7/bits/os_defines.h: Same.
102
103 2002-04-26  Paolo Carlini  <pcarlini@unitus.it>
104
105         * include/bits/basic_string.h (replace(__pos, __n1, __s, __n2):
106         Fix and tighten __throw_length_error check.
107         * testsuite/21_strings/replace.cc (test05): New.
108         * testsuite/21_strings/replace.cc (test02, test03, test04): Tweak.
109
110 2002-04-23  Loren J. Rittle <ljrittle@acm.org>
111
112         * include/std/std_fstream.h (basic_filebuf::sync): Hoist
113         unconditional flush on lower-layer handle to here...
114         * include/bits/fstream.tcc (basic_filebuf::_M_really_overflow):
115         ...from here.  Optimize remaining _M_file.sync() call pattern.
116         * testsuite/27_io/narrow_stream_objects.cc (test04): New test.
117         (test05): Likewise.
118
119 2002-04-23  Jason Merrill  <jason@redhat.com>
120
121         * include/bits/fstream.tcc (basic_filebuf::seekoff): Fix for
122         output-only filebufs.
123         * include/std/std_fstream.h (basic_filebuf::_M_set_indeterminate):
124         Likewise.
125         (basic_filebuf::_M_set_determinate): Likewise.
126
127         PR libstdc++/6414
128         * include/bits/fstream.tcc (basic_filebuf::seekoff): Adjust return
129         value properly in the trivial case.
130         * testsuite/27_io/istream_seeks.cc (test04): Make sure that
131         tellg() returns the right value after a read.
132
133 2002-04-23  Hans-Peter Nilsson  <hp@bitrange.com>
134
135         * config/cpu/mmix/bits/cpu_limits.h: New file.
136         * configure.target (CPULIMITSH): Use it.
137
138 2002-04-22  Loren J. Rittle <ljrittle@acm.org>
139
140         * docs/html/17_intro/porting.texi (_GLIBCPP_AVOID_FSEEK): Remove.
141         * docs/html/17_intro/porting.html: Rebuilt.
142
143 2002-04-20  Jason Merrill  <jason@redhat.com>
144
145         PR libstdc++/4150
146         * include/std/std_streambuf.h (basic_streambuf::_M_set_indeterminate): 
147         Move to filebuf.
148         (basic_streambuf::_M_set_determinate): Likewise.
149         (basic_streambuf::_M_is_indeterminate): Likewise.
150         * include/bits/std_fstream.h (basic_filebuf::_M_filepos): New 
151         non-static data member.
152         (basic_filebuf::_M_underflow_common): New non-static member function.
153         (basic_filebuf::_M_underflow, _M_uflow): Call it.
154         (basic_filebuf::sync): Avoid useless seeking.
155         (basic_filebuf::_M_set_indeterminate): Move here from streambuf.
156         Set _M_filepos.
157         (basic_filebuf::_M_set_determinate): Likewise.
158         (basic_filebuf::_M_is_indeterminate): Likewise.
159         * include/bits/fstream.tcc (basic_filebuf::_M_really_overflow): Seek
160         back to _M_out_beg if necessary.
161         (basic_filebuf::seekoff): Likewise.
162         (basic_filebuf::_M_underflow_common): Generalization of old 
163         underflow().  Don't seek back to _M_in_beg.
164         * src/ios.cc: Lose _GLIBCPP_AVOID_FSEEK stuff.
165         * config/os/solaris/solaris2.?/bits/os_defines.h: Likewise.
166         * config/os/bsd/freebsd/bits/os_defines.h: Likewise.
167         * config/os/mingw32/bits/os_defines.h: Likewise.
168         * testsuite/27_io/filebuf_virtuals.cc (test05): Don't overspecify 
169         ungetc test.
170
171 2002-04-22  Benjamin Kosnik  <bkoz@redhat.com>
172
173         * include/bits/istream.tcc (istream::read): Fix.
174         * testsuite/27_io/istream_unformatted.cc (main): Add.
175
176 2002-04-20  Benjamin Kosnik  <bkoz@redhat.com>
177
178         PR libstdc++/6360
179         * include/bits/istream.tcc (istream::ignore): Streamline, use
180         delimiter as is.
181         * include/bits/streambuf.tcc: Use this->gptr.
182         * testsuite/27_io/istream_unformatted.cc (test08): Add test.
183         
184 2002-04-18  Benjamin Kosnik  <bkoz@redhat.com>
185
186         * include/bits/localefwd.h (locale::id::_M_id): Do this correctly,
187         as type safety is important, especially on solaris.
188         * include/bits/istream.tcc (istream::read): Clean.
189         (istream::readsome): Same.
190         * locale.cc: Wrap lines.
191
192         * testsuite/21_strings/inserters_extractors.cc: Tweaks.
193         * testsuite/27_io/instantiations.cc (test): Add bool variable...
194         * testsuite/21_strings/capacity.cc: Clean.
195                 
196 2002-04-17  Phil Edwards  <pme@gcc.gnu.org>
197
198         * docs/doxygen/doxygroups.cc:  New group on binary searching.
199         * include/bits/stl_algo.h:  Document binary searches and merges.
200         * include/bits/stl_deque.h:  The 'map' member is not the 'map' class.
201
202 2002-04-17  Phil Edwards  <pme@gcc.gnu.org>
203
204         * docs/doxygen/mainpage.html:  Doxygen logo is now a PNG file.
205         * docs/doxygen/run_doxygen:  Bump required version.
206         * docs/doxygen/user.cfg.in:  Revert accidental change.
207         * docs/html/faq/index.html:  Reindent a block of links.
208         (4.4):  New note on using dlsym.
209         * docs/html/faq/index.txt:  Regenerated.
210
211 2002-04-17  Phil Edwards  <pme@gcc.gnu.org>
212
213         * testsuite_flags.in (cxxflags):  Also pass @EXTRA_CXX_FLAGS@.
214
215 2002-04-17  Benjamin Kosnik  <bkoz@redhat.com>
216
217         * config/linker-map.gnu (__malloc_alloc_template): Add.
218         (__default_alloc_template): Same.       
219         * include/bits/stl_alloc.h (__malloc_alloc_template): Add extern
220         template.
221         (__default_alloc_template): Same.
222         
223 2002-04-17  Benjamin Kosnik  <bkoz@redhat.com>
224
225         * testsuite/27_io/filebuf_virtuals.cc: Add _S_pback_size instantiation.
226
227 2002-04-16  Benjamin Kosnik  <bkoz@redhat.com>
228
229         * src/concept-inst.cc (vector<locale::facet*>): Remove instantiations.
230         * src/stl-inst.cc (vector::_M_insert_aux): Remove instantiation.
231         (__malloc_alloc_template): Conditionalize.
232
233         * include/bits/istream.tcc: Remove sputbackc calls.
234
235         * testsuite/19_diagnostics/stdexceptions.cc: Fix comment.
236         
237 2002-04-16  Paolo Carlini <pcarlini@unitus.it>
238
239         * testsuite/24_iterators/rel_ops.cc: New test.
240         
241 2002-04-16  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
242
243         * include/bits/type_traits.h (__normal_iterator): Declare in
244         __gnu_cxx.  Adjust use at global namespace.
245         * include/bits/stl_iterator.h (__normal_iterator): Move definition
246         into __gnu_cxx::. Add more operator overloads.  Tidy existing ones.
247         * include/bits/basic_string.h (basic_string): Adjust use of
248         __normal_iterator.
249         * include/bits/stl_vector.h (_Alloc>): Likewise.
250         * src/concept-inst.cc (__gnu_cxx): __normal_iterator<> is now here.
251         * src/string-inst.cc (operator==): Instantiate in __gnu_cxx.
252
253 2002-04-15  Benjamin Kosnik  <bkoz@redhat.com>
254
255         PR libstdc++/4164
256         Valgrind fixes.
257         * config/io/basic_file_stdio.cc (__basic_file::~__basic_file):
258         Call close.
259         (__basic_file::close): Call fflush. Correct return if fclose ok. 
260         (__basic_file::is_open): Make const.
261         Change __c_file_type to __c_file.
262         * config/io/basic_file_stdio.h: Change __c_file_type to __c_file.
263         (__basic_file::is_open): Make const.    
264         * config/io/c_io_stdio.h: Change __c_file_type to __c_file.
265         * include/std/std_fstream.h (filebuf::_M_allocate_file): Remove.
266         (filebuf::_M_unbuf): Add.
267         (filebuf::_M_file): Change to non-pointer.
268         (filebuf::_M_allocate_pback_buffer): Remove.
269         * include/bits/fstream.tcc (filebuf::_M_allocate_file): Remove.
270         (filebuf::_M_allocate_internal_buffer): Use _M_unbuf.
271         Change initialization list for _M_file change.
272         (filebuf::_M_allocate_pback_buffer): Remove.
273         Change _M_file usage to reflect non-pointer data member.
274         
275         * config/locale/generic/c_locale.cc
276         (locale::facet::_S_create_c_locale): Add parameter.
277         * config/locale/generic/collate_members.cc: Change
278         _M_compare_helper to _M_compare.
279         Change _M_transform_helper to _M_transform.
280         * config/locale/generic/monetary_members.cc: Changeup data types.
281         Add dtors.
282         * config/locale/generic/numeric_members.cc: Add dtors.
283         * config/locale/generic/time_members.cc: Add dtors.
284         * config/locale/gnu/c_locale.cc: Add parameter.
285         * config/locale/gnu/collate_members.cc:Change
286         _M_compare_helper to _M_compare.
287         Change _M_transform_helper to _M_transform.
288         * config/locale/gnu/ctype_members.cc: Better error checking.
289         * config/os/gnu-linux/bits/ctype_noninline.h: Better error checking.
290         * config/locale/gnu/messages_members.cc: Tweak comment.
291         * config/locale/gnu/monetary_members.cc: Change data types.
292         Add dtors.
293         * config/locale/gnu/numeric_members.cc: Add dtors, better error
294         checking.
295         * config/locale/gnu/time_members.cc: Same.
296         * config/locale/ieee_1003.1-2001/c_locale.cc
297         (locale::facet::_S_create_c_locale): Add parameter.
298         * config/locale/ieee_1003.1-2001/c_locale.h: Correct typedef.
299         * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Remove
300         bogus ctor.
301         
302         * include/bits/locale_facets.h (moneypunct): Use string literals.
303         Don't define dtor.
304         (numpunct): Same.
305         (__timepunct): Same.
306         (locale::_Impl::_M_facets): Change from vector to array.
307         (locale::_Impl::_M_names): Change from array of strings to array
308         of string literals.
309         (locale::facet::_S_create_c_locale): Add parameter.
310         (locale::locale::_S_num_facets): Move to...
311         (locale::_Impl::_M_facets_size): Here.
312         * include/bits/locale_facets.tcc: Fixups for _M_facets, _M_name
313         changes.
314         * include/bits/localefwd.h: (locale::id::_M_id): Add member function.
315         (locale::_Impl::_Impl(facet**, size_t, bool)): Add.
316         (locale::_Impl::_Impl(string, size_t)): Change to
317         (locale::_Impl::_Impl(const char*, size_t)): This.
318         
319         * include/bits/streambuf.tcc (streambuf::_S_pback_size): Define.
320         * include/std/std_streambuf.h (streambuf::_M_pback_size): Change to
321         (streambuf::_S_pback_size): This.
322
323         * src/globals.cc: Add pre-allocations for "C" facets.
324         * src/locale-inst.cc: Remove vector instantiations.
325         * src/locale.cc: Remove vector include. Fixups for _M_names,
326         _M_facets changes.
327         * src/localename.cc: Same.
328
329         * include/bits/stl_vector.h: Fix odd formatting.
330         
331         * include/bits/basic_string.tcc: Tweak comment.
332
333         * libsupc++/new: Make sure parameters are uglified.
334         * libsupc++/typeinfo: Same.
335                 
336         * testsuite/22_locale/num_get_members_char.cc: Fixup.
337         * testsuite/22_locale/num_get_members_wchar_t.cc: Same.
338         * testsuite/27_io/filebuf_members.cc: Same.
339
340 2002-04-12  Steve Ellcey  <sje@cup.hp.com>
341
342         * gcc/libstdc++-v3/config/os/hpux/bits/os_defines.h
343         (strtoll, strtoull): In 64 bit mode HP-UX (IA64 and HPPA)
344         does not define strtoll or strtoull, but does define strtol
345         and strtoul which are the same since in 64 bit mode
346         sizeof(long) == sizeof(long long).
347
348 2002-04-12  Phil Edwards  <pme@gcc.gnu.org>
349
350         * include/std/std_bitset.h:  Doxygenate std::bitset<>.  Clean up
351         trailing spaces, indentation, and macro names.  Make exception
352         messages more informative.
353
354 2002-04-11  Richard Henderson  <rth@redhat.com>
355
356         * include/bits/fstream.tcc (basic_filebuf<>::open): Fix & ordering.
357         * include/bits/ostream.tcc (basic_ostream<>::operator<<(long)): Same.
358         (basic_ostream<>::operator<<(long long)): Same.
359
360 2002-04-11  Richard Henderson  <rth@redhat.com>
361
362         * config/linker-map.gnu: Add __gxx_personality_sj0.
363
364 2002-04-09  Benjamin Kosnik  <bkoz@redhat.com>
365
366         libstdc++/1072
367         * include/bits/localefwd.h (locale::_Impl::_M_facets): Change from
368         pointer to vector.
369         Remove forward declaration of vector.
370         Include vector.
371         * include/bits/locale_facets.tcc: Remove vector include.
372         (use_locale): Adjust.
373         (has_locale): Adjust.
374         * src/locale.cc: Adjust.
375         * src/localename.cc: Same.
376         
377 2002-04-09  Benjamin Kosnik  <bkoz@redhat.com>
378             Richard Henderson  <rth@redhat.com>
379
380         * include/bits/sstream.tcc: Clean up bit ops.
381         * include/bits/fstream.tcc: Same.
382         
383 2002-04-09  Jakub Jelinek  <jakub@redhat.com>
384
385         * include/bits/locale_facets.h (__num_base::_S_scale_hex): Remove.
386         (__num_base::_S_scale_oct): Remove.
387         * src/locale.cc (__num_base::_S_scale_hex): Remove.
388         (__num_base::_S_scale_oct): Remove.
389
390 2002-04-09  Benjamin Kosnik  <bkoz@redhat.com>
391
392         libstdc++/6124
393         * testsuite/23_containers/bitset_members.cc: New test.
394         * include/std/std_bitset.h (_Bit_count::_S_bit_count): Move..
395         (_S_bit_count): Here.
396         (_First_one::_S_first_one): Move...
397         (_S_first_one): Here.
398         Format.
399         * src/bitset.cc: Adjust.
400         * config/linker-map.gnu: Export.
401         
402 2002-04-08  Benjamin Kosnik  <bkoz@redhat.com>
403
404         libstdc++/5180
405         * include/bits/fstream.tcc (filebuf::seekpos): Fix.
406         * include/std/std_fstream.h: Clean.
407         * include/bits/ostream.tcc: Remove extraneous variables.
408         * include/bits/sstream.tcc (stringbuf::seekoff): Be strict about
409         open modes and which modes.
410         (stringbuf::seekpos): Same.
411         * testsuite/27_io/stringbuf_virtuals.cc: New tests.
412         
413 2002-04-05  Jonathan Wakely <jw@kayari.org>
414
415         * include/bits/stl_algo.h (unique_copy, __gcd, rotate, rotate_copy,
416         random_shuffle, partition, stable_partition, sort, stable_sort,
417         partial_sort, partial_sort_copy, nth_element):  Doxygenate.
418
419 2002-04-05  David S. Miller  <davem@redhat.com>
420
421         * config/os/gnu-linux/bits/os_defines.h
422         (__glibcpp_long_double_bits): Set to 64 on 32-bit Sparc.
423
424 2002-04-04  Benjamin Kosnik  <bkoz@redhat.com>
425
426         libstdc++/3457 
427         via gawrilow@math.tu-berlin.de
428         * acinclude.m4 (version_specific_libs): Fix combo usage with
429         --with-gxx-include-dir.
430         * aclocal.m4: Regenerate.
431         * configure: Same.
432         
433 2002-04-03  Benjamin Kosnik  <bkoz@redhat.com>
434
435         As per DR 184, libstdc++/3139
436         * include/std/std_limits.h (__glibcpp_bool_digits): Change to 1.
437         (numeric_limits<bool>::is_iec559): False.
438         (numeric_limits<bool>::is_modulo): False.       
439
440         * testsuite/27_io/ios_init.cc: Add instantiations.
441
442 2002-04-02  Benjamin Kosnik  <bkoz@redhat.com>
443         
444         libstdc++/5268
445         * src/ios.cc: (ios_base::Init::_S_ios_destroy): Remove flush calls.
446         * testsuite/27_io/ios_init.cc (tests04): Add test.
447
448         libstdc++/3983
449         * include/bits/basic_ios.h (basic_ios::_M_get_fctype_ios): Remove.
450         (basic_ios::_M_ios_fctype): Consistently name to _M_fctype.
451         * include/bits/basic_ios.tcc: Same. Remove outdated comments.
452         * include/bits/istream.tcc: Use _M_fctype, make consistent with
453         ostream.
454         * testsuite/27_io/ios_init.cc (tests03): Add test.
455         
456 2002-04-02  Phil Edwards  <pme@gcc.gnu.org>
457
458         * include/Makefile.am (install-data-local):  Use mkinstalldirs.
459         * include/Makefile.in:  Regenerate.
460
461 2002-04-02  Paolo Carlini  <pcarlini@unitus.it>
462             Nathan Myers  <ncm@cantrip.org>
463             Philip Martin  <philip@codematters.co.uk>
464
465         * include/bits/basic_string.h
466         (replace(i1, i2, _CharT* k1, _CharT* k2),
467         replace(i2, i2, const _CharT* k1, const _CharT* k2),
468         replace(i1, i2, iterator k1, iterator k2,
469         replace(i1, i2, const_iterator k1, const_iterator k2):
470         New specializations to optimize for the common cases of
471         pointers and iterators.
472         (replace(pos, n1, s, n2)): Tweak.
473         * include/bits/basic_string.tcc: Tweak comments.
474         * testsuite/21_strings/replace.cc (test04): New tests.
475
476 2002-04-01  Benjamin Kosnik  <bkoz@redhat.com>
477
478         libstdc++/5542
479         * acinclude: More extensive checks for msgfmt, --enable-nls.
480         * aclocal.m4: Regenerate.
481         * configure: Regenerate.
482
483 2002-04-01  Phil Edwards  <pme@gcc.gnu.org>
484
485         * libsupc++/exception (__verbose_terminate_handler):  Point to docs.
486         * docs/doxygen/doxygroups.cc:  Doxygen hooks for abi::__cxa_demangle.
487         * docs/html/18_support/howto.html:  Document the demangler.
488         * docs/html/17_intro/howto.html:  And link to it.
489
490         * docs/doxygen/mainpage.html:  Describe user-vs-maintainer docs.
491         * docs/doxygen/run_doxygen:  Print user-vs-maintainer.
492
493 2002-04-01  Phil Edwards  <pme@gcc.gnu.org>
494
495         * config/linker-map.gnu:  Export __verbose_terminate_handler.
496         * libsupc++/Makefile.am (sources):  Add cxa_demangle.c, dyn-string.c.
497         Make new LTCOMPILE variable, use it in new special build rules.
498         * libsupc++/Makefile.in:  Rebuild.
499         * src/vterminate.cc (__verbose_terminate_handler):  Enable use of
500         runtime __cxa_demangle.
501
502         * docs/html/install.html:  Update prereqs and instructions.
503         * docs/html/19_diagnostics/howto.html:  Bring naming for
504         verbose_terminate_handler into line with reality.
505
506 2002-04-01  Benjamin Kosnik  <bkoz@redhat.com>
507         
508         libstdc++/3129
509         * include/bits/basic_ios.h (basic_ios::_M_exception): Move.
510         (basic_ios::_M_streambuf_state): Move.  
511         * include/bits/ios_base (ios_base): To here.
512         * include/bits/ios_base.h (ios_base::_S_local_words): To
513         _S_local_word_size.
514         (ios_base::_M_word_array): To _M_local_word.
515         (ios_base::_M_words_limit): To _M_word_size.    
516         (ios_base::_M_words): To _M_word.               
517         Comment.
518         * include/bits/basic_ios.tcc: Adjust.   
519         * src/ios.cc (ios_base::_M_grow_words): Tweak.
520         * testsuite/27_io/ios_base_storage.cc: Add tests.
521
522         libstdc++/5207
523         Kenny Simpson <theonetruekenny@yahoo.com>
524         * include/bits/ios_base.h: Fix.
525         
526         Richard Henderson  <rth@redhat.com>
527         * include/bits/ostream.tcc (ostream::operator<<(_CharT)): Correct
528         last change.
529
530         * include/bits/basic_string.h: Tweak formatting.
531         
532 2002-04-01  Paolo Carlini  <pcarlini@unitus.it>
533
534         * config/locale/ieee_1003.1-2001/codecvt_specializations.h
535         (codecvt::do_out, codecvt::do_unshift, codecvt::do_in):
536         By definition, sizeof(char) == 1.
537         * include/bits/locale_facets.tcc (money_get::do_get,
538         money_put::do_put): Ditto.
539         * testsuite/21_strings/inserters_extractors.cc
540         (test04): Ditto.
541
542 2002-03-30  Richard Henderson  <rth@redhat.com>
543
544         PR c++/3719
545         * libsupc++/eh_personality.cc (__cxa_call_unexpected): Copy handler
546         data out of the exception struct before calling unexpectedHandler.
547
548 2002-03-28  Roger Sayle  <roger@eyesopen.com>
549
550         * include/c_std/std_cmath.h:  To prevent problems overloading
551         g++ builtins, use the double variants from the global namespace
552         before defining float and long double variants in std::.
553
554 2002-03-28  Loren J. Rittle <ljrittle@acm.org>
555
556         * testsuite/18_support/numeric_limits.cc (test_extrema): Fix typo.
557
558 2002-03-28  Paolo Carlini  <pcarlini@unitus.it>
559
560         * testsuite/24_iterators/istream_iterator.cc
561         (test02): New tests.
562
563 2002-03-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
564             Paolo Carlini  <pcarlini@unitus.it>
565
566         * testsuite/22_locale/codecvt_members_unicode_wchar_t.cc
567         (test01): Protect the test with _GLIBCPP_USE_WCHAR_T;
568         fix i_lit_base e_lit_base arrays, making them independent
569         from the endianness of the platform; tweak UCS4 to UCS-4BE.
570
571 2002-03-27  Benjamin Kosnik  <bkoz@redhat.com>
572
573         * include/bits/ostream.tcc (ostream::operator<<(_CharT)): Always
574         allocate at least a byte.
575
576         * testsuite/18_support/numeric_limits.cc (test_extrema): Make
577         debugger-friendly.
578         * testsuite/27_io/streambuf.cc (test07): Fix.
579         (test06): Enable.
580
581 2002-03-27  Phil Edwards  <pme@gcc.gnu.org>
582
583         * docs/doxygen/Intro.3:  Date tweak.
584         * docs/doxygen/TODO:  Update.
585         * docs/doxygen/doxygroups.cc:  Point to tables.html.
586         * docs/doxygen/mainpage.html:  Date tweak.
587         * docs/doxygen/run_doxygen:  Version tweak.  Copy tables.html over.
588         * docs/doxygen/tables.html:  Fill in the blanks.
589
590         * docs/doxygen/user.cfg.in (ALIASES):  Remove maint and endmaint.
591         * include/bits/stl_algo.h:  Likewise; use expanded form.
592         * include/bits/stl_alloc.h:  Likewise.
593         * include/bits/stl_construct.h:  Likewise.
594         * include/bits/stl_deque.h:  Likewise.
595         * include/bits/stl_iterator_base_types.h:  Likewise.
596         * include/bits/stl_list.h:  Likewise.
597         * include/bits/stl_relops.h:  Likewise.
598         * include/bits/stl_tempbuf.h:  Likewise.
599         * include/bits/stl_vector.h:  Likewise.
600         * include/std/std_memory.h:  Likewise.
601
602         * include/bits/stl_deque.h:  Point into tables.html and add @ingroup.
603         * include/bits/stl_list.h:  Likewise.
604         * include/bits/stl_vector.h:  Likewise.
605
606 2002-03-26  Benjamin Kosnik  <bkoz@redhat.com>
607
608         * include/c/: Guard with _CPP_.
609         * include/c_std/: Same.
610         * include/Makefile.am: Fixup install, link routines for null
611         c_base_headers_extra scenarios.
612         * include/Makefile.in: Regerate.
613
614 2002-03-25  Paolo Carlini <pcarlini@unitus.it>
615             Richard Henderson  <rth@redhat.com>
616
617         * testsuite/22_locale/codecvt_members_unicode_char.cc
618         (test01, test02): make sure that the i_lit_base array
619         is sufficiently aligned.
620
621 2002-03-25  Benjamin Kosnik  <bkoz@redhat.com>
622
623         * config/os/newlib/bits/ctype_noninline.h (ctype::classic): Set to
624         _ctype_.
625
626 2002-03-25  Paolo Carlini  <pcarlini@unitus.it>
627
628         * testsuite/22_locale/collate_byname.cc
629         (test01): compare the result of collate::compare with
630         that of collate::transform + string::compare, not with
631         that of collate::transform + collate::compare; values
632         returned by collate::compare are normalized, therefore
633         test against +-1.
634
635 2002-03-25  Benjamin Kosnik  <bkoz@redhat.com>
636             Jakub Jelinek  <jakub@redhat.com>
637
638         * config/locale/gnu/messages_members.h: Correct conditional.
639         * config/locale/gnu/messages_members.cc: Same.
640         * config/locale/gnu/time_members.cc: Same.
641
642 2002-03-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
643             Paolo Carlini  <pcarlini@unitus.it>
644
645         * testsuite/22_locale/codecvt_members_unicode_char.cc
646         (test01, test02): Fix i_lit_base arrays, making them
647         independent from the endianness of the platform.
648
649 2002-03-22  Benjamin Kosnik  <bkoz@redhat.com>
650
651         * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for
652         signbit and __signbit directly.
653         * aclocal.m4: Regenerate.
654         * configure: Regenerate.
655         * config.h.in: Regenerate.
656         * libmath/Makefile.am: Simplify.
657         * libmath/Makefile.in: Regenerate.
658         * include/c_std/std_cmath.h: Update paths for include of cmath.tcc.
659
660         * include/Makefile.am: Clean up handling of extra "C" header files.
661         Add hooks for "C" compatibility headers.
662         * include/Makefile.in: Regenerate.
663
664         * include/c/*: Formatting tweaks, cleanups.
665         * include/c_std/*: Same.
666
667 2002-03-22  Benjamin Kosnik  <bkoz@redhat.com>
668
669         * config/locale/gnu/messages_members.h: Add __uselocale bits.
670         * config/locale/gnu/messages_members.cc: Same.
671         * config/locale/gnu/time_members.cc: Same.
672
673 2002-03-22  Benjamin Kosnik  <bkoz@redhat.com>
674
675         * src/vterminate.cc: Format, -fno-exceptions cleanup.
676
677 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
678
679         * acinclude.m4 (GLIBCPP_CHECK_STDLIB_DECL_AND_LINKAGE_3): New.
680         (GLIBCPP_CONFIGURE_TESTSUITE): Use it to check for setenv.
681         * aclocal.m4: Regenerate.
682         * configure: Likewise.
683
684 2002-03-19  Paolo Carlini  <pcarlini@unitus.it>
685             Ulrich Drepper  <drepper@redhat.com>
686
687         * src/locale-inst.cc (__convert_from_v): Add an additional
688         __size parameter in the declarations.
689         * include/bits/locale_facets.tcc
690         (__convert_from_v): When available (that is,
691         _GLIBCPP_USE_C99 defined) use snprintf instead of sprintf.
692         (num_put::_M_convert_float): Depending on _GLIBCPP_USE_C99
693         being defined or not, call and use __convert_from_v in the
694         appropriate way.
695         (num_put::_M_convert_int): Same here.
696         (money_put::do_put(long double)): Same here.
697
698 2002-03-19  Phil Edwards  <pme@gcc.gnu.org>
699
700         * docs/html/faq/index.html (#3.6):  Rewrap and close <a href> tags.
701         * docs/html/faq/index.txt:  Regenerate.
702
703 2002-03-19  Steve Ellcey  <sje@cup.hp.com>
704
705         * acinclude.m4 (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Define
706         GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS to set LIBUNWIND_FLAG if
707         --enable-libunwind-exceptions is set.
708         * configure.in (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Call new
709         macro to check for libunwind.
710         * configure: Regenerate.
711         * src/Makefile.am (libstdc___la_LDFLAGS): Add
712         LIBUNWIND_FLAG to libstdc link line.
713         * src/Makefile.in: Regenerate.
714
715 2002-03-19  Benjamin Kosnik  <bkoz@redhat.com>
716
717         * docs/html/faq/index.html: Add OS X workaround.
718         * docs/html/17_intro/TODO: Update.
719
720 2002-03-18  Paolo Carlini  <pcarlini@unitus.it>
721
722         * include/bits/locale_facets.tcc
723         (money_put::do_put(long double)): Fix dimensioning of
724         temporary buffers to avoid risk of overruns.
725         (money_put::do_put(string)): Same for the buffer used to
726         add the grouping chars.
727         * testsuite/22_locale/money_put_members_char.cc: Add test06.
728         * testsuite/22_locale/money_put_members_wchar_t.cc: Ditto.
729
730         * include/bits/locale_facets.tcc
731         (collate::do_transform): Simplify.
732
733 2002-03-18  Phil Edwards  <pme@gcc.gnu.org>
734
735         * acinclude.m4 (GLIBCPP_CONFIGURE):  Make indentation/spacing uniform.
736         * configure.in:  Add comments pointing the way for autoconf 2.5x.
737         * aclocal.m4, config.h.in, configure:  Regenerate.
738
739 2002-03-18  Philipp Thomas  <pthomas@suse.de>
740
741         * include/backward/hash_map.h: hash, hashtable, hash_map and
742         hash_multimap are in namespace __gnu_cxx.
743         include/backward/hash_set.h: hash, hashtable, hash_set and
744         hash_multiset are in namespace __gnu_cxx.
745         include/backward/hashtable.h: hash and hashtable are in
746         namespace __gnu_cxx.
747         include/backward/rope.h: char_producer, sequence_buffer,
748         rope, crope and wrope are in namespace __gnu_cxx.
749         include/backward/slist.h: slist is in namespace __gnu_cxx.
750         * testsuite/backward/header_hash_map_h.cc
751         testsuite/backward/header_hash_set_h.cc
752         testsuite/backward/header_hashtable_h.cc
753         testsuite/backward/header_rope_h.cc
754         testsuite/backward/header_slist_h.cc
755         testsuite/backward/header_tempbuf_h.cc: New tests for
756         checking that we're using the correct namespace.
757
758 2002-03-17  Jason Merrill  <jason@redhat.com>
759
760         PR c++/4381
761         * libsupc++/eh_personality.cc (get_adjusted_ptr): New static fn.
762         (check_exception_spec): Call it.  Take the thrown pointer.
763         (__cxa_call_unexpected): Pass it.
764         (PERSONALITY_FUNCTION): Likewise.  Use get_adjusted_ptr.
765
766 2002-03-15  Anthony Green  <green@redhat.com>
767
768         * configure.in: Remove useless is_mingw32.
769         * configure: Rebuilt.
770
771 2002-03-15  Paolo Carlini  <pcarlini@unitus.it>
772
773         * testsuite/22_locale/collate_members_char.cc
774         (test01): compare the result of collate::compare with
775         that of collate::transform + string::compare, not with
776         that of collate::transform + collate::compare.
777         (test01): values returned by collate::compare are
778         normalized, therefore test against +-1.
779         * testsuite/22_locale/collate_members_wchar_t.cc: Ditto.
780
781 2002-03-12  Loren Rittle  <ljrittle@acm.org>
782
783         reported by Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
784         * testsuite/thread/pthread4.cc: Lower nominal iteration counter.
785
786 2002-03-12  Benjamin Kosnik  <bkoz@redhat.com>
787             Per Liboriussen  <liborius@stofanet.dk>
788
789         * config/os/gnu-linux/bits/ctype_noninline.h: Cast to
790         unsigned char.
791         * config/os/gnu-linux/bits/ctype_inline.h: Same.
792
793         * config/os/irix/irix6.5/bits/ctype_inline.h: Same.
794
795         * config/os/solaris/solaris2.5/bits/ctype_inline.h: Same.
796         * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
797
798         * config/os/solaris/solaris2.6/bits/ctype_inline.h: Same.
799         * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
800
801         * config/os/solaris/solaris2.7/bits/ctype_inline.h: Same.
802         * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
803
804         * testsuite/22_locale/ctype_members_char.cc (main): Add tests.
805
806 2002-03-12  Benjamin Kosnik  <bkoz@redhat.com>
807
808         * include/bits/basic_string.tcc (string::_S_construct(_InIter,
809         _InIter, const _Alloc&, forward_iterator_tag): Check for null.
810         (string::basic_string(const _CharT* __s, const _Alloc& __a)): Same.
811         * testsuite/21_strings/ctor_copy_dtor.cc (test01): Re-enable, now
812         that memory limits are in place.
813         (test03): Add tests.
814
815 2002-03-11  Benjamin Kosnik  <bkoz@redhat.com>
816
817         * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for wctype.h.
818         * aclocal.m4: Regenerate.
819         * config.h.in: Regenerate.
820         * configure: Regenerate.
821         * include/c_std/std_cwctype.h: Guard.
822
823 2002-03-11  Chris Demetriou  <cgd@broadcom.com>
824
825         * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Enhance check for
826         whether GLIBCPP_CHECK_LINKER_FEATURES has been used.
827         * aclocal.m4: Regenerate.
828         * configure: Regenerate.
829
830 2002-03-11  Benjamin Kosnik  <bkoz@redhat.com>
831
832         * include/bits/stl_bvector.h: Fix warning.
833
834 2002-03-11  Richard Henderson  <rth@redhat.com>
835
836         * include/bits/stl_bvector.h (_Bit_type): New.  Use throughout.
837
838 2002-03-11  Phil Edwards  <pme@gcc.gnu.org>
839
840         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-list-sourcefiles):
841         New function.  Build the list of tests to run in testsuite_files.
842         * testsuite/libstdc++-v3.dg/dg.exp:  Use it.
843
844 2002-03-11  Phil Edwards  <pme@gcc.gnu.org>
845
846         * testsuite/21_strings/capacity.cc:  Only explicitly instantiate on
847         platforms with no weak support.
848         * testsuite/27_io/ios_init.cc:  Likewise.
849
850 2002-03-10  Paolo Carlini  <pcarlini@unitus.it>
851
852         * include/bits/locale_facets.tcc (time_put::do_put):
853         Consider sizeof(char_type) in allocating the buffer.
854
855         * include/bits/locale_facets.tcc (collate::do_tranform):
856         Remove redundant variable.
857
858 2002-03-10  Ulrich Drepper  <drepper@redhat.com>
859             Paolo Carlini  <pcarlini@unitus.it>
860
861         * config/locale/generic/collate_members.cc
862         (collate<char,wchar_t>::_M_compare_helper): normalize
863         values returned by strcoll and wcscoll.
864         * config/locale/gnu/collate_members.cc
865         (collate<char,wchar_t>::_M_compare_helper): ditto
866         for __strcoll_l and __wcscoll_l.
867
868 2002-03-10  Anthony Green  <green@redhat.com>
869
870         * configure.in: Support cross builds to mingw32 target.
871         * configure: Rebuilt.
872
873 2002-03-09  Paolo Carlini  <pcarlini@unitus.it>
874
875         * include/bits/locale_facets.tcc (collate::do_transform):
876         Rewrite to fix problems with long transformed strings.
877
878 2002-03-08  Benjamin Kosnik  <bkoz@redhat.com>
879
880         * c_locale_generic.cc: Move to...
881         * generic/c_locale.cc
882         * c_locale_generic.h: Move to...
883         * generic/c_locale.h
884         * codecvt_specializations_generic.h: Move to...
885         * generic/codecvt_specializations.h
886         * collate_members_generic.cc: Move to...
887         * generic/collate_members.cc
888         * ctype_members_generic.cc: Move to...
889         * generic/ctype_members.cc
890         * messages_members_generic.cc: Move to...
891         * generic/messages_members.cc
892         * messages_members_generic.h: Move to...
893         * generic/messages_members.h
894         * moneypunct_members_generic.cc: Move to...
895         * generic/monetary_members.cc
896         * numpunct_members_generic.cc: Move to...
897         * generic/numeric_members.cc
898         * time_members_generic.cc: Move to...
899         * generic/time_members.cc
900         * c_locale_gnu.cc: Move to...
901         * gnu/c_locale.cc
902         * c_locale_gnu.h: Move to...
903         * gnu/c_locale.h
904         * collate_members_gnu.cc: Move to...
905         * gnu/collate_members.cc
906         * ctype_members_gnu.cc: Move to...
907         * gnu/ctype_members.cc
908         * messages_members_gnu.cc: Move to...
909         * gnu/messages_members.cc
910         * messages_members_gnu.h: Move to...
911         * gnu/messages_members.h
912         * moneypunct_members_gnu.cc: Move to...
913         * gnu/monetary_members.cc
914         * numpunct_members_gnu.cc: Move to...
915         * gnu/numeric_members.cc
916         * time_members_gnu.cc: Move to...
917         * gnu/time_members.cc
918         * c_locale_ieee_1003.1-200x.cc: Move to...
919         * ieee_1003.1-2001/c_locale.cc
920         * c_locale_ieee_1003.1-200x.h: Move to...
921         * ieee_1003.1-2001/c_locale.h
922         * codecvt_specializations_ieee_1003.1-200x.h: Move to...
923         * ieee_1003.1-2001/codecvt_specializations.h
924         * messages_members_ieee_1003.1-200x.cc: Move to...
925         * ieee_1003.1-2001/messages_members.cc
926         * messages_members_ieee_1003.1-200x.h: Move to...
927         * ieee_1003.1-2001/messages_members.h
928
929         * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Make consistent.
930         * aclocal.m4: Regenerate.
931         * configure: Regenerate.
932         * src/Makefile.am (sources): Change to monetary and numeric.
933         * src/Makefile.in: Regenerate.
934         * docs/html/configopts.html: Update to ieee_1003.1-2001.
935
936 2002-03-08  scott snyder  <snyder@fnal.gov>
937
938         libstdc++/5875
939         * include/bits/locale_facets.tcc (num_put::_M_convert_float):
940         Allow one more digit of precision.
941         * testsuite/27_io/ostream_inserter_arith.cc: Test that we can
942         write a double and read back in the same value.
943
944 2002-03-08  Benjamin Kosnik  <bkoz@redhat.com>
945
946         * include/std/std_limits.h: Move static const data members out of
947         generic template, into base class __numeric_limits_base.
948         * src/limits.cc: Add definitions.
949         * config/linker-map.gnu: Add __numeric_limits_base.
950         * testsuite/18_support/numeric_limits.cc: Declare test in scope.
951
952 2002-03-07  Benjamin Kosnik  <bkoz@redhat.com>
953
954         * include/bits/stl_alloc.h: Add extern implicit allocator
955         instantiations.
956         * include/bits/basic_string.tcc: Tweak.
957         * include/bits/locale_facets.tcc: Remove default args. Add
958         has_facet, use_facet extern instantiations.
959         * src/stl-inst.cc: Add explicit instantiation.
960         * src/locale-inst.cc: Clean. Remove locale member template
961         instantiations.
962
963         * testsuite/22_locale/operators.cc (test02): Enable.
964
965 2002-03-06  Benjamin Kosnik  <bkoz@redhat.com>
966             Stephen M. Webb  <stephen.webb@bregmasoft.com>
967
968         * include/bits/stl_tree.h (_S_rb_tree_red): Make enum.
969         (_S_rb_tree_black): Make enum.
970         Clean. Format.
971         * include/bits/stl_bvector.h (__WORD_BIT): To _M_word_bit, enum.
972         * include/bits/stl_algo.h (__stl_chunk_size): _M_chunk_size, enum.
973         (__stl_threshold): _M_threshold, enum.
974         * src/stl-inst.cc: Same.
975         * config/linker-map.gnu: Remove.
976
977         * testsuite/23_containers/vector_bool.cc: New.
978
979 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
980
981         * docs/doxygen/user.cfg.in:  Also document deprecated entries.
982         * docs/html/Makefile:  Example rule to rebuild porting-howto.html.
983         * docs/html/17_intro/howto.html:  "gcc"->"GCC" changes, when
984         referring to the collection as a whole.  New section on which macros
985         can be redefined by the user.
986         * docs/html/19_diagnostics/howto.html:  Update note for concepts.
987         * docs/html/20_util/howto.html:  Update link to SGI.
988         * docs/html/faq/index.html:  Update snapshot versions.  New entry
989         on why g++ (but not gcc) must currently predefine certain macros.
990         * docs/html/faq/index.txt:  Regenerated.
991
992         * include/bits/basic_string.h (basic_string::_S_construct):  Fix
993         names in declaration.
994         (basic_string::compare):  These are no longer optional.
995         * include/bits/ostream.tcc:  Tweak closing brace placement.
996         * include/bits/stl_algo.h:  Lots of initial doxygen comment hooks.
997         * include/std/std_sstream.h:  Fix typo in comment.
998         * include/bits/locale_facets.tcc:  Remove unneeded header inclusion.
999         * src/locale.cc:  Likewise.
1000
1001 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
1002
1003         PR libstdc++/5734
1004         * include/bits/stl_vector.h (vector::push_back()):  Guard with
1005         _GLIBCPP_DEPRECATED.
1006
1007 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
1008
1009         * include/bits/c++config:  Fix misplaced leading blanks on first line.
1010
1011 2002-03-05  Benjamin Kosnik  <bkoz@redhat.com>
1012
1013         * docs/html/17_intro/RELEASE-NOTES: Fix usage.
1014         * README (libmath): Make clear.
1015
1016 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
1017
1018         * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Check for version
1019         script globbing in ld.
1020         * aclocal.m4: Rebuilt.
1021         * configure: Rebuilt.
1022
1023 2002-03-05  Benjamin Kosnik  <bkoz@redhat.com>
1024
1025         * docs/html/17_intro/RELEASE-NOTES: Update.
1026         * README: Format subdirectories.
1027
1028 2002-03-05  Paolo Carlini  <pcarlini@unitus.it>
1029
1030         libstdc++/5816
1031         * include/bits/locale_facets.tcc
1032         (num_get::_M_extract_float): Fix the parsing of __dec, since
1033         the standard prescribes that if no grouping characters are
1034         seen, no grouping check is applied.
1035         * testsuite/22_locale/num_get_members_char.cc: Add test05
1036         distilled from the PR.
1037         * testsuite/22_locale/num_get_members_wchar_t.cc: Ditto.
1038
1039 2002-03-04  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1040
1041         * docs/html/17_intro/porting-howto.xml: Refer to
1042         http://www.oasis-open.org for docbookx.dtd.
1043         * docs/html/17_intro/porting-howto.html: Regenerated.
1044
1045 2002-03-03  Phil Edwards  <pme@gcc.gnu.org>
1046
1047         PR libstdc++/3955
1048         * include/std/std_sstream.h:  Remove trailing spaces.
1049         (basic_stringbuf::_M_stringbuf_init):  Also check for ios_base::app.
1050         * testsuite/27_io/stringbuf.cc (test05, test06):  New tests.
1051
1052 2002-03-02  Paolo Carlini  <pcarlini@unitus.it>
1053
1054         * testsuite/22_locale/num_get_members_char.cc (test04):
1055         Use a named locale expecting grouping (de_DE).
1056         * testsuite/22_locale/num_get_members_wchar_t.cc (test04):
1057         Ditto.
1058         * testsuite/27_io/ios_manip_basefield.cc (test01):
1059         Extend coverage, uniform treatment of hexs and octs.
1060
1061 2002-02-28  Richard Henderson  <rth@redhat.com>
1062
1063         * config/linker-map.gnu: Export operator new with unsigned long,
1064         and with std::nothrow_t.  Likewise operator delete.
1065
1066 2002-02-28  Paolo Carlini  <pcarlini@unitus.it>
1067
1068         * include/bits/locale_facets.tcc (num_get::_M_extract_int):
1069         Admit grouping for octals and hexadecimals too.
1070         * testsuite/22_locale/num_get_members_char.cc: Add test04.
1071         (test01): Tweak "." -> "," in void* test.
1072         * testsuite/22_locale/num_get_members_wchar_t.cc: Ditto.
1073
1074         * testsuite/27_io/ios_manip_basefield.cc: Remove static keyword.
1075         * testsuite/27_io/ios_manip_fmtflags.cc: Remove two of them.
1076
1077 2002-02-27  Paolo Carlini  <pcarlini@unitus.it>
1078
1079         * testsuite/27_io/ios_manip_basefield.cc (test01):
1080         Fix for 64 bit machines.
1081
1082 2002-02-26  Benjamin Kosnik  <bkoz@redhat.com>
1083
1084         libstdc++/3983
1085         * include/bits/basic_ios.tcc (basic_ios::init): Set _M_fill to zero.
1086         Adjust comment.
1087         * include/bits/basic_ios.h (basic_ios::_M_fill): Make mutable.
1088         (basic_ios::_M_fill_init): New.
1089         (basic_ios::fill()): Delay dealing with _M_fill.
1090         Adjust comment.
1091         * ios.cc (ios_base::ios_base()): Initialize _M_callbacks, _M_words.
1092         (ios_base::_M_call_callbacks): Adjust.
1093         * testsuite/27_io/ios_init.cc (test02): Adjust testcase.
1094
1095 2002-02-26  Loren Rittle  <ljrittle@acm.org>
1096
1097         * include/Makefile.am (thread_target_headers): Unconditionally
1098         stage and install gthr-posix.h.
1099         (${target_builddir}/gthr-posix.h): New rule cloned off
1100         ${target_builddir}/gthr-default.h.
1101         (${target_builddir}/gthr-default.h): Support chained inclusion
1102         of gthr support headers.
1103         * include/Makefile.in: Rebuilt.
1104
1105 2002-02-26  Paolo Carlini  <pcarlini@unitus.it>
1106
1107         * include/bits/locale_facets.tcc (num_put::_M_widen_int):
1108         Group all the integral types, not only decs.
1109         * testsuite/27_io/ios_manip_basefield.cc (test01): Tweak existing
1110         tests, add a few more.
1111
1112 2002-02-25  Benjamin Kosnik  <bkoz@redhat.com>
1113
1114         * src/ios.cc (ios_base::~ios_base): Tweak.
1115         (ios_base::_M_call_callbacks): Deal with null __p.
1116         (ios_base::ios_base): Set _M_callbacks.
1117         * include/bits/basic_ios.tcc (basic_ios::init): Adjust comment.
1118         * testsuite/27_io/ios_init.cc (test02): Fix.
1119
1120         * mkcheck.in (static_fail): Failed links go to output file.
1121
1122 2002-02-25  Phil Edwards  <pme@gcc.gnu.org>
1123
1124         * docs/html/faq/index.html:  Update.
1125         * docs/html/faq/index.txt:  Regenerate.
1126
1127 2002-02-22  Phil Edwards  <pme@gcc.gnu.org>
1128
1129         * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS):  Fix comment.
1130         * aclocal.m4:  Regenerate.
1131         * docs/html/configopts.html:  Document --enable-symvers.
1132         * config/linker-map.gnu:  Break libsupc++ symbols out to their own tag.
1133
1134 2002-02-22  Philipp Thomas  <pthomas@suse.de>
1135
1136         * include/backward/tempbuf.h: get_temporary_buffer and
1137         return_temporary_buffer are in namespace std, not in __gnu_cxx.
1138
1139 2002-02-21  Benjamin Kosnik  <bkoz@redhat.com>
1140
1141         * configure.in (target_alias): Default to yes.
1142         * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Add check for shared
1143         libgcc to default case.
1144
1145 2002-02-20  Phil Edwards  <pme@gcc.gnu.org>
1146
1147         * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES):  Also check version.
1148         (GLIBCPP_ENABLE_SYMVERS):  Redo logic, use linker version.
1149         * configure.in (GLIBCPP_ENABLE_SYMVERS):  Move later in the script.
1150         * aclocal.m4:  Regenerate.
1151         * configure:  Regenerate.
1152         * config/linker-map.dummy:  New file.  Contains nothing useful.
1153
1154 2002-02-20  Benjamin Kosnik  <bkoz@redhat.com>
1155
1156         * testsuite/22_locale/money_put_members_char.cc: Fix.
1157         * testsuite/22_locale/money_put_members_wchar_t.cc: Fix.
1158
1159         * testsuite/27_io/standard_manipulators.cc: New file.
1160
1161         * testsuite/27_io/ios_manip_basefield.cc: Check results, now failing.
1162         * testsuite/27_io/ios_manip_fmtflags.cc: Use locale::classic().
1163
1164 2002-02-20  Danny Smith  <dannysmith@users.sourceforge.net>
1165
1166         * config/os/mingw32/bits/ctype_noninline.h
1167         (ctype<char>::ctype): Remove default args from parm list.
1168         * config/os/djgpp/bits/ctype_noninline.h: Same.
1169
1170 2002-02-19  Benjamin Kosnik  <bkoz@redhat.com>
1171
1172         * include/std/std_iomanip.h: Inline, tweaks.
1173         * config/linker-map.gnu: Remove hacks.
1174
1175         * testsuite/21_strings/capacity.cc: Add explicit instantiations.
1176         * testsuite/27_io/ios_init.cc: Same.
1177         * testsuite/22_locale/money_get_members_char.cc (test07): Fix.
1178         * testsuite/22_locale/money_get_members_wchar_t.cc (test07): Same.
1179
1180 2002-02-19  Benjamin Kosnik  <bkoz@redhat.com>
1181
1182         * config/linker-map.gnu: Export global vtable, typeinfo, guard
1183         variable, and thunk info as per CXXABI docs.
1184
1185 2002-02-19  Loren Rittle <ljrittle@acm.org>
1186
1187         * include/Makefile.am: Use CONFIG_HEADER instead of ad hoc names.
1188         * include/Makefile.in: Rebuilt.
1189
1190 2002-02-18  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
1191
1192         * testsuite/22_locale/collate_byname.cc (test01): Replace size4
1193           with size3 for the string collations of str5.
1194
1195 2002-02-18  Paolo Carlini  <pcarlini@unitus.it>
1196
1197         libstdc++/5708
1198         * include/bits/locale_facets.tcc (money_put::do_put):
1199         For the space field use __fill instead of ' ', uniformly.
1200         * testsuite/22_locale/money_put_members_char.cc:
1201         Add test05 distilled from PR.
1202         (test01-02-03): Trim some '*' to ' '.
1203         * testsuite/22_locale/money_put_members_wchar_t.cc: Ditto.
1204
1205 2002-02-18  Loren Rittle <ljrittle@acm.org>
1206
1207         libstdc++/5697
1208         * include/Makefile.am (thread_builddir): Remove (map all
1209         existing uses to target_builddir).
1210         (thread_headers): Rename to...
1211         (thread_target_headers): ...this.
1212         (stamp-thread): Remove.
1213         (stamp-target): Correctly state the position as built.
1214         Update all dependencies to match the new reality.  Remove all
1215         dependency calculations on directories.
1216         * include/Makefile.in: Rebuilt.
1217
1218 2002-02-16   Benjamin Kosnik  <bkoz@redhat.com>
1219
1220         * include/bits/locale_facets.tcc: Add pragma GCC system_header.
1221         * include/bits/fstream.tcc: Same.
1222         * include/bits/sstream.tcc: Same.
1223         * include/bits/ostream.tcc: Same.
1224         * include/bits/istream.tcc: Same.
1225         * include/bits/streambuf.tcc: Same.
1226         * include/bits/basic_ios.tcc: Same.
1227         * include/bits/basic_string.tcc: Same.
1228
1229 2002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
1230
1231         * include/std/std_iosfwd.h: Don't guard typedefs with
1232         _GLIBCPP_USE_WCHAR_T
1233         * include/bits/stringfwd.h: Same.
1234
1235 2002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
1236
1237         * src/locale.cc (moneypunct_byname): Remove definitions.
1238         * include/std/std_streambuf.h (streambuf::operator=): Return.
1239
1240 2002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
1241
1242         Tune for size.
1243         * src/string-inst.cc (string::_Rep::_S_terminal): Remove redundant
1244         explicit instantiation.
1245         (string::_Rep::_S_max_size): Same.
1246         * include/bits/basic_string.tcc: Add extern explicit
1247         instantiations for string, wstring.
1248         * include/bits/basic_ios.tcc: Add extern explicit instantiations
1249         for ios, wios.
1250         * include/bits/streambuf.tcc: Same, for streambuf, wstreambuf.
1251         * include/bits/istream.tcc: Same, for istream, wistream.
1252         * include/bits/ostream.tcc: Same for ostream, wostream, iostream,
1253         wiostream.
1254         * include/bits/sstream.tcc: Same, for stringbuf, wstringbuf,
1255         istringstream, wistringstream, ostringstream, wostringstream,
1256         stringstream, wstringstream.
1257         * include/bits/fstream.tcc: Same, for filebuf, wfilebuf, ifstream,
1258         wifstream, ofstream, wofstream, fstream, wfstream.
1259         * src/misc-inst.cc: Correct comments.
1260         Add iomanip instantiations for wide streams.
1261         * include/std/std_iomanip.h: Same.
1262         * include/bits/locale_facets.tcc: Same.
1263
1264         * include/std/std_streambuf.h: Correct
1265         _GLIBCPP_FULLY_COMPLIANT_HEADERS guard.
1266         * include/std/std_sstream.h: Same.
1267         * include/std/std_ostream.h: Same.
1268         * include/std/std_istream.h: Same.
1269         * include/std/std_fstream.h: Same.
1270
1271         * include/std/std_streambuf.h: Add definitions for private copy
1272         ctor and assignment operator.
1273         * include/std/std_istream.h: Remove declared but undefined copy
1274         ctor and assignment operator. This is taken care of in ios_base,
1275         so adding it in the derived class as well is superfluous.
1276         * include/std/std_ostream.h: Same.
1277
1278         * include/bits/basic_ios.h (basic_ios::clear): Don't inline.
1279         * include/bits/basic_ios.tcc (basic_ios::clear): Move definition here.
1280
1281 2002-02-14  Benjamin Kosnik  <bkoz@redhat.com>
1282
1283         * config/linker-map.gnu: Change tag from GCC_3.1 to GLIBCPP_3.1.
1284         Add typeinfo bits. Smooth.
1285         * aclocal.m4: Regenerate.
1286         * configure: Same.
1287         * src/Makefile.in: Same.
1288
1289 2001-02-14  Joel Sherrill  <joel@OARcorp.com>
1290
1291         * config/cpu/m68k/bits/atomicity.h: Corrected for RTEMS targets
1292         which do not have a CAS instruction.
1293
1294 2002-02-14  Phil Edwards  <pme@gcc.gnu.org>
1295
1296         * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS):  New macro, initial revision.
1297         * configure.in:  Call it.
1298         * config/linker-map.gnu:  New file, initial incomplete revision.
1299         * src/Makefile.am:  Optionally pass version script to the linker.
1300         * aclocal.m4:  Regenerate.
1301         * configure:  Regenerate.
1302         * src/Makefile.in:  Regenerate.
1303
1304 2002-02-13  Benjamin Kosnik  <bkoz@redhat.com>
1305
1306         * src/localename.cc: Remove stdexcept include.
1307         * src/locale-inst.cc: Same.
1308         * src/locale.cc: Same.
1309         * src/functexcept.cc: Remove string includes.
1310         * include/std/std_bitset.h: Remove stdexcept include.
1311         * testsuite/23_containers/bitset_members.cc: Add stdexcept.
1312         * testsuite/23_containers/bitset_ctor.cc: Same.
1313
1314 2002-02-11  Benjamin Kosnik  <bkoz@redhat.com>
1315
1316         * include/bits/stl_algo (__stl_threshold): Declare external.
1317         (__stl_chunk_size): Same.
1318         * include/bits/stl_bvector.h (__WORD_BIT): Same.
1319         * include/bits/stl_tree.h (_S_rb_tree_red): Same.
1320         (_S_rb_tree_black): Same.
1321         * src/stl-inst.cc (__stl_threshold): Define.
1322         (__stl_chunk_size): Same.
1323         (__WORD_BIT): Same.
1324         (_S_rb_tree_red): Same.
1325         (_S_rb_tree_black): Same.
1326
1327         * config/io/basic_file_libio.h (__basic_file): Add declarations.
1328         * include/bits/basic_file.h: Remove.
1329         * config/io/c_io_stdio.h: Remove _GLIBCPP_BASIC_FILE_ENCAPSULATION
1330         Declare generic types, specialization.
1331         * config/io/basic_file_stdio.cc: Definitions.
1332         * config/io/c_io_libio.h: Remove _GLIBCPP_BASIC_FILE_INHERITANCE.
1333         Declare generic types.
1334         * include/Makefile.am (bits_headers): Remove basic_file.h.
1335         (extra_target_headers): Change basic_file_model.h to basic_file.h.
1336         (stamp-target): Same.
1337
1338         * include/bits/stl_alloc.h: Tweaks.
1339         * include/bits/localefwd.h: Same.
1340
1341 2002-02-11  Aaron W LaFramboise  <AWLaFramboise@aol.com>
1342
1343         * include/bits/locale_facets.tcc (collate::do_hash): Fix.
1344         * testsuite/22_locale/collate_members_char.cc (test03): New test.
1345         * testsuite/22_locale/collate_members_wchar_t.cc (test03): Same.
1346
1347 2002-02-10  Phil Edwards  <pme@gcc.gnu.org>
1348
1349         * include/bits/stl_algo.h (transform (both signatures), generate_n):
1350         Use __typeof__ in concept checks.
1351
1352 2002-02-10  Jonathan Wakely  <cow@compsoc.man.ac.uk>
1353
1354         * include/bits/stl_algo.h (__median, for_each, find, find_if,
1355         adjacent_find, count, count_if, search, search_n, swap_ranges,
1356         transform, replace, replace_if, replace_copy, replace_copy_if,
1357         generate, generate_n, remove_copy, remove_copy_if, remove, remove_if,
1358         unique, unique_copy, reverse, reverse_copy):  Doxygenate.
1359
1360 2002-02-08  Benjamin Kosnik  <bkoz@redhat.com>
1361
1362         * include/bits/locale_facets.h
1363         (numpunct<_CharT>::_M_initialize_numpunct): Remove definition.
1364         (__timepunct<_CharT>::_M_initialize_timepunct): Same.
1365         (__timepunct<_CharT>::_M_put_helper): Same.
1366         (moneypunct<_CharT, _Intl>::_M_initialize_moneypunct): Same.
1367
1368         * include/bits/fstream.tcc (filebuf::underflow): Remove
1369         __codecvt_type typedef.
1370         (filebuf::_M_convert_to_external): Same.
1371
1372 2002-02-08  Phil Edwards  <pme@gcc.gnu.org>
1373
1374         * docs/doxygen/TODO:  Update.
1375         * docs/doxygen/doxygroups.cc:  Tweak __gnu_cxx description.
1376         * docs/doxygen/mainpage.html:  Add TODO list link.
1377         * docs/doxygen/user.cfg.in:  Add @doctodo hook.
1378         * docs/doxygen/tables.html:  New file, emoty structure only.
1379
1380         * include/bits/stl_iterator.h:  Doxygenate just about everything.
1381         * include/bits/stl_iterator_base_funcs.h:  Ditto, clean up spaces.
1382         * include/bits/stl_iterator_base_types.h:  Add notes.
1383
1384 2002-02-07  Stephan Buys  <sbproxy@icon.co.za>
1385
1386         * include/bits/stl_map.h:  Tweak doxygen markup.
1387         * include/bits/stl_multimap.h:  Doxygenate and remove extra spaces.
1388         * include/bits/stl_vector.h:  Likewise.
1389
1390 2002-02-07  Benjamin Kosnik  <bkoz@redhat.com>
1391
1392         libstdc++/5286
1393         libstdc++/3860
1394         * include/std/std_fstream.h (filebuf::__file_type): Change to
1395         __basic_file<char>.
1396         (filebuf::_M_convert_to_external): Declare.
1397         * include/bits/fstream.tcc (filebuf::_M_convert_to_external): Define
1398         codecvt bits for wide streams.
1399         (filebuf::_M_really_overflow): Use it.
1400         (filebuf::underflow): Use codecvt.
1401         * config/locale/codecvt_specializations_ieee_1003.1-200x.h:
1402         (codecvt<__enc_traits>::do_out): Deal with partial.
1403         (codecvt<__enc_traits>::do_encoding): Return something useful.
1404         * src/codecvt.cc (codecvt<wchar_t>::do_encoding): Return sizeof
1405         wchar_t.
1406         * testsuite/22_locale/codecvt_members_unicode_char.cc (test01):
1407         Change expected encoding output.
1408         (test02): Same.
1409         * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test01): Same.
1410         (test02): Same.
1411
1412 2002-02-07  Benjamin Kosnik  <bkoz@redhat.com>
1413             Wolfgang Bangerth  <wolfgang.bangerth@iwr.uni-heidelberg.de>
1414
1415         * include/bits/basic_ios.tcc (basic_ios::narrow): Add default value.
1416         (basic_ios::widen): Same.
1417
1418 2002-02-07  Paolo Carlini  <pcarlini@unitus.it>
1419
1420         * testsuite/22_locale/money_get_members_char.cc:
1421         Add comment, tidy up.
1422         (test01): more "en_HK" tests (without showbase).
1423         * testsuite/22_locale/money_get_members_wchar_t.cc: Ditto.
1424
1425 2002-02-06  Loren Rittle <ljrittle@acm.org>
1426
1427         * config/locale/c_locale_generic.cc: Do not trust
1428         _GLIBCPP_HAVE_STRTOF or _GLIBCPP_HAVE_STRTOLD as
1429         set by configure.
1430
1431 2002-02-06  Loren Rittle <ljrittle@acm.org>
1432
1433         * acinclude.m4: Add C++ linkage check for strtof.
1434         * aclocal.m4: Rebuilt.
1435         * config.h.in: Rebuilt.
1436         * configure: Rebuilt.
1437         * config/locale/c_locale_generic.cc: Conditionally include
1438         <ieeefp.h>.  Improve handling and error checking of float
1439         and long double input for non-C99 configurations.
1440
1441 2002-02-06  Paolo Carlini  <pcarlini@unitus.it>
1442
1443         * include/bits/locale_facets.tcc (money_get::do_get(string)):
1444         In case money_base::symbol deal properly with multi-char sign
1445         for patterns {X,Y,Z,symbol} and {X,Y,symbol,none}.
1446         * testsuite/22_locale/money_get_members_char.cc: Add test07.
1447         * testsuite/22_locale/money_get_members_wchar_t.cc: Add test07.
1448
1449 2002-02-05  Paolo Carlini  <pcarlini@unitus.it>
1450
1451         * include/bits/locale_facets.tcc (money_get::do_get(string)):
1452         First construct a tentative returned string, then, only if the
1453         parsing succeeds, copy it into the string passed by reference.
1454         * testsuite/22_locale/money_get_members_char.cc: Add test06.
1455         * testsuite/22_locale/money_get_members_wchar_t.cc: Add test06.
1456
1457 2002-02-04  Phil Edwards  <pme@gcc.gnu.org>
1458
1459         * docs/doxygen/TODO:  Impl-defined behavior now documented...
1460         * docs/html/17_intro/howto.html:  ...here.
1461         * docs/doxygen/mainpage.doxy:  Remove, rename...
1462         * docs/doxygen/mainpage.html:  ...to this.  Tweak HTML, add license.
1463         * docs/doxygen/style.css:  Add small text.
1464         * docs/doxygen/run_doxygen:  Adjust for new mainpage.
1465         * docs/doxygen/user.cfg.in:  Likewise.
1466
1467 2002-02-04  Stephan Buys  <sbproxy@icon.co.za>
1468
1469         * include/bits/stl_map.h:  Initial doxygen markup.
1470         * include/std/std_fstream.h:  Initial doxygen markup.
1471
1472 2002-02-04  Paolo Carlini  <pcarlini@unitus.it>
1473
1474         libstdc++/5579
1475         * include/bits/locale_facets.tcc (money_get::do_get(string)):
1476         Deal correctly with !(__io.flags() & ios_base::showbase)
1477         for case money_base::symbol.
1478         * testsuite/22_locale/money_get_members_char.cc: Add test05.
1479         * testsuite/22_locale/money_get_members_wchar_t.cc: Add test05.
1480
1481 2002-02-02  Paolo Carlini  <pcarlini@unitus.it>
1482
1483         * testsuite/22_locale/operators.cc
1484         (gnu_collate::do_compare()): Add return statement to
1485         suppress "no return statement" warning.
1486
1487 2002-02-01  Paolo Carlini  <pcarlini@unitus.it>
1488
1489         * testsuite/27_io/ostream_manip.cc: Enable test02.
1490
1491 2002-02-01  Phil Edwards  <pme@gcc.gnu.org>
1492
1493         * docs/html/documentation.html:  Update for 3.0.96.
1494         * docs/html/faq/index.html:  Update for 3.0.96.
1495         * docs/html/faq/index.txt:  Regenerated.
1496         * docs/doxygen/TODO:  Update notes.
1497         * docs/html/17_intro/howto.html:  Initial impl-specific listing.
1498
1499 2002-01-31  Benjamin Kosnik  <bkoz@redhat.com>
1500
1501         * config/locale/codecvt_specializations_ieee_1003.1-200x.h:
1502         Initialize all data members in copy ctor. Make ctors explicit.
1503         (__enc_traits::__enc_traits()): Default ctor does nothing.
1504         (__enc_traits::_M_init): Guard against multiple iconv_opens.
1505         * include/std/std_sstream.h (basic_stringbuf): Make data members
1506         protected.
1507         * include/std/std_fstream.h (basic_filebuf): Same.
1508         * include/std/std_streambuf.h: Tweak.
1509         * include/bits/streambuf.tcc: Same.
1510         * include/bits/sstream.tcc: Same.
1511         * include/bits/fstream.tcc: Same.
1512
1513 2002-01-31  Loren Rittle <ljrittle@acm.org>
1514
1515         * testsuite/22_locale/codecvt_members_char_char.cc: Do not
1516         allow NULL argument to be passed to setenv().
1517         * testsuite/22_locale/codecvt_members_wchar_t_char.cc: Likewise.
1518         * testsuite/22_locale/collate_members_char.cc: Likewise.
1519         * testsuite/22_locale/collate_members_wchar_t.cc: Likewise.
1520         * testsuite/22_locale/ctype_members_char.cc: Likewise.
1521         * testsuite/22_locale/ctype_members_wchar_t.cc: Likewise.
1522         * testsuite/22_locale/messages_members_char.cc: Likewise.
1523         * testsuite/22_locale/money_get_members_char.cc: Likewise.
1524         * testsuite/22_locale/money_get_members_wchar_t.cc: Likewise.
1525         * testsuite/22_locale/money_put_members_char.cc: Likewise.
1526         * testsuite/22_locale/money_put_members_wchar_t.cc: Likewise.
1527         * testsuite/22_locale/moneypunct_members_char.cc: Likewise.
1528         * testsuite/22_locale/moneypunct_members_wchar_t.cc: Likewise.
1529         * testsuite/22_locale/num_get_members_char.cc: Likewise.
1530         * testsuite/22_locale/num_get_members_wchar_t.cc: Likewise.
1531         * testsuite/22_locale/num_put_members_char.cc: Likewise.
1532         * testsuite/22_locale/num_put_members_wchar_t.cc: Likewise.
1533         * testsuite/22_locale/numpunct_members_char.cc: Likewise.
1534         * testsuite/22_locale/numpunct_members_wchar_t.cc: Likewise.
1535         * testsuite/22_locale/time_get_members_char.cc: Likewise.
1536         * testsuite/22_locale/time_get_members_wchar_t.cc: Likewise.
1537         * testsuite/22_locale/time_put_members_char.cc: Likewise.
1538         * testsuite/22_locale/time_put_members_wchar_t.cc: Likewise.
1539
1540 2002-01-30  Benjamin Kosnik  <bkoz@redhat.com>
1541
1542         * config/locale/c_locale_gnu.cc: Same errno fixes as generic.
1543
1544         * ChangeLog-2001: Fix spelling errors...
1545         * docs/html/17_intro/RELEASE-NOTES: Update.
1546         * docs/html/17_intro/TODO: Update.
1547         * README (file): Update.
1548
1549 2002-01-30  Loren Rittle <ljrittle@acm.org>
1550
1551         * config/locale/c_locale_generic.cc: Check errno for ERANGE
1552         instead of non-zero to aid portability.
1553
1554 2002-01-30  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
1555
1556         * docs/html/22_locale/messages.html: Fix example code.
1557
1558 2002-01-30  Richard Henderson  <rth@redhat.com>
1559
1560         * testsuite/27_io/ostream_inserter_arith.cc (test03_check): Break
1561         out from test03 and templatize.
1562         (test03): Use it.
1563
1564 2002-01-30  Paolo Carlini  <pcarlini@unitus.it>
1565
1566         * config/locale/numpunct_members_gnu.cc
1567         (numpunct<char, wchar_t>::_M_initialize_numpunct()):
1568         Fix initialization of _M_grouping for locales which have
1569         _M_thousands_sep == '\0'(L'\0', respectively).
1570         * testsuite/22_locale/numpunct_byname.cc (test02): Add test.
1571
1572 2002-01-30  Paolo Carlini  <pcarlini@unitus.it>
1573
1574         * testsuite/27_io/ostream_inserter_arith.cc (test03):
1575         Better fix for 32/64 bit architectures, avoiding the
1576         implicit assumption that CHAR_BIT == 8.
1577
1578 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
1579
1580         * Makefile.am (doxygen, doxygen-maint, doxygen-man):  Tweak targets.
1581         * Makefile.in:  Regenerate.
1582
1583         * docs/doxygen/run_doxygen:  Update, mostly for man pages.
1584         * docs/doxygen/Intro.3:  Update.
1585         * docs/doxygen/TODO:  Update.
1586         * docs/doxygen/doxygroups.cc:  Add namespace hook for __gnu_cxx.
1587         * docs/doxygen/mainpage.doxy:  Update.
1588         * docs/doxygen/user.cfg.in:  Update for header rename.  Also
1589         regenerate comments and variables with 1.2.12.
1590         * docs/doxygen/maint.cfg.in:  Remove file.
1591
1592         * include/bits/stl_relops.h:  Doxygenate.
1593         * include/bits/stl_tempbuf.h (std::_Temporary_buffer):  Likewise.
1594
1595         * include/c_std/std_cassert.h, include/c_std/std_cctype.h,
1596         include/c_std/std_cerrno.h, include/c_std/std_cfloat.h,
1597         include/c_std/std_ciso646.h, include/c_std/std_climits.h,
1598         include/c_std/std_clocale.h, include/c_std/std_cmath.h,
1599         include/c_std/std_csetjmp.h, include/c_std/std_csignal.h,
1600         include/c_std/std_cstdarg.h, include/c_std/std_cstddef.h,
1601         include/c_std/std_cstdio.h, include/c_std/std_cstdlib.h,
1602         include/c_std/std_cstring.h, include/c_std/std_ctime.h,
1603         include/c_std/std_cwchar.h, include/c_std/std_cwctype.h,
1604         include/ext/algorithm, include/ext/functional, include/ext/hash_map,
1605         include/ext/hash_set, include/ext/iterator, include/ext/memory,
1606         include/ext/numeric, include/ext/rb_tree, include/ext/rope,
1607         include/ext/ropeimpl.h, include/ext/slist, include/ext/stl_hash_fun.h,
1608         include/ext/stl_hashtable.h, include/ext/stl_rope.h,
1609         include/std/std_algorithm.h, include/std/std_bitset.h,
1610         include/std/std_complex.h, include/std/std_deque.h,
1611         include/std/std_fstream.h, include/std/std_functional.h,
1612         include/std/std_iomanip.h, include/std/std_ios.h,
1613         include/std/std_iosfwd.h, include/std/std_iostream.h,
1614         include/std/std_istream.h, include/std/std_iterator.h,
1615         include/std/std_limits.h, include/std/std_list.h,
1616         include/std/std_locale.h, include/std/std_map.h,
1617         include/std/std_memory.h, include/std/std_numeric.h,
1618         include/std/std_ostream.h, include/std/std_queue.h,
1619         include/std/std_set.h, include/std/std_sstream.h,
1620         include/std/std_stack.h, include/std/std_stdexcept.h,
1621         include/std/std_streambuf.h, include/std/std_string.h,
1622         include/std/std_utility.h, include/std/std_valarray.h,
1623         include/std/std_vector.h:  Add/correct @file doxygen hook.
1624
1625         * include/ext/memory:  Doxygenate most of rest of file.
1626         * libsupc++/exception:  Doxygen output formatting.
1627         * libsupc++/new:  Say which header it is.
1628
1629         * testsuite/lib/libstdc++-v3-dg.exp:  Fix spacing.
1630         * docs/html/19_diagnostics/howto.html:  Describe concept-checks switch.
1631         * docs/html/23_containers/howto.html:  Describe O(n) list::size().
1632         * docs/html/27_io/howto.html:  Also link to Langer and Kreft text.
1633
1634 2002-01-28  Paolo Carlini  <pcarlini@unitus.it>
1635             Charles Leggett <CGLeggett@lbl.gov>
1636
1637         * testsuite/27_io/filebuf_members.cc (test_05): Add test.
1638
1639 2002-01-28  Paolo Carlini  <pcarlini@unitus.it>
1640
1641         * testsuite/27_io/ostream_inserter_arith.cc (test03):
1642         Fix to deal correctly with both 32 bit and 64 bit architectures
1643
1644 2002-01-25  Loren Rittle <ljrittle@acm.org>
1645
1646         * testsuite/thread/pthread1.cc: Use one condition variable
1647         per predicate instead of tricky use of one condition variable.
1648
1649 2002-01-25  Benjamin Kosnik  <bkoz@redhat.com>
1650
1651         * include/bits/fstream.tcc (filebuf::close()): Fix close for input
1652         streams.
1653         (filebuf::_M_really_overflow): Match indeterminate and sync calls.
1654         * testsuite/27_io/filebuf.cc: Compile only.
1655         * testsuite/27_io/filebuf_members.cc: Move tests to here.
1656         * testsuite/27_io/filebuf_virtuals.cc: And here.
1657         Revert sungetc, sync changes for expected values.
1658         * testsuite/27_io/filebuf-*: Move to...
1659         * testsuite/27_io/filebuf_virtuals-*: ...here.
1660         * testsuite/27_io/istream.cc: Compile only, activate.
1661         * testsuite/27_io/ostream.cc: Same.
1662         * testsuite/27_io/iostream.cc: New.
1663         * testsuite/27_io/iostream_members.cc: New.
1664
1665 2002-01-25  David Billinghurst <David.Billinghurst@riotinto.com>
1666
1667         * testsuite/thread/pthread1.cc: Enable on cygwin.
1668         * testsuite/thread/pthread2.cc: Likewise.
1669         * testsuite/thread/pthread3.cc: Likewise.
1670         * testsuite/thread/pthread4.cc: Likewise.
1671         * testsuite/thread/pthread5.cc: Likewise.
1672         * testsuite/thread/pthread6.cc: Likewise.
1673
1674 2002-01-24  Benjamin Kosnik  <bkoz@redhat.com>
1675
1676         * testsuite/27_io/ostream_inserter_char.cc (test07): New.
1677
1678 2002-01-24  Benjamin Kosnik  <bkoz@redhat.com>
1679
1680         * include/bits/basic_ios.h (basic_ios::_M_check_facet): Make
1681         const, tweak.
1682         (basic_ios::fill(char_type)): Use fill().
1683         * include/bits/basic_ios.tcc (basic_ios::widen): Use _M_check_facet.
1684         (basic_ios::narrow): Same.
1685         (basic_ios::_M_cache_facets): Explicitly set cached facets to zero
1686         if they are invalid.
1687         (basic_ios::init): Comment.
1688         * testsuite/27_io/ios_init.cc (test02): New.
1689
1690 2002-01-24  Phil Edwards  <pme@gcc.gnu.org>
1691
1692         * include/bits/stl_tempbuf.h (_Temporary_buffer):  Add doxygen hook.
1693         * include/bits/stl_algo.h:  Include stl_tempbuf.h.
1694         * include/ext/memory:  Do not include stl_tempbuf.h.
1695         (temporary_buffer):  Add doxygen hook.
1696         (__get_temporary_buffer, get_temporary_buffer,
1697         return_temporary_buffer):  Move back to std:: header...
1698         * include/std/std_memory.h:  ...here.  Do not include stl_tempbuf.h.
1699         * include/ext/rope:  Do not include stl_tempbuf.h.
1700         * include/ext/stl_hashtable.h:  Likewise.
1701         * include/std/std_algorithm.h:  Likewise.
1702         * testsuite/20_util/temporary_buffer.cc:  New file.
1703
1704 2002-01-24  andrew@andypo.net
1705             (tweaks, test and commit by Loren J. Rittle  <ljrittle@acm.org>)
1706
1707         libstdc++/5432
1708         * include/bits/ios_base.h: Use _Atomic_word for reference counts.
1709         * include/bits/localefwd.h: Likewise.
1710         Also use for std::locale::id::_S_highwater.
1711         * src/ios.cc (ios_base::xalloc): Use _Atomic_word.
1712         * src/locale.cc: Support new usage of _Atomic_word.
1713         (std::locale::classic): Guard entire function against reentry.
1714         * src/localename.cc: Support new usage of _Atomic_word.
1715
1716 2002-01-24   Benjamin Kosnik  <bkoz@redhat.com>
1717
1718         * testsuite/22_locale/num_put_members_wchar_t.cc (test03): Use
1719         _GLIBCPP_HAVE_SETENV.
1720         * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test02): Same.
1721         * testsuite/22_locale/collate_members_char.cc (test02): Same.
1722         * testsuite/22_locale/ctype_members_char.cc (test03): Same.
1723         * testsuite/22_locale/ctype_members_wchar_t.cc (test03): Same.
1724         * testsuite/22_locale/messages_members_char.cc (test02): Same.
1725         * testsuite/22_locale/moneypunct_members_char.cc (test02): Same.
1726         * testsuite/22_locale/moneypunct_members_wchar_t.cc (test02): Same.
1727         * testsuite/22_locale/money_put_members_char.cc (test04): Same.
1728         * testsuite/22_locale/money_put_members_wchar_t.cc (test04): Same.
1729         * testsuite/22_locale/num_get_members_char.cc (test03): Same.
1730         * testsuite/22_locale/num_get_members_wchar_t.cc (test03): Same.
1731         * testsuite/22_locale/numpunct_members_char.cc (test02): Same.
1732         * testsuite/22_locale/numpunct_members_wchar_t.cc (test02): Same.
1733         * testsuite/22_locale/time_get_members_char.cc (test07): Same.
1734         * testsuite/22_locale/time_get_members_wchar_t.cc (test07): Same.
1735         * testsuite/22_locale/time_put_members_char.cc (test03): Same.
1736         * testsuite/22_locale/time_put_members_wchar_t.cc (test03): Same.
1737         * testsuite/22_locale/num_put_members_char.cc (test03): Same.
1738         * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Check for setenv.
1739         * aclocal.m4: Regenerate.
1740         * configure: Regenerate.
1741         * config.h.in: Regenerate.
1742
1743 2002-01-23  Loren Rittle <ljrittle@acm.org>
1744
1745         * testsuite/thread/pthread1.cc: New test.
1746         * testsuite/thread/pthread2.cc: New test adapted from libstdc++/5347.
1747         * testsuite/thread/pthread3.cc: Likewise.
1748         * testsuite/thread/pthread4.cc: New test adapted from
1749         http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00679.html
1750         * testsuite/thread/pthread5.cc: New test adapted from libstdc++/5464.
1751         * testsuite/thread/pthread6.cc: New test adapted from libstdc++/5444.
1752
1753 2002-01-23  Richard Henderson  <rth@redhat.com>
1754
1755         PR libstdc++/5198
1756         * config/cpu/m68k/bits/atomicity.h (__exchange_and_add): Only use
1757         CAS on the cpu variants that support it.  Add versions that use
1758         TAS and that disable interrupts.
1759         (__atomic_add): Use __exchange_and_add to guarantee atomicity.
1760
1761 2002-01-23  Matt Kraai  <kraai@alumni.cmu.edu>
1762
1763         * include/bits/locale_facets.tcc: Remove old comments.
1764
1765 2002-01-23  Andreas Tobler  <toa@pop.agri.ch>
1766
1767         * include/bits/locale_facets.tcc (__convert_to_v): Change template
1768         parameter to _Tv.
1769         (__convert_from_v): Same.
1770
1771 2002-01-23  Benjamin Kosnik  <bkoz@redhat.com>
1772
1773         * include/bits/locale_facets.h (num_get::_M_extract_int): Change
1774         prototype.
1775         * include/bits/locale_facets.tcc (num_get::_M_extract_int): Remove
1776         __max_digits checks, adjust arguments.
1777         (num_get::do_get(*)): Changeup.
1778
1779 2002-01-23  Loren Rittle <ljrittle@acm.org>
1780
1781         * config/locale/c_locale_generic.cc: Fix typename usage.
1782
1783 2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
1784
1785         * config/locale/c_locale_generic.cc: Fix.
1786
1787 2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
1788
1789         * docs/html/22_locale/messages.html: Remove angle brackets.
1790         * docs/html/17_intro/TODO: Add.
1791
1792 2002-01-22  Paolo Carlini  <pcarlini@unitus.it>
1793
1794         * testsuite/27_io/ios_manip_basefield.cc: Enable test02.
1795         * testsuite/27_io/ostream_inserter_arith.cc: Enable test03.
1796         * testsuite/27_io/ostream_inserter_char.cc: Enable test01.
1797         * testsuite/27_io/ostream_inserter_other.cc: Enable test04.
1798
1799 2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
1800
1801         Audit for LANG independence.
1802         * include/bits/localefwd.h: Tweaks.
1803         * include/bits/locale_facets.tcc (money_get::do_get(long double)):
1804         Use __convert_to_v.
1805         (time_get::do_get_year): Same.
1806         (__convert_from_v): Add.
1807         (num_put::_M_convert_float): Use.
1808         (num_put::_M_convert_int): Same.
1809         (money_put::do_put): Same.
1810
1811         * src/locale-inst.cc: Add instantiations for __convert_from_v.
1812         * config/locale/time_members_gnu.cc: Cleanup setlocale usage.
1813         * config/locale/time_members_generic.cc:
1814         * config/locale/messages_members_gnu.cc: Same.
1815         * config/locale/messages_members_gnu.h: Same.
1816
1817         * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test02): New.
1818         * testsuite/22_locale/codecvt_members_char_char.cc (test02): New.
1819         * testsuite/22_locale/collate_members_wchar_t.cc (test02): New.
1820         * testsuite/22_locale/collate_members_char.cc (test02): New.
1821         * testsuite/22_locale/ctype_members_wchar_t.cc (test03): New.
1822         * testsuite/22_locale/ctype_members_char.cc (test03): New.
1823         * testsuite/22_locale/messages_members_char.cc (test02): New.
1824         * testsuite/22_locale/moneypunct_members_wchar_t.cc (test02): New.
1825         * testsuite/22_locale/moneypunct_members_char.cc (test02): New.
1826         * testsuite/22_locale/money_get_members_wchar_t.cc (test04): New.
1827         * testsuite/22_locale/money_get_members_char.cc (test04): New.
1828         * testsuite/22_locale/money_put_members_wchar_t.cc (test04): New.
1829         * testsuite/22_locale/money_put_members_char.cc (test04): New.
1830         * testsuite/22_locale/numpunct_members_wchar_t.cc (test02): New.
1831         * testsuite/22_locale/numpunct_members_char.cc (test02): New.
1832         * testsuite/22_locale/time_put_members_wchar_t.cc (test03): New.
1833         * testsuite/22_locale/time_put_members_char.cc (test03): New.
1834         * testsuite/22_locale/time_get_members_wchar_t.cc (test07): New.
1835         * testsuite/22_locale/time_get_members_char.cc (test07): New.
1836         * testsuite/22_locale/num_get_members_wchar_t.cc (test03): New.
1837         * testsuite/22_locale/num_get_members_char.cc (test03): New.
1838         * testsuite/22_locale/num_put_members_wchar_t.cc (test03): New.
1839         * testsuite/22_locale/num_put_members_char.cc (test03): New.
1840
1841         * testsuite/22_locale/time_get_members_char.cc: Fixups for global
1842         locale issues.
1843         * testsuite/22_locale/time_get_members_char.cc: Same.
1844
1845 2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
1846
1847         libstdc++/5280
1848         * include/bits/localefwd.h: Tweak comments.
1849         * include/bits/locale_facets.h (__convert_to_v): Add.
1850         * include/bits/locale_facets.tcc (num_get::do_get(double)): Use it.
1851         (num_get::do_get(float)): Same.
1852         (num_get::do_get(long double)): Same.
1853         (num_get::do_get(bool)): Same.
1854         (num_get::do_get(long)): Same.
1855         (num_get::do_get(long long)): Same.
1856         (num_get::do_get(unsigned int)): Same.
1857         (num_get::do_get(unsigned short)): Same.
1858         (num_get::do_get(unsigned long)): Same.
1859         (num_get::do_get(unsigned long long)): Same.
1860         * config/locale/c_locale_gnu.cc (__convert_to_v): Specialize.
1861         * config/locale/c_locale_generic.cc: Same.
1862
1863 2002-01-22  Loren Rittle <ljrittle@acm.org>
1864
1865         * include/Makefile.am (c_base_builddir): Remove redundant slash.
1866         (std_builddir): Likewise.
1867         (std_headers_rename): Fix cut-n-paste typo.
1868         (install-data-local): Concat path per element instead of once to
1869         first element of list.
1870         * include/Makefile.in: Rebuilt.
1871
1872 2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
1873
1874         * config/os/aix/bits/ctype_noninline.h: Fix formatting.
1875         * config/os/bsd/netbsd/bits/ctype_noninline.h: Fix typo.
1876         * config/os/bsd/freebsd/bits/ctype_noninline.h: Fix formatting.
1877
1878 2002-01-20  Benjamin Kosnik  <bkoz@redhat.com>
1879
1880         * include/bits/locale_facets.h (ctype<char>::classic_table):
1881         Remove definition.
1882         (ctype<char>::_S_ctable): Remove.
1883         * config/os/gnu-linux/bits/ctype_noninline.h
1884         (ctype<char>::_S_table): Remove definition.
1885         (ctype<char>::classic_table): Define.
1886         (ctype<char>::ctype): Replace _S_ctable with classic_table().
1887         * config/os/aix/bits/ctype_noninline.h: Same.
1888         * config/os/bsd/freebsd/bits/ctype_noninline.h: Same.
1889         * config/os/bsd/netbsd/bits/ctype_noninline.h: Same.
1890         * config/os/djgpp/bits/ctype_noninline.h: Same.
1891         * config/os/generic/bits/ctype_noninline.h: Same.
1892         * config/os/gnu-linux/bits/ctype_noninline.h: Same.
1893         * config/os/hpux/bits/ctype_noninline.h: Same.
1894         * config/os/irix/irix5.2/bits/ctype_noninline.h: Same.
1895         * config/os/irix/irix6.5/bits/ctype_noninline.h: Same.
1896         * config/os/mingw32/bits/ctype_noninline.h: Same.
1897         * config/os/newlib/bits/ctype_noninline.h: Same.
1898         * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
1899         * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
1900         * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
1901
1902 2002-01-20  Danny Smith  <dannysmith@users.sourceforge.net>
1903
1904         * config/os/mingw32/bits/ctype_noninline.h: Declare _ctype instead
1905         of _pctype. Use to define _S_ctable.  Add definition for alternate
1906         ctor.  Initialise _M_ctable to _S_ctable in ctors.
1907         (do_toupper, do_tolower): Use inline code appropriate for C-locale
1908         rather than ::toupper, ::tolower.
1909
1910 2002-01-18  Loren Rittle <ljrittle@acm.org>
1911
1912         * testsuite/18_support/numeric_limits.cc (test_extrema<long double>):
1913         Add specialization for FreeBSD systems only to avoid losing test
1914         only due to extra precision unmentioned in system headers.
1915
1916 2002-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
1917
1918         * config/os/irix/irix6.5/bits/ctype_noninline.h: Fix typo
1919
1920 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
1921
1922         * testsuite/testsuite_hooks.h: Fix comment typo.  Memory
1923         limiting is only attempted if _GLIBCPP_MEM_LIMIT is defined.
1924
1925 2002-01-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
1926
1927         * testsuite/22_locale/ctor_copy_dtor.cc: Remove check.
1928
1929 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
1930
1931         * configure.target: Define OPT_LDFLAGS for AIX case.
1932
1933 2002-01-17  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
1934
1935         * include/std/std_limits.h (__glibcpp_float_has_quiet_NaN,
1936         __glibcpp_double_has_quiet_NaN): Correct mispelling.
1937
1938 2002-01-17  Andreas Tobler  <toa@pop.agri.ch>
1939
1940         * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Fix.
1941
1942 2002-01-16  David Edelsohn  <dje@watson.ibm.com>
1943
1944         * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Do not clear
1945         SECTION_LDFLAGS and OPT_LDFLAGS.  Fix ac_sectionLDflags type.
1946         * aclocal.m4: Regenerate.
1947         * configure: Regenerate.
1948
1949 2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
1950
1951         * include/Makefile.am (c_base_headers_rename): New.
1952         (c_base_headers_extra): New.
1953         (stamp-c_base): Modify.
1954         (install-data-local): Use both.
1955         * include/Makefile.in: Regenerate.
1956         * include/c/[cctype ciso646 cmath cstdarg cstdlib cerrno climits
1957         csetjmp cstddef cstring cwchar cassert cfloat clocale csignal
1958         cstdio ctime cwctype]: Move to..
1959         * include/c/std_*: Here.
1960         * include/c_std/[cctype ciso646 cmath cstdarg cstdlib cerrno climits
1961         csetjmp cstddef cstring cwchar cassert cfloat clocale csignal
1962         cstdio ctime cwctype]: Move to..
1963         * include/c_std/std_*: Here.
1964
1965         Alexandre Oliva  <aoliva@redhat.com>
1966         * include/Makefile.am (.PRECIOUS): Add rule.
1967         * include/Makefile.in: Regenerate.
1968
1969 2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
1970             Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
1971
1972         * include/bits/stl_iterator.h (reverse_iterator::_M_current):
1973         Deuglify, should be current.
1974         (back_insert_iterator::_M_container): Deuglify, should be container.
1975         (front_insert_iterator::_M_container): Same.
1976         (insert_iterator::_M_container): Same.
1977         * testsuite/24_iterators/reverse_iterator.cc: Add check.
1978         * testsuite/24_iterators/back_insert_iterator.cc: Add check.
1979         * testsuite/24_iterators/front_insert_iterator.cc: Same.
1980         * testsuite/24_iterators/insert_iterator.cc: Same.
1981
1982 2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
1983
1984         * include/bits/locale_facets.h (ctype<char>::classic_table): Make
1985         static.
1986         (ctype<char>::_M_ctable): Make static, change name to _S_ctable.
1987         * config/os/gnu-linux/bits/ctype_noninline.h: Define _S_ctable.
1988         * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
1989         * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
1990         * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
1991         * config/os/newlib/bits/ctype_noninline.h: Same.
1992         * config/os/irix/irix6.5/bits/ctype_noninline.h: Same.
1993         * config/os/irix/irix5.2/bits/ctype_noninline.h: Same.
1994         * config/os/hpux/bits/ctype_noninline.h: Same.
1995         * config/os/djgpp/bits/ctype_noninline.h: Same.
1996         * config/os/bsd/netbsd/bits/ctype_noninline.h: Same.
1997         * config/os/bsd/freebsd/bits/ctype_noninline.h: Same.
1998         * config/os/aix/bits/ctype_noninline.h: Same.
1999
2000         Testcase by Dietmar Kühl via Peter Schmid
2001         * testsuite/22_locale/ctype_members_char.cc (char>): Add test for
2002         classic_table().
2003
2004 2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
2005
2006         * libmath/signbitl.c: Copyright years as list, not range.
2007         * libmath/Makefile.am: Same.
2008         * libmath/Makefie.in: Regenerate.
2009         * libmath/signbit.c: Same.
2010         * libmath/nan.c: Same.
2011         * libmath/copysignf.c: Same.
2012         * libmath/signbitf.c: Same.
2013         * testsuite/22_locale/money_get_members_char.cc: Same.
2014         * testsuite/22_locale/money_get_members_wchar_t.cc: Same.
2015         * testsuite/22_locale/money_put_members_char.cc: Same.
2016         * testsuite/22_locale/money_put_members_wchar_t.cc: Same.
2017         * testsuite/22_locale/time_get_members_char.cc: Same.
2018         * testsuite/22_locale/time_get_members_wchar_t.cc: Same.
2019         * testsuite/22_locale/time_put_members_char.cc: Same.
2020         * testsuite/22_locale/time_put_members_wchar_t.cc: Same.
2021         * testsuite/21_strings/nonmember.cc: Same.
2022         * testsuite/21_strings/compare.cc: Same.
2023         * testsuite/27_io/stringstream.cc: Same.
2024         * testsuite/27_io/stringbuf.cc: Same.
2025         * testsuite/27_io/filebuf.cc: Same.
2026         * testsuite/27_io/ios_manip_basefield.cc: Same.
2027         * testsuite/27_io/ios_manip_fmtflags.cc: Same.
2028         * include/bits/cpp_type_traits.h: Same.
2029         * include/bits/generic_shadow.h: Same.
2030         * include/bits/gslice_array.h: Same.
2031         * include/bits/gslice.h: Same.
2032         * include/bits/indirect_array.h: Same.
2033         * include/bits/slice_array.h: Same.
2034         * include/bits/sstream.tcc: Same.
2035         * include/bits/streambuf_iterator.h: Same.
2036         * include/bits/valarray_array.tcc: Same.
2037         * include/bits/valarray_meta.h: Same.
2038         * include/bits/valarray_array.h: Same.
2039         * config/os/mingw32/bits/ctype_noninline.h: Same.
2040         * config/os/mingw32/bits/ctype_base.h: Same.
2041         * config/os/hpux/bits/ctype_noninline.h: Same.
2042         * config/os/hpux/bits/ctype_base.h: Same.
2043         * config/os/gnu-linux/bits/ctype_noninline.h: Same.
2044         * config/os/gnu-linux/bits/ctype_base.h: Same.
2045         * config/os/generic/bits/ctype_noninline.h: Same.
2046         * config/os/generic/bits/ctype_base.h: Same.
2047
2048         * libsupc++/tinfo.h: Tweaks.
2049
2050 2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
2051
2052         * testsuite/22_locale/num_put_members_wchar_t.cc (test02): Same.
2053         * testsuite/22_locale/num_put_members_char.cc (test01): Tweak.
2054         * testsuite/22_locale/ctype_members_char.cc: Tweak.
2055
2056 2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
2057
2058         * include/bits/locale_facets.tcc (num_put::do_put(bool): Fix.
2059         (num_put::do_put(void*)): Fix.
2060         * testsuite/22_locale/num_put_members_char.cc (test02): Add.
2061         * testsuite/22_locale/num_put_members_wchar_t.cc (test02): Add.
2062         * testsuite/22_locale/num_get_members_char.cc (test02): Add
2063         long double, void, bool types.
2064         * testsuite/22_locale/num_get_members_wchar_t.cc (test02): Add.
2065
2066 2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
2067             Alexandre Oliva  <aoliva@redhat.com>
2068
2069         * libmath/Makefile.am (LINK): Add --tag CC.
2070         * libmath/Makefile.in: Regenerate.
2071
2072 2002-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2073
2074         * config/os/hpux/bits/ctype_noninline.h: Use __SB_masks for address
2075         of character to attribute mapping table.
2076
2077 2002-01-15  David Billinghurst <David.Billinghurst@riotinto.com>
2078
2079         * testsuite/26_numerics/c99_classification_macros_c.cc
2080         Remove dg-error and dg-excess-errors comments.
2081
2082 2002-01-14  Benjamin Kosnik  <bkoz@redhat.com>
2083
2084         * include/bits/locale_facets.tcc (time_put::put): Correct output
2085         iterator positions.
2086         * testsuite/22_locale/time_put_members_char.cc (test02): Add.
2087         * testsuite/22_locale/time_put_members_wchar_t.cc (test02): Add.
2088         * testsuite/22_locale/time_get_members_wchar_t.cc (test06): Add.
2089         * testsuite/22_locale/time_get_members_char.cc (test06): Add.
2090
2091 2002-01-14  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2092
2093         * docs/html/17_intro/porting-howto.xml: Update filebuf section.
2094
2095 2002-01-14  Paolo Carlini  <pcarlini@unitus.it>
2096             Nathan Myers  <ncm@cantrip.org>
2097
2098         * include/bits/basic_string.h
2099         (replace(__pos, __n1, __s, __n2)): Optimize by avoiding
2100         temporaries (i.e., call _M_replace_safe) when possible.
2101         (replace(__pos, __n, __str)): Call replace(__pos, __n1, __s, __n2).
2102         (replace(__pos, __n1, __s)): Call replace(__pos, __n1, __s , __n2).
2103         (replace(__i1, __i2, __str)): Call replace(__i1, __i2, __s, __n).
2104         (replace(__i1, __i2, __s)): Call replace(__i1, __i2, __s, __n).
2105         (replace(__i1, __i2, __s, __n)): Call replace(__pos1, __n1, __s, __n2).
2106         * include/bits/basic_string.tcc
2107         (replace(__pos1, __n1, __str, __pos2, __n2)): Call
2108         replace(__pos, __n1, __s, __n2).
2109         * testsuite/21_strings/replace.cc (test03): New testcases.
2110
2111         * include/bits/basic_string.h (insert(__pos, __s, __n)):
2112         Adjust comparison wrt overflow.
2113
2114 2002-01-12  Benjamin Kosnik  <bkoz@redhat.com>
2115
2116         * include/Makefile.am (std_headers_rename): New variable.
2117         (install-data-local): Use it.
2118         * include/Makefile.in: Regenerate.
2119
2120 2002-01-12  Benjamin Kosnik  <bkoz@redhat.com>
2121
2122         * include/bits/locale_facets.tcc (money_put::do_put(string):
2123         Correct output iterator value.
2124         * testsuite/22_locale/money_put_members_char.cc (test03): Add.
2125         * testsuite/22_locale/money_put_members_wchar_t.cc: Same.
2126
2127 2002-01-11  Phil Edwards  <pme@gcc.gnu.org>
2128
2129         * include/Makefile.am, include/Makefile.in (stamp-std):  Fix typo from
2130         previous commit.
2131
2132 2002-01-11  Phil Edwards  <pme@gcc.gnu.org>
2133
2134         * include/Makefile.am (std_headers):  Update list with new names.
2135         (stamp-std):  Link to standardized name.
2136         * include/Makefile.in:  Regenerate.
2137
2138         * include/std/algorithm, include/std/bitset, include/std/complex,
2139         include/std/deque, include/std/fstream, include/std/functional,
2140         include/std/iomanip, include/std/ios, include/std/iosfwd,
2141         include/std/iostream, include/std/istream, include/std/iterator,
2142         include/std/limits, include/std/list, include/std/locale,
2143         include/std/map, include/std/memory, include/std/numeric,
2144         include/std/ostream, include/std/queue, include/std/set,
2145         include/std/sstream, include/std/stack, include/std/stdexcept,
2146         include/std/streambuf, include/std/string, include/std/utility,
2147         include/std/valarray, include/std/vector:  Rename to...
2148
2149         * include/std/std_algorithm.h, include/std/std_bitset.h,
2150         include/std/std_complex.h, include/std/std_deque.h,
2151         include/std/std_fstream.h, include/std/std_functional.h,
2152         include/std/std_iomanip.h, include/std/std_ios.h,
2153         include/std/std_iosfwd.h, include/std/std_iostream.h,
2154         include/std/std_istream.h, include/std/std_iterator.h,
2155         include/std/std_limits.h, include/std/std_list.h,
2156         include/std/std_locale.h, include/std/std_map.h,
2157         include/std/std_memory.h, include/std/std_numeric.h,
2158         include/std/std_ostream.h, include/std/std_queue.h,
2159         include/std/std_set.h, include/std/std_sstream.h,
2160         include/std/std_stack.h, include/std/std_stdexcept.h,
2161         include/std/std_streambuf.h, include/std/std_string.h,
2162         include/std/std_utility.h, include/std/std_valarray.h,
2163         include/std/std_vector.h:  ...this.
2164
2165 2002-01-11  Loren Rittle <ljrittle@acm.org>
2166
2167         * include/Makefile.am (extra_target_headers): New list of all
2168         target files built with ad hoc naming rules.
2169         (stamp-*): Handle LN_S failure in manner portable across make
2170         implementations.
2171         (install-data-local): Install header files from human-maintained
2172         file lists and directory components instead of non-robust find.
2173         * include/Makefile.in: Rebuilt.
2174
2175 2002-01-11  Benjamin Kosnik  <bkoz@redhat.com>
2176
2177         * include/bits/locale_facets.tcc (money_get::do_get(string)):
2178         Check for zero-length negative sign before adding it to output
2179         string.
2180         (money_get::do_get(long double)): Return beg.
2181         * testsuite/22_locale/money_get_members_char.cc (test02): Add
2182         iterator checks.
2183         * testsuite/22_locale/money_get_members_wchar_t.cc: Same.
2184
2185 2002-01-10  David Seymour  <seymour_dj@yahoo.com>
2186
2187         libstdc++/5331
2188         * include/bits/locale_facets.h (num_get<>): Return advanced iterator
2189         for _M_extract_float and _M_extract_int
2190         * include/bits/locale_facets.tcc (num_get<>::_M_extract_float)
2191         (num_get<>::_M_extract_int): Likewise, all callers changed
2192         * testsuite/22_locale/num_get_members_char.cc: Testcase
2193
2194 2002-01-09  Paolo Carlini <pcarlini@unitus.it>
2195
2196         * libsupc++/exception (bad_exception): Add comment.
2197         * libsupc++/new (bad_alloc): Same.
2198         * libsupc++/typeinfo (bad_cast, bad_typeid): Same.
2199
2200 2002-01-09  Paolo Carlini <pcarlini@unitus.it>
2201
2202         libstdc++/3150: revert 2001-11-30 commit. DR266 only means
2203         that the destructors should be removed from the descriptions
2204         in the standard: writing them explicitly allows the vtable
2205         heuristic to work. For additional information see:
2206         http://gcc.gnu.org/ml/libstdc++/2002-01/msg00090.html
2207         http://gcc.gnu.org/ml/libstdc++/2002-01/msg00110.html
2208         http://gcc.gnu.org/ml/libstdc++/2002-01/msg00155.html
2209         * libsupc++/exception (bad_exception::~bad_exception()):
2210         Reintroduce declaration.
2211         * libsupc++/new (bad_alloc::~bad_alloc()): Same.
2212         * libsupc++/typeinfo (bad_cast::~bad_cast()): Same.
2213         (bad_typeid::~bad_typeid()): Same.
2214         * libsupc++/eh_exception.cc (bad_exception::~bad_exception()):
2215         Reintroduce definition.
2216         * libsupc++/new_handler.cc (bad_alloc::~bad_alloc()): Same.
2217         * libsupc++/tinfo.cc (bad_cast::~bad_cast()): Same.
2218         (bad_typeid::~bad_typeid()): Same.
2219
2220 2002-01-09  Benjamin Kosnik  <bkoz@redhat.com>
2221
2222         * include/Makefile.am (c_base_srcdir): Remove duplicate '/'.
2223         * include/Makefile.in: Regenerate.
2224
2225 2002-01-09  Bo Thorsen  <bo@suse.co.uk>
2226
2227         * config/cpu/x86-64/bits/cpu_limits.h (__glibcpp_long_bits): Add
2228         definition.
2229
2230 2002-01-08  Benjamin Kosnik  <bkoz@redhat.com>
2231
2232         libstdc++/2913
2233         libstdc++/4879
2234         * include/bits/fstream.tcc (filebuf::_M_really_overflow): Test
2235         return value of _M_file->sync().
2236         (filebuf::showmanyc): Check for is_open.
2237         * include/std/fstream (filebuf::sync): Tweak.
2238         * testsuite/27_io/filebuf.cc: Tweak.
2239
2240 2002-01-08  John Fardo  <jfardo@laurelnetworks.com>
2241             Brad Garcia  <garsh@attbi.com>
2242
2243         * testsuite/27_io/filebuf_members.cc: Add test.
2244
2245 2002-01-07  Benjamin Kosnik  <bkoz@redhat.com>
2246             Craig Rodrigues  <rodrigc@mediaone.net>
2247
2248         libstdc++/5174
2249         * po/Makefile.am (mkinstalldirs): Add.
2250         * po/Makefile.in: Regenerate.
2251
2252 2002-01-07  David Billinghurst  <David.Billinghurst@riotinto.com>
2253
2254         * testsuite_flags.in: Add -fmessage-length=0 to CXXFLAGS *
2255         testsuite/lib/prune.exp: Delete lines ":In function ..."  from
2256         compiler output.
2257         * testsuite/23_containers/map_operators.cc: Remove
2258         dg-excess-errors comment.
2259         * testsuite/23_containers/set_operators.cc: Likewise.
2260
2261 2002-01-06  Paolo Carlini  <pcarlini@unitus.it>
2262
2263         * include/bits/stl_function.h:  Remove two lines of comments;
2264         adjust copyright years.
2265
2266 2002-01-04  Benjamin  Kosnik  <bkoz@redhat.com>
2267
2268         * include/Makefile.am (std_headers): Remove cXXX from list.
2269         (c_base_srcdir): No bits subdirectory.
2270         (c_base_builddir): Same.
2271         (c_base_headers): Adjust names, add ciso646.
2272         (bits_headers): Remove std_xxx.h headers.
2273         * include/Makefile.in: Regenerate.
2274
2275         * include/ext/iterator: Adjust includes.
2276         * include/ext/ropeimpl.h: Same.
2277         * include/ext/stl_hash_fun.h: Same.
2278         * include/ext/algorithm: Same.
2279
2280         * include/backward/bvector.h: Adjust includes.
2281         * include/backward/vector.h: Same.
2282         * include/backward/strstream: Same.
2283         * include/backward/streambuf.h: Same.
2284         * include/backward/stack.h: Same.
2285         * include/backward/set.h: Same.
2286         * include/backward/queue.h: Same.
2287         * include/backward/multiset.h: Same.
2288         * include/backward/multimap.h: Same.
2289         * include/backward/map.h: Same.
2290         * include/backward/list.h: Same.
2291         * include/backward/iterator.h: Same.
2292         * include/backward/iostream.h: Same.
2293         * include/backward/iomanip.h: Same.
2294         * include/backward/fstream.h: Same.
2295         * include/backward/deque.h: Same.
2296         * include/backward/complex.h: Same.
2297
2298         * include/bits/std_algorithm.h: Move to...
2299         * include/std/algorithm: ...here.
2300         * include/bits/std_iosfwd.h, std_locale.h, std_stack.h,
2301         std_bitset.h, std_ios.h, std_map.h, std_stdexcept.h,
2302         std_complex.h, std_iostream.h, std_memory.h, std_streambuf.h,
2303         std_deque.h, std_istream.h, std_numeric.h, std_string.h,
2304         std_fstream.h, std_ostream.h, std_utility.h, std_iterator.h,
2305         std_queue.h, std_valarray.h, std_functional.h, std_limits.h,
2306         std_set.h, std_vector.h, std_iomanip.h, std_list.h, std_sstream.h:
2307         Same.
2308
2309         * include/c_std/bits/std_cassert.h: Move to...
2310         * include/c_std/cassert: Here.
2311         * include/c_std/std_cctype.h, std_cerrno.h, std_cfloat.h,
2312         std_climits.h, std_clocale.h, std_cmath.h, std_csetjmp.h,
2313         std_csignal.h, std_cstdarg.h, std_cstddef.h, std_cstdio.h,
2314         std_cstdlib.h, std_cstring.h, std_ctime.h, std_cwchar.h,
2315         std_cwctype.h: Same.
2316         * include/c_std/cmath: Adjust cmath.tcc include.
2317         * include/c_std/cstdlib: Adjust includes.
2318         * include/c_std/cwchar: Same.
2319         * include/c_std/ctime: Same.
2320         * include/c_std/cstring: Same.
2321         * include/c_std/cstdio: Same.
2322         * include/c_std/bits: Remove directory.
2323
2324         * include/c/bits/std_cassert.h: Move to...
2325         * include/c/cassert: Here.
2326         * include/c/std_cctype.h, std_cerrno.h, std_cfloat.h,
2327         std_climits.h, std_clocale.h, std_cmath.h, std_csetjmp.h,
2328         std_csignal.h, std_cstdarg.h, std_cstddef.h, std_cstdio.h,
2329         std_cstdlib.h, std_cstring.h, std_ctime.h, std_cwchar.h,
2330         std_cwctype.h: Same.
2331         * include/c/bits: Remove directory.
2332
2333         * include/std/cwctype: Remove.
2334         * include/std/cwchar: Remove.
2335         * include/std/ctime: Remove.
2336         * include/std/cstring: Remove.
2337         * include/std/cstdlib: Remove.
2338         * include/std/cstdio: Remove.
2339         * include/std/cstddef: Remove.
2340         * include/std/cstdarg: Remove.
2341         * include/std/csignal: Remove.
2342         * include/std/csetjmp: Remove.
2343         * include/std/cmath: Remove.
2344         * include/std/clocale: Remove.
2345         * include/std/climits: Remove.
2346         * include/std/ciso646: Remove.
2347         * include/std/cfloat: Remove.
2348         * include/std/cerrno: Remove.
2349         * include/std/cctype: Remove.
2350         * include/std/cassert: Remove.
2351
2352         * include/bits/fpos.h: Adjust includes, removing <bits/std_xxx.h>
2353         files and subsituting <xxx>.
2354         * include/bits/valarray_array.h: Same.
2355         * include/bits/stl_uninitialized.h: Same.
2356         * include/bits/stl_alloc.h: Same.
2357         * include/bits/stl_algobase.h: Same.
2358         * include/bits/sstream.tcc: Same.
2359         * include/bits/pthread_allocimpl.h: Same.
2360         * include/bits/ostream.tcc: Same.
2361         * include/bits/localefwd.h: Same.
2362         * include/bits/locale_facets.tcc: Same.
2363         * include/bits/locale_facets.h: Same.
2364         * include/bits/istream.tcc: Same.
2365         * include/bits/char_traits.h: Same.
2366         * include/bits/boost_concept_check.h: Same.
2367         * include/bits/basic_file.h: Same.
2368         * include/std/bitset: Same.
2369         * include/std/complex: Same.
2370         * include/std/fstream: Same.
2371         * include/std/functional: Same.
2372         * include/std/ios: Same.
2373         * include/std/iostream: Same.
2374         * include/std/ostream: Same.
2375         * include/std/sstream: Same.
2376         * include/std/streambuf: Same.
2377         * include/std/string: Same.
2378         * include/std/iterator: Same.
2379         * include/std/valarray: Same.
2380
2381         * src/ios.cc: Adjust includes.
2382         * src/valarray-inst.cc: Same.
2383         * src/string-inst.cc: Same.
2384         * src/stl-inst.cc: Same.
2385         * src/stdexcept.cc: Same.
2386         * src/misc-inst.cc: Same.
2387         * src/localename.cc: Same.
2388         * src/locale-inst.cc: Same.
2389         * src/locale.cc: Same.
2390         * src/limits.cc: Same.
2391         * src/concept-inst.cc: Same.
2392         * src/complex_io.cc: Same.
2393         * src/codecvt.cc: Same.
2394         * src/bitset.cc: Same.
2395         * src/cmath.cc: Same.
2396
2397 2002-01-04  Paolo Carlini  <pcarlini@unitus.it>
2398
2399         * include/bits/stl_tree.h (rb_tree):  Move to...
2400         * include/ext/rb_tree:  ...here, new file.
2401         * include/Makefile.am (ext_headers):  Add new file.
2402         * include/Makefile.in:  Regenerate.
2403         * include/bits/stl_tempbuf.h (get_temporary_buffer + helper,
2404         return_temporary_buffer, struct temporary_buffer):  Move to...
2405         * include/ext/memory:  ...here.
2406         * testsuite/ext/headers.cc:  Include <ext/rb_tree>.
2407         * include/backward/tempbuf.h:  Include <ext/memory>, tweak.
2408         * include/backward/tree.h:  Include <ext/rb_tree), tweak.
2409
2410 2002-01-03  Paolo Carlini  <pcarlini@unitus.it>
2411
2412         * include/bits/stl_numeric.h (power + helpers, iota):  Move to...
2413         * include/ext/numeric:  ...here, new file.
2414         * include/bits/stl_function.h (identity_element, unary_compose,
2415         binary_compose, compose1, compose2, identity, select1st,
2416         select2nd, project1st + helper, project2nd + helper,
2417         constant_void_fun + helper, constant_unary_fun + helper,
2418         costant_binary_fun + helper, constant0, constant1, constant2,
2419         subtractive_rng, mem_fun1, mem_fun1_ref):  Move to...
2420         * include/ext/functional:  ...here, new file.
2421         * include/Makefile.am (ext_headers):  Add new files.
2422         * include/Makefile.in:  Regenerate.
2423         * testsuite/ext/headers.cc:  Include <ext/numeric> and
2424         <ext/functional>.
2425         * include/backward/algo.h:  Include <ext/numeric>, tweak.
2426         * include/backward/function.h:  Include <ext/functional>, tweak.
2427         * include/ext/ropeimpl.h:  Include <ext/numeric>.
2428
2429 2002-01-03  Jeffrey A Law  <law@redhat.com>
2430
2431         * config/os/hpux/bits/os_defines.h: Prefix __strtoll and
2432         __strtoull declarations with __extension__.
2433
2434 2002-01-03  David Billinghurst <David.Billinghurst@riotinto.com>
2435
2436         * testsuite/lib/prune.exp: Correct regular expression for
2437         -ffunction-sections
2438
2439 2002-01-02  Phil Edwards  <pme@gcc.gnu.org>
2440
2441         * include/bits/stl_algo.h (upper_bound, equal_range, binary_search):
2442         Change concept checks, as with lower_bound and PR 2054.
2443         * testsuite/ext/concept_checks.cc:  Expand test to include those.
2444
2445 2002-01-02  Phil Edwards  <pme@gcc.gnu.org>
2446
2447         * include/bits/boost_concept_check.h:  Import some changes from
2448         upsteam (Boost) version.
2449
2450 2002-01-02  Paolo Carlini  <pcarlini@unitus.it>
2451
2452         * include/bits/stl_algobase.h (copy_n + helpers,
2453         lexicographical_compare_3way + helpers):  Move to...
2454         * include/ext/algorithm:  ...here.
2455         * include/bits/stl_uninitialized.h (uninitialized_copy_n +
2456         helpers):  Move to...
2457         * include/ext/memory:  ...here, new file.
2458         * include/Makefile.am (ext_headers):  Add new file.
2459         * include/Makefile.in:  Regenerate.
2460         * testsuite/ext/headers.cc:  Include <ext/memory>.
2461         * include/backward/algobase.h:  Include <ext/memory> and
2462         <ext/algorithm>, tweak.
2463         * include/ext/ropeimpl.h:  Include <ext/memory>, tweak.
2464         * include/ext/stl_rope.h:  Include <ext/memory>, tweak.
2465
2466 2002-01-01  Roger Sayle <roger@eyesopen.com>
2467
2468         * libmath/stubs.c (sinf,cosf): Implement stubs to enable the
2469         equivalent ___builtin__ versions.
2470
2471         * include/c_shadow/bits/std_cmath.h: All __builtin math functions
2472         are available in libstdc++ as the necessary stub implementations
2473         are provided by libmath/stubs.c.
2474
2475 2002-01-01  Jason Thorpe  <thorpej@wasabisystems.com>
2476
2477         * configure.in: Add support for NetBSD cross compiles.
2478         * configure: Regenerate.