1 2002-04-05 Jonathan Wakely <jw@kayari.org>
3 * include/bits/stl_algo.h (unique_copy, __gcd, rotate, rotate_copy,
4 random_shuffle, partition, stable_partition, sort, stable_sort,
5 partial_sort, partial_sort_copy, nth_element): Doxygenate.
7 2002-04-05 David S. Miller <davem@redhat.com>
9 * config/os/gnu-linux/bits/os_defines.h
10 (__glibcpp_long_double_bits): Set to 64 on 32-bit Sparc.
12 2002-04-04 Benjamin Kosnik <bkoz@redhat.com>
15 via gawrilow@math.tu-berlin.de
16 * acinclude.m4 (version_specific_libs): Fix combo usage with
17 --with-gxx-include-dir.
18 * aclocal.m4: Regenerate.
21 2002-04-03 Benjamin Kosnik <bkoz@redhat.com>
23 As per DR 184, libstdc++/3139
24 * include/std/std_limits.h (__glibcpp_bool_digits): Change to 1.
25 (numeric_limits<bool>::is_iec559): False.
26 (numeric_limits<bool>::is_modulo): False.
28 * testsuite/27_io/ios_init.cc: Add instantiations.
30 2002-04-02 Benjamin Kosnik <bkoz@redhat.com>
33 * src/ios.cc: (ios_base::Init::_S_ios_destroy): Remove flush calls.
34 * testsuite/27_io/ios_init.cc (tests04): Add test.
37 * include/bits/basic_ios.h (basic_ios::_M_get_fctype_ios): Remove.
38 (basic_ios::_M_ios_fctype): Consistently name to _M_fctype.
39 * include/bits/basic_ios.tcc: Same. Remove outdated comments.
40 * include/bits/istream.tcc: Use _M_fctype, make consistent with
42 * testsuite/27_io/ios_init.cc (tests03): Add test.
44 2002-04-02 Phil Edwards <pme@gcc.gnu.org>
46 * include/Makefile.am (install-data-local): Use mkinstalldirs.
47 * include/Makefile.in: Regenerate.
49 2002-04-02 Paolo Carlini <pcarlini@unitus.it>
50 Nathan Myers <ncm@cantrip.org>
51 Philip Martin <philip@codematters.co.uk>
53 * include/bits/basic_string.h
54 (replace(i1, i2, _CharT* k1, _CharT* k2),
55 replace(i2, i2, const _CharT* k1, const _CharT* k2),
56 replace(i1, i2, iterator k1, iterator k2,
57 replace(i1, i2, const_iterator k1, const_iterator k2):
58 New specializations to optimize for the common cases of
59 pointers and iterators.
60 (replace(pos, n1, s, n2)): Tweak.
61 * include/bits/basic_string.tcc: Tweak comments.
62 * testsuite/21_strings/replace.cc (test04): New tests.
64 2002-04-01 Benjamin Kosnik <bkoz@redhat.com>
67 * acinclude: More extensive checks for msgfmt, --enable-nls.
68 * aclocal.m4: Regenerate.
69 * configure: Regenerate.
71 2002-04-01 Phil Edwards <pme@gcc.gnu.org>
73 * libsupc++/exception (__verbose_terminate_handler): Point to docs.
74 * docs/doxygen/doxygroups.cc: Doxygen hooks for abi::__cxa_demangle.
75 * docs/html/18_support/howto.html: Document the demangler.
76 * docs/html/17_intro/howto.html: And link to it.
78 * docs/doxygen/mainpage.html: Describe user-vs-maintainer docs.
79 * docs/doxygen/run_doxygen: Print user-vs-maintainer.
81 2002-04-01 Phil Edwards <pme@gcc.gnu.org>
83 * config/linker-map.gnu: Export __verbose_terminate_handler.
84 * libsupc++/Makefile.am (sources): Add cxa_demangle.c, dyn-string.c.
85 Make new LTCOMPILE variable, use it in new special build rules.
86 * libsupc++/Makefile.in: Rebuild.
87 * src/vterminate.cc (__verbose_terminate_handler): Enable use of
88 runtime __cxa_demangle.
90 * docs/html/install.html: Update prereqs and instructions.
91 * docs/html/19_diagnostics/howto.html: Bring naming for
92 verbose_terminate_handler into line with reality.
94 2002-04-01 Benjamin Kosnik <bkoz@redhat.com>
97 * include/bits/basic_ios.h (basic_ios::_M_exception): Move.
98 (basic_ios::_M_streambuf_state): Move.
99 * include/bits/ios_base (ios_base): To here.
100 * include/bits/ios_base.h (ios_base::_S_local_words): To
102 (ios_base::_M_word_array): To _M_local_word.
103 (ios_base::_M_words_limit): To _M_word_size.
104 (ios_base::_M_words): To _M_word.
106 * include/bits/basic_ios.tcc: Adjust.
107 * src/ios.cc (ios_base::_M_grow_words): Tweak.
108 * testsuite/27_io/ios_base_storage.cc: Add tests.
111 Kenny Simpson <theonetruekenny@yahoo.com>
112 * include/bits/ios_base.h: Fix.
114 Richard Henderson <rth@redhat.com>
115 * include/bits/ostream.tcc (ostream::operator<<(_CharT)): Correct
118 * include/bits/basic_string.h: Tweak formatting.
120 2002-04-01 Paolo Carlini <pcarlini@unitus.it>
122 * config/locale/ieee_1003.1-2001/codecvt_specializations.h
123 (codecvt::do_out, codecvt::do_unshift, codecvt::do_in):
124 By definition, sizeof(char) == 1.
125 * include/bits/locale_facets.tcc (money_get::do_get,
126 money_put::do_put): Ditto.
127 * testsuite/21_strings/inserters_extractors.cc
130 2002-03-30 Richard Henderson <rth@redhat.com>
133 * libsupc++/eh_personality.cc (__cxa_call_unexpected): Copy handler
134 data out of the exception struct before calling unexpectedHandler.
136 2002-03-28 Roger Sayle <roger@eyesopen.com>
138 * include/c_std/std_cmath.h: To prevent problems overloading
139 g++ builtins, use the double variants from the global namespace
140 before defining float and long double variants in std::.
142 2002-03-28 Loren J. Rittle <ljrittle@acm.org>
144 * testsuite/18_support/numeric_limits.cc (test_extrema): Fix typo.
146 2002-03-28 Paolo Carlini <pcarlini@unitus.it>
148 * testsuite/24_iterators/istream_iterator.cc
151 2002-03-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
152 Paolo Carlini <pcarlini@unitus.it>
154 * testsuite/22_locale/codecvt_members_unicode_wchar_t.cc
155 (test01): Protect the test with _GLIBCPP_USE_WCHAR_T;
156 fix i_lit_base e_lit_base arrays, making them independent
157 from the endianness of the platform; tweak UCS4 to UCS-4BE.
159 2002-03-27 Benjamin Kosnik <bkoz@redhat.com>
161 * include/bits/ostream.tcc (ostream::operator<<(_CharT)): Always
162 allocate at least a byte.
164 * testsuite/18_support/numeric_limits.cc (test_extrema): Make
166 * testsuite/27_io/streambuf.cc (test07): Fix.
169 2002-03-27 Phil Edwards <pme@gcc.gnu.org>
171 * docs/doxygen/Intro.3: Date tweak.
172 * docs/doxygen/TODO: Update.
173 * docs/doxygen/doxygroups.cc: Point to tables.html.
174 * docs/doxygen/mainpage.html: Date tweak.
175 * docs/doxygen/run_doxygen: Version tweak. Copy tables.html over.
176 * docs/doxygen/tables.html: Fill in the blanks.
178 * docs/doxygen/user.cfg.in (ALIASES): Remove maint and endmaint.
179 * include/bits/stl_algo.h: Likewise; use expanded form.
180 * include/bits/stl_alloc.h: Likewise.
181 * include/bits/stl_construct.h: Likewise.
182 * include/bits/stl_deque.h: Likewise.
183 * include/bits/stl_iterator_base_types.h: Likewise.
184 * include/bits/stl_list.h: Likewise.
185 * include/bits/stl_relops.h: Likewise.
186 * include/bits/stl_tempbuf.h: Likewise.
187 * include/bits/stl_vector.h: Likewise.
188 * include/std/std_memory.h: Likewise.
190 * include/bits/stl_deque.h: Point into tables.html and add @ingroup.
191 * include/bits/stl_list.h: Likewise.
192 * include/bits/stl_vector.h: Likewise.
194 2002-03-26 Benjamin Kosnik <bkoz@redhat.com>
196 * include/c/: Guard with _CPP_.
197 * include/c_std/: Same.
198 * include/Makefile.am: Fixup install, link routines for null
199 c_base_headers_extra scenarios.
200 * include/Makefile.in: Regerate.
202 2002-03-25 Paolo Carlini <pcarlini@unitus.it>
203 Richard Henderson <rth@redhat.com>
205 * testsuite/22_locale/codecvt_members_unicode_char.cc
206 (test01, test02): make sure that the i_lit_base array
207 is sufficiently aligned.
209 2002-03-25 Benjamin Kosnik <bkoz@redhat.com>
211 * config/os/newlib/bits/ctype_noninline.h (ctype::classic): Set to
214 2002-03-25 Paolo Carlini <pcarlini@unitus.it>
216 * testsuite/22_locale/collate_byname.cc
217 (test01): compare the result of collate::compare with
218 that of collate::transform + string::compare, not with
219 that of collate::transform + collate::compare; values
220 returned by collate::compare are normalized, therefore
223 2002-03-25 Benjamin Kosnik <bkoz@redhat.com>
224 Jakub Jelinek <jakub@redhat.com>
226 * config/locale/gnu/messages_members.h: Correct conditional.
227 * config/locale/gnu/messages_members.cc: Same.
228 * config/locale/gnu/time_members.cc: Same.
230 2002-03-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
231 Paolo Carlini <pcarlini@unitus.it>
233 * testsuite/22_locale/codecvt_members_unicode_char.cc
234 (test01, test02): Fix i_lit_base arrays, making them
235 independent from the endianness of the platform.
237 2002-03-22 Benjamin Kosnik <bkoz@redhat.com>
239 * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for
240 signbit and __signbit directly.
241 * aclocal.m4: Regenerate.
242 * configure: Regenerate.
243 * config.h.in: Regenerate.
244 * libmath/Makefile.am: Simplify.
245 * libmath/Makefile.in: Regenerate.
246 * include/c_std/std_cmath.h: Update paths for include of cmath.tcc.
248 * include/Makefile.am: Clean up handling of extra "C" header files.
249 Add hooks for "C" compatibility headers.
250 * include/Makefile.in: Regenerate.
252 * include/c/*: Formatting tweaks, cleanups.
253 * include/c_std/*: Same.
255 2002-03-22 Benjamin Kosnik <bkoz@redhat.com>
257 * config/locale/gnu/messages_members.h: Add __uselocale bits.
258 * config/locale/gnu/messages_members.cc: Same.
259 * config/locale/gnu/time_members.cc: Same.
261 2002-03-22 Benjamin Kosnik <bkoz@redhat.com>
263 * src/vterminate.cc: Format, -fno-exceptions cleanup.
265 2002-03-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
267 * acinclude.m4 (GLIBCPP_CHECK_STDLIB_DECL_AND_LINKAGE_3): New.
268 (GLIBCPP_CONFIGURE_TESTSUITE): Use it to check for setenv.
269 * aclocal.m4: Regenerate.
270 * configure: Likewise.
272 2002-03-19 Paolo Carlini <pcarlini@unitus.it>
273 Ulrich Drepper <drepper@redhat.com>
275 * src/locale-inst.cc (__convert_from_v): Add an additional
276 __size parameter in the declarations.
277 * include/bits/locale_facets.tcc
278 (__convert_from_v): When available (that is,
279 _GLIBCPP_USE_C99 defined) use snprintf instead of sprintf.
280 (num_put::_M_convert_float): Depending on _GLIBCPP_USE_C99
281 being defined or not, call and use __convert_from_v in the
283 (num_put::_M_convert_int): Same here.
284 (money_put::do_put(long double)): Same here.
286 2002-03-19 Phil Edwards <pme@gcc.gnu.org>
288 * docs/html/faq/index.html (#3.6): Rewrap and close <a href> tags.
289 * docs/html/faq/index.txt: Regenerate.
291 2002-03-19 Steve Ellcey <sje@cup.hp.com>
293 * acinclude.m4 (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Define
294 GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS to set LIBUNWIND_FLAG if
295 --enable-libunwind-exceptions is set.
296 * configure.in (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Call new
297 macro to check for libunwind.
298 * configure: Regenerate.
299 * src/Makefile.am (libstdc___la_LDFLAGS): Add
300 LIBUNWIND_FLAG to libstdc link line.
301 * src/Makefile.in: Regenerate.
303 2002-03-19 Benjamin Kosnik <bkoz@redhat.com>
305 * docs/html/faq/index.html: Add OS X workaround.
306 * docs/html/17_intro/TODO: Update.
308 2002-03-18 Paolo Carlini <pcarlini@unitus.it>
310 * include/bits/locale_facets.tcc
311 (money_put::do_put(long double)): Fix dimensioning of
312 temporary buffers to avoid risk of overruns.
313 (money_put::do_put(string)): Same for the buffer used to
314 add the grouping chars.
315 * testsuite/22_locale/money_put_members_char.cc: Add test06.
316 * testsuite/22_locale/money_put_members_wchar_t.cc: Ditto.
318 * include/bits/locale_facets.tcc
319 (collate::do_transform): Simplify.
321 2002-03-18 Phil Edwards <pme@gcc.gnu.org>
323 * acinclude.m4 (GLIBCPP_CONFIGURE): Make indentation/spacing uniform.
324 * configure.in: Add comments pointing the way for autoconf 2.5x.
325 * aclocal.m4, config.h.in, configure: Regenerate.
327 2002-03-18 Philipp Thomas <pthomas@suse.de>
329 * include/backward/hash_map.h: hash, hashtable, hash_map and
330 hash_multimap are in namespace __gnu_cxx.
331 include/backward/hash_set.h: hash, hashtable, hash_set and
332 hash_multiset are in namespace __gnu_cxx.
333 include/backward/hashtable.h: hash and hashtable are in
335 include/backward/rope.h: char_producer, sequence_buffer,
336 rope, crope and wrope are in namespace __gnu_cxx.
337 include/backward/slist.h: slist is in namespace __gnu_cxx.
338 * testsuite/backward/header_hash_map_h.cc
339 testsuite/backward/header_hash_set_h.cc
340 testsuite/backward/header_hashtable_h.cc
341 testsuite/backward/header_rope_h.cc
342 testsuite/backward/header_slist_h.cc
343 testsuite/backward/header_tempbuf_h.cc: New tests for
344 checking that we're using the correct namespace.
346 2002-03-17 Jason Merrill <jason@redhat.com>
349 * libsupc++/eh_personality.cc (get_adjusted_ptr): New static fn.
350 (check_exception_spec): Call it. Take the thrown pointer.
351 (__cxa_call_unexpected): Pass it.
352 (PERSONALITY_FUNCTION): Likewise. Use get_adjusted_ptr.
354 2002-03-15 Anthony Green <green@redhat.com>
356 * configure.in: Remove useless is_mingw32.
357 * configure: Rebuilt.
359 2002-03-15 Paolo Carlini <pcarlini@unitus.it>
361 * testsuite/22_locale/collate_members_char.cc
362 (test01): compare the result of collate::compare with
363 that of collate::transform + string::compare, not with
364 that of collate::transform + collate::compare.
365 (test01): values returned by collate::compare are
366 normalized, therefore test against +-1.
367 * testsuite/22_locale/collate_members_wchar_t.cc: Ditto.
369 2002-03-12 Loren Rittle <ljrittle@acm.org>
371 reported by Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
372 * testsuite/thread/pthread4.cc: Lower nominal iteration counter.
374 2002-03-12 Benjamin Kosnik <bkoz@redhat.com>
375 Per Liboriussen <liborius@stofanet.dk>
377 * config/os/gnu-linux/bits/ctype_noninline.h: Cast to
379 * config/os/gnu-linux/bits/ctype_inline.h: Same.
381 * config/os/irix/irix6.5/bits/ctype_inline.h: Same.
383 * config/os/solaris/solaris2.5/bits/ctype_inline.h: Same.
384 * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
386 * config/os/solaris/solaris2.6/bits/ctype_inline.h: Same.
387 * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
389 * config/os/solaris/solaris2.7/bits/ctype_inline.h: Same.
390 * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
392 * testsuite/22_locale/ctype_members_char.cc (main): Add tests.
394 2002-03-12 Benjamin Kosnik <bkoz@redhat.com>
396 * include/bits/basic_string.tcc (string::_S_construct(_InIter,
397 _InIter, const _Alloc&, forward_iterator_tag): Check for null.
398 (string::basic_string(const _CharT* __s, const _Alloc& __a)): Same.
399 * testsuite/21_strings/ctor_copy_dtor.cc (test01): Re-enable, now
400 that memory limits are in place.
403 2002-03-11 Benjamin Kosnik <bkoz@redhat.com>
405 * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for wctype.h.
406 * aclocal.m4: Regenerate.
407 * config.h.in: Regenerate.
408 * configure: Regenerate.
409 * include/c_std/std_cwctype.h: Guard.
411 2002-03-11 Chris Demetriou <cgd@broadcom.com>
413 * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Enhance check for
414 whether GLIBCPP_CHECK_LINKER_FEATURES has been used.
415 * aclocal.m4: Regenerate.
416 * configure: Regenerate.
418 2002-03-11 Benjamin Kosnik <bkoz@redhat.com>
420 * include/bits/stl_bvector.h: Fix warning.
422 2002-03-11 Richard Henderson <rth@redhat.com>
424 * include/bits/stl_bvector.h (_Bit_type): New. Use throughout.
426 2002-03-11 Phil Edwards <pme@gcc.gnu.org>
428 * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-list-sourcefiles):
429 New function. Build the list of tests to run in testsuite_files.
430 * testsuite/libstdc++-v3.dg/dg.exp: Use it.
432 2002-03-11 Phil Edwards <pme@gcc.gnu.org>
434 * testsuite/21_strings/capacity.cc: Only explicitly instantiate on
435 platforms with no weak support.
436 * testsuite/27_io/ios_init.cc: Likewise.
438 2002-03-10 Paolo Carlini <pcarlini@unitus.it>
440 * include/bits/locale_facets.tcc (time_put::do_put):
441 Consider sizeof(char_type) in allocating the buffer.
443 * include/bits/locale_facets.tcc (collate::do_tranform):
444 Remove redundant variable.
446 2002-03-10 Ulrich Drepper <drepper@redhat.com>
447 Paolo Carlini <pcarlini@unitus.it>
449 * config/locale/generic/collate_members.cc
450 (collate<char,wchar_t>::_M_compare_helper): normalize
451 values returned by strcoll and wcscoll.
452 * config/locale/gnu/collate_members.cc
453 (collate<char,wchar_t>::_M_compare_helper): ditto
454 for __strcoll_l and __wcscoll_l.
456 2002-03-10 Anthony Green <green@redhat.com>
458 * configure.in: Support cross builds to mingw32 target.
459 * configure: Rebuilt.
461 2002-03-09 Paolo Carlini <pcarlini@unitus.it>
463 * include/bits/locale_facets.tcc (collate::do_transform):
464 Rewrite to fix problems with long transformed strings.
466 2002-03-08 Benjamin Kosnik <bkoz@redhat.com>
468 * c_locale_generic.cc: Move to...
469 * generic/c_locale.cc
470 * c_locale_generic.h: Move to...
472 * codecvt_specializations_generic.h: Move to...
473 * generic/codecvt_specializations.h
474 * collate_members_generic.cc: Move to...
475 * generic/collate_members.cc
476 * ctype_members_generic.cc: Move to...
477 * generic/ctype_members.cc
478 * messages_members_generic.cc: Move to...
479 * generic/messages_members.cc
480 * messages_members_generic.h: Move to...
481 * generic/messages_members.h
482 * moneypunct_members_generic.cc: Move to...
483 * generic/monetary_members.cc
484 * numpunct_members_generic.cc: Move to...
485 * generic/numeric_members.cc
486 * time_members_generic.cc: Move to...
487 * generic/time_members.cc
488 * c_locale_gnu.cc: Move to...
490 * c_locale_gnu.h: Move to...
492 * collate_members_gnu.cc: Move to...
493 * gnu/collate_members.cc
494 * ctype_members_gnu.cc: Move to...
495 * gnu/ctype_members.cc
496 * messages_members_gnu.cc: Move to...
497 * gnu/messages_members.cc
498 * messages_members_gnu.h: Move to...
499 * gnu/messages_members.h
500 * moneypunct_members_gnu.cc: Move to...
501 * gnu/monetary_members.cc
502 * numpunct_members_gnu.cc: Move to...
503 * gnu/numeric_members.cc
504 * time_members_gnu.cc: Move to...
505 * gnu/time_members.cc
506 * c_locale_ieee_1003.1-200x.cc: Move to...
507 * ieee_1003.1-2001/c_locale.cc
508 * c_locale_ieee_1003.1-200x.h: Move to...
509 * ieee_1003.1-2001/c_locale.h
510 * codecvt_specializations_ieee_1003.1-200x.h: Move to...
511 * ieee_1003.1-2001/codecvt_specializations.h
512 * messages_members_ieee_1003.1-200x.cc: Move to...
513 * ieee_1003.1-2001/messages_members.cc
514 * messages_members_ieee_1003.1-200x.h: Move to...
515 * ieee_1003.1-2001/messages_members.h
517 * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Make consistent.
518 * aclocal.m4: Regenerate.
519 * configure: Regenerate.
520 * src/Makefile.am (sources): Change to monetary and numeric.
521 * src/Makefile.in: Regenerate.
522 * docs/html/configopts.html: Update to ieee_1003.1-2001.
524 2002-03-08 scott snyder <snyder@fnal.gov>
527 * include/bits/locale_facets.tcc (num_put::_M_convert_float):
528 Allow one more digit of precision.
529 * testsuite/27_io/ostream_inserter_arith.cc: Test that we can
530 write a double and read back in the same value.
532 2002-03-08 Benjamin Kosnik <bkoz@redhat.com>
534 * include/std/std_limits.h: Move static const data members out of
535 generic template, into base class __numeric_limits_base.
536 * src/limits.cc: Add definitions.
537 * config/linker-map.gnu: Add __numeric_limits_base.
538 * testsuite/18_support/numeric_limits.cc: Declare test in scope.
540 2002-03-07 Benjamin Kosnik <bkoz@redhat.com>
542 * include/bits/stl_alloc.h: Add extern implicit allocator
544 * include/bits/basic_string.tcc: Tweak.
545 * include/bits/locale_facets.tcc: Remove default args. Add
546 has_facet, use_facet extern instantiations.
547 * src/stl-inst.cc: Add explicit instantiation.
548 * src/locale-inst.cc: Clean. Remove locale member template
551 * testsuite/22_locale/operators.cc (test02): Enable.
553 2002-03-06 Benjamin Kosnik <bkoz@redhat.com>
554 Stephen M. Webb <stephen.webb@bregmasoft.com>
556 * include/bits/stl_tree.h (_S_rb_tree_red): Make enum.
557 (_S_rb_tree_black): Make enum.
559 * include/bits/stl_bvector.h (__WORD_BIT): To _M_word_bit, enum.
560 * include/bits/stl_algo.h (__stl_chunk_size): _M_chunk_size, enum.
561 (__stl_threshold): _M_threshold, enum.
562 * src/stl-inst.cc: Same.
563 * config/linker-map.gnu: Remove.
565 * testsuite/23_containers/vector_bool.cc: New.
567 2002-03-06 Phil Edwards <pme@gcc.gnu.org>
569 * docs/doxygen/user.cfg.in: Also document deprecated entries.
570 * docs/html/Makefile: Example rule to rebuild porting-howto.html.
571 * docs/html/17_intro/howto.html: "gcc"->"GCC" changes, when
572 referring to the collection as a whole. New section on which macros
573 can be redefined by the user.
574 * docs/html/19_diagnostics/howto.html: Update note for concepts.
575 * docs/html/20_util/howto.html: Update link to SGI.
576 * docs/html/faq/index.html: Update snapshot versions. New entry
577 on why g++ (but not gcc) must currently predefine certain macros.
578 * docs/html/faq/index.txt: Regenerated.
580 * include/bits/basic_string.h (basic_string::_S_construct): Fix
581 names in declaration.
582 (basic_string::compare): These are no longer optional.
583 * include/bits/ostream.tcc: Tweak closing brace placement.
584 * include/bits/stl_algo.h: Lots of initial doxygen comment hooks.
585 * include/std/std_sstream.h: Fix typo in comment.
586 * include/bits/locale_facets.tcc: Remove unneeded header inclusion.
587 * src/locale.cc: Likewise.
589 2002-03-06 Phil Edwards <pme@gcc.gnu.org>
592 * include/bits/stl_vector.h (vector::push_back()): Guard with
595 2002-03-06 Phil Edwards <pme@gcc.gnu.org>
597 * include/bits/c++config: Fix misplaced leading blanks on first line.
599 2002-03-05 Benjamin Kosnik <bkoz@redhat.com>
601 * docs/html/17_intro/RELEASE-NOTES: Fix usage.
602 * README (libmath): Make clear.
604 2002-03-05 Jakub Jelinek <jakub@redhat.com>
606 * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Check for version
607 script globbing in ld.
608 * aclocal.m4: Rebuilt.
609 * configure: Rebuilt.
611 2002-03-05 Benjamin Kosnik <bkoz@redhat.com>
613 * docs/html/17_intro/RELEASE-NOTES: Update.
614 * README: Format subdirectories.
616 2002-03-05 Paolo Carlini <pcarlini@unitus.it>
619 * include/bits/locale_facets.tcc
620 (num_get::_M_extract_float): Fix the parsing of __dec, since
621 the standard prescribes that if no grouping characters are
622 seen, no grouping check is applied.
623 * testsuite/22_locale/num_get_members_char.cc: Add test05
624 distilled from the PR.
625 * testsuite/22_locale/num_get_members_wchar_t.cc: Ditto.
627 2002-03-04 Craig Rodrigues <rodrigc@gcc.gnu.org>
629 * docs/html/17_intro/porting-howto.xml: Refer to
630 http://www.oasis-open.org for docbookx.dtd.
631 * docs/html/17_intro/porting-howto.html: Regenerated.
633 2002-03-03 Phil Edwards <pme@gcc.gnu.org>
636 * include/std/std_sstream.h: Remove trailing spaces.
637 (basic_stringbuf::_M_stringbuf_init): Also check for ios_base::app.
638 * testsuite/27_io/stringbuf.cc (test05, test06): New tests.
640 2002-03-02 Paolo Carlini <pcarlini@unitus.it>
642 * testsuite/22_locale/num_get_members_char.cc (test04):
643 Use a named locale expecting grouping (de_DE).
644 * testsuite/22_locale/num_get_members_wchar_t.cc (test04):
646 * testsuite/27_io/ios_manip_basefield.cc (test01):
647 Extend coverage, uniform treatment of hexs and octs.
649 2002-02-28 Richard Henderson <rth@redhat.com>
651 * config/linker-map.gnu: Export operator new with unsigned long,
652 and with std::nothrow_t. Likewise operator delete.
654 2002-02-28 Paolo Carlini <pcarlini@unitus.it>
656 * include/bits/locale_facets.tcc (num_get::_M_extract_int):
657 Admit grouping for octals and hexadecimals too.
658 * testsuite/22_locale/num_get_members_char.cc: Add test04.
659 (test01): Tweak "." -> "," in void* test.
660 * testsuite/22_locale/num_get_members_wchar_t.cc: Ditto.
662 * testsuite/27_io/ios_manip_basefield.cc: Remove static keyword.
663 * testsuite/27_io/ios_manip_fmtflags.cc: Remove two of them.
665 2002-02-27 Paolo Carlini <pcarlini@unitus.it>
667 * testsuite/27_io/ios_manip_basefield.cc (test01):
668 Fix for 64 bit machines.
670 2002-02-26 Benjamin Kosnik <bkoz@redhat.com>
673 * include/bits/basic_ios.tcc (basic_ios::init): Set _M_fill to zero.
675 * include/bits/basic_ios.h (basic_ios::_M_fill): Make mutable.
676 (basic_ios::_M_fill_init): New.
677 (basic_ios::fill()): Delay dealing with _M_fill.
679 * ios.cc (ios_base::ios_base()): Initialize _M_callbacks, _M_words.
680 (ios_base::_M_call_callbacks): Adjust.
681 * testsuite/27_io/ios_init.cc (test02): Adjust testcase.
683 2002-02-26 Loren Rittle <ljrittle@acm.org>
685 * include/Makefile.am (thread_target_headers): Unconditionally
686 stage and install gthr-posix.h.
687 (${target_builddir}/gthr-posix.h): New rule cloned off
688 ${target_builddir}/gthr-default.h.
689 (${target_builddir}/gthr-default.h): Support chained inclusion
690 of gthr support headers.
691 * include/Makefile.in: Rebuilt.
693 2002-02-26 Paolo Carlini <pcarlini@unitus.it>
695 * include/bits/locale_facets.tcc (num_put::_M_widen_int):
696 Group all the integral types, not only decs.
697 * testsuite/27_io/ios_manip_basefield.cc (test01): Tweak existing
698 tests, add a few more.
700 2002-02-25 Benjamin Kosnik <bkoz@redhat.com>
702 * src/ios.cc (ios_base::~ios_base): Tweak.
703 (ios_base::_M_call_callbacks): Deal with null __p.
704 (ios_base::ios_base): Set _M_callbacks.
705 * include/bits/basic_ios.tcc (basic_ios::init): Adjust comment.
706 * testsuite/27_io/ios_init.cc (test02): Fix.
708 * mkcheck.in (static_fail): Failed links go to output file.
710 2002-02-25 Phil Edwards <pme@gcc.gnu.org>
712 * docs/html/faq/index.html: Update.
713 * docs/html/faq/index.txt: Regenerate.
715 2002-02-22 Phil Edwards <pme@gcc.gnu.org>
717 * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Fix comment.
718 * aclocal.m4: Regenerate.
719 * docs/html/configopts.html: Document --enable-symvers.
720 * config/linker-map.gnu: Break libsupc++ symbols out to their own tag.
722 2002-02-22 Philipp Thomas <pthomas@suse.de>
724 * include/backward/tempbuf.h: get_temporary_buffer and
725 return_temporary_buffer are in namespace std, not in __gnu_cxx.
727 2002-02-21 Benjamin Kosnik <bkoz@redhat.com>
729 * configure.in (target_alias): Default to yes.
730 * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Add check for shared
731 libgcc to default case.
733 2002-02-20 Phil Edwards <pme@gcc.gnu.org>
735 * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Also check version.
736 (GLIBCPP_ENABLE_SYMVERS): Redo logic, use linker version.
737 * configure.in (GLIBCPP_ENABLE_SYMVERS): Move later in the script.
738 * aclocal.m4: Regenerate.
739 * configure: Regenerate.
740 * config/linker-map.dummy: New file. Contains nothing useful.
742 2002-02-20 Benjamin Kosnik <bkoz@redhat.com>
744 * testsuite/22_locale/money_put_members_char.cc: Fix.
745 * testsuite/22_locale/money_put_members_wchar_t.cc: Fix.
747 * testsuite/27_io/standard_manipulators.cc: New file.
749 * testsuite/27_io/ios_manip_basefield.cc: Check results, now failing.
750 * testsuite/27_io/ios_manip_fmtflags.cc: Use locale::classic().
752 2002-02-20 Danny Smith <dannysmith@users.sourceforge.net>
754 * config/os/mingw32/bits/ctype_noninline.h
755 (ctype<char>::ctype): Remove default args from parm list.
756 * config/os/djgpp/bits/ctype_noninline.h: Same.
758 2002-02-19 Benjamin Kosnik <bkoz@redhat.com>
760 * include/std/std_iomanip.h: Inline, tweaks.
761 * config/linker-map.gnu: Remove hacks.
763 * testsuite/21_strings/capacity.cc: Add explicit instantiations.
764 * testsuite/27_io/ios_init.cc: Same.
765 * testsuite/22_locale/money_get_members_char.cc (test07): Fix.
766 * testsuite/22_locale/money_get_members_wchar_t.cc (test07): Same.
768 2002-02-19 Benjamin Kosnik <bkoz@redhat.com>
770 * config/linker-map.gnu: Export global vtable, typeinfo, guard
771 variable, and thunk info as per CXXABI docs.
773 2002-02-19 Loren Rittle <ljrittle@acm.org>
775 * include/Makefile.am: Use CONFIG_HEADER instead of ad hoc names.
776 * include/Makefile.in: Rebuilt.
778 2002-02-18 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
780 * testsuite/22_locale/collate_byname.cc (test01): Replace size4
781 with size3 for the string collations of str5.
783 2002-02-18 Paolo Carlini <pcarlini@unitus.it>
786 * include/bits/locale_facets.tcc (money_put::do_put):
787 For the space field use __fill instead of ' ', uniformly.
788 * testsuite/22_locale/money_put_members_char.cc:
789 Add test05 distilled from PR.
790 (test01-02-03): Trim some '*' to ' '.
791 * testsuite/22_locale/money_put_members_wchar_t.cc: Ditto.
793 2002-02-18 Loren Rittle <ljrittle@acm.org>
796 * include/Makefile.am (thread_builddir): Remove (map all
797 existing uses to target_builddir).
798 (thread_headers): Rename to...
799 (thread_target_headers): ...this.
800 (stamp-thread): Remove.
801 (stamp-target): Correctly state the position as built.
802 Update all dependencies to match the new reality. Remove all
803 dependency calculations on directories.
804 * include/Makefile.in: Rebuilt.
806 2002-02-16 Benjamin Kosnik <bkoz@redhat.com>
808 * include/bits/locale_facets.tcc: Add pragma GCC system_header.
809 * include/bits/fstream.tcc: Same.
810 * include/bits/sstream.tcc: Same.
811 * include/bits/ostream.tcc: Same.
812 * include/bits/istream.tcc: Same.
813 * include/bits/streambuf.tcc: Same.
814 * include/bits/basic_ios.tcc: Same.
815 * include/bits/basic_string.tcc: Same.
817 2002-02-15 Benjamin Kosnik <bkoz@redhat.com>
819 * include/std/std_iosfwd.h: Don't guard typedefs with
821 * include/bits/stringfwd.h: Same.
823 2002-02-15 Benjamin Kosnik <bkoz@redhat.com>
825 * src/locale.cc (moneypunct_byname): Remove definitions.
826 * include/std/std_streambuf.h (streambuf::operator=): Return.
828 2002-02-15 Benjamin Kosnik <bkoz@redhat.com>
831 * src/string-inst.cc (string::_Rep::_S_terminal): Remove redundant
832 explicit instantiation.
833 (string::_Rep::_S_max_size): Same.
834 * include/bits/basic_string.tcc: Add extern explicit
835 instantiations for string, wstring.
836 * include/bits/basic_ios.tcc: Add extern explicit instantiations
838 * include/bits/streambuf.tcc: Same, for streambuf, wstreambuf.
839 * include/bits/istream.tcc: Same, for istream, wistream.
840 * include/bits/ostream.tcc: Same for ostream, wostream, iostream,
842 * include/bits/sstream.tcc: Same, for stringbuf, wstringbuf,
843 istringstream, wistringstream, ostringstream, wostringstream,
844 stringstream, wstringstream.
845 * include/bits/fstream.tcc: Same, for filebuf, wfilebuf, ifstream,
846 wifstream, ofstream, wofstream, fstream, wfstream.
847 * src/misc-inst.cc: Correct comments.
848 Add iomanip instantiations for wide streams.
849 * include/std/std_iomanip.h: Same.
850 * include/bits/locale_facets.tcc: Same.
852 * include/std/std_streambuf.h: Correct
853 _GLIBCPP_FULLY_COMPLIANT_HEADERS guard.
854 * include/std/std_sstream.h: Same.
855 * include/std/std_ostream.h: Same.
856 * include/std/std_istream.h: Same.
857 * include/std/std_fstream.h: Same.
859 * include/std/std_streambuf.h: Add definitions for private copy
860 ctor and assignment operator.
861 * include/std/std_istream.h: Remove declared but undefined copy
862 ctor and assignment operator. This is taken care of in ios_base,
863 so adding it in the derived class as well is superfluous.
864 * include/std/std_ostream.h: Same.
866 * include/bits/basic_ios.h (basic_ios::clear): Don't inline.
867 * include/bits/basic_ios.tcc (basic_ios::clear): Move definition here.
869 2002-02-14 Benjamin Kosnik <bkoz@redhat.com>
871 * config/linker-map.gnu: Change tag from GCC_3.1 to GLIBCPP_3.1.
872 Add typeinfo bits. Smooth.
873 * aclocal.m4: Regenerate.
875 * src/Makefile.in: Same.
877 2001-02-14 Joel Sherrill <joel@OARcorp.com>
879 * config/cpu/m68k/bits/atomicity.h: Corrected for RTEMS targets
880 which do not have a CAS instruction.
882 2002-02-14 Phil Edwards <pme@gcc.gnu.org>
884 * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): New macro, initial revision.
885 * configure.in: Call it.
886 * config/linker-map.gnu: New file, initial incomplete revision.
887 * src/Makefile.am: Optionally pass version script to the linker.
888 * aclocal.m4: Regenerate.
889 * configure: Regenerate.
890 * src/Makefile.in: Regenerate.
892 2002-02-13 Benjamin Kosnik <bkoz@redhat.com>
894 * src/localename.cc: Remove stdexcept include.
895 * src/locale-inst.cc: Same.
896 * src/locale.cc: Same.
897 * src/functexcept.cc: Remove string includes.
898 * include/std/std_bitset.h: Remove stdexcept include.
899 * testsuite/23_containers/bitset_members.cc: Add stdexcept.
900 * testsuite/23_containers/bitset_ctor.cc: Same.
902 2002-02-11 Benjamin Kosnik <bkoz@redhat.com>
904 * include/bits/stl_algo (__stl_threshold): Declare external.
905 (__stl_chunk_size): Same.
906 * include/bits/stl_bvector.h (__WORD_BIT): Same.
907 * include/bits/stl_tree.h (_S_rb_tree_red): Same.
908 (_S_rb_tree_black): Same.
909 * src/stl-inst.cc (__stl_threshold): Define.
910 (__stl_chunk_size): Same.
912 (_S_rb_tree_red): Same.
913 (_S_rb_tree_black): Same.
915 * config/io/basic_file_libio.h (__basic_file): Add declarations.
916 * include/bits/basic_file.h: Remove.
917 * config/io/c_io_stdio.h: Remove _GLIBCPP_BASIC_FILE_ENCAPSULATION
918 Declare generic types, specialization.
919 * config/io/basic_file_stdio.cc: Definitions.
920 * config/io/c_io_libio.h: Remove _GLIBCPP_BASIC_FILE_INHERITANCE.
921 Declare generic types.
922 * include/Makefile.am (bits_headers): Remove basic_file.h.
923 (extra_target_headers): Change basic_file_model.h to basic_file.h.
924 (stamp-target): Same.
926 * include/bits/stl_alloc.h: Tweaks.
927 * include/bits/localefwd.h: Same.
929 2002-02-11 Aaron W LaFramboise <AWLaFramboise@aol.com>
931 * include/bits/locale_facets.tcc (collate::do_hash): Fix.
932 * testsuite/22_locale/collate_members_char.cc (test03): New test.
933 * testsuite/22_locale/collate_members_wchar_t.cc (test03): Same.
935 2002-02-10 Phil Edwards <pme@gcc.gnu.org>
937 * include/bits/stl_algo.h (transform (both signatures), generate_n):
938 Use __typeof__ in concept checks.
940 2002-02-10 Jonathan Wakely <cow@compsoc.man.ac.uk>
942 * include/bits/stl_algo.h (__median, for_each, find, find_if,
943 adjacent_find, count, count_if, search, search_n, swap_ranges,
944 transform, replace, replace_if, replace_copy, replace_copy_if,
945 generate, generate_n, remove_copy, remove_copy_if, remove, remove_if,
946 unique, unique_copy, reverse, reverse_copy): Doxygenate.
948 2002-02-08 Benjamin Kosnik <bkoz@redhat.com>
950 * include/bits/locale_facets.h
951 (numpunct<_CharT>::_M_initialize_numpunct): Remove definition.
952 (__timepunct<_CharT>::_M_initialize_timepunct): Same.
953 (__timepunct<_CharT>::_M_put_helper): Same.
954 (moneypunct<_CharT, _Intl>::_M_initialize_moneypunct): Same.
956 * include/bits/fstream.tcc (filebuf::underflow): Remove
957 __codecvt_type typedef.
958 (filebuf::_M_convert_to_external): Same.
960 2002-02-08 Phil Edwards <pme@gcc.gnu.org>
962 * docs/doxygen/TODO: Update.
963 * docs/doxygen/doxygroups.cc: Tweak __gnu_cxx description.
964 * docs/doxygen/mainpage.html: Add TODO list link.
965 * docs/doxygen/user.cfg.in: Add @doctodo hook.
966 * docs/doxygen/tables.html: New file, emoty structure only.
968 * include/bits/stl_iterator.h: Doxygenate just about everything.
969 * include/bits/stl_iterator_base_funcs.h: Ditto, clean up spaces.
970 * include/bits/stl_iterator_base_types.h: Add notes.
972 2002-02-07 Stephan Buys <sbproxy@icon.co.za>
974 * include/bits/stl_map.h: Tweak doxygen markup.
975 * include/bits/stl_multimap.h: Doxygenate and remove extra spaces.
976 * include/bits/stl_vector.h: Likewise.
978 2002-02-07 Benjamin Kosnik <bkoz@redhat.com>
982 * include/std/std_fstream.h (filebuf::__file_type): Change to
984 (filebuf::_M_convert_to_external): Declare.
985 * include/bits/fstream.tcc (filebuf::_M_convert_to_external): Define
986 codecvt bits for wide streams.
987 (filebuf::_M_really_overflow): Use it.
988 (filebuf::underflow): Use codecvt.
989 * config/locale/codecvt_specializations_ieee_1003.1-200x.h:
990 (codecvt<__enc_traits>::do_out): Deal with partial.
991 (codecvt<__enc_traits>::do_encoding): Return something useful.
992 * src/codecvt.cc (codecvt<wchar_t>::do_encoding): Return sizeof
994 * testsuite/22_locale/codecvt_members_unicode_char.cc (test01):
995 Change expected encoding output.
997 * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test01): Same.
1000 2002-02-07 Benjamin Kosnik <bkoz@redhat.com>
1001 Wolfgang Bangerth <wolfgang.bangerth@iwr.uni-heidelberg.de>
1003 * include/bits/basic_ios.tcc (basic_ios::narrow): Add default value.
1004 (basic_ios::widen): Same.
1006 2002-02-07 Paolo Carlini <pcarlini@unitus.it>
1008 * testsuite/22_locale/money_get_members_char.cc:
1009 Add comment, tidy up.
1010 (test01): more "en_HK" tests (without showbase).
1011 * testsuite/22_locale/money_get_members_wchar_t.cc: Ditto.
1013 2002-02-06 Loren Rittle <ljrittle@acm.org>
1015 * config/locale/c_locale_generic.cc: Do not trust
1016 _GLIBCPP_HAVE_STRTOF or _GLIBCPP_HAVE_STRTOLD as
1019 2002-02-06 Loren Rittle <ljrittle@acm.org>
1021 * acinclude.m4: Add C++ linkage check for strtof.
1022 * aclocal.m4: Rebuilt.
1023 * config.h.in: Rebuilt.
1024 * configure: Rebuilt.
1025 * config/locale/c_locale_generic.cc: Conditionally include
1026 <ieeefp.h>. Improve handling and error checking of float
1027 and long double input for non-C99 configurations.
1029 2002-02-06 Paolo Carlini <pcarlini@unitus.it>
1031 * include/bits/locale_facets.tcc (money_get::do_get(string)):
1032 In case money_base::symbol deal properly with multi-char sign
1033 for patterns {X,Y,Z,symbol} and {X,Y,symbol,none}.
1034 * testsuite/22_locale/money_get_members_char.cc: Add test07.
1035 * testsuite/22_locale/money_get_members_wchar_t.cc: Add test07.
1037 2002-02-05 Paolo Carlini <pcarlini@unitus.it>
1039 * include/bits/locale_facets.tcc (money_get::do_get(string)):
1040 First construct a tentative returned string, then, only if the
1041 parsing succeeds, copy it into the string passed by reference.
1042 * testsuite/22_locale/money_get_members_char.cc: Add test06.
1043 * testsuite/22_locale/money_get_members_wchar_t.cc: Add test06.
1045 2002-02-04 Phil Edwards <pme@gcc.gnu.org>
1047 * docs/doxygen/TODO: Impl-defined behavior now documented...
1048 * docs/html/17_intro/howto.html: ...here.
1049 * docs/doxygen/mainpage.doxy: Remove, rename...
1050 * docs/doxygen/mainpage.html: ...to this. Tweak HTML, add license.
1051 * docs/doxygen/style.css: Add small text.
1052 * docs/doxygen/run_doxygen: Adjust for new mainpage.
1053 * docs/doxygen/user.cfg.in: Likewise.
1055 2002-02-04 Stephan Buys <sbproxy@icon.co.za>
1057 * include/bits/stl_map.h: Initial doxygen markup.
1058 * include/std/std_fstream.h: Initial doxygen markup.
1060 2002-02-04 Paolo Carlini <pcarlini@unitus.it>
1063 * include/bits/locale_facets.tcc (money_get::do_get(string)):
1064 Deal correctly with !(__io.flags() & ios_base::showbase)
1065 for case money_base::symbol.
1066 * testsuite/22_locale/money_get_members_char.cc: Add test05.
1067 * testsuite/22_locale/money_get_members_wchar_t.cc: Add test05.
1069 2002-02-02 Paolo Carlini <pcarlini@unitus.it>
1071 * testsuite/22_locale/operators.cc
1072 (gnu_collate::do_compare()): Add return statement to
1073 suppress "no return statement" warning.
1075 2002-02-01 Paolo Carlini <pcarlini@unitus.it>
1077 * testsuite/27_io/ostream_manip.cc: Enable test02.
1079 2002-02-01 Phil Edwards <pme@gcc.gnu.org>
1081 * docs/html/documentation.html: Update for 3.0.96.
1082 * docs/html/faq/index.html: Update for 3.0.96.
1083 * docs/html/faq/index.txt: Regenerated.
1084 * docs/doxygen/TODO: Update notes.
1085 * docs/html/17_intro/howto.html: Initial impl-specific listing.
1087 2002-01-31 Benjamin Kosnik <bkoz@redhat.com>
1089 * config/locale/codecvt_specializations_ieee_1003.1-200x.h:
1090 Initialize all data members in copy ctor. Make ctors explicit.
1091 (__enc_traits::__enc_traits()): Default ctor does nothing.
1092 (__enc_traits::_M_init): Guard against multiple iconv_opens.
1093 * include/std/std_sstream.h (basic_stringbuf): Make data members
1095 * include/std/std_fstream.h (basic_filebuf): Same.
1096 * include/std/std_streambuf.h: Tweak.
1097 * include/bits/streambuf.tcc: Same.
1098 * include/bits/sstream.tcc: Same.
1099 * include/bits/fstream.tcc: Same.
1101 2002-01-31 Loren Rittle <ljrittle@acm.org>
1103 * testsuite/22_locale/codecvt_members_char_char.cc: Do not
1104 allow NULL argument to be passed to setenv().
1105 * testsuite/22_locale/codecvt_members_wchar_t_char.cc: Likewise.
1106 * testsuite/22_locale/collate_members_char.cc: Likewise.
1107 * testsuite/22_locale/collate_members_wchar_t.cc: Likewise.
1108 * testsuite/22_locale/ctype_members_char.cc: Likewise.
1109 * testsuite/22_locale/ctype_members_wchar_t.cc: Likewise.
1110 * testsuite/22_locale/messages_members_char.cc: Likewise.
1111 * testsuite/22_locale/money_get_members_char.cc: Likewise.
1112 * testsuite/22_locale/money_get_members_wchar_t.cc: Likewise.
1113 * testsuite/22_locale/money_put_members_char.cc: Likewise.
1114 * testsuite/22_locale/money_put_members_wchar_t.cc: Likewise.
1115 * testsuite/22_locale/moneypunct_members_char.cc: Likewise.
1116 * testsuite/22_locale/moneypunct_members_wchar_t.cc: Likewise.
1117 * testsuite/22_locale/num_get_members_char.cc: Likewise.
1118 * testsuite/22_locale/num_get_members_wchar_t.cc: Likewise.
1119 * testsuite/22_locale/num_put_members_char.cc: Likewise.
1120 * testsuite/22_locale/num_put_members_wchar_t.cc: Likewise.
1121 * testsuite/22_locale/numpunct_members_char.cc: Likewise.
1122 * testsuite/22_locale/numpunct_members_wchar_t.cc: Likewise.
1123 * testsuite/22_locale/time_get_members_char.cc: Likewise.
1124 * testsuite/22_locale/time_get_members_wchar_t.cc: Likewise.
1125 * testsuite/22_locale/time_put_members_char.cc: Likewise.
1126 * testsuite/22_locale/time_put_members_wchar_t.cc: Likewise.
1128 2002-01-30 Benjamin Kosnik <bkoz@redhat.com>
1130 * config/locale/c_locale_gnu.cc: Same errno fixes as generic.
1132 * ChangeLog-2001: Fix spelling errors...
1133 * docs/html/17_intro/RELEASE-NOTES: Update.
1134 * docs/html/17_intro/TODO: Update.
1135 * README (file): Update.
1137 2002-01-30 Loren Rittle <ljrittle@acm.org>
1139 * config/locale/c_locale_generic.cc: Check errno for ERANGE
1140 instead of non-zero to aid portability.
1142 2002-01-30 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
1144 * docs/html/22_locale/messages.html: Fix example code.
1146 2002-01-30 Richard Henderson <rth@redhat.com>
1148 * testsuite/27_io/ostream_inserter_arith.cc (test03_check): Break
1149 out from test03 and templatize.
1152 2002-01-30 Paolo Carlini <pcarlini@unitus.it>
1154 * config/locale/numpunct_members_gnu.cc
1155 (numpunct<char, wchar_t>::_M_initialize_numpunct()):
1156 Fix initialization of _M_grouping for locales which have
1157 _M_thousands_sep == '\0'(L'\0', respectively).
1158 * testsuite/22_locale/numpunct_byname.cc (test02): Add test.
1160 2002-01-30 Paolo Carlini <pcarlini@unitus.it>
1162 * testsuite/27_io/ostream_inserter_arith.cc (test03):
1163 Better fix for 32/64 bit architectures, avoiding the
1164 implicit assumption that CHAR_BIT == 8.
1166 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
1168 * Makefile.am (doxygen, doxygen-maint, doxygen-man): Tweak targets.
1169 * Makefile.in: Regenerate.
1171 * docs/doxygen/run_doxygen: Update, mostly for man pages.
1172 * docs/doxygen/Intro.3: Update.
1173 * docs/doxygen/TODO: Update.
1174 * docs/doxygen/doxygroups.cc: Add namespace hook for __gnu_cxx.
1175 * docs/doxygen/mainpage.doxy: Update.
1176 * docs/doxygen/user.cfg.in: Update for header rename. Also
1177 regenerate comments and variables with 1.2.12.
1178 * docs/doxygen/maint.cfg.in: Remove file.
1180 * include/bits/stl_relops.h: Doxygenate.
1181 * include/bits/stl_tempbuf.h (std::_Temporary_buffer): Likewise.
1183 * include/c_std/std_cassert.h, include/c_std/std_cctype.h,
1184 include/c_std/std_cerrno.h, include/c_std/std_cfloat.h,
1185 include/c_std/std_ciso646.h, include/c_std/std_climits.h,
1186 include/c_std/std_clocale.h, include/c_std/std_cmath.h,
1187 include/c_std/std_csetjmp.h, include/c_std/std_csignal.h,
1188 include/c_std/std_cstdarg.h, include/c_std/std_cstddef.h,
1189 include/c_std/std_cstdio.h, include/c_std/std_cstdlib.h,
1190 include/c_std/std_cstring.h, include/c_std/std_ctime.h,
1191 include/c_std/std_cwchar.h, include/c_std/std_cwctype.h,
1192 include/ext/algorithm, include/ext/functional, include/ext/hash_map,
1193 include/ext/hash_set, include/ext/iterator, include/ext/memory,
1194 include/ext/numeric, include/ext/rb_tree, include/ext/rope,
1195 include/ext/ropeimpl.h, include/ext/slist, include/ext/stl_hash_fun.h,
1196 include/ext/stl_hashtable.h, include/ext/stl_rope.h,
1197 include/std/std_algorithm.h, include/std/std_bitset.h,
1198 include/std/std_complex.h, include/std/std_deque.h,
1199 include/std/std_fstream.h, include/std/std_functional.h,
1200 include/std/std_iomanip.h, include/std/std_ios.h,
1201 include/std/std_iosfwd.h, include/std/std_iostream.h,
1202 include/std/std_istream.h, include/std/std_iterator.h,
1203 include/std/std_limits.h, include/std/std_list.h,
1204 include/std/std_locale.h, include/std/std_map.h,
1205 include/std/std_memory.h, include/std/std_numeric.h,
1206 include/std/std_ostream.h, include/std/std_queue.h,
1207 include/std/std_set.h, include/std/std_sstream.h,
1208 include/std/std_stack.h, include/std/std_stdexcept.h,
1209 include/std/std_streambuf.h, include/std/std_string.h,
1210 include/std/std_utility.h, include/std/std_valarray.h,
1211 include/std/std_vector.h: Add/correct @file doxygen hook.
1213 * include/ext/memory: Doxygenate most of rest of file.
1214 * libsupc++/exception: Doxygen output formatting.
1215 * libsupc++/new: Say which header it is.
1217 * testsuite/lib/libstdc++-v3-dg.exp: Fix spacing.
1218 * docs/html/19_diagnostics/howto.html: Describe concept-checks switch.
1219 * docs/html/23_containers/howto.html: Describe O(n) list::size().
1220 * docs/html/27_io/howto.html: Also link to Langer and Kreft text.
1222 2002-01-28 Paolo Carlini <pcarlini@unitus.it>
1223 Charles Leggett <CGLeggett@lbl.gov>
1225 * testsuite/27_io/filebuf_members.cc (test_05): Add test.
1227 2002-01-28 Paolo Carlini <pcarlini@unitus.it>
1229 * testsuite/27_io/ostream_inserter_arith.cc (test03):
1230 Fix to deal correctly with both 32 bit and 64 bit architectures
1232 2002-01-25 Loren Rittle <ljrittle@acm.org>
1234 * testsuite/thread/pthread1.cc: Use one condition variable
1235 per predicate instead of tricky use of one condition variable.
1237 2002-01-25 Benjamin Kosnik <bkoz@redhat.com>
1239 * include/bits/fstream.tcc (filebuf::close()): Fix close for input
1241 (filebuf::_M_really_overflow): Match indeterminate and sync calls.
1242 * testsuite/27_io/filebuf.cc: Compile only.
1243 * testsuite/27_io/filebuf_members.cc: Move tests to here.
1244 * testsuite/27_io/filebuf_virtuals.cc: And here.
1245 Revert sungetc, sync changes for expected values.
1246 * testsuite/27_io/filebuf-*: Move to...
1247 * testsuite/27_io/filebuf_virtuals-*: ...here.
1248 * testsuite/27_io/istream.cc: Compile only, activate.
1249 * testsuite/27_io/ostream.cc: Same.
1250 * testsuite/27_io/iostream.cc: New.
1251 * testsuite/27_io/iostream_members.cc: New.
1253 2002-01-25 David Billinghurst <David.Billinghurst@riotinto.com>
1255 * testsuite/thread/pthread1.cc: Enable on cygwin.
1256 * testsuite/thread/pthread2.cc: Likewise.
1257 * testsuite/thread/pthread3.cc: Likewise.
1258 * testsuite/thread/pthread4.cc: Likewise.
1259 * testsuite/thread/pthread5.cc: Likewise.
1260 * testsuite/thread/pthread6.cc: Likewise.
1262 2002-01-24 Benjamin Kosnik <bkoz@redhat.com>
1264 * testsuite/27_io/ostream_inserter_char.cc (test07): New.
1266 2002-01-24 Benjamin Kosnik <bkoz@redhat.com>
1268 * include/bits/basic_ios.h (basic_ios::_M_check_facet): Make
1270 (basic_ios::fill(char_type)): Use fill().
1271 * include/bits/basic_ios.tcc (basic_ios::widen): Use _M_check_facet.
1272 (basic_ios::narrow): Same.
1273 (basic_ios::_M_cache_facets): Explicitly set cached facets to zero
1274 if they are invalid.
1275 (basic_ios::init): Comment.
1276 * testsuite/27_io/ios_init.cc (test02): New.
1278 2002-01-24 Phil Edwards <pme@gcc.gnu.org>
1280 * include/bits/stl_tempbuf.h (_Temporary_buffer): Add doxygen hook.
1281 * include/bits/stl_algo.h: Include stl_tempbuf.h.
1282 * include/ext/memory: Do not include stl_tempbuf.h.
1283 (temporary_buffer): Add doxygen hook.
1284 (__get_temporary_buffer, get_temporary_buffer,
1285 return_temporary_buffer): Move back to std:: header...
1286 * include/std/std_memory.h: ...here. Do not include stl_tempbuf.h.
1287 * include/ext/rope: Do not include stl_tempbuf.h.
1288 * include/ext/stl_hashtable.h: Likewise.
1289 * include/std/std_algorithm.h: Likewise.
1290 * testsuite/20_util/temporary_buffer.cc: New file.
1292 2002-01-24 andrew@andypo.net
1293 (tweaks, test and commit by Loren J. Rittle <ljrittle@acm.org>)
1296 * include/bits/ios_base.h: Use _Atomic_word for reference counts.
1297 * include/bits/localefwd.h: Likewise.
1298 Also use for std::locale::id::_S_highwater.
1299 * src/ios.cc (ios_base::xalloc): Use _Atomic_word.
1300 * src/locale.cc: Support new usage of _Atomic_word.
1301 (std::locale::classic): Guard entire function against reentry.
1302 * src/localename.cc: Support new usage of _Atomic_word.
1304 2002-01-24 Benjamin Kosnik <bkoz@redhat.com>
1306 * testsuite/22_locale/num_put_members_wchar_t.cc (test03): Use
1307 _GLIBCPP_HAVE_SETENV.
1308 * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test02): Same.
1309 * testsuite/22_locale/collate_members_char.cc (test02): Same.
1310 * testsuite/22_locale/ctype_members_char.cc (test03): Same.
1311 * testsuite/22_locale/ctype_members_wchar_t.cc (test03): Same.
1312 * testsuite/22_locale/messages_members_char.cc (test02): Same.
1313 * testsuite/22_locale/moneypunct_members_char.cc (test02): Same.
1314 * testsuite/22_locale/moneypunct_members_wchar_t.cc (test02): Same.
1315 * testsuite/22_locale/money_put_members_char.cc (test04): Same.
1316 * testsuite/22_locale/money_put_members_wchar_t.cc (test04): Same.
1317 * testsuite/22_locale/num_get_members_char.cc (test03): Same.
1318 * testsuite/22_locale/num_get_members_wchar_t.cc (test03): Same.
1319 * testsuite/22_locale/numpunct_members_char.cc (test02): Same.
1320 * testsuite/22_locale/numpunct_members_wchar_t.cc (test02): Same.
1321 * testsuite/22_locale/time_get_members_char.cc (test07): Same.
1322 * testsuite/22_locale/time_get_members_wchar_t.cc (test07): Same.
1323 * testsuite/22_locale/time_put_members_char.cc (test03): Same.
1324 * testsuite/22_locale/time_put_members_wchar_t.cc (test03): Same.
1325 * testsuite/22_locale/num_put_members_char.cc (test03): Same.
1326 * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Check for setenv.
1327 * aclocal.m4: Regenerate.
1328 * configure: Regenerate.
1329 * config.h.in: Regenerate.
1331 2002-01-23 Loren Rittle <ljrittle@acm.org>
1333 * testsuite/thread/pthread1.cc: New test.
1334 * testsuite/thread/pthread2.cc: New test adapted from libstdc++/5347.
1335 * testsuite/thread/pthread3.cc: Likewise.
1336 * testsuite/thread/pthread4.cc: New test adapted from
1337 http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00679.html
1338 * testsuite/thread/pthread5.cc: New test adapted from libstdc++/5464.
1339 * testsuite/thread/pthread6.cc: New test adapted from libstdc++/5444.
1341 2002-01-23 Richard Henderson <rth@redhat.com>
1344 * config/cpu/m68k/bits/atomicity.h (__exchange_and_add): Only use
1345 CAS on the cpu variants that support it. Add versions that use
1346 TAS and that disable interrupts.
1347 (__atomic_add): Use __exchange_and_add to guarantee atomicity.
1349 2002-01-23 Matt Kraai <kraai@alumni.cmu.edu>
1351 * include/bits/locale_facets.tcc: Remove old comments.
1353 2002-01-23 Andreas Tobler <toa@pop.agri.ch>
1355 * include/bits/locale_facets.tcc (__convert_to_v): Change template
1357 (__convert_from_v): Same.
1359 2002-01-23 Benjamin Kosnik <bkoz@redhat.com>
1361 * include/bits/locale_facets.h (num_get::_M_extract_int): Change
1363 * include/bits/locale_facets.tcc (num_get::_M_extract_int): Remove
1364 __max_digits checks, adjust arguments.
1365 (num_get::do_get(*)): Changeup.
1367 2002-01-23 Loren Rittle <ljrittle@acm.org>
1369 * config/locale/c_locale_generic.cc: Fix typename usage.
1371 2002-01-22 Benjamin Kosnik <bkoz@redhat.com>
1373 * config/locale/c_locale_generic.cc: Fix.
1375 2002-01-22 Benjamin Kosnik <bkoz@redhat.com>
1377 * docs/html/22_locale/messages.html: Remove angle brackets.
1378 * docs/html/17_intro/TODO: Add.
1380 2002-01-22 Paolo Carlini <pcarlini@unitus.it>
1382 * testsuite/27_io/ios_manip_basefield.cc: Enable test02.
1383 * testsuite/27_io/ostream_inserter_arith.cc: Enable test03.
1384 * testsuite/27_io/ostream_inserter_char.cc: Enable test01.
1385 * testsuite/27_io/ostream_inserter_other.cc: Enable test04.
1387 2002-01-22 Benjamin Kosnik <bkoz@redhat.com>
1389 Audit for LANG independence.
1390 * include/bits/localefwd.h: Tweaks.
1391 * include/bits/locale_facets.tcc (money_get::do_get(long double)):
1393 (time_get::do_get_year): Same.
1394 (__convert_from_v): Add.
1395 (num_put::_M_convert_float): Use.
1396 (num_put::_M_convert_int): Same.
1397 (money_put::do_put): Same.
1399 * src/locale-inst.cc: Add instantiations for __convert_from_v.
1400 * config/locale/time_members_gnu.cc: Cleanup setlocale usage.
1401 * config/locale/time_members_generic.cc:
1402 * config/locale/messages_members_gnu.cc: Same.
1403 * config/locale/messages_members_gnu.h: Same.
1405 * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test02): New.
1406 * testsuite/22_locale/codecvt_members_char_char.cc (test02): New.
1407 * testsuite/22_locale/collate_members_wchar_t.cc (test02): New.
1408 * testsuite/22_locale/collate_members_char.cc (test02): New.
1409 * testsuite/22_locale/ctype_members_wchar_t.cc (test03): New.
1410 * testsuite/22_locale/ctype_members_char.cc (test03): New.
1411 * testsuite/22_locale/messages_members_char.cc (test02): New.
1412 * testsuite/22_locale/moneypunct_members_wchar_t.cc (test02): New.
1413 * testsuite/22_locale/moneypunct_members_char.cc (test02): New.
1414 * testsuite/22_locale/money_get_members_wchar_t.cc (test04): New.
1415 * testsuite/22_locale/money_get_members_char.cc (test04): New.
1416 * testsuite/22_locale/money_put_members_wchar_t.cc (test04): New.
1417 * testsuite/22_locale/money_put_members_char.cc (test04): New.
1418 * testsuite/22_locale/numpunct_members_wchar_t.cc (test02): New.
1419 * testsuite/22_locale/numpunct_members_char.cc (test02): New.
1420 * testsuite/22_locale/time_put_members_wchar_t.cc (test03): New.
1421 * testsuite/22_locale/time_put_members_char.cc (test03): New.
1422 * testsuite/22_locale/time_get_members_wchar_t.cc (test07): New.
1423 * testsuite/22_locale/time_get_members_char.cc (test07): New.
1424 * testsuite/22_locale/num_get_members_wchar_t.cc (test03): New.
1425 * testsuite/22_locale/num_get_members_char.cc (test03): New.
1426 * testsuite/22_locale/num_put_members_wchar_t.cc (test03): New.
1427 * testsuite/22_locale/num_put_members_char.cc (test03): New.
1429 * testsuite/22_locale/time_get_members_char.cc: Fixups for global
1431 * testsuite/22_locale/time_get_members_char.cc: Same.
1433 2002-01-22 Benjamin Kosnik <bkoz@redhat.com>
1436 * include/bits/localefwd.h: Tweak comments.
1437 * include/bits/locale_facets.h (__convert_to_v): Add.
1438 * include/bits/locale_facets.tcc (num_get::do_get(double)): Use it.
1439 (num_get::do_get(float)): Same.
1440 (num_get::do_get(long double)): Same.
1441 (num_get::do_get(bool)): Same.
1442 (num_get::do_get(long)): Same.
1443 (num_get::do_get(long long)): Same.
1444 (num_get::do_get(unsigned int)): Same.
1445 (num_get::do_get(unsigned short)): Same.
1446 (num_get::do_get(unsigned long)): Same.
1447 (num_get::do_get(unsigned long long)): Same.
1448 * config/locale/c_locale_gnu.cc (__convert_to_v): Specialize.
1449 * config/locale/c_locale_generic.cc: Same.
1451 2002-01-22 Loren Rittle <ljrittle@acm.org>
1453 * include/Makefile.am (c_base_builddir): Remove redundant slash.
1454 (std_builddir): Likewise.
1455 (std_headers_rename): Fix cut-n-paste typo.
1456 (install-data-local): Concat path per element instead of once to
1457 first element of list.
1458 * include/Makefile.in: Rebuilt.
1460 2002-01-22 Benjamin Kosnik <bkoz@redhat.com>
1462 * config/os/aix/bits/ctype_noninline.h: Fix formatting.
1463 * config/os/bsd/netbsd/bits/ctype_noninline.h: Fix typo.
1464 * config/os/bsd/freebsd/bits/ctype_noninline.h: Fix formatting.
1466 2002-01-20 Benjamin Kosnik <bkoz@redhat.com>
1468 * include/bits/locale_facets.h (ctype<char>::classic_table):
1470 (ctype<char>::_S_ctable): Remove.
1471 * config/os/gnu-linux/bits/ctype_noninline.h
1472 (ctype<char>::_S_table): Remove definition.
1473 (ctype<char>::classic_table): Define.
1474 (ctype<char>::ctype): Replace _S_ctable with classic_table().
1475 * config/os/aix/bits/ctype_noninline.h: Same.
1476 * config/os/bsd/freebsd/bits/ctype_noninline.h: Same.
1477 * config/os/bsd/netbsd/bits/ctype_noninline.h: Same.
1478 * config/os/djgpp/bits/ctype_noninline.h: Same.
1479 * config/os/generic/bits/ctype_noninline.h: Same.
1480 * config/os/gnu-linux/bits/ctype_noninline.h: Same.
1481 * config/os/hpux/bits/ctype_noninline.h: Same.
1482 * config/os/irix/irix5.2/bits/ctype_noninline.h: Same.
1483 * config/os/irix/irix6.5/bits/ctype_noninline.h: Same.
1484 * config/os/mingw32/bits/ctype_noninline.h: Same.
1485 * config/os/newlib/bits/ctype_noninline.h: Same.
1486 * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
1487 * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
1488 * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
1490 2002-01-20 Danny Smith <dannysmith@users.sourceforge.net>
1492 * config/os/mingw32/bits/ctype_noninline.h: Declare _ctype instead
1493 of _pctype. Use to define _S_ctable. Add definition for alternate
1494 ctor. Initialise _M_ctable to _S_ctable in ctors.
1495 (do_toupper, do_tolower): Use inline code appropriate for C-locale
1496 rather than ::toupper, ::tolower.
1498 2002-01-18 Loren Rittle <ljrittle@acm.org>
1500 * testsuite/18_support/numeric_limits.cc (test_extrema<long double>):
1501 Add specialization for FreeBSD systems only to avoid losing test
1502 only due to extra precision unmentioned in system headers.
1504 2002-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
1506 * config/os/irix/irix6.5/bits/ctype_noninline.h: Fix typo
1508 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1510 * testsuite/testsuite_hooks.h: Fix comment typo. Memory
1511 limiting is only attempted if _GLIBCPP_MEM_LIMIT is defined.
1513 2002-01-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
1515 * testsuite/22_locale/ctor_copy_dtor.cc: Remove check.
1517 2002-01-17 David Edelsohn <edelsohn@gnu.org>
1519 * configure.target: Define OPT_LDFLAGS for AIX case.
1521 2002-01-17 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1523 * include/std/std_limits.h (__glibcpp_float_has_quiet_NaN,
1524 __glibcpp_double_has_quiet_NaN): Correct mispelling.
1526 2002-01-17 Andreas Tobler <toa@pop.agri.ch>
1528 * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Fix.
1530 2002-01-16 David Edelsohn <dje@watson.ibm.com>
1532 * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Do not clear
1533 SECTION_LDFLAGS and OPT_LDFLAGS. Fix ac_sectionLDflags type.
1534 * aclocal.m4: Regenerate.
1535 * configure: Regenerate.
1537 2002-01-16 Benjamin Kosnik <bkoz@redhat.com>
1539 * include/Makefile.am (c_base_headers_rename): New.
1540 (c_base_headers_extra): New.
1541 (stamp-c_base): Modify.
1542 (install-data-local): Use both.
1543 * include/Makefile.in: Regenerate.
1544 * include/c/[cctype ciso646 cmath cstdarg cstdlib cerrno climits
1545 csetjmp cstddef cstring cwchar cassert cfloat clocale csignal
1546 cstdio ctime cwctype]: Move to..
1547 * include/c/std_*: Here.
1548 * include/c_std/[cctype ciso646 cmath cstdarg cstdlib cerrno climits
1549 csetjmp cstddef cstring cwchar cassert cfloat clocale csignal
1550 cstdio ctime cwctype]: Move to..
1551 * include/c_std/std_*: Here.
1553 Alexandre Oliva <aoliva@redhat.com>
1554 * include/Makefile.am (.PRECIOUS): Add rule.
1555 * include/Makefile.in: Regenerate.
1557 2002-01-16 Benjamin Kosnik <bkoz@redhat.com>
1558 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
1560 * include/bits/stl_iterator.h (reverse_iterator::_M_current):
1561 Deuglify, should be current.
1562 (back_insert_iterator::_M_container): Deuglify, should be container.
1563 (front_insert_iterator::_M_container): Same.
1564 (insert_iterator::_M_container): Same.
1565 * testsuite/24_iterators/reverse_iterator.cc: Add check.
1566 * testsuite/24_iterators/back_insert_iterator.cc: Add check.
1567 * testsuite/24_iterators/front_insert_iterator.cc: Same.
1568 * testsuite/24_iterators/insert_iterator.cc: Same.
1570 2002-01-16 Benjamin Kosnik <bkoz@redhat.com>
1572 * include/bits/locale_facets.h (ctype<char>::classic_table): Make
1574 (ctype<char>::_M_ctable): Make static, change name to _S_ctable.
1575 * config/os/gnu-linux/bits/ctype_noninline.h: Define _S_ctable.
1576 * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
1577 * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
1578 * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
1579 * config/os/newlib/bits/ctype_noninline.h: Same.
1580 * config/os/irix/irix6.5/bits/ctype_noninline.h: Same.
1581 * config/os/irix/irix5.2/bits/ctype_noninline.h: Same.
1582 * config/os/hpux/bits/ctype_noninline.h: Same.
1583 * config/os/djgpp/bits/ctype_noninline.h: Same.
1584 * config/os/bsd/netbsd/bits/ctype_noninline.h: Same.
1585 * config/os/bsd/freebsd/bits/ctype_noninline.h: Same.
1586 * config/os/aix/bits/ctype_noninline.h: Same.
1588 Testcase by Dietmar Kühl via Peter Schmid
1589 * testsuite/22_locale/ctype_members_char.cc (char>): Add test for
1592 2002-01-16 Benjamin Kosnik <bkoz@redhat.com>
1594 * libmath/signbitl.c: Copyright years as list, not range.
1595 * libmath/Makefile.am: Same.
1596 * libmath/Makefie.in: Regenerate.
1597 * libmath/signbit.c: Same.
1598 * libmath/nan.c: Same.
1599 * libmath/copysignf.c: Same.
1600 * libmath/signbitf.c: Same.
1601 * testsuite/22_locale/money_get_members_char.cc: Same.
1602 * testsuite/22_locale/money_get_members_wchar_t.cc: Same.
1603 * testsuite/22_locale/money_put_members_char.cc: Same.
1604 * testsuite/22_locale/money_put_members_wchar_t.cc: Same.
1605 * testsuite/22_locale/time_get_members_char.cc: Same.
1606 * testsuite/22_locale/time_get_members_wchar_t.cc: Same.
1607 * testsuite/22_locale/time_put_members_char.cc: Same.
1608 * testsuite/22_locale/time_put_members_wchar_t.cc: Same.
1609 * testsuite/21_strings/nonmember.cc: Same.
1610 * testsuite/21_strings/compare.cc: Same.
1611 * testsuite/27_io/stringstream.cc: Same.
1612 * testsuite/27_io/stringbuf.cc: Same.
1613 * testsuite/27_io/filebuf.cc: Same.
1614 * testsuite/27_io/ios_manip_basefield.cc: Same.
1615 * testsuite/27_io/ios_manip_fmtflags.cc: Same.
1616 * include/bits/cpp_type_traits.h: Same.
1617 * include/bits/generic_shadow.h: Same.
1618 * include/bits/gslice_array.h: Same.
1619 * include/bits/gslice.h: Same.
1620 * include/bits/indirect_array.h: Same.
1621 * include/bits/slice_array.h: Same.
1622 * include/bits/sstream.tcc: Same.
1623 * include/bits/streambuf_iterator.h: Same.
1624 * include/bits/valarray_array.tcc: Same.
1625 * include/bits/valarray_meta.h: Same.
1626 * include/bits/valarray_array.h: Same.
1627 * config/os/mingw32/bits/ctype_noninline.h: Same.
1628 * config/os/mingw32/bits/ctype_base.h: Same.
1629 * config/os/hpux/bits/ctype_noninline.h: Same.
1630 * config/os/hpux/bits/ctype_base.h: Same.
1631 * config/os/gnu-linux/bits/ctype_noninline.h: Same.
1632 * config/os/gnu-linux/bits/ctype_base.h: Same.
1633 * config/os/generic/bits/ctype_noninline.h: Same.
1634 * config/os/generic/bits/ctype_base.h: Same.
1636 * libsupc++/tinfo.h: Tweaks.
1638 2002-01-15 Benjamin Kosnik <bkoz@redhat.com>
1640 * testsuite/22_locale/num_put_members_wchar_t.cc (test02): Same.
1641 * testsuite/22_locale/num_put_members_char.cc (test01): Tweak.
1642 * testsuite/22_locale/ctype_members_char.cc: Tweak.
1644 2002-01-15 Benjamin Kosnik <bkoz@redhat.com>
1646 * include/bits/locale_facets.tcc (num_put::do_put(bool): Fix.
1647 (num_put::do_put(void*)): Fix.
1648 * testsuite/22_locale/num_put_members_char.cc (test02): Add.
1649 * testsuite/22_locale/num_put_members_wchar_t.cc (test02): Add.
1650 * testsuite/22_locale/num_get_members_char.cc (test02): Add
1651 long double, void, bool types.
1652 * testsuite/22_locale/num_get_members_wchar_t.cc (test02): Add.
1654 2002-01-15 Benjamin Kosnik <bkoz@redhat.com>
1655 Alexandre Oliva <aoliva@redhat.com>
1657 * libmath/Makefile.am (LINK): Add --tag CC.
1658 * libmath/Makefile.in: Regenerate.
1660 2002-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
1662 * config/os/hpux/bits/ctype_noninline.h: Use __SB_masks for address
1663 of character to attribute mapping table.
1665 2002-01-15 David Billinghurst <David.Billinghurst@riotinto.com>
1667 * testsuite/26_numerics/c99_classification_macros_c.cc
1668 Remove dg-error and dg-excess-errors comments.
1670 2002-01-14 Benjamin Kosnik <bkoz@redhat.com>
1672 * include/bits/locale_facets.tcc (time_put::put): Correct output
1674 * testsuite/22_locale/time_put_members_char.cc (test02): Add.
1675 * testsuite/22_locale/time_put_members_wchar_t.cc (test02): Add.
1676 * testsuite/22_locale/time_get_members_wchar_t.cc (test06): Add.
1677 * testsuite/22_locale/time_get_members_char.cc (test06): Add.
1679 2002-01-14 Craig Rodrigues <rodrigc@gcc.gnu.org>
1681 * docs/html/17_intro/porting-howto.xml: Update filebuf section.
1683 2002-01-14 Paolo Carlini <pcarlini@unitus.it>
1684 Nathan Myers <ncm@cantrip.org>
1686 * include/bits/basic_string.h
1687 (replace(__pos, __n1, __s, __n2)): Optimize by avoiding
1688 temporaries (i.e., call _M_replace_safe) when possible.
1689 (replace(__pos, __n, __str)): Call replace(__pos, __n1, __s, __n2).
1690 (replace(__pos, __n1, __s)): Call replace(__pos, __n1, __s , __n2).
1691 (replace(__i1, __i2, __str)): Call replace(__i1, __i2, __s, __n).
1692 (replace(__i1, __i2, __s)): Call replace(__i1, __i2, __s, __n).
1693 (replace(__i1, __i2, __s, __n)): Call replace(__pos1, __n1, __s, __n2).
1694 * include/bits/basic_string.tcc
1695 (replace(__pos1, __n1, __str, __pos2, __n2)): Call
1696 replace(__pos, __n1, __s, __n2).
1697 * testsuite/21_strings/replace.cc (test03): New testcases.
1699 * include/bits/basic_string.h (insert(__pos, __s, __n)):
1700 Adjust comparison wrt overflow.
1702 2002-01-12 Benjamin Kosnik <bkoz@redhat.com>
1704 * include/Makefile.am (std_headers_rename): New variable.
1705 (install-data-local): Use it.
1706 * include/Makefile.in: Regenerate.
1708 2002-01-12 Benjamin Kosnik <bkoz@redhat.com>
1710 * include/bits/locale_facets.tcc (money_put::do_put(string):
1711 Correct output iterator value.
1712 * testsuite/22_locale/money_put_members_char.cc (test03): Add.
1713 * testsuite/22_locale/money_put_members_wchar_t.cc: Same.
1715 2002-01-11 Phil Edwards <pme@gcc.gnu.org>
1717 * include/Makefile.am, include/Makefile.in (stamp-std): Fix typo from
1720 2002-01-11 Phil Edwards <pme@gcc.gnu.org>
1722 * include/Makefile.am (std_headers): Update list with new names.
1723 (stamp-std): Link to standardized name.
1724 * include/Makefile.in: Regenerate.
1726 * include/std/algorithm, include/std/bitset, include/std/complex,
1727 include/std/deque, include/std/fstream, include/std/functional,
1728 include/std/iomanip, include/std/ios, include/std/iosfwd,
1729 include/std/iostream, include/std/istream, include/std/iterator,
1730 include/std/limits, include/std/list, include/std/locale,
1731 include/std/map, include/std/memory, include/std/numeric,
1732 include/std/ostream, include/std/queue, include/std/set,
1733 include/std/sstream, include/std/stack, include/std/stdexcept,
1734 include/std/streambuf, include/std/string, include/std/utility,
1735 include/std/valarray, include/std/vector: Rename to...
1737 * include/std/std_algorithm.h, include/std/std_bitset.h,
1738 include/std/std_complex.h, include/std/std_deque.h,
1739 include/std/std_fstream.h, include/std/std_functional.h,
1740 include/std/std_iomanip.h, include/std/std_ios.h,
1741 include/std/std_iosfwd.h, include/std/std_iostream.h,
1742 include/std/std_istream.h, include/std/std_iterator.h,
1743 include/std/std_limits.h, include/std/std_list.h,
1744 include/std/std_locale.h, include/std/std_map.h,
1745 include/std/std_memory.h, include/std/std_numeric.h,
1746 include/std/std_ostream.h, include/std/std_queue.h,
1747 include/std/std_set.h, include/std/std_sstream.h,
1748 include/std/std_stack.h, include/std/std_stdexcept.h,
1749 include/std/std_streambuf.h, include/std/std_string.h,
1750 include/std/std_utility.h, include/std/std_valarray.h,
1751 include/std/std_vector.h: ...this.
1753 2002-01-11 Loren Rittle <ljrittle@acm.org>
1755 * include/Makefile.am (extra_target_headers): New list of all
1756 target files built with ad hoc naming rules.
1757 (stamp-*): Handle LN_S failure in manner portable across make
1759 (install-data-local): Install header files from human-maintained
1760 file lists and directory components instead of non-robust find.
1761 * include/Makefile.in: Rebuilt.
1763 2002-01-11 Benjamin Kosnik <bkoz@redhat.com>
1765 * include/bits/locale_facets.tcc (money_get::do_get(string)):
1766 Check for zero-length negative sign before adding it to output
1768 (money_get::do_get(long double)): Return beg.
1769 * testsuite/22_locale/money_get_members_char.cc (test02): Add
1771 * testsuite/22_locale/money_get_members_wchar_t.cc: Same.
1773 2002-01-10 David Seymour <seymour_dj@yahoo.com>
1776 * include/bits/locale_facets.h (num_get<>): Return advanced iterator
1777 for _M_extract_float and _M_extract_int
1778 * include/bits/locale_facets.tcc (num_get<>::_M_extract_float)
1779 (num_get<>::_M_extract_int): Likewise, all callers changed
1780 * testsuite/22_locale/num_get_members_char.cc: Testcase
1782 2002-01-09 Paolo Carlini <pcarlini@unitus.it>
1784 * libsupc++/exception (bad_exception): Add comment.
1785 * libsupc++/new (bad_alloc): Same.
1786 * libsupc++/typeinfo (bad_cast, bad_typeid): Same.
1788 2002-01-09 Paolo Carlini <pcarlini@unitus.it>
1790 libstdc++/3150: revert 2001-11-30 commit. DR266 only means
1791 that the destructors should be removed from the descriptions
1792 in the standard: writing them explicitly allows the vtable
1793 heuristic to work. For additional information see:
1794 http://gcc.gnu.org/ml/libstdc++/2002-01/msg00090.html
1795 http://gcc.gnu.org/ml/libstdc++/2002-01/msg00110.html
1796 http://gcc.gnu.org/ml/libstdc++/2002-01/msg00155.html
1797 * libsupc++/exception (bad_exception::~bad_exception()):
1798 Reintroduce declaration.
1799 * libsupc++/new (bad_alloc::~bad_alloc()): Same.
1800 * libsupc++/typeinfo (bad_cast::~bad_cast()): Same.
1801 (bad_typeid::~bad_typeid()): Same.
1802 * libsupc++/eh_exception.cc (bad_exception::~bad_exception()):
1803 Reintroduce definition.
1804 * libsupc++/new_handler.cc (bad_alloc::~bad_alloc()): Same.
1805 * libsupc++/tinfo.cc (bad_cast::~bad_cast()): Same.
1806 (bad_typeid::~bad_typeid()): Same.
1808 2002-01-09 Benjamin Kosnik <bkoz@redhat.com>
1810 * include/Makefile.am (c_base_srcdir): Remove duplicate '/'.
1811 * include/Makefile.in: Regenerate.
1813 2002-01-09 Bo Thorsen <bo@suse.co.uk>
1815 * config/cpu/x86-64/bits/cpu_limits.h (__glibcpp_long_bits): Add
1818 2002-01-08 Benjamin Kosnik <bkoz@redhat.com>
1822 * include/bits/fstream.tcc (filebuf::_M_really_overflow): Test
1823 return value of _M_file->sync().
1824 (filebuf::showmanyc): Check for is_open.
1825 * include/std/fstream (filebuf::sync): Tweak.
1826 * testsuite/27_io/filebuf.cc: Tweak.
1828 2002-01-08 John Fardo <jfardo@laurelnetworks.com>
1829 Brad Garcia <garsh@attbi.com>
1831 * testsuite/27_io/filebuf_members.cc: Add test.
1833 2002-01-07 Benjamin Kosnik <bkoz@redhat.com>
1834 Craig Rodrigues <rodrigc@mediaone.net>
1837 * po/Makefile.am (mkinstalldirs): Add.
1838 * po/Makefile.in: Regenerate.
1840 2002-01-07 David Billinghurst <David.Billinghurst@riotinto.com>
1842 * testsuite_flags.in: Add -fmessage-length=0 to CXXFLAGS *
1843 testsuite/lib/prune.exp: Delete lines ":In function ..." from
1845 * testsuite/23_containers/map_operators.cc: Remove
1846 dg-excess-errors comment.
1847 * testsuite/23_containers/set_operators.cc: Likewise.
1849 2002-01-06 Paolo Carlini <pcarlini@unitus.it>
1851 * include/bits/stl_function.h: Remove two lines of comments;
1852 adjust copyright years.
1854 2002-01-04 Benjamin Kosnik <bkoz@redhat.com>
1856 * include/Makefile.am (std_headers): Remove cXXX from list.
1857 (c_base_srcdir): No bits subdirectory.
1858 (c_base_builddir): Same.
1859 (c_base_headers): Adjust names, add ciso646.
1860 (bits_headers): Remove std_xxx.h headers.
1861 * include/Makefile.in: Regenerate.
1863 * include/ext/iterator: Adjust includes.
1864 * include/ext/ropeimpl.h: Same.
1865 * include/ext/stl_hash_fun.h: Same.
1866 * include/ext/algorithm: Same.
1868 * include/backward/bvector.h: Adjust includes.
1869 * include/backward/vector.h: Same.
1870 * include/backward/strstream: Same.
1871 * include/backward/streambuf.h: Same.
1872 * include/backward/stack.h: Same.
1873 * include/backward/set.h: Same.
1874 * include/backward/queue.h: Same.
1875 * include/backward/multiset.h: Same.
1876 * include/backward/multimap.h: Same.
1877 * include/backward/map.h: Same.
1878 * include/backward/list.h: Same.
1879 * include/backward/iterator.h: Same.
1880 * include/backward/iostream.h: Same.
1881 * include/backward/iomanip.h: Same.
1882 * include/backward/fstream.h: Same.
1883 * include/backward/deque.h: Same.
1884 * include/backward/complex.h: Same.
1886 * include/bits/std_algorithm.h: Move to...
1887 * include/std/algorithm: ...here.
1888 * include/bits/std_iosfwd.h, std_locale.h, std_stack.h,
1889 std_bitset.h, std_ios.h, std_map.h, std_stdexcept.h,
1890 std_complex.h, std_iostream.h, std_memory.h, std_streambuf.h,
1891 std_deque.h, std_istream.h, std_numeric.h, std_string.h,
1892 std_fstream.h, std_ostream.h, std_utility.h, std_iterator.h,
1893 std_queue.h, std_valarray.h, std_functional.h, std_limits.h,
1894 std_set.h, std_vector.h, std_iomanip.h, std_list.h, std_sstream.h:
1897 * include/c_std/bits/std_cassert.h: Move to...
1898 * include/c_std/cassert: Here.
1899 * include/c_std/std_cctype.h, std_cerrno.h, std_cfloat.h,
1900 std_climits.h, std_clocale.h, std_cmath.h, std_csetjmp.h,
1901 std_csignal.h, std_cstdarg.h, std_cstddef.h, std_cstdio.h,
1902 std_cstdlib.h, std_cstring.h, std_ctime.h, std_cwchar.h,
1903 std_cwctype.h: Same.
1904 * include/c_std/cmath: Adjust cmath.tcc include.
1905 * include/c_std/cstdlib: Adjust includes.
1906 * include/c_std/cwchar: Same.
1907 * include/c_std/ctime: Same.
1908 * include/c_std/cstring: Same.
1909 * include/c_std/cstdio: Same.
1910 * include/c_std/bits: Remove directory.
1912 * include/c/bits/std_cassert.h: Move to...
1913 * include/c/cassert: Here.
1914 * include/c/std_cctype.h, std_cerrno.h, std_cfloat.h,
1915 std_climits.h, std_clocale.h, std_cmath.h, std_csetjmp.h,
1916 std_csignal.h, std_cstdarg.h, std_cstddef.h, std_cstdio.h,
1917 std_cstdlib.h, std_cstring.h, std_ctime.h, std_cwchar.h,
1918 std_cwctype.h: Same.
1919 * include/c/bits: Remove directory.
1921 * include/std/cwctype: Remove.
1922 * include/std/cwchar: Remove.
1923 * include/std/ctime: Remove.
1924 * include/std/cstring: Remove.
1925 * include/std/cstdlib: Remove.
1926 * include/std/cstdio: Remove.
1927 * include/std/cstddef: Remove.
1928 * include/std/cstdarg: Remove.
1929 * include/std/csignal: Remove.
1930 * include/std/csetjmp: Remove.
1931 * include/std/cmath: Remove.
1932 * include/std/clocale: Remove.
1933 * include/std/climits: Remove.
1934 * include/std/ciso646: Remove.
1935 * include/std/cfloat: Remove.
1936 * include/std/cerrno: Remove.
1937 * include/std/cctype: Remove.
1938 * include/std/cassert: Remove.
1940 * include/bits/fpos.h: Adjust includes, removing <bits/std_xxx.h>
1941 files and subsituting <xxx>.
1942 * include/bits/valarray_array.h: Same.
1943 * include/bits/stl_uninitialized.h: Same.
1944 * include/bits/stl_alloc.h: Same.
1945 * include/bits/stl_algobase.h: Same.
1946 * include/bits/sstream.tcc: Same.
1947 * include/bits/pthread_allocimpl.h: Same.
1948 * include/bits/ostream.tcc: Same.
1949 * include/bits/localefwd.h: Same.
1950 * include/bits/locale_facets.tcc: Same.
1951 * include/bits/locale_facets.h: Same.
1952 * include/bits/istream.tcc: Same.
1953 * include/bits/char_traits.h: Same.
1954 * include/bits/boost_concept_check.h: Same.
1955 * include/bits/basic_file.h: Same.
1956 * include/std/bitset: Same.
1957 * include/std/complex: Same.
1958 * include/std/fstream: Same.
1959 * include/std/functional: Same.
1960 * include/std/ios: Same.
1961 * include/std/iostream: Same.
1962 * include/std/ostream: Same.
1963 * include/std/sstream: Same.
1964 * include/std/streambuf: Same.
1965 * include/std/string: Same.
1966 * include/std/iterator: Same.
1967 * include/std/valarray: Same.
1969 * src/ios.cc: Adjust includes.
1970 * src/valarray-inst.cc: Same.
1971 * src/string-inst.cc: Same.
1972 * src/stl-inst.cc: Same.
1973 * src/stdexcept.cc: Same.
1974 * src/misc-inst.cc: Same.
1975 * src/localename.cc: Same.
1976 * src/locale-inst.cc: Same.
1977 * src/locale.cc: Same.
1978 * src/limits.cc: Same.
1979 * src/concept-inst.cc: Same.
1980 * src/complex_io.cc: Same.
1981 * src/codecvt.cc: Same.
1982 * src/bitset.cc: Same.
1983 * src/cmath.cc: Same.
1985 2002-01-04 Paolo Carlini <pcarlini@unitus.it>
1987 * include/bits/stl_tree.h (rb_tree): Move to...
1988 * include/ext/rb_tree: ...here, new file.
1989 * include/Makefile.am (ext_headers): Add new file.
1990 * include/Makefile.in: Regenerate.
1991 * include/bits/stl_tempbuf.h (get_temporary_buffer + helper,
1992 return_temporary_buffer, struct temporary_buffer): Move to...
1993 * include/ext/memory: ...here.
1994 * testsuite/ext/headers.cc: Include <ext/rb_tree>.
1995 * include/backward/tempbuf.h: Include <ext/memory>, tweak.
1996 * include/backward/tree.h: Include <ext/rb_tree), tweak.
1998 2002-01-03 Paolo Carlini <pcarlini@unitus.it>
2000 * include/bits/stl_numeric.h (power + helpers, iota): Move to...
2001 * include/ext/numeric: ...here, new file.
2002 * include/bits/stl_function.h (identity_element, unary_compose,
2003 binary_compose, compose1, compose2, identity, select1st,
2004 select2nd, project1st + helper, project2nd + helper,
2005 constant_void_fun + helper, constant_unary_fun + helper,
2006 costant_binary_fun + helper, constant0, constant1, constant2,
2007 subtractive_rng, mem_fun1, mem_fun1_ref): Move to...
2008 * include/ext/functional: ...here, new file.
2009 * include/Makefile.am (ext_headers): Add new files.
2010 * include/Makefile.in: Regenerate.
2011 * testsuite/ext/headers.cc: Include <ext/numeric> and
2013 * include/backward/algo.h: Include <ext/numeric>, tweak.
2014 * include/backward/function.h: Include <ext/functional>, tweak.
2015 * include/ext/ropeimpl.h: Include <ext/numeric>.
2017 2002-01-03 Jeffrey A Law <law@redhat.com>
2019 * config/os/hpux/bits/os_defines.h: Prefix __strtoll and
2020 __strtoull declarations with __extension__.
2022 2002-01-03 David Billinghurst <David.Billinghurst@riotinto.com>
2024 * testsuite/lib/prune.exp: Correct regular expression for
2027 2002-01-02 Phil Edwards <pme@gcc.gnu.org>
2029 * include/bits/stl_algo.h (upper_bound, equal_range, binary_search):
2030 Change concept checks, as with lower_bound and PR 2054.
2031 * testsuite/ext/concept_checks.cc: Expand test to include those.
2033 2002-01-02 Phil Edwards <pme@gcc.gnu.org>
2035 * include/bits/boost_concept_check.h: Import some changes from
2036 upsteam (Boost) version.
2038 2002-01-02 Paolo Carlini <pcarlini@unitus.it>
2040 * include/bits/stl_algobase.h (copy_n + helpers,
2041 lexicographical_compare_3way + helpers): Move to...
2042 * include/ext/algorithm: ...here.
2043 * include/bits/stl_uninitialized.h (uninitialized_copy_n +
2044 helpers): Move to...
2045 * include/ext/memory: ...here, new file.
2046 * include/Makefile.am (ext_headers): Add new file.
2047 * include/Makefile.in: Regenerate.
2048 * testsuite/ext/headers.cc: Include <ext/memory>.
2049 * include/backward/algobase.h: Include <ext/memory> and
2050 <ext/algorithm>, tweak.
2051 * include/ext/ropeimpl.h: Include <ext/memory>, tweak.
2052 * include/ext/stl_rope.h: Include <ext/memory>, tweak.
2054 2002-01-01 Roger Sayle <roger@eyesopen.com>
2056 * libmath/stubs.c (sinf,cosf): Implement stubs to enable the
2057 equivalent ___builtin__ versions.
2059 * include/c_shadow/bits/std_cmath.h: All __builtin math functions
2060 are available in libstdc++ as the necessary stub implementations
2061 are provided by libmath/stubs.c.
2063 2002-01-01 Jason Thorpe <thorpej@wasabisystems.com>
2065 * configure.in: Add support for NetBSD cross compiles.
2066 * configure: Regenerate.