OSDN Git Service

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