(output_return_instruction): Do not writeback the stack pointer when it is
[official-gcc.git] / libstdc++-v3 / ChangeLog
blob69112ddfe00f57e3bfd17323c6266420b5b6edba
1 2002-09-16  Benjamin Kosnik  <bkoz@redhat.com>
3         * include/c_shadow: Remove.
4         * include/bits/generic_shadow.h: Remove.
5         * include/Makefile.am: Remove generic_shadow.h.
6         * acinclude.m4: Remove c_shadow references.
7         * aclocal.m4: Regenerate.
8         * configure: Regenerate.
9         * mkcshadow: Remove.
10         * mkinclosure: Remove.
12 2002-09-16  Loren J. Rittle  <ljrittle@acm.org>
14         libstdc++/7922
15         * include/ext/stl_rope.h (rope<>): Qualify dependent names
16         with `typename'.
18 2002-09-16  Richard Henderson  <rth@redhat.com>
20         * include/std/std_limits.h (__glibcpp_f32_QNaN_bytes,
21         __glibcpp_f32_has_QNaN, __glibcpp_f32_SNaN_bytes,
22         __glibcpp_f32_has_SNaN, __glibcpp_f64_QNaN_bytes,
23         __glibcpp_f64_has_QNaN, __glibcpp_f64_SNaN_bytes,
24         __glibcpp_f64_has_SNaN, __glibcpp_f80_QNaN_bytes,
25         __glibcpp_f80_has_QNaN, __glibcpp_f80_SNaN_bytes,
26         __glibcpp_f80_has_SNaN, __glibcpp_f96_QNaN_bytes,
27         __glibcpp_f96_has_QNaN, __glibcpp_f96_SNaN_bytes,
28         __glibcpp_f96_has_SNaN, __glibcpp_f128_QNaN_bytes,
29         __glibcpp_f128_has_QNaN, __glibcpp_f128_SNaN_bytes,
30         __glibcpp_f128_has_SNaN, __glibcpp_float_QNaN_bytes,
31         __glibcpp_float_has_QNaN, __glibcpp_float_SNaN_bytes,
32         __glibcpp_float_has_SNaN, __glibcpp_double_QNaN_bytes,
33         __glibcpp_double_has_QNaN, __glibcpp_double_SNaN_bytes,
34         __glibcpp_double_has_SNaN, __glibcpp_long_double_QNaN_bytes,
35         __glibcpp_long_double_has_QNaN, __glibcpp_long_double_SNaN_bytes,
36         __glibcpp_long_double_has_SNaN): Remove.
37         (__glibcpp_f128_is_iec559): True if IEEE.
38         (__glibcpp_float_QNaN, __glibcpp_float_SNaN): Remove.
39         (__glibcpp_double_QNaN, __glibcpp_double_SNaN): Remove.
40         (__glibcpp_long_double_QNaN, __glibcpp_long_double_SNaN): Remove.
41         (std::numeric_limits<float>::has_quiet_NaN): Use __builtin_nanf.
42         (std::numeric_limits<float>::has_signaling_NaN): Mirror has_quiet_NaN.
43         (std::numeric_limits<float>::quiet_NaN): Use __builtin_nanf.
44         (std::numeric_limits<float>::signaling_NaN): Use __builtin_nansf.
45         (std::numeric_limits<double>): Similarly.
46         (std::numeric_limits<long double>): Similarly.
47         * src/limits.cc (__glibcpp_float_QNaN, __glibcpp_float_SNaN): Remove.
48         (__glibcpp_double_QNaN, __glibcpp_double_SNaN): Remove.
49         (__glibcpp_long_double_QNaN, __glibcpp_long_double_SNaN): Remove.
51         * testsuite/18_support/numeric_limits.cc (test_infinity): New.
52         (test_denorm_min, test_qnan, test_is_iec559): New.
54 2002-09-16  Phil Edwards  <pme@gcc.gnu.org>
56         * testsuite/abi_check.cc:  Pull shell fragments out into...
57         * config/abi/extract_symvers:  ...here.  New file.
58         * Makefile.am (check_abi):  Change to match.
59         (new-abi-baseline):  New target.
60         * Makefile.in:  Regenerated.
62 2002-09-16  Richard Henderson  <rth@redhat.com>
64         * include/std/std_limits.h (__glibcpp_f32_denorm_min_bytes,
65         __glibcpp_f32_has_denorm, __glibcpp_f64_denorm_min_bytes,
66         __glibcpp_f64_has_denorm, __glibcpp_f80_denorm_min_bytes,
67         __glibcpp_f80_has_denorm, __glibcpp_f96_denorm_min_bytes,
68         __glibcpp_f96_has_denorm, __glibcpp_f128_denorm_min_bytes,
69         __glibcpp_f128_has_denorm, __glibcpp_float_denorm_min_bytes,
70         __glibcpp_float_has_denorm, __glibcpp_double_denorm_min_bytes,
71         __glibcpp_double_has_denorm, __glibcpp_long_double_denorm_min_bytes,
72         __glibcpp_long_double_has_denorm): Remove.
73         (__glibcpp_float_denorm_min, __glibcpp_double_denorm_min,
74         __glibcpp_long_double_denorm_min): Remove.
75         (std::numeric_limits<float>::has_denorm): Use __FLT_DENORM_MIN__.
76         (std::numeric_limits<float>::denorm_min): Likewise.
77         (std::numeric_limits<double>): Similarly.
78         (std::numeric_limits<long double>): Similarly.
79         * src/limits.cc (__glibcpp_float_denorm_min,
80         __glibcpp_double_denorm_min, __glibcpp_long_double_denorm_min): Remove.
82 2002-09-13  Andy Felt  <afelt@uwsp.edu>
84         * docs/html/17_intro/howto.html:  Update link.
86 2002-09-13  Phil Edwards  <pme@gcc.gnu.org>
88         * docs/doxygen/run_doxygen:  Massage man page for Iterator_types.3.
89         * docs/html/faq/index.html:  Whitespace fixes.
91 2002-09-12  Benjamin Kosnik  <bkoz@redhat.com>
93         * libmath/Makefile.am (LIBTOOL): Use --tag CC always for this
94         directory.
95         * libmath/Makefile.in: Regenerate.
96         * src/Makefile.am: Tweak comment.
97         * src/Makefile.in: Regenerate.
98         
99         * config/locale/gnu/c_locale.h: Remove warnings.
100         Inject __uselocale into __gnu_cxx.
101         * config/locale/generic/c_locale.h: Match.
102         
103 2002-09-11  Benjamin Kosnik  <bkoz@redhat.com>
105         * include/bits/locale_facets.tcc (__convert_from_v): Remove.
106         * config/locale/gnu/c_locale.h (__convert_from_v): Add.
107         * config/locale/generic/c_locale.h (__convert_from_v): Add.     
109 2002-09-11  Paolo Carlini  <pcarlini@unitus.it>
111         * include/bits/locale_facets.tcc (__convert_from_v):
112         Use __uselocale instead of setlocale for glibc 2.3+.
114 2002-09-10  Benjamin Kosnik  <bkoz@redhat.com>
116         * src/Makefile.am (sources): Edit.
117         (target_sources): New.
118         (target_sources_extra): New.
119         * src/Makefile.in: Regenerate.
120         * acinclude.m4: Set CCODECVT_CC. 
121         * aclocal.m4: Regenerate.
122         * configure: Regenerate.
123         * src/locale.cc: Move ctype definitions...
124         * src/ctype.cc: ...here. New file. 
125         * src/locale.cc: Move codecvt definitions...
126         * src/codecvt.cc: ...here.      
127         * config/generic/codecvt_members.cc: ...and here.       
128         * config/gnu/codecvt_members.cc: ...and here.           
129         * include/bits/codecvt.h: Tweak.
130         * include/bits/locale_facets: Tweak.
132         * src/bitset.cc: Correct license text.
133         * src/concept-inst.cc: Same.
134         * src/strstream.cc: Same.
135         * src/vterminate.cc: Same.      
137 2002-09-10  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
139         * include/bits/stl_vector.h (vector<>): Don't use a name with
140         different meanings before and after re-evaluation in the completed
141         scope. 
142         * include/bits/basic_string.h (basic_string<>): Likewise.
143         * include/bits/stl_bvector.h (vector<bool>): Likewise.
144         * include/bits/stl_deque.h (std): Likewise.
145         * include/bits/stl_list.h (list<>): Likewise.
146         * include/bits/stl_tree.h (_Rb_tree<>): Likewise.
148 2002-09-10  Paolo Carlini  <pcarlini@unitus.it>
150         * include/bits/codecvt.h (class __codecvt_abstract_base):
151         Add __c_locale type _M_c_locale_codecvt member.
152         (class codecvt<char, char, mbstate_t>,
153         class codecvt<wchar_t, char, mbstate_t>): Add new
154         codecvt(__c_locale, size_t) constructor.
155         (codecvt_byname::codecvt_byname): Update.
156         * src/codecvt.cc (class codecvt<char, char, mbstate_t>,
157         class codecvt<wchar_t, char, mbstate_t>): Update codecvt(size_t)
158         constructor and ~codecvt() destructor; define
159         codecvt(__c_locale, size_t) constructor.
160         (codecvt::do_out): Switch to _M_c_locale_codecvt around wcsrtombs call.
161         (codecvt::do_in): Ditto for mbsrtowcs call.
162         * src/localename.cc (locale::_Impl::_Impl(const char*, size_t)):
163         Tweak construction of codecvt facets.
165 2002-09-10  Danny Smith  <dannysmith@users.sourceforge.net>
167         * include/bits/locale_facets.tcc (__convert_from_v):
168         Replace strdup with ISO malloc and strcpy.
170 2002-09-09  Benjamin Kosnik  <bkoz@redhat.com>
172         * docs/html/configopts.html: Change grouping. Note ABI impacts.
173         Update information for locale model defaults.
174         * docs/html/install.html: Update include directory
175         information. 
176         Update testing information. 
177         Update linux issues for named locales.
178         * docs/html/abi.txt: Fix typos.
179         Add more info.
181         * src/misc-inst.cc: Add missing instantiations.
182         
183         * testsuite/abi_check.cc: Make output results more verbose.
184         
185         * config/os/gnu-linux/ctype_base.h: Remove shadow headers injections.
187 2002-09-07  Jakub Jelinek  <jakub@redhat.com>
189         * config/locale/generic/messages_members.cc: Add specialization for
190         messages<wchar_t>.
191         * config/locale/ieee_1003.1-20021/messages_members.cc: Likewise.
193 2002-09-06  Benjamin Kosnik  <bkoz@redhat.com>
195         * include/bits/localefwd.h: Tweak formatting.
196         * docs/html/abi.txt: Add.
198 2002-09-06  Jakub Jelinek  <jakub@redhat.com>
200         * configure.target: Use cpu_include_dir="config/cpu/sparc" for all
201         sparc targets.
202         * config/cpu/sparc/atomicity.h: New file.
203         * config/cpu/sparc/sparc32/atomicity.h: Removed.
204         * config/cpu/sparc/sparc64/atomicity.h: Removed.
206 2002-09-06  Jakub Jelinek  <jakub@redhat.com>
208         * config/os/gnu-linux/ctype_noninline.h
209         [_GLIBCPP_USE_SHADOW_HEADERS]: Remove using _C_legacy::__ctype_*.
210         (ctype<char>::classic_table): If _GLIBCPP_C_LOCALE_GNU, return
211         _S_c_locale->__ctype_b, otherwise temporarily switch to "C" locale
212         and return __ctype_b.
213         (ctype<char>::ctype(__c_locale, const mask*, bool, size_t)): If not
214         _GLIBCPP_C_LOCALE_GNU, temporarily switch to "C" locale and
215         initialize using __ctype_{b,tolower,toupper}.
216         (ctype<char>::ctype(const mask*, bool, size_t)): If
217         _GLIBCPP_C_LOCALE_GNU, initialize using
218         _S_c_locale->__ctype_{b,tolower,toupper}, otherwise temporarily
219         switch to "C" locale and initialize using __ctype_{b,tolower,toupper}.
221 2002-09-05  Paolo Carlini  <pcarlini@unitus.it>
222             Roland McGrath  <roland@redhat.com>
224         PR libstdc++/7811
225         * src/locale.cc (locale::locale(__s)): Use getenv instead
226         of setenv for the environment locale.
227         * testsuite/22_locale/ctor_copy_dtor.cc (test03): New.
229 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
231         * config/abi/ia64-unknown-linux-gnu: Add.
232         * config/abi/ia64-unknown-linux-gnu/baseline_symbols.txt: New file.
233         * config/abi/alphaev67-unknown-linux-gnu: Add.
234         * config/abi/alphaev67-unknown-linux-gnu/baseline_symbols.txt: New file.
236 2002-09-05  Jonathan Wakely  <jw@kayari.org>
238         * docs/html/Makefile:  Use more portable shell wildcard.
239         * docs/html/makedoc.awk:  Nest elements correctly for XHTML conversion.
240         * docs/html/configopts.html, docs/html/documentation.html,
241         docs/html/explanations.html, docs/html/install.html,
242         docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
243         docs/html/17_intro/license.html, docs/html/18_support/howto.html,
244         docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
245         docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
246         docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
247         docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
248         docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
249         docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
250         docs/html/27_io/howto.html, docs/html/ext/howto.html,
251         docs/html/ext/sgiexts.html, docs/html/faq/index.html:  Convert
252         to XHTML.
253         * docs/html/faq/index.txt:  Regenerate.
255 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
257         * config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_widen(char)):
258         Switch to _M_c_locale_ctype around btowc call.
259         (ctype<wchar_t>::do_widen(const char*, const char *, wchar_t*)):
260         Switch to _M_c_locale_ctype around mbsrtowcs call.
261         (ctype<wchar_t>::do_narrow(char)): Switch to _M_c_locale_ctype around
262         wctob call.
263         (ctype<wchar_t>::do_narrow(const char*, const char *, wchar_t*)):
264         Switch to _M_c_locale_ctype around wcsrtombs call.
266 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
268         * config/locale/gnu/monetary_members.cc
269         (moneypunct<wchar_t, true>::_M_initialize_moneypunct,
270         moneypunct<wchar_t, false>::_M_initialize_moneypunct): Use
271         __uselocale instead of setlocale for glibc 2.3.
273 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
275         * config/locale/generic/c++locale_internal.h: New header.
276         * config/locale/gnu/c++locale_internal.h: New header.
277         * config/locale/gnu/c_locale.cc: Include it.
278         * config/locale/gnu/collate_members.cc: Include it.
279         * config/locale/gnu/ctype_members.cc: Include it.
280         * config/locale/gnu/messages_members.cc: Include it.
281         * config/locale/gnu/monetary_members.cc: Include it.
282         * config/locale/gnu/numeric_members.cc: Include it.
283         * config/locale/gnu/time_members.cc: Include it.
284         (_M_put): Reorder __strftime_l and __wcsftime_l arguments to match
285         glibc.
286         (_M_initialize_timepunct): Initialize _M_c_locale_timepunct for
287         C locale.
288         * acinclude.m4: Include string.h when testing strcoll_l.
289         For glibc 2.3 provide __-prefixed prototypes.
290         (CLOCALE_INTERNAL_H): Set, add AC_LINK_FILES line.
291         * aclocal.m4, configure: Rebuilt.
293 2002-09-05  Benjamin Kosnik  <bkoz@redhat.com>
295         * include/bits/locale_facets.h: Add declaration of specialization
296         here.
297         * config/locale/gnu/messages_members.cc: Add specialization for
298         messages<wchar_t>.
299         * config/locale/gnu/messages_members.h: Remove generic definition
300         of do_get.
302 2002-09-04  Richard Henderson  <rth@redhat.com>
304         * include/std/std_limits.h (__glibcpp_f32_infinity_bytes,
305         __glibcpp_f32_has_infinity, __glibcpp_f64_infinity_bytes,
306         __glibcpp_f64_has_infinity, __glibcpp_f80_infinity_bytes,
307         __glibcpp_f80_has_infinity, __glibcpp_f96_infinity_bytes,
308         __glibcpp_f96_has_infinity, __glibcpp_f128_infinity_bytes,
309         __glibcpp_f128_has_infinity, __glibcpp_float_infinity_bytes,
310         __glibcpp_float_has_infinity, __glibcpp_double_infinity_bytes,
311         __glibcpp_double_has_infinity, __glibcpp_long_double_infinity_bytes,
312         __glibcpp_long_double_has_infinity): Remove.
313         (std::numeric_limits<float>, std::numeric_limits<double>,
314         std::numeric_limits<long double>): Use __builtin_huge_val
315         to implement has_infinity and infinity().
316         * src/limits.cc (__glibcpp_float_infinity, __glibcpp_double_infinity,
317         __glibcpp_long_double_infinity): Remove.
319 2002-09-03  Richard Henderson  <rth@redhat.com>
321         * include/std/std_limits.h (__glibcpp_f32_min, __glibcpp_f32_max,
322         __glibcpp_f32_digits, __glibcpp_f32_digits10, __glibcpp_f32_radix,
323         __glibcpp_f32_epsilon, __glibcpp_f32_min_exponent,
324         __glibcpp_f32_min_exponent10, __glibcpp_f32_max_exponent,
325         __glibcpp_f32_max_exponent10, __glibcpp_f64_min, __glibcpp_f64_max,
326         __glibcpp_f64_digits, __glibcpp_f64_digits10, __glibcpp_f64_radix,
327         __glibcpp_f64_min_exponent, __glibcpp_f64_min_exponent10,
328         __glibcpp_f64_max_exponent, __glibcpp_f64_max_exponent10,
329         __glibcpp_f80_min, __glibcpp_f80_max, __glibcpp_f80_digits,
330         __glibcpp_f80_digits10, __glibcpp_f80_radix, __glibcpp_f80_epsilon,
331         __glibcpp_f80_min_exponent, __glibcpp_f80_min_exponent10,
332         __glibcpp_f80_max_exponent, __glibcpp_f80_max_exponent10,
333         __glibcpp_f96_min, __glibcpp_f96_max, __glibcpp_f96_digits,
334         __glibcpp_f96_digits10, __glibcpp_f96_radix, __glibcpp_f96_epsilon,
335         __glibcpp_f96_min_exponent, __glibcpp_f96_min_exponent10,
336         __glibcpp_f96_max_exponent, __glibcpp_f96_max_exponent10,
337         __glibcpp_f128_min, __glibcpp_f128_max, __glibcpp_f128_digits,
338         __glibcpp_f128_digits10, __glibcpp_f128_radix, __glibcpp_f128_epsilon,
339         __glibcpp_f128_min_exponent, __glibcpp_f128_min_exponent10,
340         __glibcpp_f128_max_exponent, __glibcpp_f128_max_exponent10,
341         __glibcpp_float_min, __glibcpp_float_max, __glibcpp_float_digits,
342         __glibcpp_float_digits10, __glibcpp_float_radix,
343         __glibcpp_float_epsilon, __glibcpp_float_min_exponent,
344         __glibcpp_float_min_exponent10, __glibcpp_float_max_exponent,
345         __glibcpp_float_max_exponent10, __glibcpp_double_min,
346         __glibcpp_double_max, __glibcpp_double_digits,
347         __glibcpp_double_digits10, __glibcpp_double_radix,
348         __glibcpp_double_epsilon, __glibcpp_double_min_exponent,
349         __glibcpp_double_min_exponent10, __glibcpp_double_max_exponent,
350         __glibcpp_double_max_exponent10, __glibcpp_long_double_min,
351         __glibcpp_long_double_max, __glibcpp_long_double_digits,
352         __glibcpp_long_double_digits10, __glibcpp_long_double_radix,
353         __glibcpp_long_double_epsilon, __glibcpp_long_double_min_exponent,
354         __glibcpp_long_double_min_exponent10,
355         __glibcpp_long_double_max_exponent,
356         __glibcpp_long_double_max_exponent10): Remove macros.
357         (std::numeric_limits<float>, std::numeric_limits<double>,
358         std::numeric_limits<long double>): Use protected float.h macros.
360 2002-09-01  Phil Edwards  <pme@gcc.gnu.org>
362         * testsuite/Makefile.am:  Use LD_RUN_PATH when linking abi_check.
363         Fix spelling in comment.
364         * testsuite/Makefile.in:  Regenerate.
365         * testsuite/abi_check.cc:  Use string literals to build 'cmd' rather
366         than 'quote' and 'bslash'.
368 2002-08-31  Phil Edwards  <pme@gcc.gnu.org>
370         * acinclude.m4:  Minor comment tweaks.
372         * docs/html/makedoc.awk:  New file...
373         * docs/html/Makefile:  ...called from here...
374         * docs/html/documentation.html:  ...to help generate this.
376         * docs/html/21_strings/howto.html:  Prepare for new entry.
377         * include/bits/basic_string.h:  Initial basic_stirng hook for
378         doxygen.  Remove trailing whitespace.
379         * include/bits/char_traits.h:  Point to onlinedocs for new entry.
380         * include/bits/stringfwd.h:  Add doxygen hooks for string and
381         wstring typedefs.
383 2002-08-29  Richard Earnshaw  <rearnshaw@arm.com>
385         * config/cpu/arm/cpu_limits.h: New file.
386         * configure.target: Use config/cpu/arm for XScale and StrongARM
387         configurations.
389 2002-08-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
391         * include/std/std_limits.h (__glibcpp_char_bits,
392         __glibcpp_short_bits, __glibcpp_int_bits, __glibcpp_long_bits,
393         __glibcpp_long_long_bits, __glibcpp_float_bits,
394         __glibcpp_double_bits, __glibcpp_long_double_bits): Remove.  Use
395         compiler predifined macros.
396         (__glibcpp_wchar_t_is_signed): Define based on compiler predefined
397         __WCHAR_UNSIGNED__. 
399 2002-08-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
401         * include/std/std_limits.h (__glibcpp_f32_infinity_bytes,
402         __glibcpp_f32_has_infinity, __glibcpp_f32_QNaN_bytes,
403         __glibcpp_f32_has_QNaN, __glibcpp_f32_SNaN_bytes,
404         __glibcpp_f32_has_SNaN, __glibcpp_f32_denorm_min_bytes,
405         __glibcpp_f32_has_denorm, __glibcpp_f32_is_iec559,
406         __glibcpp_f64_infinity_bytes,
407         __glibcpp_f64_has_infinity, __glibcpp_f64_QNaN_bytes,
408         __glibcpp_f64_has_QNaN, __glibcpp_f64_SNaN_bytes,
409         __glibcpp_f64_has_SNaN, __glibcpp_f64_denorm_min_bytes,
410         __glibcpp_f64_has_denorm, __glibcpp_f64_is_iec559,
411         __glibcpp_f80_infinity_bytes,
412         __glibcpp_f80_has_infinity, __glibcpp_f80_QNaN_bytes,
413         __glibcpp_f80_has_QNaN, __glibcpp_f80_SNaN_bytes,
414         __glibcpp_f80_has_SNaN, __glibcpp_f80_denorm_min_bytes,
415         __glibcpp_f80_has_denorm, __glibcpp_f80_is_iec559,
416         __glibcpp_f96_infinity_bytes,
417         __glibcpp_f96_has_infinity, __glibcpp_f96_QNaN_bytes,
418         __glibcpp_f96_has_QNaN, __glibcpp_f96_SNaN_bytes,
419         __glibcpp_f96_has_SNaN, __glibcpp_f96_denorm_min_bytes,
420         __glibcpp_f96_has_denorm, __glibcpp_f96_is_iec559,
421         __glibcpp_f128_infinity_bytes,
422         __glibcpp_f128_has_infinity, __glibcpp_f128_QNaN_bytes,
423         __glibcpp_f128_has_QNaN, __glibcpp_f128_SNaN_bytes,
424         __glibcpp_f128_has_SNaN, __glibcpp_f128_denorm_min_bytes,
425         __glibcpp_f128_has_denorm, __glibcpp_f128_is_iec559,
426         __glibcpp_float_infinity_bytes,
427         __glibcpp_float_has_infinity, __glibcpp_float_QNaN_bytes,
428         __glibcpp_float_has_QNaN, __glibcpp_float_SNaN_bytes,
429         __glibcpp_float_has_SNaN, __glibcpp_float_denorm_min_bytes,
430         __glibcpp_float_has_denorm, __glibcpp_float_is_iec559,
431         __glibcpp_double_infinity_bytes,
432         __glibcpp_double_has_infinity, __glibcpp_double_QNaN_bytes,
433         __glibcpp_double_has_QNaN, __glibcpp_double_SNaN_bytes,
434         __glibcpp_double_has_SNaN, __glibcpp_double_denorm_min_bytes,
435         __glibcpp_double_has_denorm, __glibcpp_double_is_iec559,
436         __glibcpp_long_double_infinity_bytes,
437         __glibcpp_long_double_has_infinity, __glibcpp_long_double_QNaN_bytes,
438         __glibcpp_long_double_has_QNaN, __glibcpp_long_double_SNaN_bytes,
439         __glibcpp_long_double_has_SNaN, __glibcpp_long_double_denorm_min_bytes,
440         __glibcpp_long_double_has_denorm, __glibcpp_long_double_is_iec559:
441         New macros.
442         (__glibcpp_word_bits, __glibcpp_word): Likewise.
443         (__glibcpp_byte): New typedef.
444         (__float_storage, __double_storage, __long_double_storage): New types.
445         (__glibcpp_float_infinity, __glibcpp_float_QNaN,
446         __glibcpp_float_SNaN, __glibcpp_float_denorm_min): Now
447         objects. Declare.
448         (__glibcpp_double_infinity, __glibcpp_double_QNaN,
449         __glibcpp_double_SNaN, __glibcpp_double_denorm_min): Likewise.
450         (__glibcpp_long_double_infinity, __glibcpp_long_double_QNaN,
451         __glibcpp_long_double_SNaN, __glibcpp_long_double_denorm_min):
452         Likewise.
453         
454         * src/limits.cc (__glibcpp_float_infinity, __glibcpp_float_QNaN,
455         __glibcpp_float_SNaN, __glibcpp_float_denorm_min): Define.
456         (__glibcpp_double_infinity, __glibcpp_double_QNaN,
457         __glibcpp_double_SNaN, __glibcpp_double_denorm_min): Likewise.
458         (__glibcpp_long_double_infinity, __glibcpp_long_double_QNaN,
459         __glibcpp_long_double_SNaN, __glibcpp_long_double_denorm_min):
460         Likewise.
461         
462 2002-08-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
464         * include/std/std_limits.h: Indent conditional macro definitions.
466 2002-08-23  Phil Edwards  <pme@gcc.gnu.org>
468         * Makefile.am (check-abi):  Specify current directory.
469         * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE):  Fix shell syntax, use
470         abi_baseline_triplet in baseline_file.
471         * Makefile.in, aclocal.m4, configure:  Regenerate.
472         * configure.target:  Add abi_baseline_triplet with default.
473         * testsuite/abi_check.cc:  More error checking.
475 2002-08-23  Phil Edwards  <pme@gcc.gnu.org>
477         * config/linker-map.gnu:  Verbose comments, clean up spacing.
478         * include/bits/stl_alloc.h:  Fix indentation of 'if' bodies, return
479         statements.
480         __allocator:  Change class declaration to struct.
481         * docs/html/17_intro/C++STYLE:  Fix typo.
482         * include/bits/stl_deque.h, include/bits/stl_list.h,
483         include/bits/stl_map.h, include/bits/stl_multimap.h,
484         include/bits/stl_vector.h:  Fix fallout from typo.
486 2002-08-22  Benjamin Kosnik  <bkoz@redhat.com>
488         * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Set
489         GLIBCPP_BUILD_ABI_CHECK based on cross compiling, build, host
490         variables.
491         * aclocal.m4: Regenerate.
492         * testsuite/Makefile.am (noinst_PROGRAMS): Make conditional on
493         native compiling.
494         * testsuite/Makefile.in: Regenerate.
495         
496 2002-08-22  Loren J. Rittle <ljrittle@acm.org>
498         * testsuite/abi_check.cc: Enhance shell portability.
499         Support older binutils/readelf.
500         * config/abi/i386-unknown-freebsd4.6: Add.
501         * config/abi/i386-unknown-freebsd4.6/baseline_symbols.txt: New file.
503 2002-08-22  Paolo Carlini  <pcarlini@unitus.it>
505         * docs/html/faq/index.html: Add Loren James Rittle and
506         Paolo Carlini to the list of v3 maintainers.
507         * docs/html/faq/index.txt: Ditto.
508         * docs/html/17_intro/RELEASE-NOTES: Ditto.
510 2002-08-22  Benjamin Kosnik  <bkoz@redhat.com>
511             Phil Edwards  <pme@gcc.gnu.org>
512             Ulrich Drepper  <drepper@redhat.com>
513         
514         * Makefile.am (check-abi): New rule.
515         * Makefile.in: Regenerate.
516         * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Export baseline_file.
517         * aclocal.m4: Regenerate.
518         * configure: Regenerate.
519         * testsuite/Makefile.am (noinst_PROGRAMS): Add abi_check.
520         (abi_check_SOURCES): Add.
521         * testsuite/Makefile.in: Regenerate.    
522         * testsuite/abi_check.cc: New file.
523         * config/abi: Add.
524         * config/abi/i686-pc-linux-gnu: Add.
525         * config/abi/i686-pc-linux-gnu/baseline_symbols.txt: New file.
526         
527 2002-08-19  Benjamin Kosnik  <bkoz@redhat.com>
529         * configure.in (libtool_VERSION): Update to 5:1:0.
530         * configure: Regenerate.
531         
532 2002-08-19  Jonathan Wakely  <jw@kayari.org>
534         * docs/html/configopts.html, docs/html/documentation.html,
535         docs/html/install.html, docs/html/22_locale/codecvt.html,
536         docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
537         docs/html/22_locale/locale.html,
538         docs/html/22_locale/messages.html: Conform to HTML 4.01 standard.
540 2002-08-15  Benjamin Kosnik  <bkoz@redhat.com>
542         * include/ext/stdio_filebuf.h (stdio_filebuf): Explicitly set
543         _M_buf_size_opt to zero when unbuffering.
544         * include/bits/fstream.tcc (filebuf::showmanyc): Simplify.
545         Consistency checks for _M_buf_size_opt.
547         Revert PR libstdc++/7445
548         * src/locale.cc (locale::classic): Revert.
549         
550         * docs/html/17_intro/TODO: Add.
551         
552 2002-08-15  Phil Edwards  <pme@gcc.gnu.org>
554         * docs/html/documentation.html:  Update doxygen links for 3.2.
556 2002-08-15  Steve Ellcey  <sje@cup.hp.com>
558         * libsupc++/unwind-cxx.h (__cxa_exception): Change catchTemp
559         type from void* to _Unwind_Ptr.
560         * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION):
561         Do not cast landing_pad or base_of_encoded_value to (void *).
562         * libsupc++/eh_throw.cc (__gxx_exception_cleanup):
563         Accept _URC_NO_REASON as a valid reason code.
565 2002-08-14  Jonathan Wakely  <jw@kayari.org>
567         * docs/html/22_locale/messages.html:  Use HTML entities for
568         punctuation.
570 2002-08-13  Jonathan Wakely  <jw@kayari.org>
571             Phil Edwards  <pme@gcc.gnu.org>
573         * docs/html/documentation.html:  Use HTML entities for punctuation.
575 2002-08-09  Phil Edwards  <pme@gcc.gnu.org>
577         * include/bits/deque.tcc, include/bits/list.tcc,
578         include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
579         include/bits/stl_list.h, include/bits/stl_map.h,
580         include/bits/stl_multimap.h, include/bits/stl_queue.h,
581         include/bits/stl_stack.h, include/bits/stl_vector.h,
582         include/bits/vector.tcc:  Re-indent contents of namespace std,
583         re-wrap comment lines as necessary.
585 2002-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
586             Benjamin Kosnik  <bkoz@redhat.com>
587         
588         * include/bits/istream.tcc (basic_istream::ignore): Use sbumpc,
589         not snextc.
590         * testsuite/27_io/narrow_stream_objects.cc (test10): Add.
591         
592 2002-08-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
594         * libsupc++/Makefile.am (LTCOMPILE): Add LIBSUPCXX_PICFLAGS.
595         * libsupc++/Makefile.in: Regenerate.
597 2002-08-05  Gabriel Dos Reis  <gdr@nerim.net>
599         PR/7491
600         * include/bits/slice_array.h(_DEFINE_VALARRAY_OPERATOR):
601         Instantiate with new function objects. 
602         * include/bits/mask_array.h (_DEFINE_VALARRAY_OPERATOR): Likewise.
603         Reformat.  Uglify.
604         * include/bits/gslice_array.h: Likewise.
605         * include/bits/indirect_array.h: Likewise.
607 2002-08-03  Gabriel Dos Reis  <gdr@nerim.net>
609         * testsuite/26_numerics/valarray_name_lookup.cc: Rename from
610         testsuite/26_numerics/valarray_name_lookup.C
612         * include/bits/valarray_array.h (_DEFINE_ARRAY_FUNCTION): Use our
613         object function surrogates.
614         * include/bits/valarray_meta.h (__shift_left): Fix typo.
615         (_BinFunClos<>): Remove.
616         (_BinFunBase<>): Likewise.
617         (_BinFunBase1<>):Likewise.
618         (_BinFunBase2<>): Likewise.
619         (_DEFINE_EXPR_RELATIONAL_OPERATOR): Likewise.
620         (_DEFINE_EXPR_UNARY_OPERATOR): Adjust definition.
621         (_DEFINE_EXPR_BINARY_OPERATOR): Likewise.
622         (_DEFINE_EXPR_BINARY_FUNCTION): Likewise.
623         * include/std/std_valarray.h: Dont #include <functional> anymore.
624         (_Bitwise_or<>, _Bitwise_and<>, _Bitwise_xor<>, _Shift_left<>,
625         _Shift_right<>): Remove.
626         (_DEFINE_VALARRAY_AUGMENTED_ASSIGNMENT): Adjust instantiation.
627         (_DEFINE_BINARY_OPERATOR): Tweak definition.
628         (_DEFINE_LOGICAL_OPERATOR): Remove.
629         * testsuite/26_numerics/valarray_name_lookup.C (main): Add more tests.
631 2002-08-02  Gabriel Dos Reis  <gdr@nerim.net>
633         * include/bits/valarray_meta.h (_UnFunBase<>): Remove.
634         (_UnFunClos<>): Same.
635         (_UnBase<>): Reformat.  Make first template-parameter non
636         template. 
637         (_UnClos<>): Likewise.
638         (_Expr<>): Reformate.  Adjust unary member operator return types. 
639         (_DEFINE_EXPR_UNARY_OPERATOR): Adjust definition.
640         (_DEFINE_EXPR_UNARY_FUNCTION): Likewise.
641         * include/std/std_valarray.h (_UnClos<>): Adjust declaration.
642         (valarray<>::_UnaryOp<>):  New nested traits. Adjust unary member
643         operator return types.  Reformat.
644         (_Bitwise_not): Remove.
645         (_DEFINE_VALARRAY_UNARY_OPERATOR): Adjust definition.
646         * testsuite/26_numerics/valarray_name_lookup.C: New test.
648 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
650         * config/os/newlib/ctype_inline.h (is): Don't offset _M_table.
651         (scan_is): Use this->is.
652         (scan_not): Likewise.
654 2002-08-02  Benjamin Kosnik  <bkoz@redhat.com>
656         Revert PR libstdc++/6594
657         * src/strstream.cc (strstreambuf): Revert.
658         (strstreambuf::overflow): Same.
659         (strstreambuf::~strstreambuf): Same.    
660         * testsuite/backward/strstream_members.cc (test02): Add.
661         
662         * docs/html/abi.txt: Update. Spell check.
664         * testsuite/19_diagnostics/stdexceptions.cc (test04): Add bool test.
666         * testsuite/Makefile.am (INCLUDES): Add LIBSUPCXX_INCLUDES.
667         * testsuite/Makefile.in: Regenerate.
668         * testsuite/testsuite_hooks.h: Use __throw_exception_again,
669         include functexcept.h so that -fno-exceptions will build.
670         
671 2002-08-02  Gabriel Dos Reis  <gdr@nerim.net>
673         * include/bits/valarray_meta.h (__unary_plus, __negate,
674         __bitwise_not, __plus, __minus, __multiplies, __divides,
675         __modulus, __bitwise_xor, __bitwise_or, __bitwise_and,
676         __shift_left, __shift_right, __logical_and, __logical_or,
677         __logical_not, __equal_to, __not_equal_to, __less, __less_equal,
678         __greater_equal, __greater, __atan2, __pow): New function object
679         classes. 
680         (__fun<>):  New function traits class.
682 2002-08-01  Rick Danos  <rdanos@hotmail.com>
684         PR libstdc++/7461
685         * config/os/newlib/ctype_noninline.h (classic_table): Add offset.
686         * config/os/newlib/ctype_inline.h (is): Use static_cast.
688 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
690         * libsupc++/Makefile.am (LT_COMPILE): Remove C++ flags.
691         * libsupc++/Makefile.in: Regenerate.
692         
693 2002-08-01  Benjamin Kosnik  <bkoz@redhat.com>
694             Jakub Jelinek  <jakub@redhat.com>
695         
696         * config/linker-map.gnu: Change CXXABI_1 to CXXABI_1.2,
697         GLIBCPP_3.1 to GLIBCPP_3.2.
699 2002-07-31  Benjamin Kosnik  <bkoz@redhat.com>
700             Mark Mitchell  <mark@codesourcery.com>
702         PR libstdc++/7442
703         * libsupc++/cxxabi.h (class __base_class_type_info::hwm_bit):
704         Change to __hwm_bit.
705         (__class_type_info): And here.
707 2002-07-31  Benjamin Kosnik  <bkoz@redhat.com>
709         PR libstdc++/7442
710         * libsupc++/cxxabi.h 
711         (__base_class_info): Change to __base_class_type_info. 2.9.5p6c
712         (__base_class_info::__base): Change to __base_type. 2.9.5p6c
713         (__base_class_info::offset_shift): Change to __offset_shift. 2.9.5p6c
714         (__vmi_class_type_info::__base_info): Don't make const, of type
715         __base_class_type_info, as per 2.9.5p6c
716         (__pbase_type_info::__qualifier_flags): Change to __flags, as per
717         2.9.5p7.
718         (__pbase_type_info::__qualifier_masks): Change to __masks, as per
719         2.9.5p7.
720         (__pointer_to_member_type_info::__context_class): Change member to
721         __context, as per 2.9.5p9.
722         * libsupc++/tinfo2.cc (__pointer_catch): Change __context_class to
723         __context.
724         * libsupc++/tinfo2.cc (__do_catch): Change __qualifier_flags to
725         __flags.
726         * libsupc++/tinfo.cc (__do_find_public_src): Change __base to
727         __base_type.
728         * libsupc++/tinfo.cc (__do_dyncast): Same.
729         * libsupc++/tinfo.cc (__do_upcast): Same.
731 2002-07-31  Benjamin Kosnik  <bkoz@redhat.com>
733         * src/fstream.cc: Add _GLIBCPP_USE_WCHAR_T guards.
735 2002-07-31  Simon Whomsley  <whomsley@avacadcam.com>
737         * docs/html/22_locale/howto.html: Fix.
739 2002-07-31  Alex Kompel  <shurik@sequoiap.com>
741         PR libstdc++/7445
742         * src/locale.cc (locale::classic): Move locks inside !_S_classic
743         block.
745 2002-07-31  Benjamin Kosnik  <bkoz@redhat.com>
747         * docs/html/abi.txt: Update.
749 2002-07-30  Benjamin Kosnik  <bkoz@redhat.com>
750             Gabriel Dos Reis  <gdr@nerim.net>
752         * include/bits/char_traits.h: Remove generic definitions.
753         * include/bits/streambuf_iterator.h (istreambuf_iterator): Use
754         eof, not -2.
755         * include/bits/istream.tcc (istream::readsome): Don't check
756         against eof, instead use constants.
757         (istream::sync): Same.
758         (istream::sentry::sentry): Use eq_int_type.
759         (istream::get): Same.
760         * include/bits/ostream.tcc: Change __pad to 
761         __pad<_CharT, _Traits>::_S_pad. 
762         * include/bits/locale_facets.h: Add __pad_traits generic and
763         ostreambuf_iterator specialization.
764         * include/bits/locale_facets.tcc: Change __pad into struct __pad
765         with a _CharT and _Traits template parameter and _S_pad static
766         member function.
767         * src/locale-inst.cc: Update __pad instantiations.
768         
769         * include/std/std_fstream.h: Declare _M_underflow_common
770         specializations.
771         * src/fstream.cc: New. Add _M_underflow_common specializations.
772         * include/bits/fstream.tcc (filebuf::close): Use traits_type.
773         (filebuf::_M_underflow_common(bool)): Remove generic version, as
774         sys_ungetc and custom int_types don't get along.
775         * include/std/std_streambuf.h: Add _M_pos.
776         * src/Makefile.am (sources): Add fstream.cc.
777         * src/Makefile.in: Regenerate.
779         * testsuite/21_strings/capacity.cc: Add char_traits specializations.
780         * testsuite/22_locale/codecvt_members_unicode_char.cc: Same.
781         * testsuite/22_locale/codecvt_members_unicode_wchar_t.cc: Same.
782         * testsuite/22_locale/ctor_copy_dtor.cc: Same.
783         * testsuite/27_io/filebuf_virtuals.cc (test07): Move to...
784         * testsuite/27_io/filebuf.cc: ...here.
785         * testsuite/testsuite_hooks.h: Add gnu_char, gnu_int, char_traits
786         specialization for both.
787         * testsuite/27_io/streambuf.cc: Add instantiation test,
788         testsuite_hooks include.
789         * testsuite/27_io/istream.cc: Same.
790         * testsuite/27_io/ostream.cc: Same.     
791         * testsuite/27_io/fstream.cc: Same.
792         * testsuite/27_io/stringstream.cc: Same.
793         * testsuite/27_io/filebuf.cc: Same.
794         * testsuite/27_io/stringbuf.cc: Same.
795         
796 2002-07-29  Alan Modra  <amodra@bigpond.net.au>
798         * config/cpu/powerpc/cpu_limits.h (__glibcpp_long_bits): Define.
799         * configure.target (cpu_include_dir): Use cpu/powerpc for powerpc64.
800         * config/cpu/powerpc/atomicity.h (__always_swap): Remove.
801         (__test_and_set): Remove.
802         (_STWCX): Define and use.
804 2002-07-26  Phil Edwards  <pme@gcc.gnu.org>
806         * libsupc++/new (placement delete):  Remove unused parameter names.
808 2002-07-25  Benjamin Kosnik  <bkoz@redhat.com>
810         PR libstdc++/7216
811         * include/std/std_istream.h (basic_iostream): Add typedefs for
812         char_type, int_type, pos_type, off_type, and traits_type.
813         * testsuite/27_io/iostream.cc (test01): Add typedef tests.
814         * testsuite/27_io/istream.cc: Same.
815         * testsuite/27_io/ostream.cc: Same.
816         * testsuite/27_io/filebuf.cc: Same.
817         * testsuite/27_io/stringbuf.cc: Replace content, move to...
818         * testsuite/27_io/stringbuf_members.cc: ...here.        
819         * testsuite/27_io/streambuf.cc: Replace content, move to...
820         * testsuite/27_io/streambuf_members.cc: ...here.        
821         * testsuite/27_io/stringstream.cc: Replace content, move to...
822         * testsuite/27_io/stringstream_members.cc: ...here.
823         * testsuite/27_io/ios.cc: New file.
824         * testsuite/27_io/fstream.cc: New file.
825         * testsuite/27_io/ifstream.cc: New file.        
826         * testsuite/27_io/ofstream.cc: New file.                
827         * testsuite/27_io/istringstream.cc: New file.   
828         * testsuite/27_io/ostringstream.cc: New file.   
829         
830 2002-07-25  Benjamin Kosnik  <bkoz@redhat.com>
832         PR libstdc++/7220
833         * include/bits/istream.tcc (istream::ignore): Don't extract on
834         zero.
835         * testsuite/27_io/istream_unformatted.cc (test10): Add.
836         
837 2002-07-25  Benjamin Kosnik  <bkoz@redhat.com>
839         * testsuite/27_io/ios_base_type.cc: Move to...
840         * testsuite/27_io/ios_base_types.cc: ...here.
841         
842 2002-07-24  Benjamin Kosnik  <bkoz@redhat.com>
844         PR libstdc++/7222
845         * src/locale.cc (locale::locale(const char*)): Use setlocale NULL.
846         * testsuite/22_locale/ctor_copy_dtor.cc (test02): New.
847         
848 2002-07-24  Benjamin Kosnik  <bkoz@redhat.com>
850         PR libstdc++/7230
851         * config/linker-map.gnu: Revert strstream patch from 2002-07-01.
852         * include/Makefile.am (backward_headers): Use strstream, not
853         strstream.h.
854         * include/Makefile.in: Regenerate.
855         * include/backward/strstream: Revert.
856         * include/backward/strstream.h: Remove.
857         * src/strstream.cc: Revert.
858         * testsuite/backward/strstream_members.cc: Change include.      
860 2002-07-24  Benjamin Kosnik  <bkoz@redhat.com>
862         PR libstdc++/7219
863         * include/bits/ios_base.h (ios_base::streampos): Add.
864         (ios_base::streamoff): Add.
865         * testsuite/27_io/ios_base_type.cc: New.
866         
867 2002-07-24  Benjamin Kosnik  <bkoz@redhat.com>
869         PR libstdc++/7286
870         * libsupc++/new: Add placement delete.
871         * testsuite/18_support/new_delete_placement.cc: New.
873         * docs/html/abi.txt: Fix typos.
874         
875 2002-07-23  Benjamin Kosnik  <bkoz@redhat.com>
877         * docs/html/documentation.html: Remove libstdc++-v3.0.86 links,
878         confusing usage of "latest."
879         De-tangle contributor information from introductory notes.
880         Move abi.txt link placement, activate.
881         Re-organize.
882         Move chapter info into old FAQ format. 
883         * docs/html/organization.html: Removed, obsoleted by doxygen work.
884         * docs/html/abi.txt: Add notes on testing ABI changes.
885         
886 2002-07-20  Phil Edwards  <pme@gcc.gnu.org>
888         * docs/html/abi.txt:  New file.
889         * docs/html/23_containers/howto.html:  Tweak vector-overhead text.
890         * docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html:
891         Import from upstream, R22.
893         * include/bits/char_traits.h, include/bits/stl_iterator.h,
894         include/bits/stl_iterator_base_types.h, libsupc++/exception,
895         libsupc++/new, libsupc++/typeinfo:  Use @brief markup.
897         * include/bits/deque.tcc, include/bits/stl_alloc.h,
898         include/bits/stl_deque.h, include/bits/stl_list.h:  Postpone removal
899         of deprecated functions until 3.4.  (Same timeframe, different text.)
900         * include/bits/stl_vector.h:  Ditto.  Also do the same cleanups that
901         the other sequence classes received.
903 2002-07-18  Brendan Kehoe  <brendan@zen.org>
905         * bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR): Fix typo of
906         _Nname to _Name.
907         
908 2002-07-19  Gabriel Dos Reis  <gdr@nerim.net>
910         DR/123
911         * include/bits/slice_array.h 
912         (slice_array<T>::operator=(const T&)): Constify.
913         * include/bits/gslice_array.h 
914         (gslice_array<T>::operator=(const T&)):  Likewise.
915         * include/bits/mask_array.h 
916         (mask_array<T>::operator=(const T&)): Likewise.
917         * include/bits/indirect_array.h
918         (indirect_array<T>::operator=(const T&): Likewise.
920 2002-07-17  Phil Edwards  <pme@gcc.gnu.org>
922         * docs/doxygen/run_doxygen:  Remove template parameter names from
923         "Compound List" summary page.  Reformat.
924         * docs/html/documentation.html:  XHTML fixes.
926 2002-07-16  Andreas Schwab  <schwab@suse.de>
928         * libsupc++/new (set_new_handler): Declare to not throw any
929         exceptions.
930         * libsupc++/new_handler.cc (set_new_handler): Likewise.
932 2002-07-16  Gabriel Dos Reis  <gdr@nerim.net>
934         * include/Makefile.am (bits_headers): Remove slice.h
935         * include/Makefile.in: Regenerate.
936         * include/bits/slice.h (slice): move to include/bits/slice_array.h
937         * include/bits/slice.h Remove.
938         * include/std/std_valarray.h: Don't #include bits/slice.h anymore.
939         * include/bits/slice_array.h: Comply to official coding styles.
940         * testsuite/26_numerics/slice.cc: New test.
942 2002-07-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
944         * config/os/solaris/solaris2.5/ctype_base.h (ctype_base): Fix
945         print to match vendor <ctype.h>.
947 2002-07-15  Phil Edwards  <pme@gcc.gnu.org>
949         * docs/html/faq/index.html:  Fix download links.
950         * docs/html/faq/index.txt:  Regenerate.
951         * docs/html/17_intro/porting.html:  Regenerate from earlier changes.
953 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
955         * configure.target (target_os switch): Allow for irix6*o32
956         configurations.
958 2002-07-10  Gabriel Dos Reis  <gdr@nerim.net>
960         * include/bits/valarray_meta.h (_UnFunBase): Take a second
961         template parameter. Remove _M_func data member.
962         (_UnFunClos): Take a third template parameter.
963         (__abs, __cos, __acos, __cosh, __sin, __asin, __sinh, __tan,
964         __atan, __tanh, __exp, __log, __log10, __sqrt): New classes.
965         (_DEFINE_EXPR_UNARY_OPERATOR): Adjust definition.
967 2002-07-08  Eric Christopher  <echristo@redhat.com>
969         * configure.target: Fix comment for mips atomicity. Add
970         mips*-*-linux* target, enable atomic operations there.
971         * config/cpu/mips/atomicity.h: Fix comments, remove
972         #ifndef/#endif. Add push/pop mips2.
974 2002-07-08  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
976         * include/bits/stl_deque.h (_Deque_alloc_base):  Change order of
977         member declarations to avoid compiler warnings and restore 3.1 ABI.
979 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
981         * docs/html/23_containers/howto.html:  Link to dk_std::vector paper
982         and homepage.
984 2002-07-07  Paolo Carlini  <pcarlini@unitus.it>
986         PR libstdc++/7186
987         * include/bits/stl_deque.h (_Deque_iterator::operator-):
988         Make non-member, as already happens for the comparison
989         operators in accord with DR179 (Ready).
990         * testsuite/23_containers/deque_operators.cc: Add test02.
992 2002-07-04  Benjamin Kosnik  <bkoz@redhat.com>
993             Jack Reeves  <jackw_reeves@hotmail.com>
995         * include/std/std_streambuf.h (basic_streambuf::_M_buf): Change to
996         size_t, from int_type.
997         (basic_streambuf::_M_buf_size_opt): Same.
998         (basic_streambuf::_S_pback_sizex): Same.
999         * include/bits/streambuf.tcc: Same.
1000         * include/std/std_streambuf.h (basic_streambuf::snextc): Use
1001         eq_int_type.
1002         (basic_streambuf::uflow): Same.
1003         * include/bits/sstream.tcc (basic_stringbuf::overflow): Use
1004         to_char_type.
1005         * include/bits/basic_ios.tcc (basic_ios::init): Use _CharT().
1006         * include/bits/streambuf.tcc (basic_streambuf::xsgetn): Use
1007         eq_int_type.
1008         (basic_streambuf::xsputn): Same.
1009         (__copy_streambufs): Same.
1011 2002-07-03  Benjamin Kosnik  <bkoz@redhat.com>
1013         * include/std/std_memory.h: Fix formatting.
1014         * testsuite/20_util/auto_ptr_neg.cc: New.
1015         * testsuite/20_util/auto_ptr.cc: Tweaks.
1016         * testsuite/23_containers/map_operators.cc (test01): Split into..
1017         * testsuite/23_containers/map_operators_neg.cc (test01): ...this. New.
1018         * testsuite/23_containers/set_operators.cc: Move to...
1019         * testsuite/23_containers/set_operators_neg.cc: ...here.
1020         * testsuite/README: Add some more naming rules.
1022 2002-07-03  Steev Wilcox  <steev@paradigmds.com>
1024         PR libstdc++/7057
1025         * include/ext/stl_hashtable.h: Fix.
1026         * testsuite/ext/hash_map.cc: New.
1028 2002-07-03  Jack Reeves  <jackw_reeves@hotmail.com>
1029             Kenny Simpson  <theonetruekenny@yahoo.com>
1030             Phil Edwards  <pme@gcc.gnu.org>
1032         PR libstdc++/3946
1033         * testsuite/20_util/auto_ptr.cc (test08):  New test.
1034         * include/std/std_memory.h (auto_ref_ptr):  Make constructor explicit.
1035         (auto_ptr::operator auto_ptr_ref):  Fix typo.
1036         General reformatting and doxygenating of the whole file.
1038 2002-07-03  Benjamin Kosnik  <bkoz@redhat.com>
1040         PR libstdc++/7097
1041         * include/c/std_cwchar.h: Fix.
1043 2002-07-02  Benjamin Kosnik  <bkoz@redhat.com>
1045         PR libstdc++/6410
1046         * include/bits/locale_facets.h (moneypunct::moneypunct): Add const
1047         char* name parameter.
1048         * config/locale/gnu/monetary_members.cc: Use it.
1049         * config/locale/generic/monetary_members.cc: Same.
1050         * src/localename.cc (_Impl::_Impl(const char*, size_t)): Use it.
1052         * include/backward/strstream.h: Update date.
1054 2002-07-02  Paolo Carlini  <pcarlini@unitus.it>
1056         PR libstdc++/6642
1057         * include/bits/stl_iterator.h
1058         (__normal_iterator::operator-(const __normal_iterator&)):
1059         Make non-member, as already happens for the comparison
1060         operators in accord with DR179 (Ready).
1061         * testsuite/24_iterators/iterator.cc: Add test from the PR.
1063 2002-07-02  Phil Edwards  <pme@gcc.gnu.org>
1065         PR libstdc++/7173
1066         * acinclude.m4:  Simplify determination of gcc_version, and move
1067         up to GLIBCPP_CONFIGURE.
1068         * configure.in (release_VERSION):  Really remove.
1069         (AM_INIT_AUTOMAKE, AM_CONFIG_HEADER):  Move after GLIBCPP_CONFIGURE.
1070         * aclocal.m4, configure:  Regenerate.
1072 2002-07-02  Phil Edwards  <pme@gcc.gnu.org>
1074         * docs/html/configopts.html, docs/html/install.html:  Tweaks.
1075         * include/ext/algorithm, include/ext/hash_map, include/ext/hash_set,
1076         include/ext/iterator, include/ext/numeric, include/ext/rb_tree,
1077         include/ext/slist, include/ext/stl_rope.h:  Add doxygen hooks.
1079 2002-07-01  Benjamin Kosnik  <bkoz@redhat.com>
1081         * include/backward/strstream: Remove namespace std. Transfer to...
1082         * include/backward/strstream.h: ...here. Qualify std names.
1083         * src/strstream.cc: Remove namespace std.
1084         * include/Makefile.am (backward_headers): Remove strstream.h.
1085         * include/Makefile.in: Regenerate.
1086         * config/linker-map.gnu: Export strstream bits.
1088         * src/fstream-inst.cc: Tweak.
1089         * src/io-inst.cc: Same.
1090         * src/istream-inst.cc: Same.
1091         * src/misc-inst.cc: Same.
1092         * src/ostream-inst.cc: Same.
1093         * src/sstream-inst.cc: Same.
1094         * src/valarray-inst.cc: Same.
1095         * src/misc-inst.cc: Remove unused instantiations.
1097 2002-07-01  Benjamin Kosnik  <bkoz@redhat.com>
1099         * configure.in (libtool_VERSION): Bump to 5:0:0.
1100         * configure: Regenerate.
1102 2002-06-28  Phil Edwards  <pme@gcc.gnu.org>
1104         PR libstdc++/7157, PR libstdc++/7158, PR libstdc++/7161
1105         * include/std/std_queue.h:  Include deque.tcc, vector.tcc.
1106         * include/std/std_stack.h:  Include deque.tcc.
1107         * testsuite/23_containers/adaptors.cc:  New file.
1109 2002-06-27  Phil Edwards  <pme@gcc.gnu.org>
1111         * include/bits/stl_alloc.h:  Deprecate all 'reallocate' memfns.
1112         * docs/html/ext/howto.html:  Update allocator notes.
1114 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
1116         * configure.in (INTERFACE): Remove.
1117         (release_VERSION): Remove.
1118         * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Change include placement.
1119         (libstdcxx_interface): Change. Use gcc methods to determine version.
1120         * configure: Regenerate.
1121         * aclocal.m4: Regenerate.
1123 2002-06-25  DJ Delorie  <dj@redhat.com>
1125         * acinclude.m4 (GLIBCPP_CONFIGURE): Split out
1126         GLIBCPP_TOPREL_CONFIGURE.
1127         * aclocal.m4: Likewise.
1128         * configure.in: Call it before AC_CANONICAL_SYSTEM.
1129         * configure: Regenerate.
1131 2002-06-25  Jessica Han  <jessica@cup.hp.com>
1133         * config/os/hpux/os_defines.h Define _GLIBCPP_VTABLE_PADDING
1134         * libsupc++/tinfo.cc Handle the 8 byte aligned vtable entries when
1135         _GLIBCPP_VTABLE_PADDING is defined.
1137 2002-06-25  Benjamin Kosnik  <bkoz@redhat.com>
1139         * include/bits/stl_alloc.h: Additional formatting.
1141 2002-06-24  Phil Edwards  <pme@gcc.gnu.org>
1143         * include/bits/stl_alloc.h:  Reformat as per C++STYLE.
1145 2002-06-24  Phil Edwards  <pme@gcc.gnu.org>
1147         * config/cpu/*/bits/*:  Move header files up a level.  Remove bits.
1148         * config/os/*/bits/*:  Likewise.
1149         * configure.in:  Update.
1150         * configure:  Regenerate.
1151         * configure.target:  Update.
1152         * docs/html/17_intro/porting.texi:  Update.
1154 2002-06-21  Phil Edwards  <pme@gcc.gnu.org>
1156         * include/bits/stl_map.h, include/bits/stl_multimap.h,
1157         include/bits/stl_queue.h, include/bits/stl_stack.h:  Reformat and
1158         complete doxygenation.
1159         * include/bits/boost_concept_check.h:  Minor comment.
1161 2002-06-21  Benjamin Kosnik  <bkoz@redhat.com>
1163         * include/c_compatibility: New.
1164         * include/c_compatibility/assert.h: New.
1165         * include/c_compatibility/ctype.h: New.
1166         * include/c_compatibility/errno.h: New.
1167         * include/c_compatibility/float.h: New.
1168         * include/c_compatibility/iso646.h: New.
1169         * include/c_compatibility/limits.h: New.
1170         * include/c_compatibility/locale.h: New.
1171         * include/c_compatibility/math.h: New.
1172         * include/c_compatibility/setjmp.h: New.
1173         * include/c_compatibility/signal.h: New.
1174         * include/c_compatibility/stdarg.h: New.
1175         * include/c_compatibility/stddef.h: New.
1176         * include/c_compatibility/stdio.h: New.
1177         * include/c_compatibility/stdlib.h: New.
1178         * include/c_compatibility/string.h: New.
1179         * include/c_compatibility/time.h: New.
1180         * include/c_compatibility/wchar.h: New.
1181         * include/c_compatibility/wctype.h: New.
1183         * include/c/std_cerrno.h: Get out of the way... define errno.
1184         * include/c/std_cmath.h: Add abs, modf overloads.
1185         Undefine C99 isms. Still not sure how to deal with this sanely.
1186         * include/c/std_csetjmp.h: Tweak.
1187         * include/c/std_cwchar.h: Include cstddef for size_t.
1189         * include/c_std/std_cmath.h: Remove extra function.
1191         Pendantic std usage in testsuites.
1192         * testsuite/17_intro/header_cstdlib.cc (test01): Qualify ldiv_t
1193         with std.
1194         * testsuite/17_intro/header_cwchar.cc: Tweak.
1195         * testsuite/22_locale/codecvt_members_char_char.cc (test03): Use
1196         std::setlocale.
1197         * testsuite/22_locale/ctype_to_wchar_t.cc (test05): Same.
1198         * testsuite/22_locale/ctype_to_char.cc (test05): Same.
1199         * testsuite/22_locale/ctype_is_wchar_t.cc (test05): Same.
1200         * testsuite/22_locale/ctype_is_char.cc (test05): Same.
1201         * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test03): Same.
1202         * testsuite/22_locale/time_get_members_wchar_t.cc (test08): Same.
1203         * testsuite/22_locale/time_get_members_char.cc (test08): Same.
1204         * testsuite/22_locale/time_put_members_wchar_t.cc (test04): Same.
1205         * testsuite/22_locale/time_put_members_char.cc (test04): Same.
1206         * testsuite/22_locale/num_put_members_wchar_t.cc (test04): Same.
1207         * testsuite/22_locale/num_put_members_char.cc (test04): Same.
1208         * testsuite/22_locale/numpunct_members_wchar_t.cc (test03): Same.
1209         * testsuite/22_locale/numpunct_members_char.cc (test03): Same.
1210         * testsuite/22_locale/num_get_members_wchar_t.cc: Same.
1211         * testsuite/22_locale/num_get_members_char.cc: Same.
1212         * testsuite/22_locale/money_put_members_wchar_t.cc (test07): Same.
1213         * testsuite/22_locale/money_put_members_char.cc (test07): Same.
1214         * testsuite/22_locale/moneypunct_members_wchar_t.cc (test03): Same.
1215         * testsuite/22_locale/moneypunct_members_char.cc (test03): Same.
1216         * testsuite/22_locale/money_get_members_wchar_t.cc (test08): Same.
1217         * testsuite/22_locale/money_get_members_char.cc (test08): Same.
1218         * testsuite/22_locale/messages_members_char.cc (test03): Same.
1219         * testsuite/22_locale/collate_members_wchar_t.cc (test04): Same.
1220         * testsuite/22_locale/collate_members_char.cc (test04): Same.
1221         * testsuite/26_numerics/fabs_inline.cc: Use std::printf.
1222         * testsuite/27_io/istream_seeks.cc (test02): Qualify abort.
1223         * testsuite/27_io/istream_extractor_arith.cc (test11): Qualify strtol.
1225 2002-06-20  Benjamin Kosnik  <bkoz@redhat.com>
1227         * libsupc++/Makefile.am (libsupc__convenience_la_SOURCES): Add
1228         c_sources.
1230 2002-06-20  Benjamin Kosnik  <bkoz@redhat.com>
1232         * src/ext-inst.cc (__gnu_cxx): Use instead of std:: for extensions.
1233         Use size_type instead of unsigned long.
1235 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
1237         * src/ext-inst.cc (_S_fetch): Add explicit templates for char and
1238         wchar types.
1239         (_S_min_len): Ditto.
1241 2002-06-20  Benjamin Kosnik  <bkoz@redhat.com>
1243         * include/Makefile.am: Add rules.
1244         * include/Makefile.in: Regenerate.
1246         * acinclude.m4: Define GLIBCPP_C_HEADERS_COMPATIBILITY.
1247         * aclocal.m4: Regenerate.
1248         * configure: Regenerate.
1249         * configure.target (c_model, c_compatibility): Add.
1251         * libsupc++/Makefile.am (c_sources): New.
1252         (libsupc___la_SOURCES): Add c_sources.
1253         (LTCOMPILE): Remove INCLUDES.
1254         (GCC_INCLUDES): New.
1255         (C_COMPILE): New, like COMPILE but without INCLUDES.
1256         (cxa_demangle.o): Use C_COMPILE.
1257         (dyn-string.o): Use C_COMPILE.
1259         * include/c/std_cstdarg.h: Define __need___va_list.
1260         * include/c/std_cstddef.h: Define need_size_t, need_ptrdiff_t,
1261         need_NULL, need_offsetof.
1263 2002-06-19  Steve Ellcey  <sje@cup.hp.com>
1265         * configure.in (HAVE_FINITE*, HAVE_ISINF*, HAVE_ISNAN*):  Remove
1266         definitions in hpux11 cross-build because these functions do
1267         not exist on hpux11 (but some exist on hpux10); move defaults out
1268         into existing sections.
1269         * configure:  Regenerate.
1271 2002-06-18  Benjamin Kosnik  <bkoz@redhat.com>
1273         * include/c/std_cwchar.h: Guard. Add mbstate_t bits.
1274         * include/c/std_cwctype.h: Guard.
1276         * libsupc++/eh_alloc.cc: Tweak include order.
1277         * libsupc++/pure.cc: Use cstdio.
1278         * libsupc++/new_op.cc: Remove malloc forward declaration, as
1279         cstdlib brings it in. Use std::malloc.
1281         * src/Makefile.am (sources): Remove cmath.cc.
1282         * src/Makefile.in: Regenerate.
1283         * src/cmath.cc: Remove.
1285 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
1287         * configure.target:  Force mips to use the generic cpu routines.
1289 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
1291         * configure.host:  Delete file.
1292         * configure.target:  More documentation.  Factor out common parts of
1293         script into "intelligent" settings about defaults.  Remove redundancy.
1295         * acinclude.m4:  Update comments.  Do not call configure.host.
1296         (GLIBCPP_ENABLE_SYMVERS):  If disabled, do not bother checking for
1297         libgcc_s.
1298         * configure.in:  Slight reformatting, more comments.  Factor out
1299         "config/" from all the directories.
1300         * docs/html/17_intro/porting.texi:  Update and expand.
1301         * testsuite/Makefile.am (AM_RUNTESTFLAGS):  Move empty setting
1302         from configure.host.
1304         * aclocal.m4, configure, docs/html/17_intro/porting.html,
1305         testsuite/Makefile.in:  Regenerate.
1307 2002-06-16  Phil Edwards  <pme@gcc.gnu.org>
1309         * docs/doxygen/TODO:  Update.
1310         * docs/doxygen/tables.html:  Uncomment magical middle column.
1311         * docs/doxygen/user.cfg.in:  Kludge to ignore function-like macros.
1312         * include/bits/stl_queue.h:  Doxygenate and reformat.
1313         * include/bits/ios_base.h, include/std/std_streambuf.h:  Add comment
1314         for deprecated names required by the standard.
1316 2002-06-14  J.T. Conklin  <jtc@acorntoolworks.com>
1318         * configure.in (target_alias): Fix.
1319         * configure: Regenerate.
1320         * aclocal.m4: Regenerate.
1322 2002-06-12  Phil Edwards  <pme@gcc.gnu.org>
1324         * include/Makefile.am:  Add new files.
1325         * include/Makefile.in:  Regenerate.
1327         * include/bits/stl_deque.h, include/bits/stl_list.h,
1328         include/bits/stl_vector.h:  Clean up, reformat.  Move definitions...
1329         * include/bits/deque.tcc, include/bits/list.tcc,
1330         include/bits/vector.tcc:  ...to here.  New files.
1332         * include/ext/stl_hashtable.h:  Inclide correct full headers.
1333         * include/std/std_deque.h:  Include .tcc files for now.
1334         * include/std/std_list.h:  Likewise.
1335         * include/std/std_vector.h:  Likewise.
1337 2002-06-12  Daniel Jacobowitz  <drow@mvista.com>
1339         * Makefile.am: Add FLAGS_TO_PASS.
1340         * Makefile.in: Regenerated.
1342 2002-06-11  J.T. Conklin  <jtc@acorntoolworks.com>
1343             Benjamin Kosnik  <bkoz@redhat.com>
1345         * configure.target: Set os_include_dir to config/os/qnx/qnx6.1
1346         under *-qnx6.[12]*.
1347         * configure.in: Add support for *-qnx6.[12]*.
1348         * configure: Regenerate.
1350         * config/os/qnx, config/os/qnx/qnx6.1, config/os/qnx/qnx6.1/bits:
1351         New directories.
1352         * config/os/qnx/qnx6.1/bits/ctype_base.h, ctype_inline.h,
1353         ctype_noninline.h, os_defines.h: New files.
1355 2002-06-10  Loren J. Rittle <ljrittle@acm.org>
1357         * acinclude.m4 (GLIBCPP_CHECK_SETRLIMIT_ancilliary): Reorder and
1358         include all required headers for test against older POSIX standard.
1359         (GLIBCPP_CHECK_SETRLIMIT): Likewise.
1360         (ac_setrlimit): Likewise.
1361         * aclocal.m4: Regenerate.
1362         * configure: Regenerate.
1363         * testsuite/testsuite_hooks.cc: Reorder and include all
1364         required headers for use against older POSIX standard.
1366 2002-06-08  Paolo Carlini  <pcarlini@unitus.it>
1368         * testsuite/backwards/strstream_members.cc: New.
1370 2002-06-08  Benjamin Kosnik  <bkoz@redhat.com>
1372         * include/backwards/strstream: Format.
1373         * src/strstream.cc: Format.
1375 2002-06-08  Andreas Schwab  <schwab@suse.de>
1377         * src/strstream.cc (strstreambuf::overflow): Set _M_buf,
1378         _M_buf_size and _M_buf_size_opt to the new buffer and size.
1380 2002-06-08  Benjamin Kosnik  <bkoz@redhat.com>
1382         * config/os/generic/bits/ctype_noninline.h: Tweak format.
1384 2002-06-07  Steve Ellcey  <sje@cup.hp.com>
1386         * src/locale-inst.cc (__codecvt_abstract_base):
1387         Put inside _GLIBCPP_USE_WCHAR_T ifdef.
1388         * include/bits/istream.tcc (basic_istream): Ditto.
1389         (ws) Ditto.
1390         (operator>>) Ditto.
1391         * include/bits/ostream.tcc (basic_ostream): Ditto.
1392         (endl): Ditto.
1393         (ends): Ditto.
1394         (flush): Ditto.
1395         (operator<<): Ditto.
1397 2002-06-07  Phil Edwards  <pme@gcc.gnu.org>
1399         * mkcheck.in:  Link against local testsuite library.
1400         * testsuite/testsuite_hooks.h (__set_testsuite_memlimit):  Move null
1401         implementation out...
1402         * testsuite/testsuite_hooks.cc:  ...to here.
1404 2002-06-06  Loren J. Rittle <ljrittle@acm.org>
1406         * src/Makefile.am (AUTOMAKE_OPTIONS): Use cygnus-style generation.
1407         * include/Makefile.am (AUTOMAKE_OPTIONS): Likewise.
1408         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Likewise.
1409         * src/Makefile.in: Regenerate (explicitly with --cygnus option).
1410         * testsuite/Makefile.in: Likewise.
1412 2002-06-05  David Edelsohn  <edelsohn@gnu.org>
1414         * config/os/aix/bits/ctype_noninline.h (do_toupper,do_tolower):
1415         Call external symbol.
1417 2002-06-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1419         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3_target_compile):
1420         Search correct multilib testsuite dir for libv3test.
1422 2002-06-04  Paolo Carlini  <pcarlini@unitus.it>
1423             Gaby Dos Reis  <gdr@codesourcery.com>
1425         * include/bits/basic_string.tcc
1426         (basic_string::_S_construct(forward_iterator_tag):
1427         Fix typo in null pointer check.
1428         * testsuite/21_strings/ctor_copy_dtor.cc: Add test04.
1430 2002-06-04  Paolo Carlini  <pcarlini@unitus.it>
1432         * testsuite/22_locale/money_get_members_char.cc
1433         (test02): Add decimal point to long double constants.
1434         * testsuite/22_locale/money_get_members_wchar_t.cc
1435         (test02): Likewise.
1436         * testsuite/22_locale/money_put_members_char.cc
1437         (test02, test03, test06): Likewise.
1438         * testsuite/22_locale/money_put_members_wchar_t.cc:
1439         (test02, test03, test06): Likewise.
1440         * testsuite/22_locale/num_get_members_char.cc:
1441         (test02, test01): Likewise; suffix long long constants with LL.
1442         * testsuite/22_locale/num_get_members_wchar_t.cc:
1443         (test02, test01): Likewise.
1444         * testsuite/22_locale/num_put_members_char.cc:
1445         (test02, test01): Likewise.
1446         * testsuite/22_locale/num_put_members_wchar_t.cc:
1447         (test02, test01): Likewise.
1449 2002-06-03  Marc Espie  <espie@openbsd.org>
1451         * config/cpu/m68k/bits/atomicity.h(__exchange_and_add): Fix inline
1452         assembly for old assemblers.
1454 2002-06-03  Phil Edwards  <pme@gcc.gnu.org>
1456         * include/bits/stl_bvector.h (swap(_Bit_reference,_Bit_reference)):
1457         Move/rename...
1458         (vector<bool>::swap(reference,reference)): ...to this.
1460 2002-06-03  Phil Edwards  <pme@gcc.gnu.org>
1462         * docs/doxygen/TODO:  Update.
1463         * docs/doxygen/user.cfg.in (SORT_MEMBER_DOCS):  Set to off, now that
1464         some class members are in 14882 order.
1465         * docs/html/ext/howto.html:  3.1 is in the past now, not the future.
1467         * include/std/std_bitset.h:  Update comment.
1468         * src/bitset.cc:  Update comments, clean up spacing.
1470         * src/Makefile.am (sources):  Alphabetize for convenience.
1471         * src/Makefile.in:  Regenerate.
1473 2002-06-03  Phil Edwards  <pme@gcc.gnu.org>
1475         * include/bits/stl_deque.h, include/bits/stl_list.h,
1476         include/bits/stl_vector.h:  Reformat to (mostly) match C++STYLE.
1477         Reorder to match 14882.  Doxygen blocks for all public members.
1479 2002-05-31  Marcus Meissner  <meissner@suse.de>
1481         PR libstdc++/6886
1482         * include/bits/stl_bvector.h:  Use UL suffix for unsigned longs.
1483         * testsuite/23_containers/vector_bool.cc (test02):  New test.
1485 2002-05-30  Marc Espie  <espie@openbsd.org>
1487         * configure.in: Always check for sys/types.h
1488         * configure: Regenerate.
1490 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
1492         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init):
1493         Rebuild the wrapper file every time this proc is called.
1495 2002-05-28  Phil Edwards  <pme@gcc.gnu.org>
1497         * testsuite/Makefile.am (noinst_LIBRARIES):  New target.  Pull in
1498         CXX/INCLUDES.
1499         * testsuite/Makefile.in:  Regenerate.
1500         * testsuite/testsuite_hooks.h (gnu_copy_tracker):  Move from
1501         list_modifiers.cc and rename from 'T'.  Move code bodies...
1502         * testsuite/testsuite_hooks.cc:  ...to here.  New file.
1503         * testsuite/23_containers/list_modifiers.cc:  Move 'T' class out.
1504         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3_target_compile):
1505         Add libv3test.a to link options.
1507 2002-05-27  Benjamin Kosnik  <bkoz@redhat.com>
1509         * src/misc-inst.cc: Define unnecessary algorithm
1510         instantiations. Break apart instantiations into groupings below.
1511         * src/fstream-inst.cc: New.
1512         * src/io-inst.cc: New.
1513         * src/istream-inst.cc: New.
1514         * src/ostream-inst.cc: New.
1515         * src/streambuf-inst.cc: New.
1516         * src/sstream-inst.cc: New.
1517         * src/Makefile.am (sources): Add files.
1518         * src/Makefile.in: Regenerate.
1520         * acinclude.m4: Work around automake 1.4-p5 bug, change
1521         AM_GNU_GETTEXT in comments to AM-GNU-GETTEXT.
1523 2002-05-27  Benjamin Kosnik  <bkoz@redhat.com>
1525         PR libstdc++/6795.
1526         * config/os/solaris/solaris2.6/bits/ctype_noninline.h
1527         (classic_table): Fix.
1528         * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
1530 2002-05-27  Benjamin Kosnik  <bkoz@redhat.com>
1532         * testsuite/22_locale/ctype_is_wchar_t.cc: Guard with
1533         _GLIBCPP_USE_WCHAR_T.
1534         * testsuite/22_locale/ctype_narrow_wchar_t.cc: Same.
1535         * testsuite/22_locale/ctype_to_wchar_t.cc: Same.
1536         * testsuite/22_locale/ctype_widen_wchar_t.cc: Same.
1538 2002-05-26  Carlo Wood  <carlo@alinoe.com>
1539             Paolo Carlini  <pcarlini@unitus.it>
1541         PR libstdc++/6811
1542         * config/locale/ieee_1003.1-2001/codecvt_specializations.h
1543         (__enc_traits::operator=): add missing return statement.
1545 2002-05-24  Phil Edwards  <pme@gcc.gnu.org>
1547         PR libstdc++/6282
1548         * include/std/std_bitset.h (_Base_biteset<0>):  New specialization.
1549         (operator>>):  If nothing was extracted, don't fail in the
1550         zero-length case.
1551         * testsuite/23_containers/bitset_ctor.cc (test02):  New test.
1553 2002-05-24  Benjamin Kosnik  <bkoz@redhat.com>
1555         PR libstdc++/6701
1556         * testsuite/22_locale/ctype_narrow_char.cc: New.
1557         * testsuite/22_locale/ctype_narrow_wchar_t.cc: New.
1558         * testsuite/22_locale/ctype_widen_char.cc: New.
1559         * testsuite/22_locale/ctype_widen_wchar_t.cc: New.
1560         * testsuite/22_locale/ctype_members_char.cc: Move some bits into...
1561         * testsuite/22_locale/ctype_is_char.cc: ...this.
1562         * testsuite/22_locale/ctype_to_char.cc: ...and this.
1563         * testsuite/22_locale/ctype_members_wchar_t.cc: Move some bits into...
1564         * testsuite/22_locale/ctype_is_wchar_t.cc: ...this.
1565         * testsuite/22_locale/ctype_to_wchar_t.cc: ...and this.
1567         * testsuite/22_locale/ctype_scan_wchar_t.cc: Should pass.
1569 2002-05-24  Dale Peakall <dale@peakall.net>
1571         PR libstdc++/6701
1572         * config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_narrow): Fix.
1573         * config/locale/generic/ctype_members.cc: Same.
1575 2002-05-24  Benjamin Kosnik  <bkoz@redhat.com>
1577         PR libstdc++/6750
1578         * include/bits/ostream.tcc (ostream::operator<<(const char*)): Fix
1579         for empty string literal.
1580         (ostream::operator<<(const _CharT*)): Same.
1581         (ostream<char>::operator<<(const char*)): Same.
1582         (ostream<char>::operator<<(streambuf*)): Same.
1583         * testsuite/27_io/ostream_inserter_char.cc (test08): Add tests.
1584         * testsuite/27_io/ostream_inserter_other.cc (test02): Modify.
1586 2002-05-23  Benjamin Kosnik  <bkoz@redhat.com>
1588         * configure.in (release_VERSION): Update to 3.1.1.
1589         (libtool_VERSION): Update to 4:1:0.
1590         * configure: Regenerate.
1592 2002-05-21  Phil Edwards  <pme@gcc.gnu.org>
1594         * include/bits/stl_pair.h:  Tweak comment markup.
1596 2002-05-21  Phil Edwards  <pme@gcc.gnu.org>
1598         * include/ext/stdio_filebuf.h:  Add header guards.  Doxygenate.
1600 2002-05-21  Phil Edwards  <pme@gcc.gnu.org>
1602         * docs/doxygen/user.cfg.in (EXCLUDE):  Add 'CVS'.
1604 2002-05-21  Phil Edwards  <pme@gcc.gnu.org>
1606         * include/bits/stl_vector.h:  Reformat to follow C++STYLE.
1607         Doxygenate all public members.  Reorder to follow 14882.
1608         (vector::push_back(void)):  Remove previously-deprecated fn.
1609         (vector::insert(iterator), vector::_M_insert_aux(iterator)):
1610         Deprecate for removal in 3.3.
1612 2002-05-20  Phil Edwards  <pme@gcc.gnu.org>
1614         * docs/html/faq/index.html (5.4):  Recommend against -I options for
1615         finding the ext headers.
1616         * docs/html/faq/index.txt:  Regenerate.
1618 2002-05-19  Paolo Carlini  <pcarlini@unitus.it>
1620         * testsuite/23_containers/deque_operators.cc (test01):
1621         Fix minor typo in last commit.
1623 2002-05-18  Paolo Carlini  <pcarlini@unitus.it>
1625         PR libstdc++/6503
1626         * include/bits/stl_deque.h (_Deque_iterator::operator==,
1627         operator!=, operator<, operator>, operator>=, operator<=):
1628         Make non-member functions, to allow comparing const and
1629         non-const iterators in any order.
1630         * testsuite/23_containers/deque_operators.cc: New testfile.
1632 2002-05-16  Phil Edwards  <pme@gcc.gnu.org>
1634         * docs/html/faq/index.html:  Update not-a-bug list with basic_file.h.
1635         * docs/html/faq/index.txt:  Regenerate.
1637 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1639         * Makefile.am: Allow for PWDCMD to override hardcoded pwd.
1640         * acinclude.m4: Likewise.
1641         * docs/html/Makefile: Likewise.
1642         * aclocal.m4: Regenerate.
1643         * configure: Regenerate.
1644         * Makefile.in: Regenerate.
1646 2002-05-15  Loren J. Rittle <ljrittle@acm.org>
1648         libstdc++/6641
1649         * include/bits/c++config (__USE_MALLOC): Report case where
1650         the user improperly defined it on the command line.
1652 2002-05-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1654         * testsuite/testsuite_hooks.h (__set_testsuite_memlimit):
1655         Retrieve current limits before setting.
1657 2002-05-15  Benjamin Kosnik  <bkoz@redhat.com>
1659         PR libstdc++/6518
1660         * include/bits/ostream.tcc (ostream::operator<<(const char*)): Fix
1661         for null case.
1662         (ostream::operator<<(const _CharT*)): Same.
1663         (ostream<char>::operator<<(const char*)): Same.
1664         * testsuite/27_io/ostream_inserter_char.cc (test07): Add test.
1666 2002-05-15  Benjamin Kosnik  <bkoz@redhat.com>
1668         PR libstdc++/6594
1669         * src/strstream.cc (strstreambuf): Fix leak.
1671 2002-05-15  Paolo Carlini  <pcarlini@unitus.it>
1673         PR libstdc++/6648
1674         * include/bits/istream.tcc (istream::getline, ignore):
1675         Upon __idelim (__delim) call sbumpc() not snextc().
1676         * testsuite/27_io/narrow_stream_objects.cc:
1677         Add test08 and test09.
1679 2002-05-13  Benjamin Kosnik  <bkoz@redhat.com>
1681         * testsuite/22_locale/ctype_scan_char.cc: Tweak.
1682         * testsuite/22_locale/ctype_scan_wchar_t.cc: New.
1684         * docs/html/install.html: Fix.
1686 2002-05-13  Benjamin Kosnik  <bkoz@redhat.com>
1688         * include/bits/fstream.tcc
1689         (basic_filebuf::_M_allocate_internal_buffer): Remove extraneous
1690         try/catch blocks.
1691         * src/localename.cc (locale::_Impl::_M_install_facet): Same.
1693         * docs/html/install.html: Tweak, add bits about required locales
1694         for the 22_locale tests when using the gnu model.
1696         * testsuite/27_io/istream_sentry.cc: Tweak.
1698 2002-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1700         * config/os/irix/irix5.2/bits/ctype_inline.h (scan_is, scan_not):
1701         Fix typo, use this->is() rather than manually (and perhaps
1702         incorrectly) inlining it.
1703         * config/os/irix/irix6.5/bits/ctype_inline.h (scan_is, scan_not):
1704         Likewise.
1705         * testsuite/22_locale/ctype_scan_char.cc: New file.
1707 2002-05-13  Paolo Carlini  <pcarlini@unitus.it>
1708             Jakub Jelinek  <jakub@redhat.com>
1710         * testsuite/22_locale/money_get_members_char.cc
1711         (test01, test02, test04): Use the de_DE@euro named locale
1712         instead of de_DE to allow for an uniform behaviour with
1713         both old and Euro-era localedata; tweak some tests.
1714         * testsuite/22_locale/money_get_members_wchar_t.cc
1715         (test01, test02, test04): Likewise.
1716         * testsuite/22_locale/money_put_members_char.cc
1717         (test01, test02, test04): Likewise.
1718         * testsuite/22_locale/money_put_members_wchar_t.cc
1719         (test01, test02, test04): Likewise.
1721 2002-05-13  Paolo Carlini  <pcarlini@unitus.it>
1723         * testsuite/22_locale/codecvt_members_char_char.cc
1724         (test03): Robustify wrt localedata.
1725         * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test03): Likewise.
1726         * testsuite/22_locale/collate_members_char.cc (test04): Likewise.
1727         * testsuite/22_locale/collate_members_wchar_t.cc (test04): Likewise.
1728         * testsuite/22_locale/ctype_members_char.cc (test05): Likewise.
1729         * testsuite/22_locale/ctype_members_wchar_t.cc (test04): Likewise.
1730         * testsuite/22_locale/messages_members_char.cc (test03): Likewise.
1731         * testsuite/22_locale/money_get_members_char.cc (test08): Likewise.
1732         * testsuite/22_locale/money_get_members_wchar_t.cc (test08): Likewise.
1733         * testsuite/22_locale/money_put_members_char.cc (test07): Likewise.
1734         * testsuite/22_locale/money_put_members_wchar_t.cc (test07): Likewise.
1735         * testsuite/22_locale/moneypunct_members_char.cc (test03): Likewise.
1736         * testsuite/22_locale/moneypunct_members_wchar_t.cc (test03): Likewise.
1737         * testsuite/22_locale/num_get_members_char.cc (test06): Likewise.
1738         * testsuite/22_locale/num_get_members_wchar_t.cc (test06): Likewise.
1739         * testsuite/22_locale/num_put_members_char.cc (test04): Add comment.
1740         * testsuite/22_locale/num_put_members_wchar_t.cc (test04): Likewise.
1741         * testsuite/22_locale/numpunct_members_char.cc (test03): Likewise.
1742         * testsuite/22_locale/numpunct_members_wchar_t.cc (test03): Likewise.
1743         * testsuite/22_locale/time_get_members_char.cc (test08): Likewise.
1744         * testsuite/22_locale/time_get_members_wchar_t.cc (test08): Likewise.
1745         * testsuite/22_locale/time_put_members_char.cc (test04): Likewise.
1746         * testsuite/22_locale/time_put_members_wchar_t.cc (test04): Likewise.
1748 2002-05-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1750         * config/os/irix/irix5.2/bits/os_defines.h: Revert 2002-05-06
1751         change.
1753 2002-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1755         * config/os/gnu-linux/bits/os_defines.h (__glibcpp_long_bits): Define
1756         to 64 for hppa 64-bit port.
1757         (__glibcpp_long_double_bits): Define to 64 for all hppa ports.
1759 2002-05-10  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1761         * acinclude.m4 (enable_symvers): Quote $LD.
1762         * aclocal.m4: Regenerate.
1763         * configure: Likewise.
1765 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
1767         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Append all
1768         multilib dirs containing libgcc_s*.so.1 below gcc object dir to
1769         LD_LIBRARY_PATH.
1771 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
1773         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1774         script entry, and set LD to it when configuring multilibs.
1775         * configure: Rebuilt.
1777 2002-05-07  Mark Mitchell  <mark@codesourcery.com>
1779         * configure.in: Add support for WindISS.
1780         * configure: Regenerated.
1781         * configure.target: Add support for WindISS.
1782         * config/os/windiss/bits/ctype_base.h: New file.
1783         * config/os/windiss/bits/ctype_inline.h: Likewise.
1784         * config/os/windiss/bits/ctype_noninline.h: Likewise.
1785         * config/os/windiss/bits/os_defines.h: Likewise.
1787 2002-05-06  Paolo Carlini  <pcarlini@unitus.it>
1789         Test all the facets for the temporary "C" locale switch issue.
1790         * testsuite/22_locale/codecvt_members_char_char.cc: Add test03.
1791         * testsuite/22_locale/codecvt_members_wchar_t_char.cc: Likewise.
1792         * testsuite/22_locale/collate_members_char.cc: Add test04.
1793         * testsuite/22_locale/collate_members_wchar_t.cc: Likewise.
1794         * testsuite/22_locale/ctype_members_char.cc: Add test05.
1795         * testsuite/22_locale/ctype_members_wchar_t.cc: Add test04.
1796         * testsuite/22_locale/messages_members_char.cc: Add test03.
1797         * testsuite/22_locale/money_get_members_char.cc: Add test08.
1798         * testsuite/22_locale/money_get_members_wchar_t.cc: Likewise.
1799         * testsuite/22_locale/money_put_members_char.cc: Add test07.
1800         * testsuite/22_locale/money_put_members_wchar_t.cc: Likewise.
1801         * testsuite/22_locale/moneypunct_members_char.cc: Add test03.
1802         * testsuite/22_locale/moneypunct_members_wchar_t.cc: Likewise.
1803         * testsuite/22_locale/num_get_members_char.cc: Add test06.
1804         * testsuite/22_locale/num_get_members_wchar_t.cc: Likewise.
1805         * testsuite/22_locale/numpunct_members_char.cc: Add test03.
1806         * testsuite/22_locale/numpunct_members_wchar_t.cc: Likewise.
1807         * testsuite/22_locale/time_get_members_char.cc: Add test08.
1808         * testsuite/22_locale/time_get_members_wchar_t.cc: Likewise.
1809         * testsuite/22_locale/time_put_members_char.cc: Add test04.
1810         * testsuite/22_locale/time_put_members_wchar_t.cc: Likewise.
1812         * testsuite/22_locale/num_put_members_char.cc (test04): Add comment.
1813         * testsuite/22_locale/num_put_members_wchar_t.cc (test04): Likewise.
1815 2002-05-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1817         * config/os/irix/irix5.2/bits/os_defines.h (_SGI_SOURCE,
1818         __EXTENSIONS__): Ensure they are always defined.
1820 2002-05-06  Phil Edwards  <pme@gcc.gnu.org>
1822         * docs/html/documentation.html:  Fix broken link.
1824 2002-05-04  Benjamin Kosnik  <bkoz@redhat.com>
1825             Paolo Carlini  <pcarlini@unitus.it>
1827         * testsuite/22_locale/num_put_members_char.cc: Add test04(),
1828         testing for the locale_facets.tcc entry of the previous commit.
1829         * testsuite/22_locale/num_put_members_wchar_t.cc: Likewise.
1831 2002-05-04  Takeshi Kobayakawa  <tskoba@mte.biglobe.ne.jp>
1833         * config/locale/generic/c_locale.cc
1834         (__convert_to_v(float, double, long double)):
1835         Fix the temporary switch to the "C" locale, saving and
1836         restoring in the proper way the current locale.
1837         * config/locale/generic/time_members.cc
1838         (__timepunct<char, wchar_t>::_M_put): Likewise.
1839         * config/locale/gnu/messages_members.cc
1840         (messages<char>::do_get): Likewise.
1841         * config/locale/gnu/messages_members.h
1842         (messages<_CharT>::do_get): Likewise.
1843         * config/locale/gnu/time_members.cc
1844         (__timepunct<char, wchar_t>::_M_put): Likewise.
1845         * include/bits/locale_facets.tcc (__convert_from_v): Likewise.
1847 2002-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1849         * configure.in (AC_CHECK_HEADERS): Check for string.h & stdlib.h.
1850         * libsupc++/Makefile.am (LTCOMPILE): Add $(DEFS).
1852         * Makefile.in, config.h.in, configure: Regenerate.
1854 2002-05-03  Benjamin Kosnik  <bkoz@redhat.com>
1856         PR libstdc++/6549.
1857         * include/bits/fstream.tcc (filebuf::_M_underflow_common): Revert.
1858         * testsuite/27_io/narrow_stream_objects.cc (test07): Add.
1860 2002-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1862         * config/os/irix/irix5.2/bits/ctype_noninline.h (classic_table):
1863         Return __ctype + 1.
1864         (ctype:_M_table): Initialize to classic_table(), not __ctype.
1866 2002-05-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1868         * configure.in: Update local install.html, configopts.html paths.
1869         * configure: Regenerate.
1871 2002-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1873         * config/os/irix/irix5.2/bits/os_defines.h
1874         (__glibcpp_long_double_bits, __glibcpp_long_bits): Define.
1876         * config/os/irix/irix5.2/bits/ctype_inline.h: Cast to unsigned
1877         char.
1879 2002-05-02  Phil Edwards  <pme@gcc.gnu.org>
1881         * docs/html/faq/index.html:  Update list in #4.1.
1882         * docs/html/faq/index.txt:  Regenerated.
1884 2002-05-02  Benjamin Kosnik  <bkoz@redhat.com>
1886         * docs/html/17_intro/RELEASE-NOTES (New): Update.
1888 2002-05-01  Phil Edwards  <pme@gcc.gnu.org>
1890         * include/std/std_bitset.h:  Fix doxygen comments.
1891         * docs/html/documentation.html:  Minor tweaks for 3.1.
1892         * docs/html/27_io/howto.html:  Likewise.
1893         * docs/html/ext/howto.html:  Likewise, mention stdio_filebuf.
1894         * docs/html/faq/index.html:  Likewise.
1895         * docs/html/faq/index.txt:  Regenerated.
1897 2002-05-01  Benjamin Kosnik  <bkoz@redhat.com>
1899         PR libstdc++/6533
1900         * include/bits/streambuf_iterator.h (istreambuf_iterator::_M_get): New.
1901         (istreambuf_iterator::equal): Use it.
1902         (istreambuf_iterator::operator*): Use it.
1904 2002-05-01  Paolo Carlini  <pcarlini@unitus.it>
1906         PR libstdc++/6513
1907         * include/bits/stl_uninitialized.h
1908         (uninitialized_copy(_InputIter, _InputIter, _ForwardIter)):
1909         Fix typo in 2001-07-17 commit: typedef _ValueType to
1910         iterator_traits<_ForwardIter> not <_InputIter>.
1911         * testsuite/23_containers/vector_ctor.cc: Add test04.
1913 2002-04-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1915         PR libstdc++/6501
1916         * include/c_std/std_cctype.h: Include bits/c++config.h.
1917         * config/os/hpux/bits/os_defines.h (_SB_CTYPE_MACROS): Define.
1919 2002-04-30  Benjamin Kosnik  <bkoz@redhat.com>
1921         * include/ext/stdio_filebuf.h: New file.
1922         * include/ext/enc_filebuf.h: New file.
1923         * config/io/basic_file_stdio.h (__basic_file::sys_open): Add fd ctor.
1924         * config/io/basic_file_stdio.cc: Same.
1925         * include/bits/fstream.tcc (filebuf::_M_allocate_internal_buffer):
1926         Remove _M_unbuf hacks.
1927         (filebuf::_M_destroy_internal_buffer): Same.
1928         (filebuf::filebuf(cfile, openmode, int_type): Remove definition.
1929         (filebuf::fd): Remove.
1930         * include/std/std_fstream.h (filebuf::_M_unbuf): Remove.
1931         (filebuf::filebuf(__c_file*, openmode, int_type)): Remove.
1932         (filebuf::fd): Remove.
1933         * src/ios.cc (ios_base::_S_ios_create): Change to use specialized
1934         filebufs.
1935         (ios_base::_S_ios_destroy): Same.
1936         * src/misc-inst.cc (file_filebuf<char>): Add instantiation.
1937         * include/Makefile.am (ext_headers): Add ext_filebuf.h,
1938         stdio_filebuf.h.  * include/Makefile.in: Regenerate.
1940 2002-04-30  Benjamin Kosnik  <bkoz@redhat.com>
1942         PR libstdc++/6511
1943         * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Fix typo.
1945 2002-04-29  Benjamin Kosnik  <bkoz@redhat.com>
1947         PR libstdc++/5820
1948         * include/bits/fstream.tcc (basic_filebuf::_M_underflow_common):
1949         Check for eof.
1950         * include/bits/streambuf_iterator.h: Match stream_iterator.h.
1951         (istreambuf_iterator::operator++): Invalidate on eof.
1952         (istreambuf_iterator::operator++(int)): Same.
1953         (istreambuf_iterator::operator*): Same.
1955 2002-04-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1957         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Set all
1958         of LD_LIBRARY_PATH, SHLIB_PATH, LD_LIBRARYN32_PATH,
1959         LD_LIBRARY64_PATH.
1961 2002-04-28  Benjamin Kosnik  <bkoz@redhat.com>
1963         PR libstdc++/5820
1964         * config/io/basic_file_stdio.h (__basic_file::sys_getc): Return int.
1965         (__basic_file::sys_ungetc): Take int.
1966         * config/io/basic_file_stdio.cc (__basic_file::sys_ungetc): Same.
1967         * include/bits/fstream.tcc (basic_filebuf::_M_underflow_common):
1968         Use sys_getc for unbuffered input.
1969         * testsuite/27_io/narrow_stream_objects.cc (test06): New.
1971         * src/ios.cc (_M_grow_words): Adjust error checking.
1972         * testsuite/27_io/ios_base_storage.cc: Same.
1974 2002-04-28  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
1976         * include/ext/stl_hashtable.h: Import __iterator_category
1978 2002-04-28  Paolo Carlini  <pcarlini@unitus.it>
1979             Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
1981         * testsuite/ext/hash_set.cc: New testfile.
1983 2002-04-27  Benjamin Kosnik  <bkoz@redhat.com>
1985         * config/os/solaris/solaris2.5/bits/os_defines.h: Remove
1986         _G_USING_THUNKS.
1987         * config/os/solaris/solaris2.6/bits/os_defines.h: Same.
1988         * config/os/solaris/solaris2.7/bits/os_defines.h: Same.
1990 2002-04-26  Paolo Carlini  <pcarlini@unitus.it>
1992         * include/bits/basic_string.h (replace(__pos, __n1, __s, __n2):
1993         Fix and tighten __throw_length_error check.
1994         * testsuite/21_strings/replace.cc (test05): New.
1995         * testsuite/21_strings/replace.cc (test02, test03, test04): Tweak.
1997 2002-04-23  Loren J. Rittle <ljrittle@acm.org>
1999         * include/std/std_fstream.h (basic_filebuf::sync): Hoist
2000         unconditional flush on lower-layer handle to here...
2001         * include/bits/fstream.tcc (basic_filebuf::_M_really_overflow):
2002         ...from here.  Optimize remaining _M_file.sync() call pattern.
2003         * testsuite/27_io/narrow_stream_objects.cc (test04): New test.
2004         (test05): Likewise.
2006 2002-04-23  Jason Merrill  <jason@redhat.com>
2008         * include/bits/fstream.tcc (basic_filebuf::seekoff): Fix for
2009         output-only filebufs.
2010         * include/std/std_fstream.h (basic_filebuf::_M_set_indeterminate):
2011         Likewise.
2012         (basic_filebuf::_M_set_determinate): Likewise.
2014         PR libstdc++/6414
2015         * include/bits/fstream.tcc (basic_filebuf::seekoff): Adjust return
2016         value properly in the trivial case.
2017         * testsuite/27_io/istream_seeks.cc (test04): Make sure that
2018         tellg() returns the right value after a read.
2020 2002-04-23  Hans-Peter Nilsson  <hp@bitrange.com>
2022         * config/cpu/mmix/bits/cpu_limits.h: New file.
2023         * configure.target (CPULIMITSH): Use it.
2025 2002-04-22  Loren J. Rittle <ljrittle@acm.org>
2027         * docs/html/17_intro/porting.texi (_GLIBCPP_AVOID_FSEEK): Remove.
2028         * docs/html/17_intro/porting.html: Rebuilt.
2030 2002-04-20  Jason Merrill  <jason@redhat.com>
2032         PR libstdc++/4150
2033         * include/std/std_streambuf.h (basic_streambuf::_M_set_indeterminate):
2034         Move to filebuf.
2035         (basic_streambuf::_M_set_determinate): Likewise.
2036         (basic_streambuf::_M_is_indeterminate): Likewise.
2037         * include/bits/std_fstream.h (basic_filebuf::_M_filepos): New
2038         non-static data member.
2039         (basic_filebuf::_M_underflow_common): New non-static member function.
2040         (basic_filebuf::_M_underflow, _M_uflow): Call it.
2041         (basic_filebuf::sync): Avoid useless seeking.
2042         (basic_filebuf::_M_set_indeterminate): Move here from streambuf.
2043         Set _M_filepos.
2044         (basic_filebuf::_M_set_determinate): Likewise.
2045         (basic_filebuf::_M_is_indeterminate): Likewise.
2046         * include/bits/fstream.tcc (basic_filebuf::_M_really_overflow): Seek
2047         back to _M_out_beg if necessary.
2048         (basic_filebuf::seekoff): Likewise.
2049         (basic_filebuf::_M_underflow_common): Generalization of old
2050         underflow().  Don't seek back to _M_in_beg.
2051         * src/ios.cc: Lose _GLIBCPP_AVOID_FSEEK stuff.
2052         * config/os/solaris/solaris2.?/bits/os_defines.h: Likewise.
2053         * config/os/bsd/freebsd/bits/os_defines.h: Likewise.
2054         * config/os/mingw32/bits/os_defines.h: Likewise.
2055         * testsuite/27_io/filebuf_virtuals.cc (test05): Don't overspecify
2056         ungetc test.
2058 2002-04-22  Benjamin Kosnik  <bkoz@redhat.com>
2060         * include/bits/istream.tcc (istream::read): Fix.
2061         * testsuite/27_io/istream_unformatted.cc (main): Add.
2063 2002-04-20  Benjamin Kosnik  <bkoz@redhat.com>
2065         PR libstdc++/6360
2066         * include/bits/istream.tcc (istream::ignore): Streamline, use
2067         delimiter as is.
2068         * include/bits/streambuf.tcc: Use this->gptr.
2069         * testsuite/27_io/istream_unformatted.cc (test08): Add test.
2071 2002-04-18  Benjamin Kosnik  <bkoz@redhat.com>
2073         * include/bits/localefwd.h (locale::id::_M_id): Do this correctly,
2074         as type safety is important, especially on solaris.
2075         * include/bits/istream.tcc (istream::read): Clean.
2076         (istream::readsome): Same.
2077         * locale.cc: Wrap lines.
2079         * testsuite/21_strings/inserters_extractors.cc: Tweaks.
2080         * testsuite/27_io/instantiations.cc (test): Add bool variable...
2081         * testsuite/21_strings/capacity.cc: Clean.
2083 2002-04-17  Phil Edwards  <pme@gcc.gnu.org>
2085         * docs/doxygen/doxygroups.cc:  New group on binary searching.
2086         * include/bits/stl_algo.h:  Document binary searches and merges.
2087         * include/bits/stl_deque.h:  The 'map' member is not the 'map' class.
2089 2002-04-17  Phil Edwards  <pme@gcc.gnu.org>
2091         * docs/doxygen/mainpage.html:  Doxygen logo is now a PNG file.
2092         * docs/doxygen/run_doxygen:  Bump required version.
2093         * docs/doxygen/user.cfg.in:  Revert accidental change.
2094         * docs/html/faq/index.html:  Reindent a block of links.
2095         (4.4):  New note on using dlsym.
2096         * docs/html/faq/index.txt:  Regenerated.
2098 2002-04-17  Phil Edwards  <pme@gcc.gnu.org>
2100         * testsuite_flags.in (cxxflags):  Also pass @EXTRA_CXX_FLAGS@.
2102 2002-04-17  Benjamin Kosnik  <bkoz@redhat.com>
2104         * config/linker-map.gnu (__malloc_alloc_template): Add.
2105         (__default_alloc_template): Same.
2106         * include/bits/stl_alloc.h (__malloc_alloc_template): Add extern
2107         template.
2108         (__default_alloc_template): Same.
2110 2002-04-17  Benjamin Kosnik  <bkoz@redhat.com>
2112         * testsuite/27_io/filebuf_virtuals.cc: Add _S_pback_size instantiation.
2114 2002-04-16  Benjamin Kosnik  <bkoz@redhat.com>
2116         * src/concept-inst.cc (vector<locale::facet*>): Remove instantiations.
2117         * src/stl-inst.cc (vector::_M_insert_aux): Remove instantiation.
2118         (__malloc_alloc_template): Conditionalize.
2120         * include/bits/istream.tcc: Remove sputbackc calls.
2122         * testsuite/19_diagnostics/stdexceptions.cc: Fix comment.
2124 2002-04-16  Paolo Carlini <pcarlini@unitus.it>
2126         * testsuite/24_iterators/rel_ops.cc: New test.
2128 2002-04-16  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
2130         * include/bits/type_traits.h (__normal_iterator): Declare in
2131         __gnu_cxx.  Adjust use at global namespace.
2132         * include/bits/stl_iterator.h (__normal_iterator): Move definition
2133         into __gnu_cxx::. Add more operator overloads.  Tidy existing ones.
2134         * include/bits/basic_string.h (basic_string): Adjust use of
2135         __normal_iterator.
2136         * include/bits/stl_vector.h (_Alloc>): Likewise.
2137         * src/concept-inst.cc (__gnu_cxx): __normal_iterator<> is now here.
2138         * src/string-inst.cc (operator==): Instantiate in __gnu_cxx.
2140 2002-04-15  Benjamin Kosnik  <bkoz@redhat.com>
2142         PR libstdc++/4164
2143         Valgrind fixes.
2144         * config/io/basic_file_stdio.cc (__basic_file::~__basic_file):
2145         Call close.
2146         (__basic_file::close): Call fflush. Correct return if fclose ok.
2147         (__basic_file::is_open): Make const.
2148         Change __c_file_type to __c_file.
2149         * config/io/basic_file_stdio.h: Change __c_file_type to __c_file.
2150         (__basic_file::is_open): Make const.
2151         * config/io/c_io_stdio.h: Change __c_file_type to __c_file.
2152         * include/std/std_fstream.h (filebuf::_M_allocate_file): Remove.
2153         (filebuf::_M_unbuf): Add.
2154         (filebuf::_M_file): Change to non-pointer.
2155         (filebuf::_M_allocate_pback_buffer): Remove.
2156         * include/bits/fstream.tcc (filebuf::_M_allocate_file): Remove.
2157         (filebuf::_M_allocate_internal_buffer): Use _M_unbuf.
2158         Change initialization list for _M_file change.
2159         (filebuf::_M_allocate_pback_buffer): Remove.
2160         Change _M_file usage to reflect non-pointer data member.
2162         * config/locale/generic/c_locale.cc
2163         (locale::facet::_S_create_c_locale): Add parameter.
2164         * config/locale/generic/collate_members.cc: Change
2165         _M_compare_helper to _M_compare.
2166         Change _M_transform_helper to _M_transform.
2167         * config/locale/generic/monetary_members.cc: Changeup data types.
2168         Add dtors.
2169         * config/locale/generic/numeric_members.cc: Add dtors.
2170         * config/locale/generic/time_members.cc: Add dtors.
2171         * config/locale/gnu/c_locale.cc: Add parameter.
2172         * config/locale/gnu/collate_members.cc:Change
2173         _M_compare_helper to _M_compare.
2174         Change _M_transform_helper to _M_transform.
2175         * config/locale/gnu/ctype_members.cc: Better error checking.
2176         * config/os/gnu-linux/bits/ctype_noninline.h: Better error checking.
2177         * config/locale/gnu/messages_members.cc: Tweak comment.
2178         * config/locale/gnu/monetary_members.cc: Change data types.
2179         Add dtors.
2180         * config/locale/gnu/numeric_members.cc: Add dtors, better error
2181         checking.
2182         * config/locale/gnu/time_members.cc: Same.
2183         * config/locale/ieee_1003.1-2001/c_locale.cc
2184         (locale::facet::_S_create_c_locale): Add parameter.
2185         * config/locale/ieee_1003.1-2001/c_locale.h: Correct typedef.
2186         * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Remove
2187         bogus ctor.
2189         * include/bits/locale_facets.h (moneypunct): Use string literals.
2190         Don't define dtor.
2191         (numpunct): Same.
2192         (__timepunct): Same.
2193         (locale::_Impl::_M_facets): Change from vector to array.
2194         (locale::_Impl::_M_names): Change from array of strings to array
2195         of string literals.
2196         (locale::facet::_S_create_c_locale): Add parameter.
2197         (locale::locale::_S_num_facets): Move to...
2198         (locale::_Impl::_M_facets_size): Here.
2199         * include/bits/locale_facets.tcc: Fixups for _M_facets, _M_name
2200         changes.
2201         * include/bits/localefwd.h: (locale::id::_M_id): Add member function.
2202         (locale::_Impl::_Impl(facet**, size_t, bool)): Add.
2203         (locale::_Impl::_Impl(string, size_t)): Change to
2204         (locale::_Impl::_Impl(const char*, size_t)): This.
2206         * include/bits/streambuf.tcc (streambuf::_S_pback_size): Define.
2207         * include/std/std_streambuf.h (streambuf::_M_pback_size): Change to
2208         (streambuf::_S_pback_size): This.
2210         * src/globals.cc: Add pre-allocations for "C" facets.
2211         * src/locale-inst.cc: Remove vector instantiations.
2212         * src/locale.cc: Remove vector include. Fixups for _M_names,
2213         _M_facets changes.
2214         * src/localename.cc: Same.
2216         * include/bits/stl_vector.h: Fix odd formatting.
2218         * include/bits/basic_string.tcc: Tweak comment.
2220         * libsupc++/new: Make sure parameters are uglified.
2221         * libsupc++/typeinfo: Same.
2223         * testsuite/22_locale/num_get_members_char.cc: Fixup.
2224         * testsuite/22_locale/num_get_members_wchar_t.cc: Same.
2225         * testsuite/27_io/filebuf_members.cc: Same.
2227 2002-04-12  Steve Ellcey  <sje@cup.hp.com>
2229         * gcc/libstdc++-v3/config/os/hpux/bits/os_defines.h
2230         (strtoll, strtoull): In 64 bit mode HP-UX (IA64 and HPPA)
2231         does not define strtoll or strtoull, but does define strtol
2232         and strtoul which are the same since in 64 bit mode
2233         sizeof(long) == sizeof(long long).
2235 2002-04-12  Phil Edwards  <pme@gcc.gnu.org>
2237         * include/std/std_bitset.h:  Doxygenate std::bitset<>.  Clean up
2238         trailing spaces, indentation, and macro names.  Make exception
2239         messages more informative.
2241 2002-04-11  Richard Henderson  <rth@redhat.com>
2243         * include/bits/fstream.tcc (basic_filebuf<>::open): Fix & ordering.
2244         * include/bits/ostream.tcc (basic_ostream<>::operator<<(long)): Same.
2245         (basic_ostream<>::operator<<(long long)): Same.
2247 2002-04-11  Richard Henderson  <rth@redhat.com>
2249         * config/linker-map.gnu: Add __gxx_personality_sj0.
2251 2002-04-09  Benjamin Kosnik  <bkoz@redhat.com>
2253         libstdc++/1072
2254         * include/bits/localefwd.h (locale::_Impl::_M_facets): Change from
2255         pointer to vector.
2256         Remove forward declaration of vector.
2257         Include vector.
2258         * include/bits/locale_facets.tcc: Remove vector include.
2259         (use_locale): Adjust.
2260         (has_locale): Adjust.
2261         * src/locale.cc: Adjust.
2262         * src/localename.cc: Same.
2264 2002-04-09  Benjamin Kosnik  <bkoz@redhat.com>
2265             Richard Henderson  <rth@redhat.com>
2267         * include/bits/sstream.tcc: Clean up bit ops.
2268         * include/bits/fstream.tcc: Same.
2270 2002-04-09  Jakub Jelinek  <jakub@redhat.com>
2272         * include/bits/locale_facets.h (__num_base::_S_scale_hex): Remove.
2273         (__num_base::_S_scale_oct): Remove.
2274         * src/locale.cc (__num_base::_S_scale_hex): Remove.
2275         (__num_base::_S_scale_oct): Remove.
2277 2002-04-09  Benjamin Kosnik  <bkoz@redhat.com>
2279         libstdc++/6124
2280         * testsuite/23_containers/bitset_members.cc: New test.
2281         * include/std/std_bitset.h (_Bit_count::_S_bit_count): Move..
2282         (_S_bit_count): Here.
2283         (_First_one::_S_first_one): Move...
2284         (_S_first_one): Here.
2285         Format.
2286         * src/bitset.cc: Adjust.
2287         * config/linker-map.gnu: Export.
2289 2002-04-08  Benjamin Kosnik  <bkoz@redhat.com>
2291         libstdc++/5180
2292         * include/bits/fstream.tcc (filebuf::seekpos): Fix.
2293         * include/std/std_fstream.h: Clean.
2294         * include/bits/ostream.tcc: Remove extraneous variables.
2295         * include/bits/sstream.tcc (stringbuf::seekoff): Be strict about
2296         open modes and which modes.
2297         (stringbuf::seekpos): Same.
2298         * testsuite/27_io/stringbuf_virtuals.cc: New tests.
2300 2002-04-05  Jonathan Wakely <jw@kayari.org>
2302         * include/bits/stl_algo.h (unique_copy, __gcd, rotate, rotate_copy,
2303         random_shuffle, partition, stable_partition, sort, stable_sort,
2304         partial_sort, partial_sort_copy, nth_element):  Doxygenate.
2306 2002-04-05  David S. Miller  <davem@redhat.com>
2308         * config/os/gnu-linux/bits/os_defines.h
2309         (__glibcpp_long_double_bits): Set to 64 on 32-bit Sparc.
2311 2002-04-04  Benjamin Kosnik  <bkoz@redhat.com>
2313         libstdc++/3457
2314         via gawrilow@math.tu-berlin.de
2315         * acinclude.m4 (version_specific_libs): Fix combo usage with
2316         --with-gxx-include-dir.
2317         * aclocal.m4: Regenerate.
2318         * configure: Same.
2320 2002-04-03  Benjamin Kosnik  <bkoz@redhat.com>
2322         As per DR 184, libstdc++/3139
2323         * include/std/std_limits.h (__glibcpp_bool_digits): Change to 1.
2324         (numeric_limits<bool>::is_iec559): False.
2325         (numeric_limits<bool>::is_modulo): False.
2327         * testsuite/27_io/ios_init.cc: Add instantiations.
2329 2002-04-02  Benjamin Kosnik  <bkoz@redhat.com>
2331         libstdc++/5268
2332         * src/ios.cc: (ios_base::Init::_S_ios_destroy): Remove flush calls.
2333         * testsuite/27_io/ios_init.cc (tests04): Add test.
2335         libstdc++/3983
2336         * include/bits/basic_ios.h (basic_ios::_M_get_fctype_ios): Remove.
2337         (basic_ios::_M_ios_fctype): Consistently name to _M_fctype.
2338         * include/bits/basic_ios.tcc: Same. Remove outdated comments.
2339         * include/bits/istream.tcc: Use _M_fctype, make consistent with
2340         ostream.
2341         * testsuite/27_io/ios_init.cc (tests03): Add test.
2343 2002-04-02  Phil Edwards  <pme@gcc.gnu.org>
2345         * include/Makefile.am (install-data-local):  Use mkinstalldirs.
2346         * include/Makefile.in:  Regenerate.
2348 2002-04-02  Paolo Carlini  <pcarlini@unitus.it>
2349             Nathan Myers  <ncm@cantrip.org>
2350             Philip Martin  <philip@codematters.co.uk>
2352         * include/bits/basic_string.h
2353         (replace(i1, i2, _CharT* k1, _CharT* k2),
2354         replace(i2, i2, const _CharT* k1, const _CharT* k2),
2355         replace(i1, i2, iterator k1, iterator k2,
2356         replace(i1, i2, const_iterator k1, const_iterator k2):
2357         New specializations to optimize for the common cases of
2358         pointers and iterators.
2359         (replace(pos, n1, s, n2)): Tweak.
2360         * include/bits/basic_string.tcc: Tweak comments.
2361         * testsuite/21_strings/replace.cc (test04): New tests.
2363 2002-04-01  Benjamin Kosnik  <bkoz@redhat.com>
2365         libstdc++/5542
2366         * acinclude: More extensive checks for msgfmt, --enable-nls.
2367         * aclocal.m4: Regenerate.
2368         * configure: Regenerate.
2370 2002-04-01  Phil Edwards  <pme@gcc.gnu.org>
2372         * libsupc++/exception (__verbose_terminate_handler):  Point to docs.
2373         * docs/doxygen/doxygroups.cc:  Doxygen hooks for abi::__cxa_demangle.
2374         * docs/html/18_support/howto.html:  Document the demangler.
2375         * docs/html/17_intro/howto.html:  And link to it.
2377         * docs/doxygen/mainpage.html:  Describe user-vs-maintainer docs.
2378         * docs/doxygen/run_doxygen:  Print user-vs-maintainer.
2380 2002-04-01  Phil Edwards  <pme@gcc.gnu.org>
2382         * config/linker-map.gnu:  Export __verbose_terminate_handler.
2383         * libsupc++/Makefile.am (sources):  Add cxa_demangle.c, dyn-string.c.
2384         Make new LTCOMPILE variable, use it in new special build rules.
2385         * libsupc++/Makefile.in:  Rebuild.
2386         * src/vterminate.cc (__verbose_terminate_handler):  Enable use of
2387         runtime __cxa_demangle.
2389         * docs/html/install.html:  Update prereqs and instructions.
2390         * docs/html/19_diagnostics/howto.html:  Bring naming for
2391         verbose_terminate_handler into line with reality.
2393 2002-04-01  Benjamin Kosnik  <bkoz@redhat.com>
2395         libstdc++/3129
2396         * include/bits/basic_ios.h (basic_ios::_M_exception): Move.
2397         (basic_ios::_M_streambuf_state): Move.
2398         * include/bits/ios_base (ios_base): To here.
2399         * include/bits/ios_base.h (ios_base::_S_local_words): To
2400         _S_local_word_size.
2401         (ios_base::_M_word_array): To _M_local_word.
2402         (ios_base::_M_words_limit): To _M_word_size.
2403         (ios_base::_M_words): To _M_word.
2404         Comment.
2405         * include/bits/basic_ios.tcc: Adjust.
2406         * src/ios.cc (ios_base::_M_grow_words): Tweak.
2407         * testsuite/27_io/ios_base_storage.cc: Add tests.
2409         libstdc++/5207
2410         Kenny Simpson <theonetruekenny@yahoo.com>
2411         * include/bits/ios_base.h: Fix.
2413         Richard Henderson  <rth@redhat.com>
2414         * include/bits/ostream.tcc (ostream::operator<<(_CharT)): Correct
2415         last change.
2417         * include/bits/basic_string.h: Tweak formatting.
2419 2002-04-01  Paolo Carlini  <pcarlini@unitus.it>
2421         * config/locale/ieee_1003.1-2001/codecvt_specializations.h
2422         (codecvt::do_out, codecvt::do_unshift, codecvt::do_in):
2423         By definition, sizeof(char) == 1.
2424         * include/bits/locale_facets.tcc (money_get::do_get,
2425         money_put::do_put): Ditto.
2426         * testsuite/21_strings/inserters_extractors.cc
2427         (test04): Ditto.
2429 2002-03-30  Richard Henderson  <rth@redhat.com>
2431         PR c++/3719
2432         * libsupc++/eh_personality.cc (__cxa_call_unexpected): Copy handler
2433         data out of the exception struct before calling unexpectedHandler.
2435 2002-03-28  Roger Sayle  <roger@eyesopen.com>
2437         * include/c_std/std_cmath.h:  To prevent problems overloading
2438         g++ builtins, use the double variants from the global namespace
2439         before defining float and long double variants in std::.
2441 2002-03-28  Loren J. Rittle <ljrittle@acm.org>
2443         * testsuite/18_support/numeric_limits.cc (test_extrema): Fix typo.
2445 2002-03-28  Paolo Carlini  <pcarlini@unitus.it>
2447         * testsuite/24_iterators/istream_iterator.cc
2448         (test02): New tests.
2450 2002-03-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2451             Paolo Carlini  <pcarlini@unitus.it>
2453         * testsuite/22_locale/codecvt_members_unicode_wchar_t.cc
2454         (test01): Protect the test with _GLIBCPP_USE_WCHAR_T;
2455         fix i_lit_base e_lit_base arrays, making them independent
2456         from the endianness of the platform; tweak UCS4 to UCS-4BE.
2458 2002-03-27  Benjamin Kosnik  <bkoz@redhat.com>
2460         * include/bits/ostream.tcc (ostream::operator<<(_CharT)): Always
2461         allocate at least a byte.
2463         * testsuite/18_support/numeric_limits.cc (test_extrema): Make
2464         debugger-friendly.
2465         * testsuite/27_io/streambuf.cc (test07): Fix.
2466         (test06): Enable.
2468 2002-03-27  Phil Edwards  <pme@gcc.gnu.org>
2470         * docs/doxygen/Intro.3:  Date tweak.
2471         * docs/doxygen/TODO:  Update.
2472         * docs/doxygen/doxygroups.cc:  Point to tables.html.
2473         * docs/doxygen/mainpage.html:  Date tweak.
2474         * docs/doxygen/run_doxygen:  Version tweak.  Copy tables.html over.
2475         * docs/doxygen/tables.html:  Fill in the blanks.
2477         * docs/doxygen/user.cfg.in (ALIASES):  Remove maint and endmaint.
2478         * include/bits/stl_algo.h:  Likewise; use expanded form.
2479         * include/bits/stl_alloc.h:  Likewise.
2480         * include/bits/stl_construct.h:  Likewise.
2481         * include/bits/stl_deque.h:  Likewise.
2482         * include/bits/stl_iterator_base_types.h:  Likewise.
2483         * include/bits/stl_list.h:  Likewise.
2484         * include/bits/stl_relops.h:  Likewise.
2485         * include/bits/stl_tempbuf.h:  Likewise.
2486         * include/bits/stl_vector.h:  Likewise.
2487         * include/std/std_memory.h:  Likewise.
2489         * include/bits/stl_deque.h:  Point into tables.html and add @ingroup.
2490         * include/bits/stl_list.h:  Likewise.
2491         * include/bits/stl_vector.h:  Likewise.
2493 2002-03-26  Benjamin Kosnik  <bkoz@redhat.com>
2495         * include/c/: Guard with _CPP_.
2496         * include/c_std/: Same.
2497         * include/Makefile.am: Fixup install, link routines for null
2498         c_base_headers_extra scenarios.
2499         * include/Makefile.in: Regerate.
2501 2002-03-25  Paolo Carlini <pcarlini@unitus.it>
2502             Richard Henderson  <rth@redhat.com>
2504         * testsuite/22_locale/codecvt_members_unicode_char.cc
2505         (test01, test02): make sure that the i_lit_base array
2506         is sufficiently aligned.
2508 2002-03-25  Benjamin Kosnik  <bkoz@redhat.com>
2510         * config/os/newlib/bits/ctype_noninline.h (ctype::classic): Set to
2511         _ctype_.
2513 2002-03-25  Paolo Carlini  <pcarlini@unitus.it>
2515         * testsuite/22_locale/collate_byname.cc
2516         (test01): compare the result of collate::compare with
2517         that of collate::transform + string::compare, not with
2518         that of collate::transform + collate::compare; values
2519         returned by collate::compare are normalized, therefore
2520         test against +-1.
2522 2002-03-25  Benjamin Kosnik  <bkoz@redhat.com>
2523             Jakub Jelinek  <jakub@redhat.com>
2525         * config/locale/gnu/messages_members.h: Correct conditional.
2526         * config/locale/gnu/messages_members.cc: Same.
2527         * config/locale/gnu/time_members.cc: Same.
2529 2002-03-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2530             Paolo Carlini  <pcarlini@unitus.it>
2532         * testsuite/22_locale/codecvt_members_unicode_char.cc
2533         (test01, test02): Fix i_lit_base arrays, making them
2534         independent from the endianness of the platform.
2536 2002-03-22  Benjamin Kosnik  <bkoz@redhat.com>
2538         * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for
2539         signbit and __signbit directly.
2540         * aclocal.m4: Regenerate.
2541         * configure: Regenerate.
2542         * config.h.in: Regenerate.
2543         * libmath/Makefile.am: Simplify.
2544         * libmath/Makefile.in: Regenerate.
2545         * include/c_std/std_cmath.h: Update paths for include of cmath.tcc.
2547         * include/Makefile.am: Clean up handling of extra "C" header files.
2548         Add hooks for "C" compatibility headers.
2549         * include/Makefile.in: Regenerate.
2551         * include/c/*: Formatting tweaks, cleanups.
2552         * include/c_std/*: Same.
2554 2002-03-22  Benjamin Kosnik  <bkoz@redhat.com>
2556         * config/locale/gnu/messages_members.h: Add __uselocale bits.
2557         * config/locale/gnu/messages_members.cc: Same.
2558         * config/locale/gnu/time_members.cc: Same.
2560 2002-03-22  Benjamin Kosnik  <bkoz@redhat.com>
2562         * src/vterminate.cc: Format, -fno-exceptions cleanup.
2564 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2566         * acinclude.m4 (GLIBCPP_CHECK_STDLIB_DECL_AND_LINKAGE_3): New.
2567         (GLIBCPP_CONFIGURE_TESTSUITE): Use it to check for setenv.
2568         * aclocal.m4: Regenerate.
2569         * configure: Likewise.
2571 2002-03-19  Paolo Carlini  <pcarlini@unitus.it>
2572             Ulrich Drepper  <drepper@redhat.com>
2574         * src/locale-inst.cc (__convert_from_v): Add an additional
2575         __size parameter in the declarations.
2576         * include/bits/locale_facets.tcc
2577         (__convert_from_v): When available (that is,
2578         _GLIBCPP_USE_C99 defined) use snprintf instead of sprintf.
2579         (num_put::_M_convert_float): Depending on _GLIBCPP_USE_C99
2580         being defined or not, call and use __convert_from_v in the
2581         appropriate way.
2582         (num_put::_M_convert_int): Same here.
2583         (money_put::do_put(long double)): Same here.
2585 2002-03-19  Phil Edwards  <pme@gcc.gnu.org>
2587         * docs/html/faq/index.html (#3.6):  Rewrap and close <a href> tags.
2588         * docs/html/faq/index.txt:  Regenerate.
2590 2002-03-19  Steve Ellcey  <sje@cup.hp.com>
2592         * acinclude.m4 (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Define
2593         GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS to set LIBUNWIND_FLAG if
2594         --enable-libunwind-exceptions is set.
2595         * configure.in (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Call new
2596         macro to check for libunwind.
2597         * configure: Regenerate.
2598         * src/Makefile.am (libstdc___la_LDFLAGS): Add
2599         LIBUNWIND_FLAG to libstdc link line.
2600         * src/Makefile.in: Regenerate.
2602 2002-03-19  Benjamin Kosnik  <bkoz@redhat.com>
2604         * docs/html/faq/index.html: Add OS X workaround.
2605         * docs/html/17_intro/TODO: Update.
2607 2002-03-18  Paolo Carlini  <pcarlini@unitus.it>
2609         * include/bits/locale_facets.tcc
2610         (money_put::do_put(long double)): Fix dimensioning of
2611         temporary buffers to avoid risk of overruns.
2612         (money_put::do_put(string)): Same for the buffer used to
2613         add the grouping chars.
2614         * testsuite/22_locale/money_put_members_char.cc: Add test06.
2615         * testsuite/22_locale/money_put_members_wchar_t.cc: Ditto.
2617         * include/bits/locale_facets.tcc
2618         (collate::do_transform): Simplify.
2620 2002-03-18  Phil Edwards  <pme@gcc.gnu.org>
2622         * acinclude.m4 (GLIBCPP_CONFIGURE):  Make indentation/spacing uniform.
2623         * configure.in:  Add comments pointing the way for autoconf 2.5x.
2624         * aclocal.m4, config.h.in, configure:  Regenerate.
2626 2002-03-18  Philipp Thomas  <pthomas@suse.de>
2628         * include/backward/hash_map.h: hash, hashtable, hash_map and
2629         hash_multimap are in namespace __gnu_cxx.
2630         include/backward/hash_set.h: hash, hashtable, hash_set and
2631         hash_multiset are in namespace __gnu_cxx.
2632         include/backward/hashtable.h: hash and hashtable are in
2633         namespace __gnu_cxx.
2634         include/backward/rope.h: char_producer, sequence_buffer,
2635         rope, crope and wrope are in namespace __gnu_cxx.
2636         include/backward/slist.h: slist is in namespace __gnu_cxx.
2637         * testsuite/backward/header_hash_map_h.cc
2638         testsuite/backward/header_hash_set_h.cc
2639         testsuite/backward/header_hashtable_h.cc
2640         testsuite/backward/header_rope_h.cc
2641         testsuite/backward/header_slist_h.cc
2642         testsuite/backward/header_tempbuf_h.cc: New tests for
2643         checking that we're using the correct namespace.
2645 2002-03-17  Jason Merrill  <jason@redhat.com>
2647         PR c++/4381
2648         * libsupc++/eh_personality.cc (get_adjusted_ptr): New static fn.
2649         (check_exception_spec): Call it.  Take the thrown pointer.
2650         (__cxa_call_unexpected): Pass it.
2651         (PERSONALITY_FUNCTION): Likewise.  Use get_adjusted_ptr.
2653 2002-03-15  Anthony Green  <green@redhat.com>
2655         * configure.in: Remove useless is_mingw32.
2656         * configure: Rebuilt.
2658 2002-03-15  Paolo Carlini  <pcarlini@unitus.it>
2660         * testsuite/22_locale/collate_members_char.cc
2661         (test01): compare the result of collate::compare with
2662         that of collate::transform + string::compare, not with
2663         that of collate::transform + collate::compare.
2664         (test01): values returned by collate::compare are
2665         normalized, therefore test against +-1.
2666         * testsuite/22_locale/collate_members_wchar_t.cc: Ditto.
2668 2002-03-12  Loren Rittle  <ljrittle@acm.org>
2670         reported by Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
2671         * testsuite/thread/pthread4.cc: Lower nominal iteration counter.
2673 2002-03-12  Benjamin Kosnik  <bkoz@redhat.com>
2674             Per Liboriussen  <liborius@stofanet.dk>
2676         * config/os/gnu-linux/bits/ctype_noninline.h: Cast to
2677         unsigned char.
2678         * config/os/gnu-linux/bits/ctype_inline.h: Same.
2680         * config/os/irix/irix6.5/bits/ctype_inline.h: Same.
2682         * config/os/solaris/solaris2.5/bits/ctype_inline.h: Same.
2683         * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
2685         * config/os/solaris/solaris2.6/bits/ctype_inline.h: Same.
2686         * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
2688         * config/os/solaris/solaris2.7/bits/ctype_inline.h: Same.
2689         * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
2691         * testsuite/22_locale/ctype_members_char.cc (main): Add tests.
2693 2002-03-12  Benjamin Kosnik  <bkoz@redhat.com>
2695         * include/bits/basic_string.tcc (string::_S_construct(_InIter,
2696         _InIter, const _Alloc&, forward_iterator_tag): Check for null.
2697         (string::basic_string(const _CharT* __s, const _Alloc& __a)): Same.
2698         * testsuite/21_strings/ctor_copy_dtor.cc (test01): Re-enable, now
2699         that memory limits are in place.
2700         (test03): Add tests.
2702 2002-03-11  Benjamin Kosnik  <bkoz@redhat.com>
2704         * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for wctype.h.
2705         * aclocal.m4: Regenerate.
2706         * config.h.in: Regenerate.
2707         * configure: Regenerate.
2708         * include/c_std/std_cwctype.h: Guard.
2710 2002-03-11  Chris Demetriou  <cgd@broadcom.com>
2712         * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Enhance check for
2713         whether GLIBCPP_CHECK_LINKER_FEATURES has been used.
2714         * aclocal.m4: Regenerate.
2715         * configure: Regenerate.
2717 2002-03-11  Benjamin Kosnik  <bkoz@redhat.com>
2719         * include/bits/stl_bvector.h: Fix warning.
2721 2002-03-11  Richard Henderson  <rth@redhat.com>
2723         * include/bits/stl_bvector.h (_Bit_type): New.  Use throughout.
2725 2002-03-11  Phil Edwards  <pme@gcc.gnu.org>
2727         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-list-sourcefiles):
2728         New function.  Build the list of tests to run in testsuite_files.
2729         * testsuite/libstdc++-v3.dg/dg.exp:  Use it.
2731 2002-03-11  Phil Edwards  <pme@gcc.gnu.org>
2733         * testsuite/21_strings/capacity.cc:  Only explicitly instantiate on
2734         platforms with no weak support.
2735         * testsuite/27_io/ios_init.cc:  Likewise.
2737 2002-03-10  Paolo Carlini  <pcarlini@unitus.it>
2739         * include/bits/locale_facets.tcc (time_put::do_put):
2740         Consider sizeof(char_type) in allocating the buffer.
2742         * include/bits/locale_facets.tcc (collate::do_tranform):
2743         Remove redundant variable.
2745 2002-03-10  Ulrich Drepper  <drepper@redhat.com>
2746             Paolo Carlini  <pcarlini@unitus.it>
2748         * config/locale/generic/collate_members.cc
2749         (collate<char,wchar_t>::_M_compare_helper): normalize
2750         values returned by strcoll and wcscoll.
2751         * config/locale/gnu/collate_members.cc
2752         (collate<char,wchar_t>::_M_compare_helper): ditto
2753         for __strcoll_l and __wcscoll_l.
2755 2002-03-10  Anthony Green  <green@redhat.com>
2757         * configure.in: Support cross builds to mingw32 target.
2758         * configure: Rebuilt.
2760 2002-03-09  Paolo Carlini  <pcarlini@unitus.it>
2762         * include/bits/locale_facets.tcc (collate::do_transform):
2763         Rewrite to fix problems with long transformed strings.
2765 2002-03-08  Benjamin Kosnik  <bkoz@redhat.com>
2767         * c_locale_generic.cc: Move to...
2768         * generic/c_locale.cc
2769         * c_locale_generic.h: Move to...
2770         * generic/c_locale.h
2771         * codecvt_specializations_generic.h: Move to...
2772         * generic/codecvt_specializations.h
2773         * collate_members_generic.cc: Move to...
2774         * generic/collate_members.cc
2775         * ctype_members_generic.cc: Move to...
2776         * generic/ctype_members.cc
2777         * messages_members_generic.cc: Move to...
2778         * generic/messages_members.cc
2779         * messages_members_generic.h: Move to...
2780         * generic/messages_members.h
2781         * moneypunct_members_generic.cc: Move to...
2782         * generic/monetary_members.cc
2783         * numpunct_members_generic.cc: Move to...
2784         * generic/numeric_members.cc
2785         * time_members_generic.cc: Move to...
2786         * generic/time_members.cc
2787         * c_locale_gnu.cc: Move to...
2788         * gnu/c_locale.cc
2789         * c_locale_gnu.h: Move to...
2790         * gnu/c_locale.h
2791         * collate_members_gnu.cc: Move to...
2792         * gnu/collate_members.cc
2793         * ctype_members_gnu.cc: Move to...
2794         * gnu/ctype_members.cc
2795         * messages_members_gnu.cc: Move to...
2796         * gnu/messages_members.cc
2797         * messages_members_gnu.h: Move to...
2798         * gnu/messages_members.h
2799         * moneypunct_members_gnu.cc: Move to...
2800         * gnu/monetary_members.cc
2801         * numpunct_members_gnu.cc: Move to...
2802         * gnu/numeric_members.cc
2803         * time_members_gnu.cc: Move to...
2804         * gnu/time_members.cc
2805         * c_locale_ieee_1003.1-200x.cc: Move to...
2806         * ieee_1003.1-2001/c_locale.cc
2807         * c_locale_ieee_1003.1-200x.h: Move to...
2808         * ieee_1003.1-2001/c_locale.h
2809         * codecvt_specializations_ieee_1003.1-200x.h: Move to...
2810         * ieee_1003.1-2001/codecvt_specializations.h
2811         * messages_members_ieee_1003.1-200x.cc: Move to...
2812         * ieee_1003.1-2001/messages_members.cc
2813         * messages_members_ieee_1003.1-200x.h: Move to...
2814         * ieee_1003.1-2001/messages_members.h
2816         * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Make consistent.
2817         * aclocal.m4: Regenerate.
2818         * configure: Regenerate.
2819         * src/Makefile.am (sources): Change to monetary and numeric.
2820         * src/Makefile.in: Regenerate.
2821         * docs/html/configopts.html: Update to ieee_1003.1-2001.
2823 2002-03-08  scott snyder  <snyder@fnal.gov>
2825         libstdc++/5875
2826         * include/bits/locale_facets.tcc (num_put::_M_convert_float):
2827         Allow one more digit of precision.
2828         * testsuite/27_io/ostream_inserter_arith.cc: Test that we can
2829         write a double and read back in the same value.
2831 2002-03-08  Benjamin Kosnik  <bkoz@redhat.com>
2833         * include/std/std_limits.h: Move static const data members out of
2834         generic template, into base class __numeric_limits_base.
2835         * src/limits.cc: Add definitions.
2836         * config/linker-map.gnu: Add __numeric_limits_base.
2837         * testsuite/18_support/numeric_limits.cc: Declare test in scope.
2839 2002-03-07  Benjamin Kosnik  <bkoz@redhat.com>
2841         * include/bits/stl_alloc.h: Add extern implicit allocator
2842         instantiations.
2843         * include/bits/basic_string.tcc: Tweak.
2844         * include/bits/locale_facets.tcc: Remove default args. Add
2845         has_facet, use_facet extern instantiations.
2846         * src/stl-inst.cc: Add explicit instantiation.
2847         * src/locale-inst.cc: Clean. Remove locale member template
2848         instantiations.
2850         * testsuite/22_locale/operators.cc (test02): Enable.
2852 2002-03-06  Benjamin Kosnik  <bkoz@redhat.com>
2853             Stephen M. Webb  <stephen.webb@bregmasoft.com>
2855         * include/bits/stl_tree.h (_S_rb_tree_red): Make enum.
2856         (_S_rb_tree_black): Make enum.
2857         Clean. Format.
2858         * include/bits/stl_bvector.h (__WORD_BIT): To _M_word_bit, enum.
2859         * include/bits/stl_algo.h (__stl_chunk_size): _M_chunk_size, enum.
2860         (__stl_threshold): _M_threshold, enum.
2861         * src/stl-inst.cc: Same.
2862         * config/linker-map.gnu: Remove.
2864         * testsuite/23_containers/vector_bool.cc: New.
2866 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
2868         * docs/doxygen/user.cfg.in:  Also document deprecated entries.
2869         * docs/html/Makefile:  Example rule to rebuild porting-howto.html.
2870         * docs/html/17_intro/howto.html:  "gcc"->"GCC" changes, when
2871         referring to the collection as a whole.  New section on which macros
2872         can be redefined by the user.
2873         * docs/html/19_diagnostics/howto.html:  Update note for concepts.
2874         * docs/html/20_util/howto.html:  Update link to SGI.
2875         * docs/html/faq/index.html:  Update snapshot versions.  New entry
2876         on why g++ (but not gcc) must currently predefine certain macros.
2877         * docs/html/faq/index.txt:  Regenerated.
2879         * include/bits/basic_string.h (basic_string::_S_construct):  Fix
2880         names in declaration.
2881         (basic_string::compare):  These are no longer optional.
2882         * include/bits/ostream.tcc:  Tweak closing brace placement.
2883         * include/bits/stl_algo.h:  Lots of initial doxygen comment hooks.
2884         * include/std/std_sstream.h:  Fix typo in comment.
2885         * include/bits/locale_facets.tcc:  Remove unneeded header inclusion.
2886         * src/locale.cc:  Likewise.
2888 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
2890         PR libstdc++/5734
2891         * include/bits/stl_vector.h (vector::push_back()):  Guard with
2892         _GLIBCPP_DEPRECATED.
2894 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
2896         * include/bits/c++config:  Fix misplaced leading blanks on first line.
2898 2002-03-05  Benjamin Kosnik  <bkoz@redhat.com>
2900         * docs/html/17_intro/RELEASE-NOTES: Fix usage.
2901         * README (libmath): Make clear.
2903 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
2905         * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Check for version
2906         script globbing in ld.
2907         * aclocal.m4: Rebuilt.
2908         * configure: Rebuilt.
2910 2002-03-05  Benjamin Kosnik  <bkoz@redhat.com>
2912         * docs/html/17_intro/RELEASE-NOTES: Update.
2913         * README: Format subdirectories.
2915 2002-03-05  Paolo Carlini  <pcarlini@unitus.it>
2917         libstdc++/5816
2918         * include/bits/locale_facets.tcc
2919         (num_get::_M_extract_float): Fix the parsing of __dec, since
2920         the standard prescribes that if no grouping characters are
2921         seen, no grouping check is applied.
2922         * testsuite/22_locale/num_get_members_char.cc: Add test05
2923         distilled from the PR.
2924         * testsuite/22_locale/num_get_members_wchar_t.cc: Ditto.
2926 2002-03-04  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2928         * docs/html/17_intro/porting-howto.xml: Refer to
2929         http://www.oasis-open.org for docbookx.dtd.
2930         * docs/html/17_intro/porting-howto.html: Regenerated.
2932 2002-03-03  Phil Edwards  <pme@gcc.gnu.org>
2934         PR libstdc++/3955
2935         * include/std/std_sstream.h:  Remove trailing spaces.
2936         (basic_stringbuf::_M_stringbuf_init):  Also check for ios_base::app.
2937         * testsuite/27_io/stringbuf.cc (test05, test06):  New tests.
2939 2002-03-02  Paolo Carlini  <pcarlini@unitus.it>
2941         * testsuite/22_locale/num_get_members_char.cc (test04):
2942         Use a named locale expecting grouping (de_DE).
2943         * testsuite/22_locale/num_get_members_wchar_t.cc (test04):
2944         Ditto.
2945         * testsuite/27_io/ios_manip_basefield.cc (test01):
2946         Extend coverage, uniform treatment of hexs and octs.
2948 2002-02-28  Richard Henderson  <rth@redhat.com>
2950         * config/linker-map.gnu: Export operator new with unsigned long,
2951         and with std::nothrow_t.  Likewise operator delete.
2953 2002-02-28  Paolo Carlini  <pcarlini@unitus.it>
2955         * include/bits/locale_facets.tcc (num_get::_M_extract_int):
2956         Admit grouping for octals and hexadecimals too.
2957         * testsuite/22_locale/num_get_members_char.cc: Add test04.
2958         (test01): Tweak "." -> "," in void* test.
2959         * testsuite/22_locale/num_get_members_wchar_t.cc: Ditto.
2961         * testsuite/27_io/ios_manip_basefield.cc: Remove static keyword.
2962         * testsuite/27_io/ios_manip_fmtflags.cc: Remove two of them.
2964 2002-02-27  Paolo Carlini  <pcarlini@unitus.it>
2966         * testsuite/27_io/ios_manip_basefield.cc (test01):
2967         Fix for 64 bit machines.
2969 2002-02-26  Benjamin Kosnik  <bkoz@redhat.com>
2971         libstdc++/3983
2972         * include/bits/basic_ios.tcc (basic_ios::init): Set _M_fill to zero.
2973         Adjust comment.
2974         * include/bits/basic_ios.h (basic_ios::_M_fill): Make mutable.
2975         (basic_ios::_M_fill_init): New.
2976         (basic_ios::fill()): Delay dealing with _M_fill.
2977         Adjust comment.
2978         * ios.cc (ios_base::ios_base()): Initialize _M_callbacks, _M_words.
2979         (ios_base::_M_call_callbacks): Adjust.
2980         * testsuite/27_io/ios_init.cc (test02): Adjust testcase.
2982 2002-02-26  Loren Rittle  <ljrittle@acm.org>
2984         * include/Makefile.am (thread_target_headers): Unconditionally
2985         stage and install gthr-posix.h.
2986         (${target_builddir}/gthr-posix.h): New rule cloned off
2987         ${target_builddir}/gthr-default.h.
2988         (${target_builddir}/gthr-default.h): Support chained inclusion
2989         of gthr support headers.
2990         * include/Makefile.in: Rebuilt.
2992 2002-02-26  Paolo Carlini  <pcarlini@unitus.it>
2994         * include/bits/locale_facets.tcc (num_put::_M_widen_int):
2995         Group all the integral types, not only decs.
2996         * testsuite/27_io/ios_manip_basefield.cc (test01): Tweak existing
2997         tests, add a few more.
2999 2002-02-25  Benjamin Kosnik  <bkoz@redhat.com>
3001         * src/ios.cc (ios_base::~ios_base): Tweak.
3002         (ios_base::_M_call_callbacks): Deal with null __p.
3003         (ios_base::ios_base): Set _M_callbacks.
3004         * include/bits/basic_ios.tcc (basic_ios::init): Adjust comment.
3005         * testsuite/27_io/ios_init.cc (test02): Fix.
3007         * mkcheck.in (static_fail): Failed links go to output file.
3009 2002-02-25  Phil Edwards  <pme@gcc.gnu.org>
3011         * docs/html/faq/index.html:  Update.
3012         * docs/html/faq/index.txt:  Regenerate.
3014 2002-02-22  Phil Edwards  <pme@gcc.gnu.org>
3016         * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS):  Fix comment.
3017         * aclocal.m4:  Regenerate.
3018         * docs/html/configopts.html:  Document --enable-symvers.
3019         * config/linker-map.gnu:  Break libsupc++ symbols out to their own tag.
3021 2002-02-22  Philipp Thomas  <pthomas@suse.de>
3023         * include/backward/tempbuf.h: get_temporary_buffer and
3024         return_temporary_buffer are in namespace std, not in __gnu_cxx.
3026 2002-02-21  Benjamin Kosnik  <bkoz@redhat.com>
3028         * configure.in (target_alias): Default to yes.
3029         * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Add check for shared
3030         libgcc to default case.
3032 2002-02-20  Phil Edwards  <pme@gcc.gnu.org>
3034         * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES):  Also check version.
3035         (GLIBCPP_ENABLE_SYMVERS):  Redo logic, use linker version.
3036         * configure.in (GLIBCPP_ENABLE_SYMVERS):  Move later in the script.
3037         * aclocal.m4:  Regenerate.
3038         * configure:  Regenerate.
3039         * config/linker-map.dummy:  New file.  Contains nothing useful.
3041 2002-02-20  Benjamin Kosnik  <bkoz@redhat.com>
3043         * testsuite/22_locale/money_put_members_char.cc: Fix.
3044         * testsuite/22_locale/money_put_members_wchar_t.cc: Fix.
3046         * testsuite/27_io/standard_manipulators.cc: New file.
3048         * testsuite/27_io/ios_manip_basefield.cc: Check results, now failing.
3049         * testsuite/27_io/ios_manip_fmtflags.cc: Use locale::classic().
3051 2002-02-20  Danny Smith  <dannysmith@users.sourceforge.net>
3053         * config/os/mingw32/bits/ctype_noninline.h
3054         (ctype<char>::ctype): Remove default args from parm list.
3055         * config/os/djgpp/bits/ctype_noninline.h: Same.
3057 2002-02-19  Benjamin Kosnik  <bkoz@redhat.com>
3059         * include/std/std_iomanip.h: Inline, tweaks.
3060         * config/linker-map.gnu: Remove hacks.
3062         * testsuite/21_strings/capacity.cc: Add explicit instantiations.
3063         * testsuite/27_io/ios_init.cc: Same.
3064         * testsuite/22_locale/money_get_members_char.cc (test07): Fix.
3065         * testsuite/22_locale/money_get_members_wchar_t.cc (test07): Same.
3067 2002-02-19  Benjamin Kosnik  <bkoz@redhat.com>
3069         * config/linker-map.gnu: Export global vtable, typeinfo, guard
3070         variable, and thunk info as per CXXABI docs.
3072 2002-02-19  Loren Rittle <ljrittle@acm.org>
3074         * include/Makefile.am: Use CONFIG_HEADER instead of ad hoc names.
3075         * include/Makefile.in: Rebuilt.
3077 2002-02-18  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
3079         * testsuite/22_locale/collate_byname.cc (test01): Replace size4
3080           with size3 for the string collations of str5.
3082 2002-02-18  Paolo Carlini  <pcarlini@unitus.it>
3084         libstdc++/5708
3085         * include/bits/locale_facets.tcc (money_put::do_put):
3086         For the space field use __fill instead of ' ', uniformly.
3087         * testsuite/22_locale/money_put_members_char.cc:
3088         Add test05 distilled from PR.
3089         (test01-02-03): Trim some '*' to ' '.
3090         * testsuite/22_locale/money_put_members_wchar_t.cc: Ditto.
3092 2002-02-18  Loren Rittle <ljrittle@acm.org>
3094         libstdc++/5697
3095         * include/Makefile.am (thread_builddir): Remove (map all
3096         existing uses to target_builddir).
3097         (thread_headers): Rename to...
3098         (thread_target_headers): ...this.
3099         (stamp-thread): Remove.
3100         (stamp-target): Correctly state the position as built.
3101         Update all dependencies to match the new reality.  Remove all
3102         dependency calculations on directories.
3103         * include/Makefile.in: Rebuilt.
3105 2002-02-16   Benjamin Kosnik  <bkoz@redhat.com>
3107         * include/bits/locale_facets.tcc: Add pragma GCC system_header.
3108         * include/bits/fstream.tcc: Same.
3109         * include/bits/sstream.tcc: Same.
3110         * include/bits/ostream.tcc: Same.
3111         * include/bits/istream.tcc: Same.
3112         * include/bits/streambuf.tcc: Same.
3113         * include/bits/basic_ios.tcc: Same.
3114         * include/bits/basic_string.tcc: Same.
3116 2002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
3118         * include/std/std_iosfwd.h: Don't guard typedefs with
3119         _GLIBCPP_USE_WCHAR_T
3120         * include/bits/stringfwd.h: Same.
3122 2002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
3124         * src/locale.cc (moneypunct_byname): Remove definitions.
3125         * include/std/std_streambuf.h (streambuf::operator=): Return.
3127 2002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
3129         Tune for size.
3130         * src/string-inst.cc (string::_Rep::_S_terminal): Remove redundant
3131         explicit instantiation.
3132         (string::_Rep::_S_max_size): Same.
3133         * include/bits/basic_string.tcc: Add extern explicit
3134         instantiations for string, wstring.
3135         * include/bits/basic_ios.tcc: Add extern explicit instantiations
3136         for ios, wios.
3137         * include/bits/streambuf.tcc: Same, for streambuf, wstreambuf.
3138         * include/bits/istream.tcc: Same, for istream, wistream.
3139         * include/bits/ostream.tcc: Same for ostream, wostream, iostream,
3140         wiostream.
3141         * include/bits/sstream.tcc: Same, for stringbuf, wstringbuf,
3142         istringstream, wistringstream, ostringstream, wostringstream,
3143         stringstream, wstringstream.
3144         * include/bits/fstream.tcc: Same, for filebuf, wfilebuf, ifstream,
3145         wifstream, ofstream, wofstream, fstream, wfstream.
3146         * src/misc-inst.cc: Correct comments.
3147         Add iomanip instantiations for wide streams.
3148         * include/std/std_iomanip.h: Same.
3149         * include/bits/locale_facets.tcc: Same.
3151         * include/std/std_streambuf.h: Correct
3152         _GLIBCPP_FULLY_COMPLIANT_HEADERS guard.
3153         * include/std/std_sstream.h: Same.
3154         * include/std/std_ostream.h: Same.
3155         * include/std/std_istream.h: Same.
3156         * include/std/std_fstream.h: Same.
3158         * include/std/std_streambuf.h: Add definitions for private copy
3159         ctor and assignment operator.
3160         * include/std/std_istream.h: Remove declared but undefined copy
3161         ctor and assignment operator. This is taken care of in ios_base,
3162         so adding it in the derived class as well is superfluous.
3163         * include/std/std_ostream.h: Same.
3165         * include/bits/basic_ios.h (basic_ios::clear): Don't inline.
3166         * include/bits/basic_ios.tcc (basic_ios::clear): Move definition here.
3168 2002-02-14  Benjamin Kosnik  <bkoz@redhat.com>
3170         * config/linker-map.gnu: Change tag from GCC_3.1 to GLIBCPP_3.1.
3171         Add typeinfo bits. Smooth.
3172         * aclocal.m4: Regenerate.
3173         * configure: Same.
3174         * src/Makefile.in: Same.
3176 2001-02-14  Joel Sherrill  <joel@OARcorp.com>
3178         * config/cpu/m68k/bits/atomicity.h: Corrected for RTEMS targets
3179         which do not have a CAS instruction.
3181 2002-02-14  Phil Edwards  <pme@gcc.gnu.org>
3183         * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS):  New macro, initial revision.
3184         * configure.in:  Call it.
3185         * config/linker-map.gnu:  New file, initial incomplete revision.
3186         * src/Makefile.am:  Optionally pass version script to the linker.
3187         * aclocal.m4:  Regenerate.
3188         * configure:  Regenerate.
3189         * src/Makefile.in:  Regenerate.
3191 2002-02-13  Benjamin Kosnik  <bkoz@redhat.com>
3193         * src/localename.cc: Remove stdexcept include.
3194         * src/locale-inst.cc: Same.
3195         * src/locale.cc: Same.
3196         * src/functexcept.cc: Remove string includes.
3197         * include/std/std_bitset.h: Remove stdexcept include.
3198         * testsuite/23_containers/bitset_members.cc: Add stdexcept.
3199         * testsuite/23_containers/bitset_ctor.cc: Same.
3201 2002-02-11  Benjamin Kosnik  <bkoz@redhat.com>
3203         * include/bits/stl_algo (__stl_threshold): Declare external.
3204         (__stl_chunk_size): Same.
3205         * include/bits/stl_bvector.h (__WORD_BIT): Same.
3206         * include/bits/stl_tree.h (_S_rb_tree_red): Same.
3207         (_S_rb_tree_black): Same.
3208         * src/stl-inst.cc (__stl_threshold): Define.
3209         (__stl_chunk_size): Same.
3210         (__WORD_BIT): Same.
3211         (_S_rb_tree_red): Same.
3212         (_S_rb_tree_black): Same.
3214         * config/io/basic_file_libio.h (__basic_file): Add declarations.
3215         * include/bits/basic_file.h: Remove.
3216         * config/io/c_io_stdio.h: Remove _GLIBCPP_BASIC_FILE_ENCAPSULATION
3217         Declare generic types, specialization.
3218         * config/io/basic_file_stdio.cc: Definitions.
3219         * config/io/c_io_libio.h: Remove _GLIBCPP_BASIC_FILE_INHERITANCE.
3220         Declare generic types.
3221         * include/Makefile.am (bits_headers): Remove basic_file.h.
3222         (extra_target_headers): Change basic_file_model.h to basic_file.h.
3223         (stamp-target): Same.
3225         * include/bits/stl_alloc.h: Tweaks.
3226         * include/bits/localefwd.h: Same.
3228 2002-02-11  Aaron W LaFramboise  <AWLaFramboise@aol.com>
3230         * include/bits/locale_facets.tcc (collate::do_hash): Fix.
3231         * testsuite/22_locale/collate_members_char.cc (test03): New test.
3232         * testsuite/22_locale/collate_members_wchar_t.cc (test03): Same.
3234 2002-02-10  Phil Edwards  <pme@gcc.gnu.org>
3236         * include/bits/stl_algo.h (transform (both signatures), generate_n):
3237         Use __typeof__ in concept checks.
3239 2002-02-10  Jonathan Wakely  <cow@compsoc.man.ac.uk>
3241         * include/bits/stl_algo.h (__median, for_each, find, find_if,
3242         adjacent_find, count, count_if, search, search_n, swap_ranges,
3243         transform, replace, replace_if, replace_copy, replace_copy_if,
3244         generate, generate_n, remove_copy, remove_copy_if, remove, remove_if,
3245         unique, unique_copy, reverse, reverse_copy):  Doxygenate.
3247 2002-02-08  Benjamin Kosnik  <bkoz@redhat.com>
3249         * include/bits/locale_facets.h
3250         (numpunct<_CharT>::_M_initialize_numpunct): Remove definition.
3251         (__timepunct<_CharT>::_M_initialize_timepunct): Same.
3252         (__timepunct<_CharT>::_M_put_helper): Same.
3253         (moneypunct<_CharT, _Intl>::_M_initialize_moneypunct): Same.
3255         * include/bits/fstream.tcc (filebuf::underflow): Remove
3256         __codecvt_type typedef.
3257         (filebuf::_M_convert_to_external): Same.
3259 2002-02-08  Phil Edwards  <pme@gcc.gnu.org>
3261         * docs/doxygen/TODO:  Update.
3262         * docs/doxygen/doxygroups.cc:  Tweak __gnu_cxx description.
3263         * docs/doxygen/mainpage.html:  Add TODO list link.
3264         * docs/doxygen/user.cfg.in:  Add @doctodo hook.
3265         * docs/doxygen/tables.html:  New file, emoty structure only.
3267         * include/bits/stl_iterator.h:  Doxygenate just about everything.
3268         * include/bits/stl_iterator_base_funcs.h:  Ditto, clean up spaces.
3269         * include/bits/stl_iterator_base_types.h:  Add notes.
3271 2002-02-07  Stephan Buys  <sbproxy@icon.co.za>
3273         * include/bits/stl_map.h:  Tweak doxygen markup.
3274         * include/bits/stl_multimap.h:  Doxygenate and remove extra spaces.
3275         * include/bits/stl_vector.h:  Likewise.
3277 2002-02-07  Benjamin Kosnik  <bkoz@redhat.com>
3279         libstdc++/5286
3280         libstdc++/3860
3281         * include/std/std_fstream.h (filebuf::__file_type): Change to
3282         __basic_file<char>.
3283         (filebuf::_M_convert_to_external): Declare.
3284         * include/bits/fstream.tcc (filebuf::_M_convert_to_external): Define
3285         codecvt bits for wide streams.
3286         (filebuf::_M_really_overflow): Use it.
3287         (filebuf::underflow): Use codecvt.
3288         * config/locale/codecvt_specializations_ieee_1003.1-200x.h:
3289         (codecvt<__enc_traits>::do_out): Deal with partial.
3290         (codecvt<__enc_traits>::do_encoding): Return something useful.
3291         * src/codecvt.cc (codecvt<wchar_t>::do_encoding): Return sizeof
3292         wchar_t.
3293         * testsuite/22_locale/codecvt_members_unicode_char.cc (test01):
3294         Change expected encoding output.
3295         (test02): Same.
3296         * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test01): Same.
3297         (test02): Same.
3299 2002-02-07  Benjamin Kosnik  <bkoz@redhat.com>
3300             Wolfgang Bangerth  <wolfgang.bangerth@iwr.uni-heidelberg.de>
3302         * include/bits/basic_ios.tcc (basic_ios::narrow): Add default value.
3303         (basic_ios::widen): Same.
3305 2002-02-07  Paolo Carlini  <pcarlini@unitus.it>
3307         * testsuite/22_locale/money_get_members_char.cc:
3308         Add comment, tidy up.
3309         (test01): more "en_HK" tests (without showbase).
3310         * testsuite/22_locale/money_get_members_wchar_t.cc: Ditto.
3312 2002-02-06  Loren Rittle <ljrittle@acm.org>
3314         * config/locale/c_locale_generic.cc: Do not trust
3315         _GLIBCPP_HAVE_STRTOF or _GLIBCPP_HAVE_STRTOLD as
3316         set by configure.
3318 2002-02-06  Loren Rittle <ljrittle@acm.org>
3320         * acinclude.m4: Add C++ linkage check for strtof.
3321         * aclocal.m4: Rebuilt.
3322         * config.h.in: Rebuilt.
3323         * configure: Rebuilt.
3324         * config/locale/c_locale_generic.cc: Conditionally include
3325         <ieeefp.h>.  Improve handling and error checking of float
3326         and long double input for non-C99 configurations.
3328 2002-02-06  Paolo Carlini  <pcarlini@unitus.it>
3330         * include/bits/locale_facets.tcc (money_get::do_get(string)):
3331         In case money_base::symbol deal properly with multi-char sign
3332         for patterns {X,Y,Z,symbol} and {X,Y,symbol,none}.
3333         * testsuite/22_locale/money_get_members_char.cc: Add test07.
3334         * testsuite/22_locale/money_get_members_wchar_t.cc: Add test07.
3336 2002-02-05  Paolo Carlini  <pcarlini@unitus.it>
3338         * include/bits/locale_facets.tcc (money_get::do_get(string)):
3339         First construct a tentative returned string, then, only if the
3340         parsing succeeds, copy it into the string passed by reference.
3341         * testsuite/22_locale/money_get_members_char.cc: Add test06.
3342         * testsuite/22_locale/money_get_members_wchar_t.cc: Add test06.
3344 2002-02-04  Phil Edwards  <pme@gcc.gnu.org>
3346         * docs/doxygen/TODO:  Impl-defined behavior now documented...
3347         * docs/html/17_intro/howto.html:  ...here.
3348         * docs/doxygen/mainpage.doxy:  Remove, rename...
3349         * docs/doxygen/mainpage.html:  ...to this.  Tweak HTML, add license.
3350         * docs/doxygen/style.css:  Add small text.
3351         * docs/doxygen/run_doxygen:  Adjust for new mainpage.
3352         * docs/doxygen/user.cfg.in:  Likewise.
3354 2002-02-04  Stephan Buys  <sbproxy@icon.co.za>
3356         * include/bits/stl_map.h:  Initial doxygen markup.
3357         * include/std/std_fstream.h:  Initial doxygen markup.
3359 2002-02-04  Paolo Carlini  <pcarlini@unitus.it>
3361         libstdc++/5579
3362         * include/bits/locale_facets.tcc (money_get::do_get(string)):
3363         Deal correctly with !(__io.flags() & ios_base::showbase)
3364         for case money_base::symbol.
3365         * testsuite/22_locale/money_get_members_char.cc: Add test05.
3366         * testsuite/22_locale/money_get_members_wchar_t.cc: Add test05.
3368 2002-02-02  Paolo Carlini  <pcarlini@unitus.it>
3370         * testsuite/22_locale/operators.cc
3371         (gnu_collate::do_compare()): Add return statement to
3372         suppress "no return statement" warning.
3374 2002-02-01  Paolo Carlini  <pcarlini@unitus.it>
3376         * testsuite/27_io/ostream_manip.cc: Enable test02.
3378 2002-02-01  Phil Edwards  <pme@gcc.gnu.org>
3380         * docs/html/documentation.html:  Update for 3.0.96.
3381         * docs/html/faq/index.html:  Update for 3.0.96.
3382         * docs/html/faq/index.txt:  Regenerated.
3383         * docs/doxygen/TODO:  Update notes.
3384         * docs/html/17_intro/howto.html:  Initial impl-specific listing.
3386 2002-01-31  Benjamin Kosnik  <bkoz@redhat.com>
3388         * config/locale/codecvt_specializations_ieee_1003.1-200x.h:
3389         Initialize all data members in copy ctor. Make ctors explicit.
3390         (__enc_traits::__enc_traits()): Default ctor does nothing.
3391         (__enc_traits::_M_init): Guard against multiple iconv_opens.
3392         * include/std/std_sstream.h (basic_stringbuf): Make data members
3393         protected.
3394         * include/std/std_fstream.h (basic_filebuf): Same.
3395         * include/std/std_streambuf.h: Tweak.
3396         * include/bits/streambuf.tcc: Same.
3397         * include/bits/sstream.tcc: Same.
3398         * include/bits/fstream.tcc: Same.
3400 2002-01-31  Loren Rittle <ljrittle@acm.org>
3402         * testsuite/22_locale/codecvt_members_char_char.cc: Do not
3403         allow NULL argument to be passed to setenv().
3404         * testsuite/22_locale/codecvt_members_wchar_t_char.cc: Likewise.
3405         * testsuite/22_locale/collate_members_char.cc: Likewise.
3406         * testsuite/22_locale/collate_members_wchar_t.cc: Likewise.
3407         * testsuite/22_locale/ctype_members_char.cc: Likewise.
3408         * testsuite/22_locale/ctype_members_wchar_t.cc: Likewise.
3409         * testsuite/22_locale/messages_members_char.cc: Likewise.
3410         * testsuite/22_locale/money_get_members_char.cc: Likewise.
3411         * testsuite/22_locale/money_get_members_wchar_t.cc: Likewise.
3412         * testsuite/22_locale/money_put_members_char.cc: Likewise.
3413         * testsuite/22_locale/money_put_members_wchar_t.cc: Likewise.
3414         * testsuite/22_locale/moneypunct_members_char.cc: Likewise.
3415         * testsuite/22_locale/moneypunct_members_wchar_t.cc: Likewise.
3416         * testsuite/22_locale/num_get_members_char.cc: Likewise.
3417         * testsuite/22_locale/num_get_members_wchar_t.cc: Likewise.
3418         * testsuite/22_locale/num_put_members_char.cc: Likewise.
3419         * testsuite/22_locale/num_put_members_wchar_t.cc: Likewise.
3420         * testsuite/22_locale/numpunct_members_char.cc: Likewise.
3421         * testsuite/22_locale/numpunct_members_wchar_t.cc: Likewise.
3422         * testsuite/22_locale/time_get_members_char.cc: Likewise.
3423         * testsuite/22_locale/time_get_members_wchar_t.cc: Likewise.
3424         * testsuite/22_locale/time_put_members_char.cc: Likewise.
3425         * testsuite/22_locale/time_put_members_wchar_t.cc: Likewise.
3427 2002-01-30  Benjamin Kosnik  <bkoz@redhat.com>
3429         * config/locale/c_locale_gnu.cc: Same errno fixes as generic.
3431         * ChangeLog-2001: Fix spelling errors...
3432         * docs/html/17_intro/RELEASE-NOTES: Update.
3433         * docs/html/17_intro/TODO: Update.
3434         * README (file): Update.
3436 2002-01-30  Loren Rittle <ljrittle@acm.org>
3438         * config/locale/c_locale_generic.cc: Check errno for ERANGE
3439         instead of non-zero to aid portability.
3441 2002-01-30  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
3443         * docs/html/22_locale/messages.html: Fix example code.
3445 2002-01-30  Richard Henderson  <rth@redhat.com>
3447         * testsuite/27_io/ostream_inserter_arith.cc (test03_check): Break
3448         out from test03 and templatize.
3449         (test03): Use it.
3451 2002-01-30  Paolo Carlini  <pcarlini@unitus.it>
3453         * config/locale/numpunct_members_gnu.cc
3454         (numpunct<char, wchar_t>::_M_initialize_numpunct()):
3455         Fix initialization of _M_grouping for locales which have
3456         _M_thousands_sep == '\0'(L'\0', respectively).
3457         * testsuite/22_locale/numpunct_byname.cc (test02): Add test.
3459 2002-01-30  Paolo Carlini  <pcarlini@unitus.it>
3461         * testsuite/27_io/ostream_inserter_arith.cc (test03):
3462         Better fix for 32/64 bit architectures, avoiding the
3463         implicit assumption that CHAR_BIT == 8.
3465 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
3467         * Makefile.am (doxygen, doxygen-maint, doxygen-man):  Tweak targets.
3468         * Makefile.in:  Regenerate.
3470         * docs/doxygen/run_doxygen:  Update, mostly for man pages.
3471         * docs/doxygen/Intro.3:  Update.
3472         * docs/doxygen/TODO:  Update.
3473         * docs/doxygen/doxygroups.cc:  Add namespace hook for __gnu_cxx.
3474         * docs/doxygen/mainpage.doxy:  Update.
3475         * docs/doxygen/user.cfg.in:  Update for header rename.  Also
3476         regenerate comments and variables with 1.2.12.
3477         * docs/doxygen/maint.cfg.in:  Remove file.
3479         * include/bits/stl_relops.h:  Doxygenate.
3480         * include/bits/stl_tempbuf.h (std::_Temporary_buffer):  Likewise.
3482         * include/c_std/std_cassert.h, include/c_std/std_cctype.h,
3483         include/c_std/std_cerrno.h, include/c_std/std_cfloat.h,
3484         include/c_std/std_ciso646.h, include/c_std/std_climits.h,
3485         include/c_std/std_clocale.h, include/c_std/std_cmath.h,
3486         include/c_std/std_csetjmp.h, include/c_std/std_csignal.h,
3487         include/c_std/std_cstdarg.h, include/c_std/std_cstddef.h,
3488         include/c_std/std_cstdio.h, include/c_std/std_cstdlib.h,
3489         include/c_std/std_cstring.h, include/c_std/std_ctime.h,
3490         include/c_std/std_cwchar.h, include/c_std/std_cwctype.h,
3491         include/ext/algorithm, include/ext/functional, include/ext/hash_map,
3492         include/ext/hash_set, include/ext/iterator, include/ext/memory,
3493         include/ext/numeric, include/ext/rb_tree, include/ext/rope,
3494         include/ext/ropeimpl.h, include/ext/slist, include/ext/stl_hash_fun.h,
3495         include/ext/stl_hashtable.h, include/ext/stl_rope.h,
3496         include/std/std_algorithm.h, include/std/std_bitset.h,
3497         include/std/std_complex.h, include/std/std_deque.h,
3498         include/std/std_fstream.h, include/std/std_functional.h,
3499         include/std/std_iomanip.h, include/std/std_ios.h,
3500         include/std/std_iosfwd.h, include/std/std_iostream.h,
3501         include/std/std_istream.h, include/std/std_iterator.h,
3502         include/std/std_limits.h, include/std/std_list.h,
3503         include/std/std_locale.h, include/std/std_map.h,
3504         include/std/std_memory.h, include/std/std_numeric.h,
3505         include/std/std_ostream.h, include/std/std_queue.h,
3506         include/std/std_set.h, include/std/std_sstream.h,
3507         include/std/std_stack.h, include/std/std_stdexcept.h,
3508         include/std/std_streambuf.h, include/std/std_string.h,
3509         include/std/std_utility.h, include/std/std_valarray.h,
3510         include/std/std_vector.h:  Add/correct @file doxygen hook.
3512         * include/ext/memory:  Doxygenate most of rest of file.
3513         * libsupc++/exception:  Doxygen output formatting.
3514         * libsupc++/new:  Say which header it is.
3516         * testsuite/lib/libstdc++-v3-dg.exp:  Fix spacing.
3517         * docs/html/19_diagnostics/howto.html:  Describe concept-checks switch.
3518         * docs/html/23_containers/howto.html:  Describe O(n) list::size().
3519         * docs/html/27_io/howto.html:  Also link to Langer and Kreft text.
3521 2002-01-28  Paolo Carlini  <pcarlini@unitus.it>
3522             Charles Leggett <CGLeggett@lbl.gov>
3524         * testsuite/27_io/filebuf_members.cc (test_05): Add test.
3526 2002-01-28  Paolo Carlini  <pcarlini@unitus.it>
3528         * testsuite/27_io/ostream_inserter_arith.cc (test03):
3529         Fix to deal correctly with both 32 bit and 64 bit architectures
3531 2002-01-25  Loren Rittle <ljrittle@acm.org>
3533         * testsuite/thread/pthread1.cc: Use one condition variable
3534         per predicate instead of tricky use of one condition variable.
3536 2002-01-25  Benjamin Kosnik  <bkoz@redhat.com>
3538         * include/bits/fstream.tcc (filebuf::close()): Fix close for input
3539         streams.
3540         (filebuf::_M_really_overflow): Match indeterminate and sync calls.
3541         * testsuite/27_io/filebuf.cc: Compile only.
3542         * testsuite/27_io/filebuf_members.cc: Move tests to here.
3543         * testsuite/27_io/filebuf_virtuals.cc: And here.
3544         Revert sungetc, sync changes for expected values.
3545         * testsuite/27_io/filebuf-*: Move to...
3546         * testsuite/27_io/filebuf_virtuals-*: ...here.
3547         * testsuite/27_io/istream.cc: Compile only, activate.
3548         * testsuite/27_io/ostream.cc: Same.
3549         * testsuite/27_io/iostream.cc: New.
3550         * testsuite/27_io/iostream_members.cc: New.
3552 2002-01-25  David Billinghurst <David.Billinghurst@riotinto.com>
3554         * testsuite/thread/pthread1.cc: Enable on cygwin.
3555         * testsuite/thread/pthread2.cc: Likewise.
3556         * testsuite/thread/pthread3.cc: Likewise.
3557         * testsuite/thread/pthread4.cc: Likewise.
3558         * testsuite/thread/pthread5.cc: Likewise.
3559         * testsuite/thread/pthread6.cc: Likewise.
3561 2002-01-24  Benjamin Kosnik  <bkoz@redhat.com>
3563         * testsuite/27_io/ostream_inserter_char.cc (test07): New.
3565 2002-01-24  Benjamin Kosnik  <bkoz@redhat.com>
3567         * include/bits/basic_ios.h (basic_ios::_M_check_facet): Make
3568         const, tweak.
3569         (basic_ios::fill(char_type)): Use fill().
3570         * include/bits/basic_ios.tcc (basic_ios::widen): Use _M_check_facet.
3571         (basic_ios::narrow): Same.
3572         (basic_ios::_M_cache_facets): Explicitly set cached facets to zero
3573         if they are invalid.
3574         (basic_ios::init): Comment.
3575         * testsuite/27_io/ios_init.cc (test02): New.
3577 2002-01-24  Phil Edwards  <pme@gcc.gnu.org>
3579         * include/bits/stl_tempbuf.h (_Temporary_buffer):  Add doxygen hook.
3580         * include/bits/stl_algo.h:  Include stl_tempbuf.h.
3581         * include/ext/memory:  Do not include stl_tempbuf.h.
3582         (temporary_buffer):  Add doxygen hook.
3583         (__get_temporary_buffer, get_temporary_buffer,
3584         return_temporary_buffer):  Move back to std:: header...
3585         * include/std/std_memory.h:  ...here.  Do not include stl_tempbuf.h.
3586         * include/ext/rope:  Do not include stl_tempbuf.h.
3587         * include/ext/stl_hashtable.h:  Likewise.
3588         * include/std/std_algorithm.h:  Likewise.
3589         * testsuite/20_util/temporary_buffer.cc:  New file.
3591 2002-01-24  andrew@andypo.net
3592             (tweaks, test and commit by Loren J. Rittle  <ljrittle@acm.org>)
3594         libstdc++/5432
3595         * include/bits/ios_base.h: Use _Atomic_word for reference counts.
3596         * include/bits/localefwd.h: Likewise.
3597         Also use for std::locale::id::_S_highwater.
3598         * src/ios.cc (ios_base::xalloc): Use _Atomic_word.
3599         * src/locale.cc: Support new usage of _Atomic_word.
3600         (std::locale::classic): Guard entire function against reentry.
3601         * src/localename.cc: Support new usage of _Atomic_word.
3603 2002-01-24   Benjamin Kosnik  <bkoz@redhat.com>
3605         * testsuite/22_locale/num_put_members_wchar_t.cc (test03): Use
3606         _GLIBCPP_HAVE_SETENV.
3607         * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test02): Same.
3608         * testsuite/22_locale/collate_members_char.cc (test02): Same.
3609         * testsuite/22_locale/ctype_members_char.cc (test03): Same.
3610         * testsuite/22_locale/ctype_members_wchar_t.cc (test03): Same.
3611         * testsuite/22_locale/messages_members_char.cc (test02): Same.
3612         * testsuite/22_locale/moneypunct_members_char.cc (test02): Same.
3613         * testsuite/22_locale/moneypunct_members_wchar_t.cc (test02): Same.
3614         * testsuite/22_locale/money_put_members_char.cc (test04): Same.
3615         * testsuite/22_locale/money_put_members_wchar_t.cc (test04): Same.
3616         * testsuite/22_locale/num_get_members_char.cc (test03): Same.
3617         * testsuite/22_locale/num_get_members_wchar_t.cc (test03): Same.
3618         * testsuite/22_locale/numpunct_members_char.cc (test02): Same.
3619         * testsuite/22_locale/numpunct_members_wchar_t.cc (test02): Same.
3620         * testsuite/22_locale/time_get_members_char.cc (test07): Same.
3621         * testsuite/22_locale/time_get_members_wchar_t.cc (test07): Same.
3622         * testsuite/22_locale/time_put_members_char.cc (test03): Same.
3623         * testsuite/22_locale/time_put_members_wchar_t.cc (test03): Same.
3624         * testsuite/22_locale/num_put_members_char.cc (test03): Same.
3625         * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Check for setenv.
3626         * aclocal.m4: Regenerate.
3627         * configure: Regenerate.
3628         * config.h.in: Regenerate.
3630 2002-01-23  Loren Rittle <ljrittle@acm.org>
3632         * testsuite/thread/pthread1.cc: New test.
3633         * testsuite/thread/pthread2.cc: New test adapted from libstdc++/5347.
3634         * testsuite/thread/pthread3.cc: Likewise.
3635         * testsuite/thread/pthread4.cc: New test adapted from
3636         http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00679.html
3637         * testsuite/thread/pthread5.cc: New test adapted from libstdc++/5464.
3638         * testsuite/thread/pthread6.cc: New test adapted from libstdc++/5444.
3640 2002-01-23  Richard Henderson  <rth@redhat.com>
3642         PR libstdc++/5198
3643         * config/cpu/m68k/bits/atomicity.h (__exchange_and_add): Only use
3644         CAS on the cpu variants that support it.  Add versions that use
3645         TAS and that disable interrupts.
3646         (__atomic_add): Use __exchange_and_add to guarantee atomicity.
3648 2002-01-23  Matt Kraai  <kraai@alumni.cmu.edu>
3650         * include/bits/locale_facets.tcc: Remove old comments.
3652 2002-01-23  Andreas Tobler  <toa@pop.agri.ch>
3654         * include/bits/locale_facets.tcc (__convert_to_v): Change template
3655         parameter to _Tv.
3656         (__convert_from_v): Same.
3658 2002-01-23  Benjamin Kosnik  <bkoz@redhat.com>
3660         * include/bits/locale_facets.h (num_get::_M_extract_int): Change
3661         prototype.
3662         * include/bits/locale_facets.tcc (num_get::_M_extract_int): Remove
3663         __max_digits checks, adjust arguments.
3664         (num_get::do_get(*)): Changeup.
3666 2002-01-23  Loren Rittle <ljrittle@acm.org>
3668         * config/locale/c_locale_generic.cc: Fix typename usage.
3670 2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
3672         * config/locale/c_locale_generic.cc: Fix.
3674 2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
3676         * docs/html/22_locale/messages.html: Remove angle brackets.
3677         * docs/html/17_intro/TODO: Add.
3679 2002-01-22  Paolo Carlini  <pcarlini@unitus.it>
3681         * testsuite/27_io/ios_manip_basefield.cc: Enable test02.
3682         * testsuite/27_io/ostream_inserter_arith.cc: Enable test03.
3683         * testsuite/27_io/ostream_inserter_char.cc: Enable test01.
3684         * testsuite/27_io/ostream_inserter_other.cc: Enable test04.
3686 2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
3688         Audit for LANG independence.
3689         * include/bits/localefwd.h: Tweaks.
3690         * include/bits/locale_facets.tcc (money_get::do_get(long double)):
3691         Use __convert_to_v.
3692         (time_get::do_get_year): Same.
3693         (__convert_from_v): Add.
3694         (num_put::_M_convert_float): Use.
3695         (num_put::_M_convert_int): Same.
3696         (money_put::do_put): Same.
3698         * src/locale-inst.cc: Add instantiations for __convert_from_v.
3699         * config/locale/time_members_gnu.cc: Cleanup setlocale usage.
3700         * config/locale/time_members_generic.cc:
3701         * config/locale/messages_members_gnu.cc: Same.
3702         * config/locale/messages_members_gnu.h: Same.
3704         * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test02): New.
3705         * testsuite/22_locale/codecvt_members_char_char.cc (test02): New.
3706         * testsuite/22_locale/collate_members_wchar_t.cc (test02): New.
3707         * testsuite/22_locale/collate_members_char.cc (test02): New.
3708         * testsuite/22_locale/ctype_members_wchar_t.cc (test03): New.
3709         * testsuite/22_locale/ctype_members_char.cc (test03): New.
3710         * testsuite/22_locale/messages_members_char.cc (test02): New.
3711         * testsuite/22_locale/moneypunct_members_wchar_t.cc (test02): New.
3712         * testsuite/22_locale/moneypunct_members_char.cc (test02): New.
3713         * testsuite/22_locale/money_get_members_wchar_t.cc (test04): New.
3714         * testsuite/22_locale/money_get_members_char.cc (test04): New.
3715         * testsuite/22_locale/money_put_members_wchar_t.cc (test04): New.
3716         * testsuite/22_locale/money_put_members_char.cc (test04): New.
3717         * testsuite/22_locale/numpunct_members_wchar_t.cc (test02): New.
3718         * testsuite/22_locale/numpunct_members_char.cc (test02): New.
3719         * testsuite/22_locale/time_put_members_wchar_t.cc (test03): New.
3720         * testsuite/22_locale/time_put_members_char.cc (test03): New.
3721         * testsuite/22_locale/time_get_members_wchar_t.cc (test07): New.
3722         * testsuite/22_locale/time_get_members_char.cc (test07): New.
3723         * testsuite/22_locale/num_get_members_wchar_t.cc (test03): New.
3724         * testsuite/22_locale/num_get_members_char.cc (test03): New.
3725         * testsuite/22_locale/num_put_members_wchar_t.cc (test03): New.
3726         * testsuite/22_locale/num_put_members_char.cc (test03): New.
3728         * testsuite/22_locale/time_get_members_char.cc: Fixups for global
3729         locale issues.
3730         * testsuite/22_locale/time_get_members_char.cc: Same.
3732 2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
3734         libstdc++/5280
3735         * include/bits/localefwd.h: Tweak comments.
3736         * include/bits/locale_facets.h (__convert_to_v): Add.
3737         * include/bits/locale_facets.tcc (num_get::do_get(double)): Use it.
3738         (num_get::do_get(float)): Same.
3739         (num_get::do_get(long double)): Same.
3740         (num_get::do_get(bool)): Same.
3741         (num_get::do_get(long)): Same.
3742         (num_get::do_get(long long)): Same.
3743         (num_get::do_get(unsigned int)): Same.
3744         (num_get::do_get(unsigned short)): Same.
3745         (num_get::do_get(unsigned long)): Same.
3746         (num_get::do_get(unsigned long long)): Same.
3747         * config/locale/c_locale_gnu.cc (__convert_to_v): Specialize.
3748         * config/locale/c_locale_generic.cc: Same.
3750 2002-01-22  Loren Rittle <ljrittle@acm.org>
3752         * include/Makefile.am (c_base_builddir): Remove redundant slash.
3753         (std_builddir): Likewise.
3754         (std_headers_rename): Fix cut-n-paste typo.
3755         (install-data-local): Concat path per element instead of once to
3756         first element of list.
3757         * include/Makefile.in: Rebuilt.
3759 2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
3761         * config/os/aix/bits/ctype_noninline.h: Fix formatting.
3762         * config/os/bsd/netbsd/bits/ctype_noninline.h: Fix typo.
3763         * config/os/bsd/freebsd/bits/ctype_noninline.h: Fix formatting.
3765 2002-01-20  Benjamin Kosnik  <bkoz@redhat.com>
3767         * include/bits/locale_facets.h (ctype<char>::classic_table):
3768         Remove definition.
3769         (ctype<char>::_S_ctable): Remove.
3770         * config/os/gnu-linux/bits/ctype_noninline.h
3771         (ctype<char>::_S_table): Remove definition.
3772         (ctype<char>::classic_table): Define.
3773         (ctype<char>::ctype): Replace _S_ctable with classic_table().
3774         * config/os/aix/bits/ctype_noninline.h: Same.
3775         * config/os/bsd/freebsd/bits/ctype_noninline.h: Same.
3776         * config/os/bsd/netbsd/bits/ctype_noninline.h: Same.
3777         * config/os/djgpp/bits/ctype_noninline.h: Same.
3778         * config/os/generic/bits/ctype_noninline.h: Same.
3779         * config/os/gnu-linux/bits/ctype_noninline.h: Same.
3780         * config/os/hpux/bits/ctype_noninline.h: Same.
3781         * config/os/irix/irix5.2/bits/ctype_noninline.h: Same.
3782         * config/os/irix/irix6.5/bits/ctype_noninline.h: Same.
3783         * config/os/mingw32/bits/ctype_noninline.h: Same.
3784         * config/os/newlib/bits/ctype_noninline.h: Same.
3785         * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
3786         * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
3787         * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
3789 2002-01-20  Danny Smith  <dannysmith@users.sourceforge.net>
3791         * config/os/mingw32/bits/ctype_noninline.h: Declare _ctype instead
3792         of _pctype. Use to define _S_ctable.  Add definition for alternate
3793         ctor.  Initialise _M_ctable to _S_ctable in ctors.
3794         (do_toupper, do_tolower): Use inline code appropriate for C-locale
3795         rather than ::toupper, ::tolower.
3797 2002-01-18  Loren Rittle <ljrittle@acm.org>
3799         * testsuite/18_support/numeric_limits.cc (test_extrema<long double>):
3800         Add specialization for FreeBSD systems only to avoid losing test
3801         only due to extra precision unmentioned in system headers.
3803 2002-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
3805         * config/os/irix/irix6.5/bits/ctype_noninline.h: Fix typo
3807 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
3809         * testsuite/testsuite_hooks.h: Fix comment typo.  Memory
3810         limiting is only attempted if _GLIBCPP_MEM_LIMIT is defined.
3812 2002-01-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
3814         * testsuite/22_locale/ctor_copy_dtor.cc: Remove check.
3816 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
3818         * configure.target: Define OPT_LDFLAGS for AIX case.
3820 2002-01-17  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3822         * include/std/std_limits.h (__glibcpp_float_has_quiet_NaN,
3823         __glibcpp_double_has_quiet_NaN): Correct mispelling.
3825 2002-01-17  Andreas Tobler  <toa@pop.agri.ch>
3827         * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Fix.
3829 2002-01-16  David Edelsohn  <dje@watson.ibm.com>
3831         * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Do not clear
3832         SECTION_LDFLAGS and OPT_LDFLAGS.  Fix ac_sectionLDflags type.
3833         * aclocal.m4: Regenerate.
3834         * configure: Regenerate.
3836 2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
3838         * include/Makefile.am (c_base_headers_rename): New.
3839         (c_base_headers_extra): New.
3840         (stamp-c_base): Modify.
3841         (install-data-local): Use both.
3842         * include/Makefile.in: Regenerate.
3843         * include/c/[cctype ciso646 cmath cstdarg cstdlib cerrno climits
3844         csetjmp cstddef cstring cwchar cassert cfloat clocale csignal
3845         cstdio ctime cwctype]: Move to..
3846         * include/c/std_*: Here.
3847         * include/c_std/[cctype ciso646 cmath cstdarg cstdlib cerrno climits
3848         csetjmp cstddef cstring cwchar cassert cfloat clocale csignal
3849         cstdio ctime cwctype]: Move to..
3850         * include/c_std/std_*: Here.
3852         Alexandre Oliva  <aoliva@redhat.com>
3853         * include/Makefile.am (.PRECIOUS): Add rule.
3854         * include/Makefile.in: Regenerate.
3856 2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
3857             Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
3859         * include/bits/stl_iterator.h (reverse_iterator::_M_current):
3860         Deuglify, should be current.
3861         (back_insert_iterator::_M_container): Deuglify, should be container.
3862         (front_insert_iterator::_M_container): Same.
3863         (insert_iterator::_M_container): Same.
3864         * testsuite/24_iterators/reverse_iterator.cc: Add check.
3865         * testsuite/24_iterators/back_insert_iterator.cc: Add check.
3866         * testsuite/24_iterators/front_insert_iterator.cc: Same.
3867         * testsuite/24_iterators/insert_iterator.cc: Same.
3869 2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
3871         * include/bits/locale_facets.h (ctype<char>::classic_table): Make
3872         static.
3873         (ctype<char>::_M_ctable): Make static, change name to _S_ctable.
3874         * config/os/gnu-linux/bits/ctype_noninline.h: Define _S_ctable.
3875         * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
3876         * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
3877         * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
3878         * config/os/newlib/bits/ctype_noninline.h: Same.
3879         * config/os/irix/irix6.5/bits/ctype_noninline.h: Same.
3880         * config/os/irix/irix5.2/bits/ctype_noninline.h: Same.
3881         * config/os/hpux/bits/ctype_noninline.h: Same.
3882         * config/os/djgpp/bits/ctype_noninline.h: Same.
3883         * config/os/bsd/netbsd/bits/ctype_noninline.h: Same.
3884         * config/os/bsd/freebsd/bits/ctype_noninline.h: Same.
3885         * config/os/aix/bits/ctype_noninline.h: Same.
3887         Testcase by Dietmar Kühl via Peter Schmid
3888         * testsuite/22_locale/ctype_members_char.cc (char>): Add test for
3889         classic_table().
3891 2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
3893         * libmath/signbitl.c: Copyright years as list, not range.
3894         * libmath/Makefile.am: Same.
3895         * libmath/Makefie.in: Regenerate.
3896         * libmath/signbit.c: Same.
3897         * libmath/nan.c: Same.
3898         * libmath/copysignf.c: Same.
3899         * libmath/signbitf.c: Same.
3900         * testsuite/22_locale/money_get_members_char.cc: Same.
3901         * testsuite/22_locale/money_get_members_wchar_t.cc: Same.
3902         * testsuite/22_locale/money_put_members_char.cc: Same.
3903         * testsuite/22_locale/money_put_members_wchar_t.cc: Same.
3904         * testsuite/22_locale/time_get_members_char.cc: Same.
3905         * testsuite/22_locale/time_get_members_wchar_t.cc: Same.
3906         * testsuite/22_locale/time_put_members_char.cc: Same.
3907         * testsuite/22_locale/time_put_members_wchar_t.cc: Same.
3908         * testsuite/21_strings/nonmember.cc: Same.
3909         * testsuite/21_strings/compare.cc: Same.
3910         * testsuite/27_io/stringstream.cc: Same.
3911         * testsuite/27_io/stringbuf.cc: Same.
3912         * testsuite/27_io/filebuf.cc: Same.
3913         * testsuite/27_io/ios_manip_basefield.cc: Same.
3914         * testsuite/27_io/ios_manip_fmtflags.cc: Same.
3915         * include/bits/cpp_type_traits.h: Same.
3916         * include/bits/generic_shadow.h: Same.
3917         * include/bits/gslice_array.h: Same.
3918         * include/bits/gslice.h: Same.
3919         * include/bits/indirect_array.h: Same.
3920         * include/bits/slice_array.h: Same.
3921         * include/bits/sstream.tcc: Same.
3922         * include/bits/streambuf_iterator.h: Same.
3923         * include/bits/valarray_array.tcc: Same.
3924         * include/bits/valarray_meta.h: Same.
3925         * include/bits/valarray_array.h: Same.
3926         * config/os/mingw32/bits/ctype_noninline.h: Same.
3927         * config/os/mingw32/bits/ctype_base.h: Same.
3928         * config/os/hpux/bits/ctype_noninline.h: Same.
3929         * config/os/hpux/bits/ctype_base.h: Same.
3930         * config/os/gnu-linux/bits/ctype_noninline.h: Same.
3931         * config/os/gnu-linux/bits/ctype_base.h: Same.
3932         * config/os/generic/bits/ctype_noninline.h: Same.
3933         * config/os/generic/bits/ctype_base.h: Same.
3935         * libsupc++/tinfo.h: Tweaks.
3937 2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
3939         * testsuite/22_locale/num_put_members_wchar_t.cc (test02): Same.
3940         * testsuite/22_locale/num_put_members_char.cc (test01): Tweak.
3941         * testsuite/22_locale/ctype_members_char.cc: Tweak.
3943 2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
3945         * include/bits/locale_facets.tcc (num_put::do_put(bool): Fix.
3946         (num_put::do_put(void*)): Fix.
3947         * testsuite/22_locale/num_put_members_char.cc (test02): Add.
3948         * testsuite/22_locale/num_put_members_wchar_t.cc (test02): Add.
3949         * testsuite/22_locale/num_get_members_char.cc (test02): Add
3950         long double, void, bool types.
3951         * testsuite/22_locale/num_get_members_wchar_t.cc (test02): Add.
3953 2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
3954             Alexandre Oliva  <aoliva@redhat.com>
3956         * libmath/Makefile.am (LINK): Add --tag CC.
3957         * libmath/Makefile.in: Regenerate.
3959 2002-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3961         * config/os/hpux/bits/ctype_noninline.h: Use __SB_masks for address
3962         of character to attribute mapping table.
3964 2002-01-15  David Billinghurst <David.Billinghurst@riotinto.com>
3966         * testsuite/26_numerics/c99_classification_macros_c.cc
3967         Remove dg-error and dg-excess-errors comments.
3969 2002-01-14  Benjamin Kosnik  <bkoz@redhat.com>
3971         * include/bits/locale_facets.tcc (time_put::put): Correct output
3972         iterator positions.
3973         * testsuite/22_locale/time_put_members_char.cc (test02): Add.
3974         * testsuite/22_locale/time_put_members_wchar_t.cc (test02): Add.
3975         * testsuite/22_locale/time_get_members_wchar_t.cc (test06): Add.
3976         * testsuite/22_locale/time_get_members_char.cc (test06): Add.
3978 2002-01-14  Craig Rodrigues  <rodrigc@gcc.gnu.org>
3980         * docs/html/17_intro/porting-howto.xml: Update filebuf section.
3982 2002-01-14  Paolo Carlini  <pcarlini@unitus.it>
3983             Nathan Myers  <ncm@cantrip.org>
3985         * include/bits/basic_string.h
3986         (replace(__pos, __n1, __s, __n2)): Optimize by avoiding
3987         temporaries (i.e., call _M_replace_safe) when possible.
3988         (replace(__pos, __n, __str)): Call replace(__pos, __n1, __s, __n2).
3989         (replace(__pos, __n1, __s)): Call replace(__pos, __n1, __s , __n2).
3990         (replace(__i1, __i2, __str)): Call replace(__i1, __i2, __s, __n).
3991         (replace(__i1, __i2, __s)): Call replace(__i1, __i2, __s, __n).
3992         (replace(__i1, __i2, __s, __n)): Call replace(__pos1, __n1, __s, __n2).
3993         * include/bits/basic_string.tcc
3994         (replace(__pos1, __n1, __str, __pos2, __n2)): Call
3995         replace(__pos, __n1, __s, __n2).
3996         * testsuite/21_strings/replace.cc (test03): New testcases.
3998         * include/bits/basic_string.h (insert(__pos, __s, __n)):
3999         Adjust comparison wrt overflow.
4001 2002-01-12  Benjamin Kosnik  <bkoz@redhat.com>
4003         * include/Makefile.am (std_headers_rename): New variable.
4004         (install-data-local): Use it.
4005         * include/Makefile.in: Regenerate.
4007 2002-01-12  Benjamin Kosnik  <bkoz@redhat.com>
4009         * include/bits/locale_facets.tcc (money_put::do_put(string):
4010         Correct output iterator value.
4011         * testsuite/22_locale/money_put_members_char.cc (test03): Add.
4012         * testsuite/22_locale/money_put_members_wchar_t.cc: Same.
4014 2002-01-11  Phil Edwards  <pme@gcc.gnu.org>
4016         * include/Makefile.am, include/Makefile.in (stamp-std):  Fix typo from
4017         previous commit.
4019 2002-01-11  Phil Edwards  <pme@gcc.gnu.org>
4021         * include/Makefile.am (std_headers):  Update list with new names.
4022         (stamp-std):  Link to standardized name.
4023         * include/Makefile.in:  Regenerate.
4025         * include/std/algorithm, include/std/bitset, include/std/complex,
4026         include/std/deque, include/std/fstream, include/std/functional,
4027         include/std/iomanip, include/std/ios, include/std/iosfwd,
4028         include/std/iostream, include/std/istream, include/std/iterator,
4029         include/std/limits, include/std/list, include/std/locale,
4030         include/std/map, include/std/memory, include/std/numeric,
4031         include/std/ostream, include/std/queue, include/std/set,
4032         include/std/sstream, include/std/stack, include/std/stdexcept,
4033         include/std/streambuf, include/std/string, include/std/utility,
4034         include/std/valarray, include/std/vector:  Rename to...
4036         * include/std/std_algorithm.h, include/std/std_bitset.h,
4037         include/std/std_complex.h, include/std/std_deque.h,
4038         include/std/std_fstream.h, include/std/std_functional.h,
4039         include/std/std_iomanip.h, include/std/std_ios.h,
4040         include/std/std_iosfwd.h, include/std/std_iostream.h,
4041         include/std/std_istream.h, include/std/std_iterator.h,
4042         include/std/std_limits.h, include/std/std_list.h,
4043         include/std/std_locale.h, include/std/std_map.h,
4044         include/std/std_memory.h, include/std/std_numeric.h,
4045         include/std/std_ostream.h, include/std/std_queue.h,
4046         include/std/std_set.h, include/std/std_sstream.h,
4047         include/std/std_stack.h, include/std/std_stdexcept.h,
4048         include/std/std_streambuf.h, include/std/std_string.h,
4049         include/std/std_utility.h, include/std/std_valarray.h,
4050         include/std/std_vector.h:  ...this.
4052 2002-01-11  Loren Rittle <ljrittle@acm.org>
4054         * include/Makefile.am (extra_target_headers): New list of all
4055         target files built with ad hoc naming rules.
4056         (stamp-*): Handle LN_S failure in manner portable across make
4057         implementations.
4058         (install-data-local): Install header files from human-maintained
4059         file lists and directory components instead of non-robust find.
4060         * include/Makefile.in: Rebuilt.
4062 2002-01-11  Benjamin Kosnik  <bkoz@redhat.com>
4064         * include/bits/locale_facets.tcc (money_get::do_get(string)):
4065         Check for zero-length negative sign before adding it to output
4066         string.
4067         (money_get::do_get(long double)): Return beg.
4068         * testsuite/22_locale/money_get_members_char.cc (test02): Add
4069         iterator checks.
4070         * testsuite/22_locale/money_get_members_wchar_t.cc: Same.
4072 2002-01-10  David Seymour  <seymour_dj@yahoo.com>
4074         libstdc++/5331
4075         * include/bits/locale_facets.h (num_get<>): Return advanced iterator
4076         for _M_extract_float and _M_extract_int
4077         * include/bits/locale_facets.tcc (num_get<>::_M_extract_float)
4078         (num_get<>::_M_extract_int): Likewise, all callers changed
4079         * testsuite/22_locale/num_get_members_char.cc: Testcase
4081 2002-01-09  Paolo Carlini <pcarlini@unitus.it>
4083         * libsupc++/exception (bad_exception): Add comment.
4084         * libsupc++/new (bad_alloc): Same.
4085         * libsupc++/typeinfo (bad_cast, bad_typeid): Same.
4087 2002-01-09  Paolo Carlini <pcarlini@unitus.it>
4089         libstdc++/3150: revert 2001-11-30 commit. DR266 only means
4090         that the destructors should be removed from the descriptions
4091         in the standard: writing them explicitly allows the vtable
4092         heuristic to work. For additional information see:
4093         http://gcc.gnu.org/ml/libstdc++/2002-01/msg00090.html
4094         http://gcc.gnu.org/ml/libstdc++/2002-01/msg00110.html
4095         http://gcc.gnu.org/ml/libstdc++/2002-01/msg00155.html
4096         * libsupc++/exception (bad_exception::~bad_exception()):
4097         Reintroduce declaration.
4098         * libsupc++/new (bad_alloc::~bad_alloc()): Same.
4099         * libsupc++/typeinfo (bad_cast::~bad_cast()): Same.
4100         (bad_typeid::~bad_typeid()): Same.
4101         * libsupc++/eh_exception.cc (bad_exception::~bad_exception()):
4102         Reintroduce definition.
4103         * libsupc++/new_handler.cc (bad_alloc::~bad_alloc()): Same.
4104         * libsupc++/tinfo.cc (bad_cast::~bad_cast()): Same.
4105         (bad_typeid::~bad_typeid()): Same.
4107 2002-01-09  Benjamin Kosnik  <bkoz@redhat.com>
4109         * include/Makefile.am (c_base_srcdir): Remove duplicate '/'.
4110         * include/Makefile.in: Regenerate.
4112 2002-01-09  Bo Thorsen  <bo@suse.co.uk>
4114         * config/cpu/x86-64/bits/cpu_limits.h (__glibcpp_long_bits): Add
4115         definition.
4117 2002-01-08  Benjamin Kosnik  <bkoz@redhat.com>
4119         libstdc++/2913
4120         libstdc++/4879
4121         * include/bits/fstream.tcc (filebuf::_M_really_overflow): Test
4122         return value of _M_file->sync().
4123         (filebuf::showmanyc): Check for is_open.
4124         * include/std/fstream (filebuf::sync): Tweak.
4125         * testsuite/27_io/filebuf.cc: Tweak.
4127 2002-01-08  John Fardo  <jfardo@laurelnetworks.com>
4128             Brad Garcia  <garsh@attbi.com>
4130         * testsuite/27_io/filebuf_members.cc: Add test.
4132 2002-01-07  Benjamin Kosnik  <bkoz@redhat.com>
4133             Craig Rodrigues  <rodrigc@mediaone.net>
4135         libstdc++/5174
4136         * po/Makefile.am (mkinstalldirs): Add.
4137         * po/Makefile.in: Regenerate.
4139 2002-01-07  David Billinghurst  <David.Billinghurst@riotinto.com>
4141         * testsuite_flags.in: Add -fmessage-length=0 to CXXFLAGS *
4142         testsuite/lib/prune.exp: Delete lines ":In function ..."  from
4143         compiler output.
4144         * testsuite/23_containers/map_operators.cc: Remove
4145         dg-excess-errors comment.
4146         * testsuite/23_containers/set_operators.cc: Likewise.
4148 2002-01-06  Paolo Carlini  <pcarlini@unitus.it>
4150         * include/bits/stl_function.h:  Remove two lines of comments;
4151         adjust copyright years.
4153 2002-01-04  Benjamin  Kosnik  <bkoz@redhat.com>
4155         * include/Makefile.am (std_headers): Remove cXXX from list.
4156         (c_base_srcdir): No bits subdirectory.
4157         (c_base_builddir): Same.
4158         (c_base_headers): Adjust names, add ciso646.
4159         (bits_headers): Remove std_xxx.h headers.
4160         * include/Makefile.in: Regenerate.
4162         * include/ext/iterator: Adjust includes.
4163         * include/ext/ropeimpl.h: Same.
4164         * include/ext/stl_hash_fun.h: Same.
4165         * include/ext/algorithm: Same.
4167         * include/backward/bvector.h: Adjust includes.
4168         * include/backward/vector.h: Same.
4169         * include/backward/strstream: Same.
4170         * include/backward/streambuf.h: Same.
4171         * include/backward/stack.h: Same.
4172         * include/backward/set.h: Same.
4173         * include/backward/queue.h: Same.
4174         * include/backward/multiset.h: Same.
4175         * include/backward/multimap.h: Same.
4176         * include/backward/map.h: Same.
4177         * include/backward/list.h: Same.
4178         * include/backward/iterator.h: Same.
4179         * include/backward/iostream.h: Same.
4180         * include/backward/iomanip.h: Same.
4181         * include/backward/fstream.h: Same.
4182         * include/backward/deque.h: Same.
4183         * include/backward/complex.h: Same.
4185         * include/bits/std_algorithm.h: Move to...
4186         * include/std/algorithm: ...here.
4187         * include/bits/std_iosfwd.h, std_locale.h, std_stack.h,
4188         std_bitset.h, std_ios.h, std_map.h, std_stdexcept.h,
4189         std_complex.h, std_iostream.h, std_memory.h, std_streambuf.h,
4190         std_deque.h, std_istream.h, std_numeric.h, std_string.h,
4191         std_fstream.h, std_ostream.h, std_utility.h, std_iterator.h,
4192         std_queue.h, std_valarray.h, std_functional.h, std_limits.h,
4193         std_set.h, std_vector.h, std_iomanip.h, std_list.h, std_sstream.h:
4194         Same.
4196         * include/c_std/bits/std_cassert.h: Move to...
4197         * include/c_std/cassert: Here.
4198         * include/c_std/std_cctype.h, std_cerrno.h, std_cfloat.h,
4199         std_climits.h, std_clocale.h, std_cmath.h, std_csetjmp.h,
4200         std_csignal.h, std_cstdarg.h, std_cstddef.h, std_cstdio.h,
4201         std_cstdlib.h, std_cstring.h, std_ctime.h, std_cwchar.h,
4202         std_cwctype.h: Same.
4203         * include/c_std/cmath: Adjust cmath.tcc include.
4204         * include/c_std/cstdlib: Adjust includes.
4205         * include/c_std/cwchar: Same.
4206         * include/c_std/ctime: Same.
4207         * include/c_std/cstring: Same.
4208         * include/c_std/cstdio: Same.
4209         * include/c_std/bits: Remove directory.
4211         * include/c/bits/std_cassert.h: Move to...
4212         * include/c/cassert: Here.
4213         * include/c/std_cctype.h, std_cerrno.h, std_cfloat.h,
4214         std_climits.h, std_clocale.h, std_cmath.h, std_csetjmp.h,
4215         std_csignal.h, std_cstdarg.h, std_cstddef.h, std_cstdio.h,
4216         std_cstdlib.h, std_cstring.h, std_ctime.h, std_cwchar.h,
4217         std_cwctype.h: Same.
4218         * include/c/bits: Remove directory.
4220         * include/std/cwctype: Remove.
4221         * include/std/cwchar: Remove.
4222         * include/std/ctime: Remove.
4223         * include/std/cstring: Remove.
4224         * include/std/cstdlib: Remove.
4225         * include/std/cstdio: Remove.
4226         * include/std/cstddef: Remove.
4227         * include/std/cstdarg: Remove.
4228         * include/std/csignal: Remove.
4229         * include/std/csetjmp: Remove.
4230         * include/std/cmath: Remove.
4231         * include/std/clocale: Remove.
4232         * include/std/climits: Remove.
4233         * include/std/ciso646: Remove.
4234         * include/std/cfloat: Remove.
4235         * include/std/cerrno: Remove.
4236         * include/std/cctype: Remove.
4237         * include/std/cassert: Remove.
4239         * include/bits/fpos.h: Adjust includes, removing <bits/std_xxx.h>
4240         files and subsituting <xxx>.
4241         * include/bits/valarray_array.h: Same.
4242         * include/bits/stl_uninitialized.h: Same.
4243         * include/bits/stl_alloc.h: Same.
4244         * include/bits/stl_algobase.h: Same.
4245         * include/bits/sstream.tcc: Same.
4246         * include/bits/pthread_allocimpl.h: Same.
4247         * include/bits/ostream.tcc: Same.
4248         * include/bits/localefwd.h: Same.
4249         * include/bits/locale_facets.tcc: Same.
4250         * include/bits/locale_facets.h: Same.
4251         * include/bits/istream.tcc: Same.
4252         * include/bits/char_traits.h: Same.
4253         * include/bits/boost_concept_check.h: Same.
4254         * include/bits/basic_file.h: Same.
4255         * include/std/bitset: Same.
4256         * include/std/complex: Same.
4257         * include/std/fstream: Same.
4258         * include/std/functional: Same.
4259         * include/std/ios: Same.
4260         * include/std/iostream: Same.
4261         * include/std/ostream: Same.
4262         * include/std/sstream: Same.
4263         * include/std/streambuf: Same.
4264         * include/std/string: Same.
4265         * include/std/iterator: Same.
4266         * include/std/valarray: Same.
4268         * src/ios.cc: Adjust includes.
4269         * src/valarray-inst.cc: Same.
4270         * src/string-inst.cc: Same.
4271         * src/stl-inst.cc: Same.
4272         * src/stdexcept.cc: Same.
4273         * src/misc-inst.cc: Same.
4274         * src/localename.cc: Same.
4275         * src/locale-inst.cc: Same.
4276         * src/locale.cc: Same.
4277         * src/limits.cc: Same.
4278         * src/concept-inst.cc: Same.
4279         * src/complex_io.cc: Same.
4280         * src/codecvt.cc: Same.
4281         * src/bitset.cc: Same.
4282         * src/cmath.cc: Same.
4284 2002-01-04  Paolo Carlini  <pcarlini@unitus.it>
4286         * include/bits/stl_tree.h (rb_tree):  Move to...
4287         * include/ext/rb_tree:  ...here, new file.
4288         * include/Makefile.am (ext_headers):  Add new file.
4289         * include/Makefile.in:  Regenerate.
4290         * include/bits/stl_tempbuf.h (get_temporary_buffer + helper,
4291         return_temporary_buffer, struct temporary_buffer):  Move to...
4292         * include/ext/memory:  ...here.
4293         * testsuite/ext/headers.cc:  Include <ext/rb_tree>.
4294         * include/backward/tempbuf.h:  Include <ext/memory>, tweak.
4295         * include/backward/tree.h:  Include <ext/rb_tree), tweak.
4297 2002-01-03  Paolo Carlini  <pcarlini@unitus.it>
4299         * include/bits/stl_numeric.h (power + helpers, iota):  Move to...
4300         * include/ext/numeric:  ...here, new file.
4301         * include/bits/stl_function.h (identity_element, unary_compose,
4302         binary_compose, compose1, compose2, identity, select1st,
4303         select2nd, project1st + helper, project2nd + helper,
4304         constant_void_fun + helper, constant_unary_fun + helper,
4305         costant_binary_fun + helper, constant0, constant1, constant2,
4306         subtractive_rng, mem_fun1, mem_fun1_ref):  Move to...
4307         * include/ext/functional:  ...here, new file.
4308         * include/Makefile.am (ext_headers):  Add new files.
4309         * include/Makefile.in:  Regenerate.
4310         * testsuite/ext/headers.cc:  Include <ext/numeric> and
4311         <ext/functional>.
4312         * include/backward/algo.h:  Include <ext/numeric>, tweak.
4313         * include/backward/function.h:  Include <ext/functional>, tweak.
4314         * include/ext/ropeimpl.h:  Include <ext/numeric>.
4316 2002-01-03  Jeffrey A Law  <law@redhat.com>
4318         * config/os/hpux/bits/os_defines.h: Prefix __strtoll and
4319         __strtoull declarations with __extension__.
4321 2002-01-03  David Billinghurst <David.Billinghurst@riotinto.com>
4323         * testsuite/lib/prune.exp: Correct regular expression for
4324         -ffunction-sections
4326 2002-01-02  Phil Edwards  <pme@gcc.gnu.org>
4328         * include/bits/stl_algo.h (upper_bound, equal_range, binary_search):
4329         Change concept checks, as with lower_bound and PR 2054.
4330         * testsuite/ext/concept_checks.cc:  Expand test to include those.
4332 2002-01-02  Phil Edwards  <pme@gcc.gnu.org>
4334         * include/bits/boost_concept_check.h:  Import some changes from
4335         upsteam (Boost) version.
4337 2002-01-02  Paolo Carlini  <pcarlini@unitus.it>
4339         * include/bits/stl_algobase.h (copy_n + helpers,
4340         lexicographical_compare_3way + helpers):  Move to...
4341         * include/ext/algorithm:  ...here.
4342         * include/bits/stl_uninitialized.h (uninitialized_copy_n +
4343         helpers):  Move to...
4344         * include/ext/memory:  ...here, new file.
4345         * include/Makefile.am (ext_headers):  Add new file.
4346         * include/Makefile.in:  Regenerate.
4347         * testsuite/ext/headers.cc:  Include <ext/memory>.
4348         * include/backward/algobase.h:  Include <ext/memory> and
4349         <ext/algorithm>, tweak.
4350         * include/ext/ropeimpl.h:  Include <ext/memory>, tweak.
4351         * include/ext/stl_rope.h:  Include <ext/memory>, tweak.
4353 2002-01-01  Roger Sayle <roger@eyesopen.com>
4355         * libmath/stubs.c (sinf,cosf): Implement stubs to enable the
4356         equivalent ___builtin__ versions.
4358         * include/c_shadow/bits/std_cmath.h: All __builtin math functions
4359         are available in libstdc++ as the necessary stub implementations
4360         are provided by libmath/stubs.c.
4362 2002-01-01  Jason Thorpe  <thorpej@wasabisystems.com>
4364         * configure.in: Add support for NetBSD cross compiles.
4365         * configure: Regenerate.