OSDN Git Service

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