1 2000-11-23 Hans-Peter Nilsson <hp@bitrange.com>
3 * config/os/gnu-linux/bits/os_defines.h: Include <features.h>.
4 If not glibc 2.1 or higher, include <gnu/types.h> and define
5 __off64_t as __loff_t and #define __THROW as empty.
7 * libio/libio.h [__P]: Move __THROW and __PMT into their own
10 2000-11-23 David Edelsohn <edelsohn@gnu.org>
12 * porting.texi: Expand libtool information.
14 2000-11-23 Gabriel Dos Reis <gdr@codesourcery.com>
16 * include/bits/ios_base.h (ios_base::failure::~failure,
17 ios_base::failure::what): Move defintion to ...
19 * src/ios.cc (ios_base::failure::~failure): ... here.
20 src/ios.cc (ios::failure::what): Likewise.
22 2000-11-22 Benjamin Kosnik <bkoz@redhat.com>
24 Make deprecated strstream header consistent with new and new.h.
25 * include/backward/strstream.h: Add. Use using declarations to
26 scope strstreambuf, istrstream, ostrstream, strstream to global
28 * include/backward/strstream: Remove using declarations.
29 * src/Makefile.am (base_headers): Add strstream.
30 * src/Makefile.in: Regenerate.
32 * include/backward/new.h (_CPP_BACKWARD_NEW_H): Change macro guard
33 to be consistent with other headers.
35 2000-11-22 Richard Henderson <rth@redhat.com>
37 * config/os/bsd/bits/ctype_inline.h (is): Fix order of expressions.
39 2000-11-22 Phil Edwards <pme@sources.redhat.com>
41 * porting.texi: Minor tweaks to vocabulary.
43 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
45 * include/backward/strstream.h: Reinstate the `using'
48 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
50 * src/Makefile.am (base_headers): Add missing backwards headers.
51 * src/Makefile.in: Regenerate.
53 2000-11-21 scott snyder <snyder@fnal.gov>
55 * config/c_io_stdio.cc (seekoff): Fix return value.
59 2000-11-21 Loren J. Rittle <ljrittle@acm.org>
61 * mkcheck.in (explanation): Retain output of all failing
62 compiles. Don't add gratuitous space to the log file.
64 2000-11-21 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
66 * src/strstream.cc: Adjust includes.
67 * src/Makefile.am (base_headers): Remove std_strstream.h, add
68 backwards/strstream.h.
69 (std_headers): Remove strstream.
70 * src/Makefile.in: Regenerate.
71 * libsupc++/Makefile.am (headers): Remove new.h
72 * libsupc++/Makefile.in: Regenerate.
73 * include/std/strstream: Remove.
74 * include/backward/strstream.h: Replace with...
75 * include/bits/std_strstream.h: ...this. Move.
76 * include/backward/complex.h: Remove SGIisms.
77 * include/backward/streambuf.h: Same.
78 * include/backward/stream.h: Same.
79 * include/backward/ostream.h: Same.
80 * include/backward/istream.h: Same.
81 * include/backward/iostream.h: Same.
82 * include/backward/iomanip.h: Same.
83 * include/backward/fstream.h: Same.
84 * libsupc++/new.h: Add using declarations for bad_alloc,
85 nothrow_t, and nothrow, move to ...
86 * include/backward/new.h: ...here.
88 2000-11-21 Mark Mitchell <mark@codesourcery.com>
90 * porting.texi: New file.
92 2000-11-21 Branko Cibej <brankoe@xbc.nu>
94 * config/os/solaris/solaris2.6/bits/os_defines.h: Define
95 _XOPEN_SOURCE, _LARGEFILE64_SOURCE, __EXTENSIONS__, __off_t,
96 __off64_t and __ssize_t.
97 * config/os/solaris/solaris2.5/bits/os_defines.h: For now, use the
98 same configuration as above.
100 2000-11-21 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
102 * acinclude.m4 (AC_LC_MESSAGES): Check for locale.h.
103 * aclocal.m4: Regenerate.
104 * configure: Renerate.
106 2000-11-20 Benjamin Kosnik <bkoz@redhat.com>
108 * mkcheck.in (explanation): Don't paste output of passing compiles
109 into log file. Use -static. Get version info.
111 * testsuite/23_containers/vector_ctor.cc (test02): Fix thinko.
113 2000-11-20 Gabriel Dos Reis <gdr@codesourcery.com>
115 * include/bits/std_complex.h (complex<double>): Constructor
116 complex<double>::complex(const complex<float>&) is not explicit;
117 since it is a promotion.
118 (complex<long double>): Constructors taking complex<float> and
119 complex<double> are not explicit.
121 2000-11-20 Benjamin Kosnik <bkoz@redhat.com>
123 * include/bits/std_complex.h: Tweaks, include cmath for abs overloads.
124 * src/complex.cc: Remove cmath include, formatting tweaks, remove
126 * include/c/bits/std_cmath.h: Formatting tweaks.
127 * testsuite/26_numerics/complex_value.cc: New file, for catching
128 bits gleaned from libstdc++/106.
130 * testsuite/23_containers/vector_ctor.cc (test02): Add test from
133 2000-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
135 * include/bits/c++config, include/bits/ios_base.h,
136 include/bits/std_streambuf.h: Correct spelling of "deprecated".
138 2000-11-19 Mark Mitchell <mark@codesourcery.com>
140 * libsupc++/exception_support.cc (__throw_bad_cast): Name it
141 __cxa_bad_cast under the new ABI.
142 (__throw_bad_typeid): Name it __cxa_bad_typeid under the new ABI.
143 * libsupc++/pure.cc (__pure_virtual): Name it __cxa_pure_virtual
146 2000-11-18 Mark Mitchell <mark@codesourcery.com>
148 * libsupc++/exception_support.h: New header file.
149 * libsupc++/vec.cc: Include it.
150 (__cxa_vec_new2): Recatch exceptions before rethrows.
151 (__cxa_vec_new3): Likewise.
152 (__cxa_vec_ctor): Likewise.
153 (__cxa_vec_cctor): Likewise.
154 (__cxa_vec_dtor): Likewise.
155 (__cxa_vec_delete2): Likewise.
156 (__cxa_vec_delete3): Likewise.
158 2000-11-17 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
160 * include/bits/stl_tree.h: Overload operators == and != to be able
161 to handle the case (const_iterator,iterator) and
162 (iterator,const_iterator), thus fixing libstdc++/737 and the like.
163 * testsuite/23_containers/map_operators.cc (test02): New tests.
165 2000-11-17 Loren J. Rittle <ljrittle@acm.org>
167 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Correct last patch
168 to ``make --enable-cstdio=stdio the default''.
169 * libstdc++-v3/aclocal.m4: Rebuilt.
170 * libstdc++-v3/configure: Rebuilt.
172 2000-11-17 Phil Edwards <pme@sources.redhat.com>
174 * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Move switch statement
176 * configure.target: ...here. Enable generic atomic ops, and warn.
177 * aclocal.m4: Regenerated.
179 * Makefile.in: Ditto.
180 * libio/Makefile.in: Ditto.
181 * libmath/Makefile.in: Ditto.
182 * libsupc++/Makefile.in: Ditto.
183 * src/Makefile.in: Ditto.
185 2000-11-16 Loren J. Rittle <ljrittle@acm.org>
187 * include/bits/locale_facets.tcc (num_get<_CharT,
188 _InIter>::do_get(...)): Add missing typename keyword.
190 2000-11-16 Mark Mitchell <mark@codesourcery.com>
192 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Make
193 --enable-cstdio=stdio the default. Disable wide character support
195 * configure.in: Move GLIBCPP_ENABLE_C_MBCHAR after
196 (GLIBCPP_ENABLE_CSTDIO).
197 * config/c_io_stdio.h: Don't include <libio.h>, don't define
199 * aclocal.m4: Regenerated.
200 * configure: Likewise.
201 * Makefile.in: Likewise.
202 * libio/Makefile.in: Likewise.
203 * libmath/Makefile.in: Likewise.
204 * libsupc++/Makefile.in: Likewise.
205 * src/Makefile.in: Likewise.
207 2000-11-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
209 * config/c_io_stdio.h: Include stddef.h.
211 2000-11-16 Mark Mitchell <mark@codesourcery.com>
213 * config/c_io_stdio.h (streamsize): Make it a typedef for
215 (wstreamsize): Likewise.
217 * config/c_io_stdio.h: Include libio.h.
219 2000-11-15 Mark P Mitchell <mark@codesourcery.com>
221 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Substitute libio_la.
222 * src/Makefile.am (libstdc___la_LIBADD): Use it.
223 * aclocal.m4: Regenerated.
224 * configure: Likewise.
225 * Makefile.in: Likewise.
226 * libio/Makefile.in: Likewise.
227 * libmath/Makefile.in: Likewise.
228 * libsupc++/Makefile.in: Likewise.
229 * src/Makfile.in: Likewise.
231 2000-11-15 Mark Mitchell <mark@codesourcery.com>
233 * mkcheckin.in: Move check for bash version 2 later in the file.
235 * include/bits/basic_string.h (basic_string::_Rep::_S_max_size):
237 (basic_string::_Rep::_S_terminal): Likewise.
238 * include/bits/string.tcc (basic_string::_Rep::_S_max_size):
240 (basic_string::_Rep::_S_terminal): Likewise.
242 2000-11-15 David Billinghurst <David.Billinghurst@riotinto.com>
244 * mkcheck.in: Add function size_command() for irix.
246 2000-11-14 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
248 * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPOR): Set LIBS back to
250 (GLIBCPP_EXPORT_INCLUDES): Only export TOPLEVEL_INCLUDES if
251 building a canadian cross. This should fix the remaining java
253 * aclocal.m4: Regenerate.
254 * configure: Regenerate.
256 * include/bits/c++config (__GLIBCPP__): Set release version for 2.91.
258 2000-11-14 Phil Edwards <pme@sources.redhat.com>
260 * mkcheck.in: On a platform where we don't know how to extract
261 section sizes, just set them to zero. Use old method of reading
264 2000-11-13 Loren J. Rittle <ljrittle@acm.org>
266 * config/c_io_stdio.h: Don't define __c_wfile_type
267 when _GLIBCPP_USE_WCHAR_T is not defined.
269 2000-11-13 Phil Edwards <pme@sources.redhat.com>
271 * acinclude.m4 (GLIBCPP_CHECK_TARGET): New macro, replacing
272 GLIBCPP_CHECK_CPU and GLIBCPP_CHECK_OS, sourcing configure.target.
273 (GLIBCPP_CONFIGURE): Call new macro here.
274 * configure.host: Cleanup.
275 * configure.in: Remove those two macros.
276 * configure.target: New file.
277 * aclocal.m4: Regenerated.
279 * Makefile.in: Ditto.
280 * libio/Makefile.in: Ditto.
281 * libmath/Makefile.in: Ditto.
282 * libsupc++/Makefile.in: Ditto.
283 * src/Makefile.in: Ditto.
285 * mkcheck.in: Use libtool. Split things out into functions.
287 2000-11-12 Alexandre Petit-Bianco <apbianco@cygnus.com>
289 * Makefile.am (tmp-libstdsc++.INC:): Do not use -I$(top_builddir).
290 * Makefile.in: Regenerate.
292 2000-11-12 David Edelsohn <edelsohn@gnu.org>
294 * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Add test for
295 libiconv.a providing wchar_t support functions.
296 * aclocal.m4: Regenerate.
298 2000-11-12 Loren J. Rittle <ljrittle@acm.org>
300 * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD.
301 * aclocal.m4, configure: Rebuilt.
303 2000-11-12 Brent Verner <brent@rcfile.org>
305 * include/c_std/bits/wrap_langinfo.h: New file.
306 * include/c_std/langinfo.h: New file.
307 * include/bits/codecvt.h (__enc_trants::__enc_traits()): Bring in
308 CODESET from _C_legacy::CODESET if using shadow headers.
309 * src/Makefile.am: Add new files.
310 * src/Makefile.in: Regenerate.
312 2000-11-12 Mark Mitchell <mark@codesourcery.com>
314 * include/c/bits/std_cmath.h (abs): Change extern "C" declaration
315 of `abs (double)' to ...
318 * config/os/solaris/solaris2.7/bits/os_defines.h: Define
321 2000-11-11 Mark P Mitchell <mark@codesourcery.com>
323 * include/bits/basic_file.h (__basic_file): Don't use __c_wfile_type
324 when _GLIBCPP_USE_WCHAR_T is not defined.
326 2000-11-10 Phil Edwards <pme@sources.redhat.com>
328 * include/bits/codecvt.h (__iconv_adaptor): New adaptor function,
329 courtesy of Alexandre Oliva, to handle const/non-const signatures.
330 (codecvt::do_out): Use.
331 (codecvt::do_in): And here.
333 2000-11-10 Gabriel Dos Reis <gdr@codesourcery.com>
335 * include/bits/cpp_type_traits.h: Fix typos. Adjust formatting.
337 2000-11-10 Gabriel Dos Reis <gdr@codesourcery.com>
339 * include/bits/localefwd.h (_Count_ones<>::_S_halfcount,
340 _Count_ones<>::_S_count): Turn into enumerators.
342 2000-11-08 Mark Mitchell <mark@codesourcery.com>
344 * include/bits/codecvt.h (codecvt::do_out): Make it const-correct.
345 (codecvt::do_in): Likewise.
347 2000-11-08 David Edelsohn <edelsohn@gnu.org>
349 * src/locale-inst.cc: Add explicit instantiations of
350 _M_fill_insert and fill_n<..., unsigned long,...> .
352 2000-11-06 Gabriel Dos Reis <gdr@codesourcery.com>
354 * include/bits/std_complex.h (conj): Undo double removal.
356 2000-11-06 Alexandre Oliva <aoliva@redhat.com>
358 * acinclude.m4 (LIB_AC_PROG_CXX): Remove CXX from the list of
359 alternatives for CXX_libstdcxx, now that it is useless.
360 * aclocal.m4, configure: Rebuilt.
362 2000-11-04 Mark Mitchell <mark@codesourcery.com>
364 * acinclude.m4 (LIB_AC_PROG_CXX): Set CXX_libstdcxx from CXX.
365 * aclocal.m4: Regenerated.
366 * configure: Likewise.
368 * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix punctuation in
370 * aclocal.m4: Regenerated.
371 * configure: Likewise.
373 2000-11-04 Alexandre Oliva <aoliva@redhat.com>
375 * acinclude.m4 (CXX): Prevent it from being cached.
376 * aclocal.m4, configure, */Makefile.in: Rebuilt.
378 2000-11-03 David Edelsohn <dje@watson.ibm.com>
380 * acinclude.m4 (GLIBCPP_CHECK_OS): Add AIX target selecting threads
381 flag based on multilib definition of $CXX.
382 * mknumeric_limits (LDFLAGS): Add AIX target linking with pthreads
383 based on multilib definition of $CXX.
384 * config/os/aix/bits/os_defines.h (_G_USING_THUNKS): Define as 0.
386 2000-11-03 Phil Edwards <pme@sources.redhat.com>
388 * acinclude.m4: Cleanups.
389 * aclocal.m4: Regenerated.
391 * Makefile.in: Ditto.
392 * libio/Makefile.in: Ditto.
393 * libmath/Makefile.in: Ditto.
394 * libsupc++/Makefile.in: Ditto.
395 * src/Makefile.in: Ditto.
397 * docs/install.html: Removal of EGCS.
398 * docs/23_containers/wrappers_h.txt: Likewise.
399 * docs/faq/index.html: Likewise.
400 * docs/faq/index.txt: Regenerated.
401 * docs/thanks.html: More people.
403 2000-11-03 David Edelsohn <edelsohn@gnu.org>
405 * include/c/bits/std_cwchar.h: Undefine macro that conflicts
406 with function name defined in this file.
408 Thu Nov 2 23:19:20 2000 Mark P Mitchell <mark@codesourcery.com>
410 * include/c/bits/std_cctype.h: Undefine macros that conflict
411 with function names defined in this file.
412 * include/c/bits/std_cstdio.h: Likewise.
414 2000-11-02 Mark Mitchell <mark@codesourcery.com>
416 * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix typo.
418 Thu Nov 2 10:11:45 2000 Mark P Mitchell <mark@codesourcery.com>
420 * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Add support for IRIX.
421 * aclocal.m4: Regenerated.
422 * Makefile.in: Regenerated.
423 * libio/Makefile.in: Likewise.
424 * libmath/Makefile.in: Likewise.
425 * libsupc++/Makefile.in: Likewise.
426 * src/Makefile.in: Likewise.
427 * configure: Likewise.
428 * config/os/irix/bits/ctype_base.h: Revise.
429 * config/os/irix/bits/ctype_inline.h: Likewise.
430 * config/os/irix/bits/ctype_noninline.h: Likewise.
432 * testsuite/22_locale/codecvt_unicode_char.cc: Don't run it
433 if not _GLIBCPP_USE_WCHAR_T.
434 * testsuite/22_locale/codecvt_unicode_wchar_t.cc: Likewise.
435 * testsuite/22_locale/ctor_copy_dtor.cc: Likewise.
436 * testsuite/22_locale/ctype_wchar_t_members.cc: Likewise.
438 * mkcheck.in: Fix echoing of -rpath option.
440 * config/os/irix/bits/atomicity.h (_Atomic_word): Make it a
442 (__exchange_aand_add): Adjust accordingly.
443 (__atomic_add): Likewise.
445 2000-11-02 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
447 * src/locale.cc: Match orderings for static members.
448 * include/bits/fstream.tcc: Fixes for cin.
450 2000-11-02 Gabriel Dos Reis <gdr@codesourcery.com>
452 * include/bits/std_complex.h (complex<>): Remove (cos<>, cosh<>,
453 exp<>, log<>, log<>, sin, sinh<>) friend declarations.
454 (cos, cosh, sin, sinh): Define primary templates.
456 * src/complex.cc (cos<>, cosh<>, sin<>, sinh<>): Comment out
459 2000-11-01 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
461 * bits/basic_file.h (_M_open_mode): Change signature, move
463 * config/c_io_libio.cc: ...here.
464 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Add sdtio option, remove wince.
465 * aclocal.m4: Regenerate.
466 * configure: Regenerate.
467 * config/c_io_stdio.h: New file.
468 * config/c_io_stdio.cc: New file.
469 * docs/configopts.html: Modify documentation.
471 2000-10-31 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
473 * include/c/bits/std_cwctype.h: Add more undefs.
475 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
477 * include/bits/std_complex.h (norm): Forward declare.
478 (complex<>): Comment out friend declaration of conj<>.
479 (conj<>): Comment out specialization.
480 (exp, log, log10): Define primary templates.
482 * src/complex.cc (exp<>, log<>, log10<>): Comment out
485 2000-10-31 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
487 * include/bits/std_complex.h: Remove duplicate definition of conj.
488 * include/c/bits/std_cwctype.h: Consistent placement of undefs.
490 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
492 * src/complex.cc (arg, polar): Comment out specializations.
494 * include/bits/std_complex.h (complex<>): Remove arg<> friend
496 (arg): Define primary template.
500 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
502 * include/c/bits/std_cwctype.h: #undef possible function-like
503 macro definitions of iswxxx functions, which might be brought in
504 by <wctype.h>. Those macro definitions prevent build on some
507 * include/bits/std_complex.h (complex<>): Comment out friend
508 declarations of abs<> specializations.
509 (abs): Define primary template.
511 * src/complex.cc (abs): Comment out specialization definition.
513 2000-10-30 Phil Edwards <pme@sources.redhat.com>
515 * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Raise debugging level from
516 the default of 2 to 3.
517 * configure.in: Fix minor typos. SUBST the values of enable_shared
518 and enable_static so that mkcheck will be aware of them. Put the
519 test for gconv.h in with all the other header tests.
520 * aclocal.m4: Regenerate.
522 * Makefile.in: Ditto.
523 * libio/Makefile.in: Ditto.
524 * libmath/Makefile.in: Ditto.
525 * libsupc++/Makefile.in: Ditto.
526 * src/Makefile.in: Ditto.
528 * config/os/solaris/solaris2.7/bits/os_defines.h: Define
529 _G_USING_THUNKS to 0.
531 2000-10-30 Benjamin Kosnik <bkoz@redhat.com>
533 * src/complex_io.cc : Remove ancient defines.
534 * config/os/gnu-linux/bits/os_defines.h: Add defines.
535 * libsupc++/tinfo2.cc: Change to cstddef.
537 * include/bits/codecvt.h: Add include of c++config.h, so that
538 __USE_GNU gets defined. (Important for alpha.)
540 * include/c/bits/std_cwctype.h: Same.
541 * include/c/bits/std_ctime.h: And here.
542 * include/c/bits/std_cstdarg.h: Same.
543 * include/c/bits/std_csignal.h: Same.
544 * include/c/bits/std_csetjmp.h: Same.
545 * include/c/bits/std_clocale.h: Same.
546 * include/c/bits/std_climits.h: Touch.
547 * include/c/bits/std_cfloat.h: Same.
548 * include/c/bits/std_cerrno.h: Same.
549 * include/c/bits/std_cwchar.h: Same.
550 * include/c/bits/std_cassert.h: Same.
551 * include/c/bits/std_cctype.h: Same.
552 * include/c/bits/std_cstddef.h: And here.
553 * include/c/bits/std_cstdlib.h: And here.
554 * include/c/bits/std_cstdio.h: Same.
555 * include/c/bits/std_cstring.h: Add names to namespace std::.
557 * include/bits/c++config (_GNU_SOURCE): Move linux-specific macros
559 (_ISOC99_SOURCE): And this one....
560 * config/os/gnu-linux/bits/os_defines.h: ...to here.
562 * include/bits/codecvt.h (codecvt<_InternT, _ExternT,
563 __enc_traits>::do_in): Don't cast to const, this is a bug in glibc
565 (codecvt<_InternT, _ExternT, __enc_traits>::do_out): Same.
566 * include/c/bits/std_cwchar.h: Add using declarations for mbstate_t.
568 2000-10-30 Steven King <sxking@uswest.net>
570 * include/bits/codecvt.h: Add cast.
571 * include/c_std/stdio.h: Re-add printf using declaration.
572 * include/c_std/bits/std_cstdio.h: Same
573 * testsuite/22_locale/codecvt_wchar_t_char.cc: Fixup testsuite.
574 * testsuite/22_locale/ctor_copy_dtor.cc: Same.
575 * testsuite/22_locale/facet.cc: Same.
576 * testsuite/22_locale/global_templates.cc: Same.
577 * testsuite/22_locale/operators.cc: Same.
578 * testsuite/22_locale/static_members.cc: Same.
579 * testsuite/26_numerics/c_math.cc: Same.
580 * testsuite/26_numerics/complex_inserters_extractors.cc: Same.
581 * testsuite/27_io/fpos.cc: Same.
582 * testsuite/27_io/istream_extractor_arith.cc: Same.
583 * testsuite/27_io/istream_unformatted.cc: Same.
584 * testsuite/27_io/ostream_inserter_arith.cc: Same.
585 * testsuite/27_io/streambuf.cc: Same.
587 2000-10-30 Mark Mitchell <mark@codesourcery.com>
589 * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Check
590 for cabs, cabsf, and cabsl, too.
591 * aclocal.m4: Regenerated.
592 * config.h.in: Likewise.
593 * configure: Likewise.
594 * libmath/Makefile.am (libmath_la_SOURCES): Remove cabs.c and
596 * libmath/Makefile.in: Regenerated.
597 * libmath/complex-stub.h (cabs): Don't declare if the system
598 already provides this function.
601 * src/complex.cc (abs): Directly use `hypot' since we can't call
604 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
606 * acinclude.m4: Update URL on egcs.cygnus.com to point to
608 * aclocal.m4, configure: Regenerate.
609 * src/gen-num-limits.cc, include/bits/c++config,
610 include/bits/stl_config.h: Remove EGCS references.
612 2000-10-29 Mark Mitchell <mark@codesourcery.com>
614 * mkcheck.in (test_file): Use -rpath, rather than --rpath, when
615 building shared executables.
617 2000-10-29 Mark Harig <mharig@landmark.com>
619 * src/Makefile.am: Change logic for include dir options.
620 * src/Makefile.in: Regenerate.
621 * libsupc++/Makefile.am: Ditto.
622 * libsupc++/Makefile.in: Regenerate.
624 2000-10-29 Benjamin Kosnik <bkoz@redhat.com>
626 * configure.in: Simplify use of AC_CACHE_SAVE. Put linked files
627 in $(top_builddir)/include/bits, not $(top_builddir)/bits, to help
628 with libgcj build issues and improve consistency with the source
629 directory's include directory setup.
630 * configure: Regenerate.
631 * acinclude.m4: Same here.
632 * aclocal.m4: Regenerate.
633 * mknumeric_limits (OUT_H): Also change paths here.
634 * mkcheck.in (C_DIR): And here.
635 * mkc++config (OUT_H): And here.
636 * libmath/Makefile.am (INCLUDES): And here.
637 * src/Makefile.am (INCLUDES): Change to $(top_builddir)/include.
638 * libio/Makefile.am: Ditto.
639 * libsupc++/Makefile.am (INCLUDES): Ditto.
641 2000-10-29 Mark Mitchell <mark@codesourcery.com>
643 * config/c_io_libio.cc (basic_file<char>::__basic_file):
644 Don't pass a NULL _IO_wide_data to _IO_no_init when
645 _GLIBCPP_USE_WCHAR_T is not defined.
646 * config/c_io_libio.h (_IO_codecvt): Don't declare when
647 _GLIBCPP_USE_WCHAR_T is not defined.
648 * config/c_io_libio_codecvt.c: Don't compile it
649 when _GLIBCPP_USE_WCHAR_T is not defined.
650 * include/bits/codecvt.h (codecvt<_InternT, _ExternT, __enc_traits):
651 Don't define this specialization when _GLIBCPP_USE_WCHAR_T
653 * include/bits/locale_facets.h (<bits/std_cwctype.h>): Don't
654 include it when _GLIBCPP_USE_WCHAR_T is not defined.
655 * src/codecvt.cc (__enc_traits::_S_max_size): Don't define
656 when _GLIBCPP_USE_WCHAR_T is not defined.
657 * src/localename.cc (locale::_Impl::_M_construct_collate):
658 Don't call wide-character functions when _GLIBCPP_USE_WCHAR_T is
660 (locale::_Impl::_M_construct_ctype): Likewise.
661 (locale::_Impl::_M_construct_monetary): Likewise.
662 (locale::_Impl::_M_construct_numeric): Likewise.
663 (locale::_Impl::_M_construct_time): Likewise.
664 (locale::_Impl::_M_construct_messages): Likewise.
666 * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle IRIX.
667 * aclocal.m4: Regenerated.
668 * configure: Likewise.
669 * config/os/irix/bits/atomicity.h: New file.
670 * config/os/irix/bits/os_defines.h (_POSIX_SOURCE): Undefine.
672 (__off64_t): Likewise.
673 (__ssize_t): Likewise.
674 (_G_USING_THUNKS): Define to zero.
676 2000-10-28 Mark Mitchell <mark@codesourcery.com>
678 * src/string-inst.cc (basic_string<C>::npos): Explicitly
681 2000-10-26 Benjamin Kosnik <bkoz@redhat.com>
683 * include/c/bits/std_cmath.h: Fix double declarations in namespace std.
685 Clean up naming, consistency in "C" library autoconf testing.
686 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): For consistency, change to
687 GLIBCPP_CHECK_CTYPE_SUPPORT.
688 (GLIBCPP_CHECK_STDLIB_SUPPORT): Add.
689 * aclocal.m4: Regenerate.
690 * configure.in: And here.
691 Add call to GLIBCPP_CHECK_STDLIB_SUPPORT.
692 * configure: Regenerate.
694 2000-10-26 David Edelsohn <edelsohn@gnu.org>
696 * acinclude.m4 (GLIBCPP_CHECK_STDLIB_DECL_AND_LINKAGE_2): New macro.
697 (GLIBCPP_CHECK_MATH_SUPPORT): Use it to test for strtold.
699 2000-10-26 Phil Edwards <pme@sources.redhat.com>
700 David Edelsohn <dje@watson.ibm.com>
702 * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Comment out
703 --gc-sections stuff entirely to avoid misleading people.
704 (GLIBCPP_ENABLE_CSTDIO): Merge need_libio and need_xtra_libio.
705 * libio/Makefile.am (LIBIO_SRCS,LIBIO_WSRCS,LIBIO_XTRA_SRCS):
707 * libio/libio.h: Simplify, make fewer assumptions. Define those
708 macros which must be defined.
709 * config/os/solaris/solaris2.7/bits/os_defines.h: Simplify as a
712 2000-10-26 Mark Mitchell <mark@codesourcery.com>
714 * include/backward/streambuf.h: New file.
716 2000-10-26 David Edelsohn <dje@watson.ibm.com>
718 * config/os/aix/bits/ctype_inline.h (is): Use __OBJ_DATA directly.
719 * config/os/aix/bits/ctype_noninline.h (do_tolower): Fix typo.
720 * config/os/aix/bits/os_defines.h: Add AIX defines.
722 2000-10-26 Benjamin Kosnik <bkoz@redhat.com>
724 * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Remove.
725 * aclocal.m4: Regenerate.
726 * configure.in: Remove GLIBCPP_ENABLE_LONG_DOUBLE.
727 * configure: Regenerate.
728 * docs/configopts.html: Remove.
729 * src/complexl.cc: Revert.
730 * config.h.in: Remove.
731 * include/c_std/bits/std_cmath.h: Remove guards based on
732 _GLIBCPP_USE_LONG_DOUBLE.
733 * include/c/bits/std_cmath.h: Same. Format. Match c_std behavior
734 with respect to long double signatures.
736 * config/os/aix/bits/ctype_noninline.h (ctype): Remove throw
738 * config/os/newlib/bits/ctype_noninline.h (ctype): And here.
739 * config/os/solaris/solaris2.6/bits/ctype_noninline.h (ctype): Same.
740 * config/os/solaris/solaris2.5/bits/ctype_noninline.h (ctype): Same.
741 * config/os/generic/bits/ctype_noninline.h (ctype): Same.
742 * config/os/bsd/bits/ctype_noninline.h (ctype): Same.
744 2000-10-26 Gabriel Dos Reis <gdr@codesourcery.com>
746 * include/bits/std_valarray.h (valarray::valarray): Fix thinko.
747 Use __valarray_copy_construct only where appropriate.
749 2000-10-25 Mark Mitchell <mark@codesourcery.com>
751 * Makefile.in (check): Don't make mkcheck executable.
752 (check-install): Likewise.
753 * configure.in (AC_OUTPUT): Make mkcheck executable.
754 * mkcheck.in (top_srcdir): New variable.
755 (INC_PATH): Set the path to the backward and ext directories
758 2000-10-25 Phil Edwards <pme@sources.redhat.com>
760 * configure.in: Check for gconv.h.
761 * libio/wfileops.c: Wrap gconv.h in HAVE_GCONV_H.
763 * config/c_io_libio_codecvt.c: Change __mbstate_t to __c_mbstate_t.
764 * libio/_G_config.h: And here.
765 * libio/iofwide.c: And here.
766 * libio/libio.h: And here.
768 * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Remove
769 exception specification to match declaration.
770 * include/bits/locale_facets.tcc: Include bits/std_clocale.h.
772 2000-10-24 Mark Harig <mharig@landmark.com>
774 * docs/configopts.html: Added documentation for the
775 "--enable-version-specific-runtime-libs" and
776 "--with-gxx-include-dir" configuration switches.
778 2000-10-24 Benjamin Kosnik <bkoz@redhat.com>
780 * include/bits/stl_pair.h (make_pair): Add LWG solution.
782 * testsuite/21_strings/compare.cc (test01): Inject namespace std
785 * mkcheck.in (MAX_MEM_USAGE): Bump up to 3072. Strangely enough,
788 2000-10-24 Levente Farkas <lfarkas@mindmaker.hu>
790 * include/bits/std_bitset.h (_M_do_find_next): Fix typo.
792 2000-10-24 Phil Edwards <pme@sources.redhat.com>
794 * acconfig.h: List _GLIBCPP_USE_THREADS.
795 * acinclude.m4: General formatting cleanup (tabs/spaces), typo
796 correction, etc. Add comments about following *real* changes
798 (GLIBCPP_ENABLE_C_MBCHAR): New test...
799 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): ...results used here.
800 (GLIBCPP_ENABLE_CSTDIO): Define need_wlibio iff wide characters
802 (GLIBCPP_ENABLE_THREADS): If threads are used, define new
803 macro _GLIBCPP_USE_THREADS in c++config.h.
804 (GLIBCPP_ENABLE_SHADOW): For C_INCLUDE_DIR, change () to {} as
805 this is used in both makefiles and shell scripts (mkcheck).
806 * configure.in: Call GLIBCPP_ENABLE_C_MBCHAR.
808 * libio/_G_config.h: Wrap _IO_MTSAFE_IO in _GLIBCPP_USE_THREADS.
809 * config/c_io_libio.h: In nonthreaded case, typedef __c_lock to
810 something harmless, like int.
812 * config/os/aix/bits/os_defines.h: Guard with _GLIBCPP_OS_DEFINES,
813 add comment/instructions.
814 * config/os/bsd/bits/os_defines.h: Ditto.
815 * config/os/generic/bits/os_defines.h: Ditto.
816 * config/os/gnu-linux/bits/os_defines.h: Ditto.
817 * config/os/irix/bits/os_defines.h: Ditto.
818 * config/os/newlib/bits/os_defines.h: Ditto.
819 * config/os/solaris/solaris2.5/bits/os_defines.h: Ditto.
820 * config/os/solaris/solaris2.6/bits/os_defines.h: Ditto.
822 * mkcheck.in: Limit the available heap size for testsuite
823 binaries, initially at 2MB.
825 2000-10-23 Benjamin Kosnik <bkoz@redhat.com>
827 * testsuite/21_strings/compare.cc (test01): Add using declarations.
829 * include/c_std/bits/std_cerrno.h: And here.
830 * include/c_std/bits/std_cassert.h: Tweaks.
832 * mkcheck.in: Simplify.
834 * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Simplify.
835 (GLIBCPP_ENABLE_LONG_LONG): Same.
836 * aclocal.m4: Regenerate.
838 * src/Makefile.am (c_shadow_headers): Add features.h,
839 bits/wrap_features.h.
840 * src/Makefile.in: Regenerate.
841 * include/c_std/features.h: New file.
842 * include/c_std/bits/wrap_features.h (_CPP_WRAP_FEATURES_H): New
843 file. Need to have c++config.h included before this file so
844 _ISOC99_SOURCE around.
846 * include/c_std/sys/cdefs.h: Hack.
847 * include/c_std/stdlib.h: Same, use c++config.h.
848 * include/c_std/bits/std_cstdlib.h: Use _GLIBCPP_HAVE_STRTOLD.
850 * include/c_std/bits/std_cassert.h: Fix.
851 * include/c_std/bits/std_cerrno.h: Make consistent.
853 * include/c_std/bits/std_csetjmp.h (setjmp): Unscope global
854 declaration from ::_C_legacy to _C_legacy.
856 * include/c_std/bits/std_cstdio.h: same with printf.
857 * include/c_std/stdio.h: And here.
859 * include/c_std/bits/std_cstdlib.h: abort, exit comment.
860 * include/c_std/stdlib.h: Same here.
862 2000-10-23 Benjamin Kosnik <bkoz@redhat.com>
864 * testsuite/21_strings/compare.cc (test01): Add using declarations.
866 * include/c_std/bits/std_cerrno.h: And here.
867 * include/c_std/bits/std_cassert.h: Tweaks.
869 * mkcheck.in: Simplify.
871 * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Simplify.
872 (GLIBCPP_ENABLE_LONG_LONG): Same.
873 * aclocal.m4: Regenerate.
875 * src/Makefile.am (c_shadow_headers): Add features.h,
876 bits/wrap_features.h.
877 * src/Makefile.in: Regenerate.
878 * include/c_std/features.h: New file.
879 * include/c_std/bits/wrap_features.h (_CPP_WRAP_FEATURES_H): New
880 file. Need to have c++config.h included before this file so
881 _ISOC99_SOURCE around.
883 * include/c_std/sys/cdefs.h: Hack.
884 * include/c_std/stdlib.h: Same, use c++config.h.
885 * include/c_std/bits/std_cstdlib.h: Use _GLIBCPP_HAVE_STRTOLD.
887 * include/c_std/bits/std_cassert.h: Fix.
888 * include/c_std/bits/std_cerrno.h: Make consistent.
890 * include/c_std/bits/std_csetjmp.h (setjmp): Unscope global
891 declaration from ::_C_legacy to _C_legacy.
893 * include/c_std/bits/std_cstdio.h: same with printf.
894 * include/c_std/stdio.h: And here.
896 * include/c_std/bits/std_cstdlib.h: abort, exit comment.
897 * include/c_std/stdlib.h: Same here.
899 2000-10-21 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
901 * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): New macro.
902 * aclocal.m4: Regenerate.
903 * configure.in: Use it.
904 * configure: Regenerate.
905 * src/complexl.cc: Fixup.
906 * include/c_std/bits/std_cmath.h: Fixup.
907 * include/c/bits/std_cmath.h: Fixup.
908 * docs/configopts.html: Add docs.
910 * docs/links.html: Add links to defects list, standards FAQ.
912 * testsuite/21_strings/ctor_copy_dtor.cc (test01): Disable tests
913 with string creation that allocate huge ammounts of memory.
915 * include/c/bits/std_cstddef.h: Put size_t, ptrdiff_t in
918 2000-10-21 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
920 * libsupc++/exception.cc: Use namespace std.
921 * libsupc++/new: DITTO.
922 * libsupc++/new_op.cc: DITTO.
923 * libsupc++/new_opnt.cc: DITTO.
924 * libsupc++/new_opv.cc: DITTO.
925 * libsupc++/new_opvnt.cc: DITTO.
926 * libsupc++/tinfo.cc: DITTO.
927 * libsupc++/tinfo.h: DITTO.
928 * libsupc++/vec.cc: DITTO.
929 * libsupc++/Makefile.am: Blank lines removal.
931 2000-10-21 Joseph S. Myers <jsm28@cam.ac.uk>
933 * docs/configopts.html, docs/install.html, docs/17_intro/BADNAMES,
934 docs/17_intro/howto.html, docs/18_support/howto.html,
935 docs/19_diagnostics/howto.html, docs/20_util/howto.html,
936 docs/21_strings/howto.html, docs/22_locale/howto.html,
937 docs/23_containers/howto.html, docs/24_iterators/howto.html,
938 docs/25_algorithms/howto.html, docs/26_numerics/howto.html,
939 docs/27_io/howto.html, docs/ext/howto.html, docs/faq/index.html:
940 Remove many EGCS references; use current absolute URLs on
941 gcc.gnu.org or sources.redhat.com for messages in list archives.
942 * docs/faq/index.txt: Regenerate.
944 2000-10-19 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
946 * testsuite/22_locale/codecvt_unicode_char.cc (test01): Adjust
947 creation of state_type for unicode_codecvt to take into account
948 the byte order markings. Add distinct tests for UCS-2BE and UCS-2LE.
949 * testsuite/22_locale/codecvt_unicode_wchar_t.cc (test01): Same.
950 * include/bits/codecvt.h (__enc_traits): Add support for encodings
951 that need a byte order marker. Needed for correct unicode support.
953 * src/locale.cc: Remove explicit qualification std::.
954 (locale::locale(const char* __name)): Revert, as named locale
955 support not finished.
956 * src/localename.cc (locale::_Impl:: _Impl(size_t __numfacets,
957 size_t __refs, bool __has_name = false, string __name): Move
959 * include/bits/localefwd.h: Here.
961 2000-10-18 Chip Salzenberg <chip@valinux.com>
963 * libio/libio.h (_IO_USER_LOCK): Define.
965 2000-10-18 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
967 * libsupc++/Makefile.am (exception): Change exception.cc to
968 exception_support.cc.
969 (CXXLINK): Remove bogus --tag CC.
970 * libsupc++/Makefile.in: Regenerate.
971 * libsupc++/exception.cc: Move to...
972 * libsupc++/exception_support.cc: ...here.
974 * src/Makefile.am: Remove bogus --tag CC.
975 * src/Makefile.in: Regenerate.
977 * include/bits/locale_facets.tcc (use_facet): Simplify.
978 * include/bits/locale_facets.h (use_facet<ctype<char> >): Correct
979 use_facet declaration. Replace 'const ctype<T>' with ctype<T>.
980 (use_facet<ctype<wchar_t> >): Same.
981 * src/locale-inst.cc: Remove explicit instantiation.
982 * src/locale.cc: Correct signature here too.
983 (_Bad_use_facet::what()): Correct error string.
984 * include/bits/localefwd.h: Correct comment.
986 * mkcheck.in (C_DIR): Change libsupc++/include to libsupc++.
988 2000-10-17 Martin Buchholz <martin@xemacs.org>
990 * testsuite/27_io/istream_seeks.cc: Fix spelling typo.
991 * testsuite/27_io/ostream_seeks.cc: Similarly.
993 2000-10-17 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
995 via Alexandre Oliva <aoliva@redhat.com>
996 * libsupc++/Makefile.am: Add --tag CXX, --tag CC, comments.
997 * libsupc++/Makefile.in: Regenerate.
998 * src/Makefile.am: Duplicate code.
999 * src/Makefile.in: Regenerate.
1001 * acinclude.m4 (GLIBCPP_ENABLE_RELIBGCC): Take this out.
1002 * aclocal.m4: Regenerate.
1003 * configure.in: And here.
1004 * configure: Regenerate.
1006 * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Disable
1007 test for SECTION_LDFLAGS.
1009 2000-10-16 Benjamin Kosnik <bkoz@gnu.org>
1011 Shadow headers would work if libsupc++ was strict about namespaces.
1012 This only possible if g++ maps std::size_t -> size_t. (Hint hint.)
1013 * include/c_std/assert.h: Add guards.
1014 * include/c_std/bits/std_climits.h: Correct typo.
1015 * include/c_std/ctype.h: Remove #error.
1017 * libio/libioP.h: Break up extern "C" bits around includes.
1018 * libio/libio.h: Only include C headers, or else _C_legacy namespaces
1020 * libio/libioP.h: Same here.
1022 2000-10-15 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1024 * include/c_std/unistd.h: Define some types only when defined in
1025 the original unistd.h.
1026 * include/c_std/bits/std_cstddef.h: Explicitly ask for the
1027 definition of size_t, ptrdiff_t and NULL.
1028 * include/c_std/bits/wrap_unistd.h: Blank lines removal.
1030 2000-10-15 Phil Edwards <pme@sources.redhat.com>
1032 * docs/configopts.html: Remove libgcc-rebuild; HTML formatting.
1034 2000-10-13 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1035 Mark Harig <markh@landmark.com>
1037 * src/Makefile.am (toolexeclibdir): Add support fo
1038 VERSION_SPECIFIC_LIBS and --with-gxx-include-dir.
1039 * src/Makefile.in: Regenerate.
1040 * libsupc++/Makefile.am: Same.
1041 (glibcppinstalldir): Adjust.
1042 * libsupc++/Makefile.in: Regenerate.
1043 * Makefile.am: Remove gxx_include_dir. Remove INCLUDE.
1044 * Makefile.in: Regenerate.
1045 * docs/configopts.html: Add descriptions of flags.
1047 2000-10-11 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1049 * libsupc++/Makefile.am: Use it.
1050 * libio/Makefile.am: Use it.
1051 * libmath/Makefile.am: Use it.
1052 * src/Makefile.am: Use it.
1053 * Makefile.am (AM_MAKEFLAGS): Remove includes.
1055 * acinclude.m4 (GLIBCPP_EXPORT_INCLUES): Move include macros here.
1056 (GLIBCPP_EXPORT_FLAGS): Move CXX flag setting here.
1057 * configure.in: Use it.
1059 * mkcheck.in (SRC_DIR): Use C_INCLUDE_DIR.
1061 * src/Makefile.am (CXXCOMPILE): Remove.
1062 * src/Makefile.in: Regenerate.
1063 * libsupc++/Makefile.am (CXXCOMPILE): Same here.
1064 * libsupc++/Makefile.in: Regenerate.
1066 * include/c_std/*: Merge with shadow.
1067 * include/c_std/bits/*: Same.
1069 * shadow: Remove directory.
1070 * shadow/*: De-populate.
1072 2000-10-11 Phil Edwards <pme@sources.redhat.com>
1074 * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Comment out
1075 exception-throwing code for linker test.
1076 * aclocal.m4: Regenerate.
1077 * configure: Regenerate.
1079 2000-10-10 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1081 * Makefile.am (LIBSUPCXX_INCLUDES): Adjust.
1082 * libsupc++/include: Remove
1083 * libsupc++/include/*: Move to ...
1085 * libsupc++/Makefile.am (glibcppinstall_HEADERS): Install headers.
1086 (glibcppinstalldir): New.
1088 * src/Makefile.am (c_base_headers): New.
1089 (c_shadow_headers): New
1091 (myinstallheaders): Correct install issues.
1092 * src/Makefile.in: Regenerate.
1094 * Makefile.am (CSHADOW_INCLUDES): Simplify.
1095 * Makefile.in: Regenerate.
1096 * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Add c_include_dir.
1097 * aclocal.m4: Regenerate.
1098 * mkcheck.in (SRC_DIR): Use it.
1100 * include/bits/std_stdexcept.h: And here.
1101 * include/bits/std_ios.h: Change std_exception.h to exception.
1102 * src/locale.cc: And here.
1103 * src/locale-inst.cc: And here.
1105 * include/bits/valarray_array.h: And here.
1106 * include/bits/stl_alloc.h: And here.
1107 * include/bits/stl_algobase.h: And here.
1108 * include/bits/pthread_allocimpl.h: And here.
1109 * include/bits/stl_construct.h: Change to std_new.h to new.
1111 * include/bits/locale_facets.h: Change std_typeinfo.h to typeinfo.
1113 * src/Makefile.am (INCLUDES): Add LIBSUPCXX_INCLUDES.
1114 (headers): Remove duplicated headers.
1115 (std_headers): And here.
1116 * src/Makefile.in: Regenerate.
1117 * libsupc++/Makefile.am (LIBSUPCXX_INCLUDES): Remove.
1118 * libsupc++/Makefile.in: Regenerate.
1119 * Makefile.am (LIBSUPCXX_INCLUDES): Add here.
1120 (AM_MAKEFLAGS): And here.
1121 * Makefile.in: Regenerate.
1122 * include/bits/std_typeinfo.h: Remove.
1123 * include/bits/std_new.h: Remove
1124 * include/bits/std_exception.h: Remove.
1126 * std/typeinfo: Remove.
1127 * std/exception: Remove.
1129 * libio/_G_config.h (__need_ptrdiff_t): Add.
1131 * libsupc++/include/new: Change stddef.h to cstddef.
1132 * libsupc++/tinfo.h: Change limits.h to climits.
1133 * libsupc++/pure.cc: Comment out _GNU_LIBRARY_ bits, as this
1134 renders the file uncompilable. Add copyright.
1136 * include/c_std/bits/std_cstddef.h: Don't bring wchar_t into std
1137 namespace, as it is a fundamental type.
1139 2000-10-09 Richard Henderson <rth@cygnus.com>
1141 * libsupc++/pure.cc: New file.
1142 * libsupc++/Makefile.am (INCLUDES): Add top_builddir.
1143 (sources): Add pure.cc.
1144 * libsupc++/Makefile.in: Regenerate.
1146 2000-10-09 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1148 * docs/configopts.html: Edit.
1150 * libio/Makefile.am (INCLUDES): Remove duplicates, simplify.
1151 * libio/Makefile.in: Regenerate.
1152 * libmath/Makefile.am (INCLUDES): Remove duplicates, simplify.
1153 * libmath/Makefile.in: Regenerate.
1154 * libsupc++/Makefile.am (INCLUDES): Remove duplicate.
1155 * libsupc++/Makefile.in: Regenerate.
1157 * Makefile.am (AM_MAKEFLAGS): Add GLIBCPP_INCLUDES,
1158 TOPLEVEL_INCLUDES, LIBMATH_INCLUDES, LIBIO_INCLUDES,
1159 CSHADOW_INCLUDES up here.
1160 * Makefile.in: Regenerate.
1161 * src/Makefile.am (CSHADOW_INCLUDES): Add include/c_std, include/c
1163 (myinstallheaders): Change glibcpp_includedir to GLIBCPP_INCLUDES.
1164 Move GLIBCPP_INCLUDES, TOPLEVEL_INCLUDES, LIBMATH_INCLUDES,
1165 LIBIO_INCLUDES, CSHADOW_INCLUDES up Makefile hierarchy.
1166 * src/Makefile.in: Regenerate.
1168 * include/c: New directory.
1169 * include/c/bits/(std_cassert.h, std_cctype.h, std_cerrno.h,
1170 std_cfloat.h, std_climits.h, std_clocale.h, std_cmath.h,
1171 std_csetjmp.h, std_csignal.h, std_cstdarg.h, std_cstddef.h,
1172 std_cstdio.h, std_cstdlib.h, std_cstring.h, std_ctime.h,
1173 std_cwchar.h, std_cwctype.h): Add, moving from...
1174 * include/bits: ...here.
1175 * include/c_std: New directory.
1176 * include/c_std/bits/*: Populate from...
1177 * shadow: ...here. Remove directory.
1179 2000-10-08 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1181 * libsupc++/Makefile.am (INCLUDES): Add toplevel include directory.
1182 (INCLUDES): Add glibcpp_includedir.
1183 * libsupc++/Makefile.in: Regenerate.
1185 * acinclude.m4 (GLIBCPP_CHECK_OS): Link to os_defines.h.
1186 * aclocal.m4: Regenerate.
1187 * config/os/*/bits/os_defintes: Adjust copyright dates.
1189 2000-10-08 Phil Edwards <pme@sources.redhat.com>
1191 * include/bits/c++config: Include <bits/os_defines.h>
1192 * config/os/aix/bits/os_defines.h: New file.
1193 * config/os/bsd/bits/os_defines.h: Ditto.
1194 * config/os/generic/bits/os_defines.h: Ditto.
1195 * config/os/gnu-linux/bits/os_defines.h: Ditto.
1196 * config/os/irix/bits/os_defines.h: Ditto.
1197 * config/os/newlib/bits/os_defines.h: Ditto.
1198 * config/os/solaris/solaris2.5/bits/os_defines.h: Ditto.
1199 * config/os/solaris/solaris2.6/bits/os_defines.h: Ditto.
1200 * config/os/solaris/solaris2.7/bits/os_defines.h: Ditto.
1202 2000-10-07 David Edelsohn <dje@watson.ibm.com>
1204 * config/os/aix/bits/atomicity.h: New file.
1206 2000-10-07 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1208 * acinclude.m4: Remove CPU_FLAGS
1209 * libio/Makefile.am: Here too.
1210 * Makefile.am: Here too.
1212 * src/Makefile.am (CONFIG_INCLUDES): Remove.
1213 (INCLUDES): Remove CONFIG_INCLUDES.
1214 (cpu_headers): Remove.
1215 (myinstallheaders): Remove cpu_headers.
1216 (generated_headers): Rename to build_headers.
1217 (build_headers): Add atomicity.h, ctype_base.h,
1218 ctype_specializations.h.
1220 * config/os: New directory.
1221 * config/aix: Move to...
1222 * config/bsd: Move to...
1223 * config/generic: Move to...
1224 * config/gnu-linux: Move to...
1225 * config/irix: Move to...
1226 * config/newlib: Move to...
1227 * config/solaris: Move to...
1228 * config/os/*: Here.
1230 2000-10-07 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1232 * acinclude.m4: Remove CPU_FLAGS
1233 * libio/Makefile.am: Here too.
1234 * Makefile.am: Here too.
1236 * src/Makefile.am (CONFIG_INCLUDES): Remove.
1237 (INCLUDES): Remove CONFIG_INCLUDES.
1238 (cpu_headers): Remove.
1239 (myinstallheaders): Remove cpu_headers.
1240 (generated_headers): Rename to build_headers.
1241 (build_headers): Add atomicity.h, ctype_base.h,
1242 ctype_specializations.h.
1244 * config/os: New directory.
1245 * config/aix: Move to...
1246 * config/bsd: Move to...
1247 * config/generic: Move to...
1248 * config/gnu-linux: Move to...
1249 * config/irix: Move to...
1250 * config/newlib: Move to...
1251 * config/solaris: Move to...
1252 * config/os/*: Here.
1254 2000-10-06 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1256 * src/Makefile.am: Remove OPTIMIZE_CXXFLAGS, WARN_CXXFLAGS,
1257 CONFIG_CXXFLAGS from here, and move to...
1258 * src/Makefile.in: Regenerate.
1259 * Makefile.am: ... here. Clean.
1260 (OPTIMIZE_CXXFLAGS): Move up Makefile hierarchy to here.
1261 (WARN_CXXFLAGS): Same.
1262 (CONFIG_CXXFLAGS): Same.
1263 * Makefile.in: Regenerate.
1264 * libsupc++/Makefile.am: Use top-level OPTIMIZE_CXXFLAGS,
1265 WARN_CXXFLAGS, CONFIG_CXXFLAGS as part of local AM_CXXFLAGS.
1266 * libsupc++/Makefile.in: Regenerate.
1268 Change math to libmath.
1269 * math: Move to libmath, delete.
1270 * libmath: New directory.
1271 * libmath/*: Populate.
1272 * src/Makefile.am (LIBMATH_INCLUDES): Change to libmath.
1273 (libstdc___la_LIBADD): Same.
1274 * src/Makefile.in: Regenerate.
1275 * configure.in: Add AC_OUTPUT for libmath/Makefile.
1276 * configure: Regenerate.
1277 * Makefile.am (SUBDIRS): Add libmath.
1278 * Makefile.in: Regenerate.
1279 * README (file): Change name.
1281 2000-10-06 Benjamin Kosnik <bkoz@cygnus.com>
1282 Richard Henderson <rth@cygnus.com>
1283 Alexandre Oliva <aoliva@redhat.com>
1285 * libsupc++: New directory.
1286 * libsupc++/*: Populate.
1287 * libsupc++/Makefile.am (INCLUDES): Add -I../../gcc for
1288 eh-common.h, gansidecl.h.
1289 * configure.in: Add in libsupc++/Makefile to AC_OUTPUT.
1290 * configure: Regenerate.
1291 * Makefile.am (SUBDIRS): Add libsupc++.
1292 * Makefile.in: Regenerate.
1293 * src/Makefile.am (libstdc___la_LIBADD): Add in libsupc++.la
1294 * src/Makefile.in: Regenerate.
1295 * libio/Makefile.am: Remove extraneous, confusing bits.
1296 * libio/Makefile.in: Regenerate.
1298 2000-10-05 Brent Verner <brent@rcfile.org>
1300 * bits/istream.tcc [basic_istream::get(basic_streambuf&)]: Removed
1301 test for _M_gcount < in_avail(), as in_avail() only reports info
1302 for current buffer, causing method to return at end of buffer.
1303 * testsuite/27_io/istream_unformatted.cc [test07()]: New test.
1304 * testsuite/27_io/istream_unformatted-3.txt: New file.
1305 * testsuite/27_io/istream_unformatted-3.tst: New file.
1307 2000-10-05 Benjamin Kosnik <bkoz@fillmore.constant.com>
1309 * README (file): Adjust directory structures.
1310 * mkcheck.in (INC_PATH): Adjust for header changes.
1312 2000-10-05 Phil Edwards <pme@sources.redhat.com>
1314 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Tweaks to message texts
1315 for public relations purposes.
1316 * aclocal.m4: Regenerated.
1317 * configure: Regenerated.
1319 * docs/ext/howto.html: Additional explanation about hashing.
1321 2000-10-05 Benjamin Kosnik <bkoz@cygnus.com>
1323 * include: New directory.
1324 * include/backward: New directory.
1325 * include/bits: New directory.
1326 * include/ext: New directory.
1327 * include/std: New directory.
1328 * include/*/*: Populate.
1330 * backwards: Move to include/backwards, delete.
1331 * bits: Move to include/bits, delete.
1332 * ext: Move to include/ext, delete.
1333 * std: Move to include/std, delete.
1335 * src/complex.cc: Adjust include of mathconf.
1337 * mkc++config (BASE_H): Add include.
1339 * src/Makefile.am: Support for topleve sources include directory.
1340 (INCLUDES): Add LIBMATH_INCLUDE.
1341 * src/Makefile.in: Regenerate.
1342 * math/Makefile.am (INCLUDES): Append /include.
1343 * math/Makefile.in: Regenerate.
1344 * libio/Makefile.am (INCLUDES): Add glibcpp_includedir.
1345 * libio/Makefile.in: Regenerate.
1347 2000-10-04 Benjamin Kosnik <bkoz@gnu.org>
1349 * libio/_G_config.h : Re-guard the __mbstate_t declaration.
1351 2000-10-03 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1353 * docs/22_locale/howto.html: Add link to proto-documentation on
1355 * docs/documentation.html: Rename links for clarity.
1357 * src/Makefile.am (headers): Remove unistd.h, wrap_unistd.h. Add
1358 fcntl.h, iolibio.h, libioP.h, pthread.h, iconv.h.
1359 * src/Makefile.in: Regenerate.
1361 2000-10-02 Steven King <sxking@uswest.net>
1363 * mkcshadow: Fixed script to output proper include guard.
1364 * bits/char_traits.h: Cleaned up types in char_traits<char> functions.
1365 * libio/_G_config.h: Hacked to make work with shadow heraders.
1366 * shadow/*: Hacked to make shadow headers work.
1368 2000-10-02 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1370 Self-compile with shadow headers.
1371 * acconfig.h (_GLIBCPP_USE_SHADOW_HEADERS): Define. Eventually,
1372 like _GLIBCPP_USE_NAMESPACES before it, this macro will die when
1373 it becomes the default way the library is built.
1374 * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): New macro.
1375 * config/gnu-linux/bits/ctype_base.h (ctype_base): Use it.
1376 * config/gnu-linux/ctype.cc (ctype): Use it.
1378 * src/localename.cc (locale::_Impl::_M_replace_categories): Remove
1380 * src/locale.cc: Explicitly cast mbstate_t to void* in calls to
1381 memset. This should not be necessary, but an ambiguous overload
1384 * shadow/bits/std_cwchar.h: Fix.
1385 * shadow/wchar.h: Fix.
1387 * config/gnu-linux/bits/ctype_base.h (ctype_base): Inject ctype
1388 enums into namespace std:: for ctype_base enum. Other OS types
1389 will have to do this as well.
1390 * config/gnu-linux/ctype.cc (ctype): Inject ctype data into
1391 namespace std, in particular __ctype_toupper, __ctype_tolower,
1394 * shadow/iolibio.h: New file.
1395 * shadow/bits/wrap_iolibio.h: New file.
1396 * shadow/libioP.h: New file.
1397 * shadow/bits/wrap_libioP.h: New file.
1398 * shadow/bits/wrap_fcntl.h: New file.
1399 * shadow/fcntl.h: New file.
1400 * shadow/iconv.h: New file. Inject iconv names into the global
1401 namespace, unmangled for the moment.
1402 * shadow/bits/wrap_iconv.h: New file.
1403 * shadow/unistd.h: Remove. Useless.
1404 * shadow/bits/wrap_unistd.h: Remove.
1406 * src/Makefile.am: Take out machine-ansi.h, add fcntl.h unistd.h.
1407 * src/Makefile.in: Regenerate.
1409 * config/c_io_libio.h (_IO_codecvt): Change to normal C++ decl.
1411 * shadow/libio.h: Fix.
1412 * shadow/bits/wrap_libio.h: Fix.
1414 * shadow/bits/std_clocale.h: Remove typedef struct construct,
1415 which will not compile.
1416 * shadow/bits/std_ctime.h: Same.
1418 * shadow/pthread.h: New file. Put pthreads types and functions
1419 into global scope, which is probably not the correct long-term
1420 solution but has to be done at the moment before libio wrappers
1421 can even be started.
1422 * shadow/bits/wrap_pthread.h: New file.
1424 * bits/std_ios.h: Formatting tweak.
1425 * shadow/bits/std_cstdio.h: Format. Remove extraneous bits.
1427 * acinclude.m4 (GLIBCPP_CHECK_COMPILER_FEATURES): Add -Werror to
1428 tests for compiler features.
1429 * aclocal.m4: Regenerate.
1430 * configure: Regenerate.
1432 * config/c_io_libio.cc: Remove fcntl.h include, as SEEK_SET
1434 * libio/libioP.h: Comment out fcntl.h include.
1436 * shadow/math.h: Add in float and long declarations, as per ISO C9X.
1438 * bits/c++config: Define _ISOC99_SOURCE.
1440 * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Add -fno-builtins to
1441 CSHADOWFLAGS, as well as _ISOC99_SOURCE.
1442 * aclocal.m4: Regenerate.
1443 * configure: Regenerate.
1444 * src/Makefile.am (CSHADOW_INCLUDES): Enable, again.
1445 (CSHADOW_INCLUDES): Add -I$(top_srcdir)/std before shadow include dir.
1446 (CXXCOMPILE): Remove $(DEFS), which searches $(top_srcdir) before
1447 std or shadow directories.
1448 (LTCXXCOMPILE): Same.
1449 (INCLUDES): Add $(top_builddir) before $(top_srcdir).
1450 (AC_CXXFLAGS): Add CSHADOWFLAGS.
1451 * src/Makefile.in: Regenerate.
1453 * src/complex.cc (FCT): Change ::name to name.
1454 * src/complexl.cc (FCT): Same. Use _GLIBCPP_USE_LONG_LONG here.
1455 * src/complexf.cc (FCT): Same.
1457 * src/complexf.cc: Remove FCT define, as things are properly
1458 overloaded in the std namespace with the shadow headers.
1459 * src/complexl.cc: Same.
1460 * src/complex.cc: Same.
1462 2000-09-25 Phil Edwards <pme@sources.redhat.com>
1464 * docs/documentation.html: Add link to...
1465 * docs/ext/howto.html: ...this. New dir/file, describing library
1466 extensions (both ours and SGI's).
1467 * docs/faq/index.html: Small updates.
1468 * docs/faq/index.txt: Regenerate.
1470 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1472 * bits/basic_file.h (_M_open_mode): Remove extra qualifier.
1474 2000-09-25 Levente Farkas <lfarkas@mindmaker.hu>
1476 * ext/stl_hashtable.h (_M_copy_from): Change __copy to __local_copy.
1478 2000-09-19 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1480 * src/localename.cc (locale::_Imp) : Remove typedefs.
1481 * bits/localefwd.h (locale::locale(const locale& __other, _Facet*
1482 __f): Consistency check, call _Imp ctor with reference argument
1484 * bits/localefwd.h: Change _S_num_categories to
1485 _S_categories_num. Add new data member, _S_facets_num, which is
1486 the number of standard facets.
1488 2000-09-19 Phil Edwards <pme@sources.redhat.com>
1490 * docs/21_strings/howto.html: Fix editor lossage from last commit.
1492 2000-09-19 Phil Edwards <pme@sources.redhat.com>
1494 * docs/thanks.html: More thanks.
1495 * docs/18_support/howto.html: Fix thinko.
1496 * docs/21_strings/howto.html: Minor tweaks and updates to URLs.
1497 Redo the string transformation notes and link to...
1498 * docs/22_locale/howto.html: ...here.
1500 2000-09-18 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1502 * src/locale-inst.cc: Add time_put_byname and
1503 time_get_byname instantiations.
1504 * bits/locale_facets.h: Correct default, private derivation to
1505 public derivation in _byname declarations.
1506 * src/locale.cc (locale::classic()): Simplify.
1507 * src/localename.cc (locale::_Impl:: _Impl(const _Impl& __other,
1508 const string& __name, category __cat, size_t __refs): Re-work for
1510 (_M_normalize_category_names): Remove.
1512 * testsuite/22_locale/global_templates.cc (test01): Tweaks.
1513 * testsuite/22_locale/ctor_copy_dtor.cc (test01): More tests.
1515 2000-09-18 Yuri V. Baskakov <yuribsk@lab.sun.mcst.ru>
1517 * bits/std_bitset.h (operator>>): Change to char_type.
1519 2000-09-15 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1521 * src/locale.cc (locale::locale(const char* __name)): Consolidate
1522 name setting. Add checks for NULL __name pointers. Remove calls to
1523 _S_initialize() as initial locale initialization can either be
1524 assumed, or needs to be made consistent throughout locale
1526 (locale::locale(const locale& __other, const char* __name,
1527 category __cat): Add checks for NULL name. Add checks for
1529 * src/localename.cc (locale::_Impl:: _Impl(const _Impl& __other,
1530 const string& __name, category __cat, size_t __refs)): Set correct
1531 name, has_name values.
1532 * testsuite/22_locale/ctor_copy_dtor.cc (test01): More tests.
1533 * docs/22_locale/locale.html: New file, more unfinished docs...
1535 2000-09-14 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1537 * src/locale.cc (locale::name()): Implement.
1538 (_Impl(size_t __numfacets, size_t __refs, bool __namep = false,
1539 string __name = "*")): Change signature.
1540 (locale::classic): Initialize the "C" locale as a named locale.
1541 * bits/localefwd.h (locale): Change _M_num_references to
1542 _M_references. Eliminate _M_cached_name_ok. Rename _M_cached_name
1544 * bits/localefwd.h: Tweaks.
1545 * src/localename.cc: Tweaks.
1546 * testsuite/22_locale/ctor_copy_dtor.cc (test01): Add tests.
1549 * bits/basic_string.h: Consistency check, change _M_state ->
1552 2000-09-14 Brendan Kehoe <brendan@zen.org>
1554 * bits/string.tcc (_Rep::_S_max_size): Use typename for its size_type
1557 * src/Makefile.an (headers): Also install backward/fstream.h.
1558 * src/Makefile.in: Regenerate.
1560 * bits/char_traits.h (char_traits<_CharT>::get_state,
1561 char_traits<char>::get_state, char_traits<wchar_t>::get_state): Pass
1562 argument in by reference, not by value. Uglify to _S_get_state.
1563 (char_traits<*>::__eos): Uglify to _S_eos.
1564 * bits/std_ostream.h (ends(basic_ostream<_CharT, _Traits>& __os)):
1565 Change __eos to _S_eos.
1567 2000-09-13 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1569 * testsuite/22_locale/static_members.cc: New file.
1570 * testsuite/22_locale/ctor_copy_dtor.cc: New file.
1571 * src/locale.cc: Minor formatting tweaks.
1573 2000-09-12 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1575 * testsuite/22_locale/global_templates.cc (test01): Add negative
1576 tests for use_facet.
1578 * bits/localefwd.h (locale::operator()): Minor tweaks.
1579 * bits/locale_facets.tcc (locale::operator()): Same.
1580 * testsuite/22_locale/operators.cc: New file.
1582 * testsuite/22_locale/facet.cc (output_iterator): Remove
1583 gnu_input_iterator, gnu_output_iterator.
1585 2000-09-11 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1587 * acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Remove test != "0".
1588 * aclocal.m4: Regenerate.
1589 * configure: Regenerate.
1591 * bits/c++config (__GLIBCPP__): Update, in the hopes of making a
1592 snapshot release soon.
1593 (_GNU_SOURCE): Define this in the header files, as ISO C99 support
1594 is pretty much assumed.
1596 * testsuite/22_locale/global_templates.cc: New file. Add tests for
1597 use_facet and has_facet.
1599 * bits/codecvt.h (codecvt<_InT, _ExT, __enc_traits>::do_out):
1600 Modify/correct iconv signatures for glibc2.2.
1602 2000-09-10 Branko Cibej <branko.cibej@hermes.si>
1604 * acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Replace "grep -q" with
1607 2000-09-09 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1609 * bits/localefwd.h (locale::_Impl): Scope out types to public.
1610 (locale): Make _Impl declaration public.
1612 2000-09-08 Felix Natter <fnatter@gmx.net>
1614 * docs/17_intro/porting-howto.html: New version.
1616 2000-09-07 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1618 * config/cpu/i386/bits/atomicity.h (__exchange_and_add): Change unused
1620 * config/cpu/ia64/bits/atomicity.h (__exchange_and_add): And here.
1621 * config/cpu/i486/bits/atomicity.h (__exchange_and_add): And here.
1623 2000-09-07 Phil Edwards <pme@sources.redhat.com>
1625 Add bits for --enable-maintainer-mode:
1626 - turns on enable_debug
1627 (doing "--enable-maint --disable-debug" will DTRT)
1628 - turns on -Werror, now off by default
1629 * acinclude.m4: Add bits.
1630 * aclocal.m4: Regenerate.
1631 * configure.in: Add defaults for GLIBCPP_ENABLE_DEBUG.
1632 * configure: Regenerate.
1634 2000-09-07 Benjamin Kosnik <bkoz@cygnus.com>
1636 * bits/std_cwctype.h: Remove yesterday's hacks.
1638 2000-09-07 Brad Garcia <bgarcia@laurelnetworks.com>
1640 * bits/stl_tree.h: Make operators !=, == type safe for map, set.
1641 * testsuite/23_containers/set_operators.cc: New file. Should not
1643 * testsuite/23_containers/map_operators.cc: New file. Ditto.
1645 2000-09-06 Richard Henderson <rth@cygnus.com>
1646 Benjamin Kosnik <bkoz@cygnus.com>
1648 * acinclude.m4 (GLIBCPP_CHECK_CPU): Add ia64 support.
1649 * aclocal.m4: Regenerate.
1650 * configure: Regenerate.
1651 * config/cpu/ia64: New directory.
1652 * config/cpu/ia64/bits: New directory.
1653 * config/cpu/ia64/bits/atomicity.h: New file.
1655 2000-09-06 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1657 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Force glibc_satisfactory
1658 to no, so that libstdc++-v3's libio will be built on glibc-2.2
1660 * aclocal.m4: Regenerate.
1661 * configure: Regenerate.
1662 * */Makefile.in: Regenerate.
1664 * bits/std_cwctype.h: Put in temporary hack to work around -O2 +
1665 glibc 2.1.x unsigned errors. Or disable -Werror by default...
1667 * testsuite/23_containers/vector_element_access.cc: New file.
1668 * bits/stl_config.h (__STL_THROW_RANGE_ERRORS): Define.
1670 2000-09-06 Levente Farkas <lfarkas@mindmaker.hu>
1672 * bits/string.tcc: Fix up more parameter names.
1674 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
1676 * configure: Rebuilt with new libtool.m4.
1678 2000-09-01 Benjamin Kosnik <bkoz@cygnus.com>
1680 * src/locale-inst.cc: Remove pre-instantiation of unicode
1681 codecvt types. Now unnecessary, as locale header now correct.
1683 2000-08-31 Benjamin Kosnik <bkoz@cygnus.com>
1685 * bits/locale_facets.tcc (_S_build_float_format): Move ...
1686 * src/locale.cc: Here.
1687 * bits/locale_facets.tcc (num_get::_M_extract): Clean up generic
1688 definition. Move specialization to ...
1689 * src/locale.cc: Here.
1690 * bits/locale_facets.tcc: Move _Format_cache specializations to ...
1691 * src/locale.cc: Here.
1692 * bits/locale_facets.tcc: Move use_facet<ctype> specializations to ...
1693 * src/locale.cc: Here.
1695 * bits/std_locale.h: Note that locale_facets.tcc should be
1696 included here, for standards conformance. It may increase
1697 compile times though. For the time being, enable.
1698 * testsuite/22_locale/facet.cc: New file, some parts commented out
1701 * mkcheck.in: Append total time to test summary file.
1703 * bits/sbuf_iter.h : Formatting tweaks.
1705 Clean up static const data member definitions.
1706 * src/locale.cc: Add definitions for all missing locale,
1707 locale::_Imp, and locale::id static data members.
1708 (ctype<char>): Add table_size define.
1709 (money_base): Add _S_default_pattern, uglify.
1710 * bits/localefwd.h: Add definitions for static members of _Count_ones.
1711 * bits/locale_facets.h: Tweaks.
1712 * bits/locale_facets.tcc: Tweaks.
1713 * bits/string.tcc: Add definition for npos.
1714 * bits/ios_base.h: Tweaks.
1715 * bits/ios_base.h (ios_base::Init::_M_ios_base_init): Change to
1717 * src/ios.cc: And here. Add _S_local_words definition.
1718 Add definitions for __ios_flags const static data.
1719 * src/codecvt.cc: Same for __enc_traits.
1720 * src/locale-inst.cc: Remove money_base data member definition
1723 2000-08-30 Benjamin Kosnik <bkoz@redhat.com>
1725 * testsuite/22_locale/ctype_wchar_t_members.cc (test01): New file.
1727 * docs/22_locale/codecvt.html: Re-number.
1728 * docs/22_locale/howto.html: Add entry for ctype
1729 documentation. Add entry for Nathan's introduction to locales
1731 * docs/22_locale/ctype.html: New file. In progress...
1733 * docs/22_locale/codecvt.html: Formatting cleanups.
1734 * src/locale.cc (ctype<wchar_t>::do_is): Fix thinko.
1736 2000-08-30 Phil Edwards <pme@sources.redhat.com>
1738 * docs/22_locale/codecvt.html: Behind-the-scenes ASCII->HTML
1739 tweaks for certain browsers.
1741 2000-08-29 Benjamin Kosnik <bkoz@redhat.com>
1743 * bits/locale_facets.h (ctype<char>): Remove __table_type.
1744 Add include for bits/std_cwctype.h, for wctype_t.
1745 * src/locale.cc (ctype<wchar_t>): Implement.
1746 * config/gnu-linux/bits/ctype_base.h (ctype_base): Remove mask
1747 typedef, instead name enum.
1748 * config/gnu-linux/bits/ctype_specializations.h: Tweak.
1749 * config/gnu-linux/ctype.cc: Tweak.
1750 * testsuite/22_locale/ctype.cc: Tweak.
1752 * bits/codecvt.h (__enc_traits): Uglify names.
1754 2000-08-28 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1756 * docs/22_locale/codecvt.html: Add more bits, format.
1757 * bits/codecvt.h: Add copy ctor, rename types.
1758 * testsuite/22_locale/codecvt_unicode_char.cc: Tweak.
1760 * libio/iofwide.c: Tweak.
1762 2000-08-28 Phil Edwards <pme@sources.redhat.com>
1764 * docs/configopts.html: Mention new options.
1765 * docs/install.html: Formatting changes for platform-specific
1766 pre-reqs, previously only Cygwin.
1767 * docs/mail.html: Fix new link.
1768 * docs/thanks.html: A couple more people.
1769 * docs/26_numerics/howto.html: Fix typo.
1771 2000-08-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1773 * docs/22_locale/howto.html: Add notes on codecvt implementation.
1774 * docs/22_locale/codecvt.html: New file. In progress.
1776 2000-08-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1778 * acconfig.h: Revert.
1779 * acinclude.m4: Revert.
1780 * libio/_G_config.h: Revert.
1781 * libio/libio.h: Revert.
1783 2000-08-23 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1785 * bits/codecvt.h: Tweaks.
1786 * testsuite/22_locale/codecvt_unicode_wchar_t.cc (test01): Fix up
1787 initial string literals for UCS4.
1789 2000-08-23 Phil Edwards <pme@sourceware.cygnus.com>
1791 * acconfig.h: _GLIBCPP_USING_THREADS and some workaround types added.
1792 * acinclude.m4: New macro, GLIBCPP_ENABLE_WCHAR. Set the threads
1793 definition as well, and some minor spelling/spacing fixes. If
1794 building libio, check for certain typedefs.
1795 * libio/_G_config.h: Wrap _IO_MTSAFE_IO in _GLIBCPP_USING_THREADS.
1796 Conditionally define _LARGEFILE64_SOURCE, otherwise the 64-bit types
1797 will never be there.
1798 * libio/libio.h: In the null case, _IO_lock_t can't just be void.
1799 * src/string-inst.cc: Use _GLIBCPP_USE_WCHAR_T.
1801 * configure.in: Update the cache a bit more often.
1803 * mkcheck.in: For check-install, also need to -I the testsuite dir.
1805 2000-08-22 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1807 * src/locale-inst.cc: Add codecvt<unicode_t, wchar_t,
1808 __enc_traits> instantiations for has_facet and use_facet.
1809 * testsuite/22_locale/codecvt_unicode_wchar_t.cc: New file, for
1810 testing two-byte unicode encodings converted to four-byte UCS4
1813 * bits/codecvt.h (codecvt<__enc_traits>): Fix do_unshift.
1814 * testsuite/22_locale/codecvt_unicode_char.cc (test01): Add
1815 correct state/encoding information.
1817 * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Add wcsrtombs,
1818 mbsrtowcs checks as codecvt<wchar_t, char, mbstate_t> needs them
1820 Add checks for langinfo.h, nl_langinfo function call.
1821 * libio/iofwide.c (_IO_fwide): Simplify, as nl_langinfo is assumed.
1823 2000-08-22 Richard B. Kreckel <Richard.Kreckel@Uni-Mainz.DE>
1825 * config/cpu/alpha/bits/atomicity.h: Change __attribute__
1826 ((unused)) to __attribute__ ((__unused__)).
1827 * config/cpu/arm/bits/atomicity.h: Same.
1828 * config/cpu/generic/bits/atomicity.h: Same.
1829 * config/cpu/i386/bits/atomicity.h: Same.
1830 * config/cpu/i486/bits/atomicity.h: Same.
1831 * config/cpu/powerpc/bits/atomicity.h: Same.
1832 * config/cpu/sparc/sparc32/bits/atomicity.h: Same.
1833 * config/cpu/sparc/sparc64/bits/atomicity.h: Same.
1835 2000-08-22 Levente Farkas <lfarkas@mindmaker.hu>
1837 * bits/basic_string.h: Fix up parameter names.
1839 2000-08-22 Brent Verner <brent@rcfile.org>
1841 * src/Makefile.am (INCLUDES): Put $(CSHADOW_INCLUDES) before
1843 * src/Makefile.in: Regenerate.
1845 2000-08-21 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1847 * bits/codecvt.h: Implement codecvt<wchar_t, char, mbstate_t>. Fix
1848 up __enc_traits template so as to be marginally useful.
1849 * src/codecvt.cc: And here.
1850 * bits/char_traits: Tweak.
1851 * bits/locale_facets.h: Tweak.
1852 * bits/locale_facets.tcc: Tweak.
1853 * bits/localefwd.h: Tweak.
1854 * src/locale-inst.cc: Add use_facet/has_facet instantiations here.
1855 * testsuite/22_locale/codecvt_wchar_t_cc.cc: New file.
1856 * testsuite/22_locale/codecvt_char_char.cc: New file.
1857 * testsuite/22_locale/codecvt_unicode_char.cc: New file.
1859 2000-08-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1861 * bits/std_cmath.h (std::abs): Overload for int and long.
1863 2000-08-20 Benjamin Kosnik <bkoz@gnu.org>
1865 * src/string-inst.cc: Tweak instantiations for new-gxx-abi.
1867 2000-08-19 Gabriel Dos Reis <gdr@codesourcery.com>
1869 * bits/valarray_array.h (__valarray_min, __valarray_max): Fix
1870 thinko. Diagnostic messages really need to be improved for
1871 template argument deduction.
1873 2000-08-18 Benjamin Kosnik <bkoz@gnu.org>
1875 * bits/valarray_meta.h: Fix typos...
1877 2000-08-18 Gabriel Dos Reis <gdr@codesourcery.com>
1879 * bits/valarray_meta.h (_Expr<>::shift, _Expr::cshift,
1880 _Expr<>::apply): Implement.
1882 2000-08-18 Gabriel Dos Reis <gdr@codesourcery.com>
1884 * bits/valarray_meta.h (_Expr<>::min, _Expr<>::max): Implement.
1886 * bits/valarray_array.h (__valarray_min, __valarray_max): New
1889 2000-08-17 Mark Mitchell <mark@codesourcery.com>
1891 * bits/localefwd.h (std::locale): Use explicit `class' specified
1892 when declaring friends.
1893 * bits/std_fstream.h (std::basic_filebuf): Likewise.
1895 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
1897 * src/Makefile.am (libstdc++.INC): Renamed from INCLUDES.
1898 * src/Makefile.in: Regenerate.
1900 2000-08-15 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1902 * bits/codecvt.h: New file.
1903 * src/codecvt.cc: New file.
1904 * bits/std_locale.h: Add include here.
1905 * src/Makefile.am (headers): Add codecvt.h
1906 (sources): Add codecvt.cc.
1907 * src/Makefile.in: Regenerate.
1908 * bits/locale_facets.h (codecvt): Re-implement. Rename _Codecvt to
1909 __codecvt_abstract_base in an attempt to point some light this way...
1910 Move __enc_traits and codecvt bits to codecvt.h.
1911 * src/locale-inst.cc: Remove codecvt<wchar_t, wchar_t, mbstate_t>
1912 explicit instantiation. Separate out codecvt instantations, simplify.
1913 * src/locale.cc: Move codecvt bits to codecvt.cc
1915 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
1917 * src/Makefile.am (INCLUDES): New target file, with all -I flags.
1918 * src/Makefile.in: Regenerate.
1920 2000-08-14 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1922 C/C++ io merge/sync.
1933 * config/c_io_libio.cc (__basic_file): Add hacky casts to
1934 ((struct _IO_FILE_plus *) in ctors.
1935 (__basic_file<wchar_t>): Adjust _wide_data->_codecvt to just _codecvt.
1936 * libio/Makefile.am: Fix copyright. Remove cleanup.c.
1937 * libio/cleanup.c: Remove.
1938 * libio/filedoalloc.c (_IO_file_doallocate): Don't call
1939 _IO_cleanup_registration_needed, even if not libc.
1941 * testsuite/27_io/stringstream.cc (test02): Fix.
1943 2000-08-14 Brent Verner <brent@rcfile.org>
1945 * testsuite/debug_assert.h: new file
1946 * testsuite/*/*.cc: s/test\s*&=([^;]+);/VERIFY($1);/g
1947 changed conditional #include <c?assert.?h?> to
1948 unconditional #include <debug_assert.h>
1949 * mkcheck.in: added $SRC_DIR/testsuite to include search path
1950 for testsuite compile command.
1952 2000-08-14 Levente Farkas <lfarkas@mindmaker.hu>
1954 * bits/std_fstream.h: Remove duplicate typdefs for ofstream and
1955 wofstream, filebuf, wfilebuf, fstream, wfstream.
1956 * bits/std_streambuf.h: Same for streambuf, wstreambuf.
1957 * bits/std_sstream.h: Same for stringstream and wstringstream.
1958 Same for stringbuf, wstringbuf, istringstream, wistringstream,
1959 ostringstream, wostringstream.
1961 * testsuite/26_numerics/valarray.cc: Add test.
1963 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
1965 * configure: Regenerate after change to ../libtool.m4.
1967 2000-08-10 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1969 * bits/locale_facets.tcc: Formatting tweaks.
1970 * bits/locale_facets.h (__enc_traits): Start integrating this
1971 into codecvt, ctype. Formatting tweaks.
1973 2000-08-09 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1975 Preliminary wchar_t implementation, with trivial encodings.
1976 * docs/configopts.html: Add bits about canonical configure option
1979 * testsuite/27_io/iostream_objects.cc: Replace this file (which
1980 has newly-declared-illegal mixing of wide/narrow stdstreams) with...
1981 * testsuite/27_io/narrow_stream_objects.cc: New file.
1982 * testsuite/27_io/wide_stream_objects.cc: New file.
1984 * bits/fstream.tcc (underflow): Temporarily hack a solution
1985 together that writes from the external file to the internal
1986 buffers. This removes codecvt from the loop, and is incorrect.
1987 (_M_really_overflow): Same here.
1989 * testsuite/21_strings/inserters_extractors.cc (test05): Tweaks.
1991 2000-08-08 Benjamin Kosnik <bkoz@cygnus.com>
1992 Ulrich Drepper <drepper@cygnus.com>
1994 * config/c_io_libio.h: Tweak.
1995 * config/c_io_libio_codecvt.c: New file.
1996 * libio/Makefile.am: Add c_codecvt.c.
1997 * libio/Makefile.in: Regenerate.
1998 * libio/genops.c (_IO_unbuffer_write): Don't call _IO_SETBUF if the
1999 stream is not orientated.
2001 * acinclude.m4: Add config/c_io_libio_codecvt.c dummy file, until
2002 encoding gets fleshed out.
2004 * bits/basic_file.h: Add specialization declarations.
2005 * config/c_io_libio.cc: Add specializations for pbackfail, uflow.
2007 * config/c_io_libio.h: Add __c_wfile_type.
2008 * bits/basic_file.h: Add _M_wfile.
2010 * config/c_io_libio.cc (__basic_file<char>): Initialize the
2011 streams without setting the orientation of the underlying FILE to
2012 either wide or narrow.
2013 (__basic_file<wchar_t>)): Enable tricky wchar_t io bits.
2015 2000-08-07 Felix Natter <fnatter@gmx.net>
2017 * docs/17_intro/porting-howto.html: New version.
2019 2000-08-03 Mark Mitchell <mark@codesourcery.com>
2021 * bits/locale_facets.h (ctype::ctype): Don't name unused
2024 2000-08-01 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2026 * docs/install.html: Edit bits about requiring a special version
2029 2000-07-31 Benjamin Kosnik <bkoz@cygnus.com>
2031 * libio/fileops.cc: Update to current glibc sources.
2032 * libio/genops.c: Same.
2033 * libio/iofwide.c: Same.
2034 * libio/libio.h: Same.
2035 * libio/libioP.h: Same.
2036 * libio/wfiledoalloc.c: Same.
2037 * libio/wgenops.c: Same.
2039 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
2041 * acinclude.m4: Include ../libtool.m4.
2042 * aclocal.m4, configure: Rebuilt.
2044 2000-07-26 Phil Edwards <pme@sourceware.cygnus.com>
2046 * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Test for GNU ld
2047 before trying to use any of its options.
2048 (CHECK_MATH_DECL*,CHECK_BUILTIN_MATH_DECL*): Cache tests.
2049 * aclocal.m4: Regenerate.
2050 * configure.in: Having found GNU make, name it.
2051 * configure: Regenerate.
2052 * docs/install.html: Mention possible problems with caching.
2053 * src/Makefile.am (CXXLINK): Use new OPT_LDFLAGS.
2054 * src/Makefile.in: Regenerate.
2055 * libio/Makefile.in: Regenerate.
2056 * math/Makefile.in: Regenerate.
2057 * Makefile.in: Regenerate.
2059 2000-07-26 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2061 * src/misc-inst.cc (std): Remove instantiations.
2063 * acinclude.m4: Add forward-looking bits for autoconf.
2064 * aclocal.m4: Regenerate.
2066 * bits/ostream.tcc (ostream::operator<<): Fix const char* case.
2068 2000-07-25 Benjamin Kosnik <bkoz@gnu.org>
2070 * configure.in: Change AM_PROG_LIBTOOL to AC_PROG_LIBTOOL. Change
2071 it back for current versions of maintainer-tools...
2072 * acinclude.m4: Some cleanups...
2073 * aclocal: Regenerated.
2074 * configure: Regenerated.
2076 * src/Makefile.am (CXXLINK): Add -Wl,-01 to the link line for
2077 optimizing/adapting the hash table using GNU ld.
2078 * src/Makefile.in: Regenerate.
2080 2000-07-24 H.J. Lu <hjl@gnu.org>
2082 * src/Makefile.am (LIBIO_INCLUDES): Set to -I$(top_srcdir)/libio
2083 even if GLIBCPP_NEED_LIBIO is false. The installed glibc header
2084 files don't include private libio header files needed by
2086 * src/Makefile.in: Rebuild.
2088 2000-07-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2090 * bits/std_fstream.h: Parameterize __basic_file.
2091 * config/c_io_libio.cc: Add wchar_t methods for parameterization.
2092 * bits/basic_file.h: Same here.
2094 * bits/istream.tcc (getline): Tweaks.
2096 * bits/fstream.tcc: Shorten __retval to __ret.
2097 * bits/ostream.tcc: Same.
2098 * bits/sbuf_iter.h: Same.
2099 * bits/sstream.tcc: Same.
2100 * bits/streambuf.tcc: Same.
2101 * bits/std_fstream.h: Same.
2102 * src/string-inst.cc: Same.
2104 * config/c_io_libio.cc: Same.
2105 * bits/string.tcc: Same.
2106 * bits/std_streambuf.h: Same.
2108 2000-07-23 Brent Verner <brent@rcfile.org>
2110 * bits/istream.tcc: istream::getline(char_type*, streamsize,
2111 char_type) make compliant
2112 * testsuite/27_io/istream_unformatted.cc: test for compliant behavior
2114 2000-07-23 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2116 * acinclude.m4 (enable_cshadow_headers): Fix problems with blddir
2117 and srcdir used to define CSHADOW_INCLUDES..
2119 * configure.in: For consistency, change .sanity_warned to
2120 stamp-sanity-warned.
2122 * acinclude.m4: Tweak formatting.
2123 * Makefile.am (check): Call mkcheck with full pathname for build
2125 (check-install): And here.
2126 * Makefile.in: Regenerate.
2128 2000-07-22 Gabriel Dos Reis <gdr@codesourcery.com>
2130 Line up with libstdc++-v2 version of valarray.
2131 * bits/valarray_array.h (__valarray_product): Make inline.
2132 * src/valarray-inst.cc (__valarray_product): Remove explicit
2135 2000-07-21 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2137 * src/stl-inst.cc: Change __sink_unused_warning to unsigned int
2140 * testsuite/26_numerics/complex_inserters_extractors.cc (testall):
2141 Change return type to void.
2142 * testsuite/25_algorithms/lower_bound.cc: Add return values.
2143 * testsuite/17_intro/header_ciso646.cc: Modify.
2144 * bits/locale_facets.h: Add return values for the generic cases.
2146 2000-07-21 H.J. Lu (hjl@gnu.org)
2148 * acinclude.m4: Include <features.h> for glibc testing.
2149 * aclocal.m4: Likewise.
2151 * configure: Rebuild.
2153 2000-07-20 H.J. Lu (hjl@gnu.org)
2155 * acinclude.m4: Change "#pragma system_header" to
2156 "#pragma GCC system_header".
2157 * aclocal.m4: Likewise.
2158 * bits/std_cmath.h: Likewise.
2159 * bits/std_cassert.h: Likewise.
2160 * bits/std_cctype.h: Likewise.
2161 * bits/std_cerrno.h: Likewise.
2162 * bits/std_cfloat.h: Likewise.
2163 * bits/std_climits.h: Likewise.
2164 * bits/std_clocale.h: Likewise.
2165 * bits/std_cwchar.h: Likewise.
2166 * bits/std_csetjmp.h: Likewise.
2167 * bits/std_csignal.h: Likewise.
2168 * bits/std_cstdarg.h: Likewise.
2169 * bits/std_cstddef.h: Likewise.
2170 * bits/std_cstdio.h: Likewise.
2171 * bits/std_cstdlib.h: Likewise.
2172 * bits/std_cstring.h: Likewise.
2173 * bits/std_ctime.h: Likewise.
2174 * bits/std_cwctype.h: Likewise.
2175 * bits/std_exception.h: Likewise.
2176 * bits/std_new.h: Likewise.
2177 * bits/std_typeinfo.h: Likewise.
2178 * shadow/bits/std_cassert.h: Likewise.
2179 * shadow/bits/std_cctype.h: Likewise.
2180 * shadow/bits/std_cerrno.h: Likewise.
2181 * shadow/bits/std_cfloat.h: Likewise.
2182 * shadow/bits/std_climits.h: Likewise.
2183 * shadow/bits/std_clocale.h: Likewise.
2184 * shadow/bits/std_cmath.h: Likewise.
2185 * shadow/bits/std_csetjmp.h: Likewise.
2186 * shadow/bits/std_csignal.h: Likewise.
2187 * shadow/bits/std_cstdarg.h: Likewise.
2188 * shadow/bits/std_cstddef.h: Likewise.
2189 * shadow/bits/std_cstdio.h: Likewise.
2190 * shadow/bits/std_cstdlib.h: Likewise.
2191 * shadow/bits/std_cstring.h: Likewise.
2192 * shadow/bits/std_ctime.h: Likewise.
2193 * shadow/bits/std_cwchar.h: Likewise.
2194 * shadow/bits/std_cwctype.h: Likewise.
2195 * shadow/bits/wrap_libio.h: Likewise.
2196 * shadow/bits/wrap_unistd.h: Likewise.
2197 * shadow/sys/cdefs.h: Likewise.
2199 * configure: Rebuild.
2201 2000-07-20 Jakub Jelinek <jakub@redhat.com>
2203 * config/cpu/sparc/sparc64/bits/atomicity.h (__exchange_and_add):
2204 Use extended word instructions to match 64bit _Atomic_word.
2205 (__atomic_add): Likewise.
2206 * math/clog10l.c (clog10l): Use M_PIl if defined.
2207 * math/c_logl.c (c_logl): Likewise.
2208 * math/signbitl.c (__signbitl): Adapt for IEEE quad long doubles.
2209 * math/mathconf.h (ieee_quad_double_shape_type): New type.
2210 (GET_LDOUBLE_MSW64): New define.
2212 2000-07-20 Benjamin Kosnik <bkoz@cygnus.com>
2214 * bits/std_streambuf.h: Add bits for pback buffers here, so that
2215 in_avail, etc can use them.
2216 * bits/std_fstream.h: Ditto.
2217 * bits/fstream.tcc: Ditto.
2218 * testsuite/27_io/filebuf.cc: Tweaks.
2219 * testsuite/27_io/filebuf-3.tst: Correct for pbackfail bits.
2221 2000-07-19 Benjamin Kosnik <bkoz@cygnus.com>
2223 * src/localename.cc: Same.
2224 * src/locale.cc: Same.
2225 * bits/localefwd.h: _M_init_facet to _M_facet_init.
2227 * bits/locale_facets.h: _M_init_boolnames to _M_boolnames_init.
2229 * bits/std_sstream.h: Change _M_init_stringbuf to _M_stringbuf_init.
2231 * bits/fstream.tcc: Change _M_init_filebuf to _M_filebuf_init.
2232 * bits/std_fstream.h: Same.
2234 * bits/basic_string.h: Tweaks.
2236 2000-07-19 Phil Edwards <pme@sourceware.cygnus.com>
2238 * docs/18_support/howto.html: Update.
2240 2000-07-19 Benjamin Kosnik <bkoz@milou.soma.redhat.com>
2242 Internal consistency checks.....
2243 * bits/ios_base.h: Change _M_locale_ios to _M_ios_locale.
2246 * bits/basic_ios.h: Change _M_fctype_ios to _M_ios_fctype.
2247 * bits/basic_ios.tcc: Same.
2249 * bits/std_streambuf.h: Change _M_locale_buf to _M_buf_locale.
2250 Change _M_fctype_buf to _M_buf_fctype.
2251 * bits/fstream.tcc: Same.
2253 * bits/std_streambuf.h: Change _M_buf_bump to _M_out_cur_move.
2254 Change _M_locale_set to _M_buf_locale_init.
2255 * bits/streambuf.tcc: Same.
2256 * bits/sstream.tcc: Same.
2257 * bits/fstream.tcc: Same.
2259 * bits/std_streambuf.h: Make typedefs consistent.
2260 (_M_buf_bump): Be more careful with input sequence.
2262 * bits/std_sstream.h: Same.
2263 * bits/std_fstream.h: Same.
2265 2000-07-18 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2267 * acinclude.m4: Tweaks.
2268 * config/c_io_libio.cc: Tweaks.
2269 * bits/sstream.tcc (stringbuf::pbackfail): Simplify.
2270 * libio/_G_config.h: Don't define _G_HAVE_ST_BLKSIZE.
2271 * libio/[iofwide.c, wfiledoalloc.c, wfiteopos.c, wgenops.c]: New files.
2272 * libio/iofclose.c iofopen.c, stdio.c: New files.
2273 * libio/Makefile.am: Add files, add flags, etc.
2274 * src/Makefile.am (sources): Add filebuf.cc.
2275 * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT):
2276 (GLIBCPP_ENABLE_CSTDIO): Versioning testing, etc etc.
2278 2000-07-17 Phil Edwards <pme@sourceware.cygnus.com>
2280 * acinclude.m4: Import CHECK_GNU_MAKE from autoconf macro archive.
2281 * configure.in: Use it. Also print reminders one time.
2282 * aclocal.m4: Regenerate.
2283 * configure: Regenerate.
2285 2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com>
2287 * bits/valarray_array.h (__valarray_get_storage): New function.
2288 (_Array<>::Array): Use it.
2289 * bits/std_valarray.h (valarray<>::valarray): Likewise.
2290 (valarray<>::resize): Likewise. Tweak.
2291 * src/valarray-inst.cc (__valarray_product): Tweak.
2293 2000-07-11 Phil Edwards <pme@sourceware.cygnus.com>
2295 * docs: Update sourceware->sources in every HTML file. Minor updates.
2297 2000-07-07 Benjamin Kosnik <bkoz@soma.redhat.com>
2299 Clean up configure/build longstanding issues.
2300 * src/Makefile.am (AC_CXXFLAGS): Don't set @SECTION_LDFLAGS@ here.
2301 (CXXLINK): Add here, instead.
2303 * Makefile.am (check-install): Make sure mkcheck has execute privs.
2305 * configure.in (AC_OUTPUT_COMMANDS): Remove hacks here.
2307 * configure.in (AC_OUTPUT_COMMANDS): Link c_io_libio.h and
2308 c_io_libio.cc instead of copying.
2309 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Do link here.
2311 * configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and
2312 c++threads.h instead of copying.
2313 * acinclude.m4 (GLIBCPP_ENABLE_THREADS): Do link here.
2316 * config/c_io_libio.cc (__basic_file::_M_open_mode): Consolidate.
2317 * bits/basic_file.h: Declare.
2319 * mkcheck.in (TESTS_FILE): Use -v instead of --version.
2321 2000-07-07 brent verner <brent@rcfile.org>
2323 * testsuite/27_io/istream_unformatted.cc (test05): New test.
2325 2000-07-07 Benjamin Kosnik <bkoz@gnu.org>
2327 * bits/istream.tcc (istream::getline): Minor tweaks.
2329 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
2331 * docs/download.html: Mention gcc_update.
2332 * docs/configopts.html: Minor updates.
2333 * docs/gccrebuild.html: Ditto.
2334 * docs/18_support/howto.html: More tips, explanations, and reminders.
2335 * docs/19_diagnostics/howto.html: Ditto.
2336 * docs/21_strings/howto.html: Ditto.
2337 * docs/24_iterators/howto.html: Ditto.
2338 * docs/25_algorithms/howto.html: Ditto.
2339 * docs/26_numerics/howto.html: Ditto.
2341 2000-07-05 brent verner <brent@rcfile.org>
2343 * testsuite/27_io/ifstream_members.cc (test01): Add tests.
2344 * testsuite/27_io/ofstream_members.cc (test01): Add tests.
2345 * config/c_io_libio.cc (__basic_file::open): Unset
2346 ~_IO_DELETE_DONT_CLOSE.
2348 2000-07-05 Zack Weinberg <zack@wolery.cumb.org>
2350 * bits/gslice_array.h, bits/indirect_array.h, bits/mask_array.h,
2351 bits/slice_array.h, bits/std_valarray.h, bits/valarray_meta.h:
2352 Do not paste anything after 'operator' keyword.
2354 2000-07-03 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2356 * bits/std_memory.h: Revert.
2358 2000-07-03 Brendan Kehoe <brendan@zen.org>
2360 * bits/std_complex.h: Fix parens. Format.
2362 2000-07-03 scott snyder <snyder@fnal.gov>
2364 * bits/locale_facets.tcc (_M_extract): Only figure out the base
2365 from the input if base == 0.
2366 * testsuite/27_io/istream_extractor_arith.cc: Test reading a
2367 number with a leading `0' in hex mode.
2369 * shadow/bits/std_cmath.h: Fix typo in _GLIBCPP_HAVE_CEILL test.
2371 * mkinclosure: Change `==' to `=' in test.
2373 2000-07-03 Chip Salzenberg <chip@valinux.com>
2375 * src/Makefile.am (libio_headers): _G_config.h is found in srcdir,
2377 * src/Makefile.in: Regenerate.
2379 2000-07-01 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2380 Ulrich Drepper <drepper@purist.soma.redhat.com>
2382 Sync libio to glibc-2.2 current CVS.
2383 * libio/_G_config.h: New file.
2384 * libio/wfileops.c: New file.
2385 * libio/wfiledoalloc.c: New file.
2386 * libio/wgenops.c: New file.
2387 * libio/iofwide.c: New file.
2388 * libio/Makefile.am: Tweaks.
2389 * libio/Makefile.in: Regenerate.
2390 * libio/gen-params: Remove. Generic replacement for this yet undone.
2391 * libio/[filedoalloc.c, fileops.c, genops.c, iolibio.h, libio.h,
2392 libioP.h, stdfiles.c]: Update.
2393 * config/c_io_libio.cc: Tweaks.
2394 * acinclude.m4: Complete hacks to test wide io.
2395 * aclocal.m4: Regenerate.
2396 * configure: Regenerate.
2397 * src/Makefile.am: Update.
2398 * src/Makefile.in: Regenerate.
2400 * math/cargl.c: Remove underscores.
2402 * bits/locale_facets.h: Tweaks. Start adding iconv details
2404 * bits/locale_facets.tcc: Tweaks.
2405 * bits/std_cwchar.h: Tweaks.
2407 2000-06-29 scott snyder <snyder@fnal.gov>
2409 * bits/concept_checks.h
2410 (__less_then_comparable_requirement_violation): Only check for <.
2411 * testsuite/25_algorithms/lower_bound.cc: New file.
2413 2000-06-29 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2415 * testsuite/27_io/ostream_manip.cc (test02): Add tests.
2416 * bits/ostream.tcc: Tweak.
2417 * bits/std_fstream.h (basic_filebuf::setbuf): Reset
2418 _M_buf_size_opt too.
2419 * bits/std_streambuf.h (basic_streambuf::~basic_streambuf): Zero
2420 out _M_buf_size_opt.
2421 * bits/std_sstream.h (basic_stringbuf::_M_init_stringbuf): Set
2422 _M_buf_size_opt out here.
2423 * bits/char_traits.h (char_traits::eos): Non standard member
2424 function, uglify to __eos. Return char_type().
2425 * bits/std_ostream.h: Change.
2427 * testsuite/27_io/ostream_seeks.cc: New file.
2428 * testsuite/27_io/ostream_seeks-1.tst: New file.
2429 * testsuite/27_io/istream_unformatted.cc (main): Move test04 and
2431 * testsuite/27_io/istream_seeks.cc: New file.
2433 2000-06-29 Branko Cibej <branko.cibej@hermes.si>
2435 * bits/std_memory.h (auto_ptr_ref): Reworked and defined only if
2436 _GLIBCPP_RESOLVE_LIB_DEFECTS.
2437 (auto_ptr): _M_ptr changed to void*.
2438 (suto_ptr::get): Cast _M_ptr to element type.
2439 (auto_ptr::auto_ptr(auto_ptr<Tp1>)): Test implicit convetsion.
2440 (auto_ptr::~auto_ptr): Use this->get() instead of _M_ptr.
2441 (auto_ptr::operator*): Likewise.
2442 (auto_ptr::operator->): Likewise.
2443 (auto_ptr::release): Likewise.
2444 (auto_ptr::reset): Likewise.
2445 (auto_ptr::auto_ptr(auto_ptr_ref)): Initialize from __ref._M_release.
2446 (auto_ptr::operator auto_ptr_rev<_Tp1>): Updated.
2447 Define nested auto_ptr_ref unless _GLIBCPP_RESOLVE_LIB_DEFECTS.
2448 Define operator=(auto_ptr_ref) if _GLIBCPP_RESOLVE_LIB_DEFECTS.
2450 2000-06-28 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2452 * testsuite/27_io/filebuf.cc: Tweak.
2453 * testsuite/27_io/filebuf_members.cc (test_01): Fix.
2454 * config/c_io_libio.cc (__basic_file::~__basic_file): Match libio
2456 (__basic_file::basic_file): Clean, add calls similar to
2458 (__basic_file::open): Clean.
2459 (__basic_file::sys_open): Clean.
2461 * bits/std_fstream.h: Revert.
2462 * bits/fstream.tcc (filebuf::close()): Revert.
2463 (filebuf::basic_filebuf()): Revert.
2465 2000-06-27 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2467 Update to SGI STL 3.3
2468 * ext/hash_map, ext/hash_set, ext/slist, ext/stl_bvector.h,
2469 ext/stl_rope.h, ext/ropeimpl.h: Update.
2470 * bits/std_bitset.h, bits/std_map, bits/std_memory.h,
2471 bits/stl_algo.h, bits/stl_algobase.h, bits/stl_alloc.h,
2472 bits/stl_config.h, bits/stl_construct.h, bits/stl_deque.h,
2473 bits/stl_function.h, bits/stl_heap.h, bits/stl_iterator.h,
2474 bits/stl_iterator_base.h, bits/stl_list.h, bits/stl_map.h,
2475 bits/stl_multimap.h, bits/stl_multiset.h, bits/stl_numeric.h,
2476 bits/stl_queue.h, bits/stl_set.h, bits/stl_stack.h,
2477 bits/stl_string_fwd.h, bits/stl_threads.h, bits/stl_three.h,
2478 bits/stl_uninitialized.h, bits/stl_vectory.h: Update.
2480 * src/Makefile.am (headers): Add new files.
2481 * src/Makefile.in: Regenerate.
2482 * src/stl-inst.cc (std): Add instantiation for __sink_unused_warning.
2483 * bits/concept_checks.h: New file.
2484 * bits/container_concepts.h: New file.
2485 * bits/sequence_concepts.h: New file.
2487 2000-06-27 H.J. Lu <hjl@gnu.org>
2488 Loren J. Rittle <ljrittle@acm.org>
2490 * mkcheck.in: Add support to print standard flags needed to
2491 test g++ in build tree. Enhance command line error checking.
2493 2000-06-27 Phil Edwards <pme@sourceware.cygnus.com>
2495 * docs/install.html: Fix minor typo as reported.
2497 2000-06-26 Brent Verner <brent@rcfile.org>
2499 * bits/string.tcc (string::rfind): Fix.
2500 * testsuite/21_strings/rfind.cc: New file.
2502 2000-06-26 Anthony Williams <anthony@anthonyw.cjb.net>
2504 * testsuite/21_strings/ctor_copy_dtor.cc: Fixed logic error.
2506 2000-06-26 Branko Cibej <branko.cibej@hermes.si>
2508 * testsuite/27_io/filebuf_members.cc (test_01): Fixed typos.
2510 * mkcheck.in: Make the *.txt and *.tst files writable after
2511 copying them to $TEST_DIR.
2513 * testsuite/27_io/ostream_inserter_arith.cc: Renamed
2514 __TEST_NUMPUT_VERBOSE to TEST_NUMPUT_VERBOSE. Define
2515 TEST_NUMPUT_VERBOSE only if DEBUG_ASSERT.
2517 2000-06-23 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2519 * bits/fstream.tcc (basic_filebuf::basic_filebuf(fd)): Use it.
2520 (basic_filebuf::close): Use it.
2521 * bits/std_fstream.h (basic_filebuf): Remove default arguments for
2523 (basic_filebuf): Add _M_fileno_based data member.
2524 As reported by brent verner <brent@rcfile.org>
2525 * testsuite/27_io/filebuf_members.cc: New file.
2526 * testsuite/27_io/filebuf_members-1.tst: New file.
2528 * bits/std_fstream.h: Formatting tweaks.
2529 * testsuite/27_io/ofstream_members.cc: New file.
2530 * testsuite/27_io/ofstream_members-1.tst: New file.
2531 * testsuite/27_io/ifstream_members.cc: New file.
2532 * testsuite/27_io/ifstream_members-1.tst: New file.
2534 2000-06-23 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2535 Ulrich Drepper <drepper@cygnus.com>
2537 * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Add -D_GNU_SOURCE, so
2538 that all the freaky stuff like sincos will be around...
2540 2000-06-22 Branko Cibej <branko.cibej@hermes.si>
2542 * Makefile.am (AM_MAKEFLAGS): Added WERROR to list of flags.
2544 2000-06-22 Steven King <sxking@uswest.net>
2546 * acinclude.m4: Check for sinl, _sinl using 1 parameter.
2548 2000-06-22 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2550 * acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT): Redo. Use the
2551 same approach as GLIBCPP_CHECK_MATH_SUPPORT, only don't try to
2552 link against libm and don't use -fno-builtins...
2553 * math/mathconf.h: Change up builtin macros to new schema.
2554 * bits/std_cmath.h: And here. Wheee!
2555 * shadow/bits/std_cmath.h: And here.
2556 * acconfig.h: Change up builtin macros here.
2557 * math/cosf.c: Remove.
2558 * math/fabsf.c: Likewise.
2559 * math/sinf.c: Likewise.
2560 * math/sqrtf.c: Likewise.
2561 * math/Makefile.am (EXTRA_DIST): Remove those four files.
2562 * math/Makefile.in: Regenerate.
2564 2000-06-22 Anthony Williams <anthony@anthonyw.cjb.net>
2566 * testsuite/21_strings/find.cc: Patch.
2568 2000-06-22 Benjamin Kosnik <bkoz@soma.redhat.com>
2570 * acinclude.m4 (GLIBCPP_CHEC_LINKER_FEATURES): Use gcc + -x c++ as
2571 an easy way to get at g++ without having to link in libstdc++.
2573 2000-06-21 Benjamin Kosnik <bkoz@soma.redhat.com>
2575 Fix alpha, powerpc build failures.
2576 * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Substantially
2577 re-write. Need to check for both proper declaration when using a
2578 c++ compiler, and "C" linkage when linking. Do both, and if both
2579 exist, then define the HAVE_* bits in config.h.
2580 (GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE): New, uber-macro. Does all.
2581 (GLIBCPP_CHECK_LINKER_FEATURES): Actually link and run this
2584 2000-06-20 Anthony Williams <anthony@anthonyw.cjb.net>
2586 * bits/string.tcc: Fix find.
2587 * testsuite/21_strings/find.cc: Patch.
2589 2000-06-20 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2591 * docs/install.html: Update where to get automake, where to get
2593 * acinclude.m4: Need -fno-builtins too, so gcc doesn't recognize
2596 2000-06-19 Benjamin Kosnik <bkoz@soma.redhat.com>
2598 * acinclude.m4 ((GLIBCPP_CHECK_MATH_SUPPORT): Revert last change.
2599 Add -Werror-implicit-function-declaration instead.
2601 Regenerate with fixed maintainer-tools.
2602 * aclocal.m4: Regenerate.
2603 * configure: Regenerate.
2604 * libio/Makefile.in: Regenerate.
2605 * src/Makefile.in: Regenerate.
2607 2000-06-19 Russell Davidson <russell@ehess.cnrs-mrs.fr>
2609 * testsuite/27_io/istream_extractor_arith.cc: Patch.
2610 * bits/locale_factets.tcc: Tweak.
2612 2000-06-19 Raja R Harinath <harinath@cs.umn.edu>
2614 * src/Makefile.am: change @WERROR@ to $(WERROR) so that this can
2615 be overridden on the command line for individual files.
2617 2000-06-19 Benjamin Kosnik <bkoz@soma.redhat.com>
2619 * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Can't use
2620 AC_LANG_CPLUSPLUS as this tries to link in libstdc++, which we are
2621 building. Use -x c++ instead, which does not attempt to link
2624 * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Actually check for
2625 not coring when we hit a try/throw block, which was the problem
2626 with the linker support...
2628 * docs/17_intro/contribute.html: Add bits about getting to the LWG
2630 * docs/documentation.html: Rename link to make more accurate and scary.
2631 * docs/gccrebuild.html: Edit for clarity as these are no longer
2633 * docs/install.html: Add bits about binutils for
2634 -ffunction-sections, -fdata-sections, -Wl,--gc-sections
2636 * configure.in: Add call for GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT.
2637 * math/Makefile.am (EXTRA_DIST): Change USE_LONG_DOUBLE to
2638 USE_COMPLEX_LONG_DOUBLE.
2639 * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Break into
2640 GLIBCPP_CHECK_MATH_SUPPORT and GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT.
2641 Works around irregularies in powerpc "C" compiler, but a good idea
2644 * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_COMPILER_SUPPORT):
2645 New. Merge both old compiler bug checks for complex into this.
2647 2000-06-19 Anthony Williams <anthony@anthonyw.cjb.net>
2649 * testsuite/21_strings/find.cc: Empty strings can be found at all
2650 positions. Modified.
2652 2000-06-19 Branko Cibej <branko.cibej@hermes.si>
2654 * testsuite/20_utilities: New directory.
2655 * testsuite/20_utilities/auto_ptr.cc: New file.
2657 2000-06-14 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2659 * src/Makefile.am (string_sources): Simplify, assuming that with
2660 -ffunction-sections, -fdata-sections, -Wl,--gc-sections, all this
2661 hacking is not necessary.
2662 (wstring_sources): Same.
2663 (OPTIMIZE_CXXFLAGS): Enable -fdata-sections -ffunction-sections
2665 * src/string-inst.cc: Remove macro blocks.
2666 * mkcheck.in (CXX_FLAG): Add bits here.
2668 * src/string-inst.cc: Remove iostream-related string instantiations.
2669 * src/misc-inst.cc: Add here.
2671 * acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION): Change FMTFLAGS
2673 * aclocal.m4: Regenerate.
2674 * configure.in: Change up.
2675 * configure: Regenerate.
2677 2000-06-13 Steven King <sxking@uswest.net>
2679 * acinclude.m4: Fixup some of the builtin math tests and add tests for
2680 __builtin_fmod* and test libm for fmodf, fmodl or _fmodf, _fmodl.
2681 * acconfig.h: Add entries for fmod*.
2683 2000-06-13 Branko Cibej <branko.cibej@hermes.si>
2685 * bits/std_cmath.h: Fix typos in tests (*_FMODFF -> *_FMODF).
2686 Test *_MODFF not *_MODF for modf(float, float*).
2687 (modf(float, float*)): Remove reference to _C_legacy.
2689 2000-06-13 Benjamin Kosnik <bkoz@redhat.com>
2691 * acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to
2692 _GNU_SOURCE instead of _ISOC9X_SOURCE, as _GNU_SOURCE is the
2693 superset, and already defined at top level.
2694 * aclocal.m4: Regenerate.
2695 * configure: Regenerate.
2697 * docs/17_intro/contribute.html: Plead with people to use -cp.
2699 2000-06-13 Anthony Williams <anthony@anthonyw.cjb.net>
2701 * testsuite/23_containers/bitset_ctor.cc: Qualify reverse wth std::.
2703 * testsuite/27_io/filebuf.cc: Changed calls to
2704 fpos<>._M_position() to implicit calls to operator streamoff().
2705 * testsuite/27_io/iostream_objects.cc: Removed #include <ciso646>,
2706 as not needed. Revert, as part of standard.
2707 * testsuite/27_io/ostream_inserter_arith.cc: Replaced explicit
2708 call to numpunct<>._M_init() with overrides of the appropriate
2711 * testsuite/27_io/stringstream.cc: Removed unnecessary char *
2712 pointers from test01, so no need to call base(), which isn't
2713 guaranteed to be implemented as iterators may themselves be pointers
2714 * testsuite/27_io/stringbuf.cc: Removed unnecessary calls to
2715 _M_position() - use implicit conversion to streamoff instead
2717 2000-06-13 Thomas Holenstein <thomas@hex.ch>
2719 * bits/stl_iterator.h: Added inline to operators == to >=.
2721 2000-06-13 Brent Verner <brent@rcfile.org>
2723 * bits/streambuf.tcc: repaired _S_copy_streambufs()
2724 * testsuite/27_io/ostream_inserter_other.cc (test03): Added testcase.
2726 2000-06-12 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2728 * bits/locale_facets.h (ctype<wchar_t>): Remove unnecessary data
2730 * src/locale.cc: Add cwchar include here. Remove incorrect
2731 definitions, and stub them out.
2732 * config/generic/ctype.cc (ctype): Remove ctype<wchar_t> bits.
2733 * config/solaris/solaris2.7/ctype.cc (ctype): Same.
2734 * config/solaris/solaris2.5/ctype.cc (ctype): Same.
2735 * config/newlib/ctype.cc: Same.
2736 * config/gnu-linux/ctype.cc: Same.
2737 * config/bsd/ctype.cc: Same.
2738 * config/aix/ctype.cc: Same.
2740 2000-06-12 Branko Cibej <branko.cibej@hermes.si>
2742 * config/solaris/solaris2.6/ctype.cc (do_toupper, do_tolower): Use
2743 towupper and towlower to convert wide characters.
2745 2000-06-12 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2747 * mkcheck.in: Clean up confusion regarding NAME, PRE_NAME.
2749 2000-06-08 Branko Cibej <branko.cibej@hermes.si>
2751 * acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT): Check for
2752 sinf, cosf, fabsf, and sqrtf; add to LIBMATHOBJS if missing.
2753 * aclocal.m4: Regenerate.
2754 * configure: Regenerate.
2755 * math/cosf.c: New file.
2756 * math/fabsf.c: Likewise.
2757 * math/sinf.c: Likewise.
2758 * math/sqrtf.c: Likewise.
2759 * math/Makefile.am (EXTRA_DIST): Add those four files.
2760 * math/Makefile.in: Regenerate.
2762 2000-06-08 Phil Edwards <pme@sourceware.cygnus.com>
2764 * testsuite/26_numerics/complex_inserters_extractors.cc: Need cmath.
2766 2000-06-06 Steven King <sxking@uswest.net>
2768 * acconfig.h: Added defines for HAVE_BUILTIN math functs for float,
2769 double and long double. Added defines for HAVE libm math functs for
2770 float and long double.
2771 * aclocal.m4: Added configure checks for builtin math funcs and libm
2772 support for float and long double versions of the math functions.
2773 * config.h.in: Added undefs for math functs.
2774 * configure: Regenerate.
2775 * math/mathconf: Changed the _GLIBCPP_HAS_BUILTIN_* to
2776 _GLIBCPP_HAVE_BUILTIN_*.
2777 * bits/std_cmath.h: Added long double support. Use builtins for
2778 float, double and long if available, otherwise, use libm versions if
2779 availible, otherwise, punt.
2780 * shadow/bits/std_cmath.h: ditto
2782 2000-06-02 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2784 * bits/locale_facets.h: Tweak.
2785 * src/locale.cc (codecvt<wchar_t>): Tweak.
2787 * bits/locale_facets.h (_Format_cache): _S_ecks -> _S_x.
2788 * bits/locale_facets.tcc (num_get<char>::_M_extract): Fix for hex.
2790 * bits/basic_string.h: Move data member up.
2791 * src/string-inst.cc: Fix instantiations.
2792 * bits/string.tcc: Fix types.
2794 2000-06-02 Anthony Williams <anthony@anthonyw.cjb.net>
2796 * testsuite/21_strings/replace.cc (test01): Qualify find with std::.
2798 2000-06-01 Benjamin Kosnik <bkoz@gnu.org>
2800 * bits/std_cwctype.h: Clean.
2801 * bits/std_cwchar.h: Clean, remove cruft.
2803 * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Re-work, add bits
2804 for beginning iconv support.
2805 Remove _GLIBCPP_HAS_WCHAR_MIN_MAX, roll into _GLIBCPP_USE_WCHAR_T
2807 * acconfig.h: Remove _GLIBCPP_HAS_WCHAR_MIN_MAX.
2808 * bits/limits_generic.h: Remove.
2809 * src/gen-num-limits.cc: Same.
2811 * src/locale.cc: Tweaks.
2813 * bits/char_traits.h: Tweaks.
2815 2000-05-31 Russell Davidson <russell@ehess.cnrs-mrs.fr>
2817 * bits/locale_facets.tcc (num_get<char>::_M_extract): Fix signage,
2818 exponent, scientific formatting issues.
2819 * testsuite/27_io/istream_extractor_arith.cc (test09): Add tests.
2821 2000-05-31 Branko Cibej <branko.cibej@hermes.si>
2823 * bits/limits_generic.h (numeric_limits<wchar_t>): Use WCHAR_MIN
2824 and WCHAR_MAX instead of WCHART_MIN and WCHART_MAX.
2826 2000-05-31 Nathan Myers <ncm@cantrip.org>
2828 * docs/thanks.html: edit own credits
2830 2000-05-31 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2832 * bits/generic_shadow.h: Remaining _C_Shadow -> _C_shadow fix.
2834 * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Add strtoull checks...
2836 * mkcheck.in (SH_FLAG): Add in -Wl,--rpath -Wl,$LIB_PATH. Tweaks.
2838 2000-05-31 Steven King <sxking@uswest.net>
2840 * shadow/time.h: fix typo
2841 * shadow/wchar.h: ifdef __USE_GNU for wcsdup
2842 * shadow/bits/std_cwchar.h: ditto
2843 * shadow/bits/std_cstdlib.h: add overloads of abs and div for long
2846 2000-05-26 Phil Edwards <pme@sourceware.cygnus.com>
2848 * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): If strtoll isn't
2849 available, force --disable. Need to flesh this out; make smarter.
2850 * aclocal.m4: Regenerate.
2851 * configure: Regenerate.
2853 * mkcheck.in: Minor tweaks.
2854 * docs/download.html: Fix typo.
2856 2000-05-25 Benjamin Kosnik <bkoz@milou.soma.redhat.com>
2858 * inclosure: Change to...
2859 * mkinclosure: This.
2861 * mkcshadow: Fix paths to bash.
2863 * src/Makefile.am: Tweaks. Do cshadow header trickery at build time.
2864 * src/Makefile.in: Regnerate.
2865 * acinclude.m4 (GLIBCPP_COMPILER_VERSION): Fix typo.
2866 (GLIBCPP_ENABLE_SHADOW): Do a less gross hack.
2867 * aclocal.m4: Regenerate.
2868 * mkcheck.in (INC_PATH): Tweak.
2870 * configure.in: Enable long long by default.
2871 * configure: Regenerate.
2873 * mkcheck.in (LIB_PATH): Revert.
2875 2000-05-24 Nathan "I don't write ChangeLog Entries" Myers <ncm@cantrip.org>
2877 * config/cpu/i486: New directory.
2878 * config/cpu/i486/bits: New directory.
2879 * config/cpu/i486/bits/atomicity.h: New file.
2880 * config/cpu/i386/bits/atomicity.h (__compare_and_swap): Delete
2882 * acinclude.m4 (GLIBCPP_CHECK_CPU): Enable i386.
2884 2000-05-24 Loren J. Rittle <ljrittle@acm.org>
2886 * backward/alloc.h (__default_alloc_template): Only expose
2887 implementation-specific symbol, if it exists in the
2889 * backward/iostream.h (ends): Expose symbol.
2890 * backward/strstream.h: New file.
2891 * backward/stream.h: New file.
2892 * backward/ostream.h: New file.
2893 * backward/istream.h: New file.
2894 * backward/fstream.h: New file.
2895 * backward/complex.h: New file.
2896 * backward/iomanip.h: New file.
2898 * mkcheck.in (LIB_PATH): Add -R bits.
2900 * math/carg.c (carg): Replace __atan2 with atan2.
2902 2000-05-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2904 * Makefile.am (TAGS): Construct.
2905 * Makefile.in: Rengerate.
2906 * src/Makefile.am: Tweak.
2907 * src/Makefile.in: Tweak.
2908 * configure.in: Tweak.
2910 * bits/c++config.h: Rename to ...
2911 * bits/c++config: This.
2912 * mkc++config: Adjust.
2915 * m4/lc_message.m4: Merge into acinclude.m4.
2916 * m4/mathfcts.m4: Same.
2917 * m4/stringfcts.m4: Same.
2918 * acinclude.m4: Add here.
2919 * configure: Regnerate.
2921 * acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION): Remove
2922 OPTLEVEL. Add FMTFLAGS.
2923 * aclocal.m4: Regenerate.
2924 * src/Makefile.am (AC_CXXFLAGS): Take out OPTLEVEL, as this has
2925 been disabled due to higher-level Makefiles running amuck over
2926 this bit, and add in FMTFLAGS so that formatting is clear.
2927 * src/Makefile.in: Regenerate.
2928 * configure: Regenerate.
2930 * src/ios.cc (ios_base::sync_with_stdio): Clean up buffers from
2933 * docs/download.html: Remove references to Cygwin-specific bits,
2934 as this can now be built natively.
2935 Update with current information.
2937 2000-05-24 Phil Edwards <pme@sourceware.cygnus.com>
2939 * acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION): If we can use
2940 -fdiagnostics-show-location=once, do so. Expand AC_LANG_* to
2941 enclose other tests in this macro, including future ones.
2942 * aclocal.m4: Regenerate.
2943 * configure: Regenerate.
2945 * docs/faq/index.html: Update location of libg++ FAQ.
2946 * docs/faq/index.txt: Regenerate.
2948 2000-05-22 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2950 * docs/17_intro/libstdc++-assign.txt: Change Cygnus to FSF.
2952 2000-05-22 Phil Edwards <pme@sourceware.cygnus.com>
2954 * mkcheck.in: Tweak for Solaris 8. Additional minor output comment.
2956 2000-05-22 Phil Edwards <pme@sourceware.cygnus.com>
2958 * acinclude.m4: If the new pragma isn't supported, don't kill -Werror;
2959 keep -Werror and add -Wno-unknown-pragma. -Werror Is Good.
2960 * aclocal.m4: Regenerate.
2961 * configure: Regenerate.
2963 2000-05-19 Nathan C. Myers <ncm@cantrip.org>
2965 * bits/generic_shadow.h: s/swamp/legacy/
2967 2000-05-19 Phil Edwards <pme@sourceware.cygnus.com>
2969 * acinclude.m4: Clean up comments on newer checks.
2970 (GLIBCPP_CHECK_COMPILER_VERSION): Check for system_header
2971 pragma support. Remove WERRORSUPPRESS variable, add WERROR.
2972 * aclocal.m4: Regenerate.
2973 * configure: Regenerate.
2974 * Makefile.in: Regenerate.
2975 * libio/Makefile.in: Regenerate.
2976 * math/Makefile.in: Regenerate.
2977 * src/Makefile.am: Tell make's WERROR to depend on configure's WERROR.
2978 * src/Makefile.in: Regenerate.
2979 * docs/configopts.html: Document changes to --enable names.
2981 2000-05-18 Chip Salzenberg <chip@valinux.com>
2983 * bits/ostream.tcc (_S_pad_char): Function template should not be
2985 * bits/streambuf.tcc (_S_copy_streambufs): Likewise.
2986 * src/string-inst.cc (__destroy_aux): Instantiate for string*.
2988 2000-05-18 Nathan C. Myers <ncm@cantrip.org>
2990 * mkcshadow: Change C_Swamp to C_legacy.
2992 * shadow/bits/*: Same.
2993 s/C_Swamp/C_legacy/g
2997 2000-05-18 Anthony Williams <anthony@anthonyw.cjb.net>
2999 * bits/locale_facets.tcc (num_get::_M_extract): Change char* to
3001 * src/string-inst.cc (string::_S_find): Same.
3003 2000-05-18 Benjamin Kosnik <bkoz@gnu.org>
3005 * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
3006 --enable-cshadow-headers. Add output messages.
3007 (GCC_ENABLE_LONG_LONG): Change to --enable-long-long, no
3008 underscores (like the rest of the enable options.) Add output messages.
3009 * aclocal.m4: Regenerate.
3010 * configure: Regenerate.
3011 * configure.in: Touch.
3013 2000-05-17 Benjamin Kosnik <bkoz@cygnus.com>
3015 * mkcheck.in: Enable shared library testing.
3017 2000-05-17 Nathan C. Myers <ncm@cantrip.org>
3019 * bits/std_cmath.h: fix sqrt(float)
3021 2000-05-16 Loren J. Rittle <ljrittle@acm.org>
3023 * bits/std_cassert.h: Use system_header pragma.
3024 * bits/std_cctype.h: Likewise.
3025 * bits/std_cerrno.h: Likewise.
3026 * bits/std_cfloat.h: Likewise.
3027 * bits/std_climits.h: Likewise.
3028 * bits/std_clocale.h: Likewise.
3029 * bits/std_cmath.h: Likewise.
3030 * bits/std_csetjmp.h: Likewise.
3031 * bits/std_csignal.h: Likewise.
3032 * bits/std_cstdarg.h: Likewise.
3033 * bits/std_cstddef.h: Likewise.
3034 * bits/std_cstdio.h: Likewise.
3035 * bits/std_cstdlib.h: Likewise.
3036 * bits/std_cstring.h: Likewise.
3037 * bits/std_ctime.h: Likewise.
3038 * bits/std_cwchar.h: Likewise.
3039 * bits/std_cwctype.h: Likewise.
3040 * bits/std_exception.h: Likewise.
3041 * bits/std_new.h: Likewise.
3042 * bits/std_typeinfo.h: Likewise.
3043 * shadow/bits/std_cassert.h: Likewise.
3044 * shadow/bits/std_cctype.h: Likewise.
3045 * shadow/bits/std_cerrno.h: Likewise.
3046 * shadow/bits/std_cfloat.h: Likewise.
3047 * shadow/bits/std_climits.h: Likewise.
3048 * shadow/bits/std_clocale.h: Likewise.
3049 * shadow/bits/std_cmath.h: Likewise.
3050 * shadow/bits/std_csetjmp.h: Likewise.
3051 * shadow/bits/std_csignal.h: Likewise.
3052 * shadow/bits/std_cstdarg.h: Likewise.
3053 * shadow/bits/std_cstddef.h: Likewise.
3054 * shadow/bits/std_cstdio.h: Likewise.
3055 * shadow/bits/std_cstdlib.h: Likewise.
3056 * shadow/bits/std_cstring.h: Likewise.
3057 * shadow/bits/std_ctime.h: Likewise.
3058 * shadow/bits/std_cwchar.h: Likewise.
3059 * shadow/bits/std_cwctype.h: Likewise.
3060 * shadow/bits/wrap_libio.h: Likewise.
3061 * shadow/bits/wrap_unistd.h: Likewise.
3062 * shadow/sys/cdefs.h: Likewise.
3064 2000-05-16 Nathan C. Myers <ncm@cantrip.org>
3066 It appears that gcc-2.96 supports the keyword "and" now.
3067 * bits/std_ciso646.h: remove.
3069 * testsuite/17_intro/header_ciso646.c: enable testing.
3070 * src/Makefile.am, src/Makefile.in: remove mention of
3073 2000-05-16 Nathan C. Myers <ncm@cantrip.org>
3075 * mkcshadow: fix typo s/_C_Swamp_/_C_Swamp/.
3077 2000-05-16 Phil Edwards <pme@sourceware.cygnus.com>
3079 * acinclude.m4: Fix typo, switch to decaf...
3080 * aclocal.m4: Regenerate.
3081 * configure: Regenerate.
3083 2000-05-16 Phil Edwards <pme@sourceware.cygnus.com>
3085 * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): New macro, stub.
3086 * aclocal.m4: Regenerate.
3087 * configure.in: Call.
3088 * configure: Regenerate.
3089 * docs/configopts.html: Stub documentation.
3091 2000-05-14 Nathan Myers <ncm@cantrip.org>
3093 * mkcshadow: build in more-correct directory, create cshadow/
3094 directory if needed, report progress.
3096 2000-05-14 LLeweLLyn Reese <llewelly@dbritsch.dsl.xmission.com>
3098 * src/Makefile.am: Fix tr commands.
3099 * src/Makefile.am: Remove references to [w]stringCTORDUPAL.[lo,cc]
3100 * src/string-inst.cc: Remove extra instantiation of
3101 S::basic_string(S::size_type, C, S::allocator_type const&);
3102 * src/string-inst.cc: Remove extra template keyword.
3104 2000-05-14 Loren J. Rittle <ljrittle@acm.org>
3106 * config/bsd/bits/ctype_base.h: Add support for plain BSD4.4.
3107 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Enhance bsd tests.
3108 * aclocal.m4: Regenerate.
3109 * configure: Regenerate.
3110 * */Makefile.in: Regenerate.
3112 2000-05-11 Phil Edwards <pme@sourceware.cygnus.com>
3114 * acinclude.m4: Fix minor typo with ctypes, add more sanity to
3115 enable-cxx-flags, and remove GLIBCPP_ENABLE_NAMESPACES altogether.
3116 * aclocal.m4: Regenerate.
3117 * configure.in: Non-blank arguments break fewer Linuxes.
3118 * configure: Regenerate.
3119 * src/Makefile.am: Re-order AC_CXXFLAGS components.
3120 * src/Makefile.in: Regenerate.
3122 2000-05-10 Benjamin Kosnik <bkoz@redhat.com>
3124 * bits/std_cmath.h: Tweaks.
3125 * math/mathconf.h: Tweaks and fixes for HP-UX 11.
3126 (sqrtf): Define away iff !builtin and !in <math.h>.
3130 At some point this directory should be converted to c++, the
3131 autoconf tests should be run by the c++ compiler (not c), and
3132 <cmath> should be used instead of math.h.
3133 Move declaration of nan() here.
3134 * math/complex-stub.h (cabsl): Remove nan() declaration.
3136 Finish up FreeBSD4.0 support.
3137 * config/bsd/ctype.cc: Scope out toupper, tolower calls.
3138 * config/generic/ctype.cc: And here.
3139 * testsuite/21_strings/char_traits.cc (test02): Guard with
3140 _GLIBCPP_USE_WCHAR_T.
3142 via Phil Edwards <pme@sourceware.cygnus.com>
3143 * bits/std_cctype.h: Remove _GLIBCPP_USE_NAMESPACES.
3144 * acconfig.h: And here.
3145 * acinclude.m4: Same.
3146 * testsuite/27_io/istream.cc: And here.
3147 * testsuite/27_io/ostream.cc: And here.
3149 2000-05-09 Benjamin Kosnik <bkoz@gnu.org>
3151 * acinclude.m4 (GLIBCPP_CHECK_CPU): Change powerpc bits to
3153 * src/Makefile.am: Disable ENABLE_CXX_FLAGS stuff for the moment.
3155 * config/generic/bits/ctype_specializations.h (ctype<char>::is):
3158 * config/bsd: New directory.
3159 * config/bsd/ctype.cc: New.
3160 * config/bsd/bits/ctype_base.h (ctype_base): New.
3161 * config/bsd/bits/ctype_specializations.h: New.
3162 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add bsd tests.
3164 2000-05-09 Phil Edwards <pme@sourceware.cygnus.com>
3166 * acinclude.m4: New macro, GLIBCPP_ENABLE_CXX_FLAGS.
3167 * configure.in: Call.
3168 * src/Makefile.am: Append results of macro to AC_CXXFLAGS.
3169 * aclocal.m4: Regenerate.
3171 * src/Makefile.in: Ditto.
3172 * docs/configopts.html: Document.
3173 * docs/download.html: Fix typo (close quote).
3174 * docs/footer.html: Update.
3176 2000-05-09 Loren J. Rittle <ljrittle@acm.org>
3178 * backward/iostream.h: Expose endl. Guard wide types.
3179 * src/Makefile.am (headers): Update list to match files.
3180 * src/Makefile.in: Regenerate.
3182 2000-05-09 Vadim Egorov <egorovv@mailandnews.com>
3183 Benjamin Kosnik <bkoz@gnu.org>
3184 Nathan Myers <ncm@cantrip.org>
3185 Dietmar Kuehl <dietmar_kuehl@yahoo.com>
3187 * bits/streambuf.tcc (basic_streambuf::xsgetn): Fix uflow case.
3188 (basic_streambuf::xsputn): Make consistent.
3189 * testsuite/27_io/filebuf.cc: Add tests.
3191 2000-05-08 Steven King <sxking@uswest.net>
3193 * bits/char_traits.h: Use wchar_t utility functions for
3194 char_traits<wchar_t> methods.
3195 * testsuite/21_string/char_traits.cc: New (test02): test
3196 char_traits<wchar_t>
3198 2000-05-08 Benjamin Kosnik <bkoz@cygnus.com>
3200 * acinclude.m4 (GLIBCPP_CXXFLAGS): Add bits for solaris2.8.
3202 * bits/fstream.tcc (filebuf::_M_init_filebuf): Don't set
3203 _M_buf_size based on macro, instead use _M_buf_size_opt.
3204 * bits/std_streambuf.h (basic_streambuf): Add _M_buf_size_opt.
3205 (basic_streambuf()): Set _M_buf_size_opt.
3206 * testsuite/27_io/filebuf.cc (filebuf): Use _M_buf_size_opt
3207 instead of _M_buf_size.
3209 2000-05-04 Branko Cibej <branko.cibej@hermes.si>
3211 * src/complex_io.cc: Don't instantiate inserters and extractors
3212 for wide-character streams unless _GLIBCPP_USE_WCHAR_T is defined.
3214 2000-05-03 Phil Edwards <pme@sourceware.cygnus.com>
3215 Felix Natter <fnatter@gmx.net>
3217 * docs/footer.html: Update to see if it takes effect.
3218 * docs/thanks.html: More people.
3219 * docs/17_intro/headers_cc.txt: Copy from testsuite, since that can't
3220 be seen from the web pages. Rename for browser-friendliness...
3221 * docs/17_intro/howto.html: ...and update here.
3222 * docs/17_intro/porting-howto.html: Changes from Felix.
3223 * docs/gccrebuild.html: Mention v3->egcs move.
3224 * docs/faq/index.html: Ditto. Also misc tweaks and URL updates.
3225 * docs/faq/index.txt: Regenerate.
3227 2000-05-01 Benjamin Kosnik <bkoz@redhat.com>
3229 * config/cpu/powerpc/bits/atomicity.h (__exchange_and_add): More
3232 2000-05-01 Vadim Egorov <egorovv@@mailandnews.com>
3234 * bits/char_traits.h: Fix parameter types.
3235 * bits/string.tcc: Avoid traits_type::move.
3237 2000-05-01 Benjamin Kosnik <bkoz@haight.constant.com>
3239 * src/Makefile.am (AC_CXXFLAGS): Add CPUFLAGS here.
3240 * src/Makefile.in: Regenerate.
3241 * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Revert.
3243 2000-04-30 Steven King <sxking@uswest.net>
3245 * bits/locale_facets.h: Fix syntax error.
3246 * bits/std_fstream.h: ditto
3248 2000-04-30 Benjamin Kosnik <bkoz@gnu.org>
3250 * config/cpu/powerpc/bits/atomicity.h (__compare_and_swap): Fix typo.
3252 * mknumeric_limits (trait_name): Fix copyright notice.
3253 * src/gen-num-limits.cc: Explicitly instantiate epsilon and
3254 round_error data members of struct value. This works around
3255 weak-linking issues on AIX, HPUX.
3257 2000-04-29 Phil Edwards <pme@sourceware.cygnus.com>
3259 * docs/download.html: Add link to list of mirror sites.
3261 2000-04-28 Loren J. Rittle <ljrittle@acm.org>
3263 * mkcheck.in: Rely on exit status instead of the presence of a
3264 core file. Added comments on how/where to save core and exe
3265 files. Move shell wildcards outside quotes and fix core path.
3267 2000-04-27 scott snyder <snyder@fnal.gov>
3269 * src/misc-inst.cc: Explicitly instantiate ifstream and ofstream
3272 2000-04-26 Nathan C. Myers <ncm@cantrip.org>
3274 * bits/basic_string.h: include <bits/atomicity.h> instead
3275 of <atomicity.h>, and use the uglified names.
3276 * config/cpu/*/atomicity.h: replace with bits/atomicity.h;
3277 uglify names, eliminate dependence on <inttypes.h>.
3278 * src/Makefile.in, src/Makefile.am: refer to correct place
3279 for atomicity.h header.
3281 2000-04-25 Steven King <sxking@uswest.net>
3283 * bits/basic_string.h: Fix syntax error.
3285 2000-04-25 Benjamin Kosnik <bkoz@redhat.com>
3287 * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Improve checks for
3289 (GLIBCPP_ENABLE_DEBUG): If alpha, use -gdwarf-2.
3290 * math/Makefile.am (EXTRA_LONG_DOUBLE_yes): Add all the long
3291 versions to this as copysignl is needed anyway for these targets.
3292 * math/Makefile.in: Regenerate.
3294 * bits/streambuf.tcc (streambuf::xsgetn): Tweak.
3295 * bits/fstream.tcc (underflow): Cast to libio types.
3296 * bits/basic_file.h (seekoff): Fixes for alpha: use __c_streamoff.
3297 * config/c_io_libio.cc (seekoff): And here.
3299 2000-04-24 Loren J. Rittle <ljrittle@acm.org>
3301 * mkcheck.in: Report compiler version used for test. Find
3302 the built _G_config.h instead of any old installed version.
3304 2000-04-24 Loren J. Rittle <ljrittle@acm.org>
3306 * config/generic/ctype.cc (do_toupper): Remove dependence on
3307 non-portable/non-existent lookup table.
3310 2000-04-24 Nathan Myers <ncm@cantrip.org>
3312 * src/string-inst.cc: More fixing.
3314 2000-04-24 Benjamin Kosnik <bkoz@gnu.org>
3316 * bits/stl_iterator.h: Pedantic fixing.
3317 * bits/std_sstream.h: And here.
3318 * bits/string.tcc: And here.
3320 2000-04-24 Felix Natter <fnatter@gmx.net>
3322 * docs/17_intro/howto.html: Add bits.
3323 * docs/17_intro/porting-howto.html: New file.
3325 2000-04-24 Branko Cibej <branko.cibej@hermes.si>
3327 * acinclude.m4(GLIBCPP_CHECK_WCHAR_T_SUPPORT): Expand
3328 @libinst_wstring_la@ to libinst-wstring.la when specializing for
3329 wchar_t, to empty string otherwise.
3330 * src/Makefile.am: (EXTRA_LTLIBRARIES): New.
3331 (sources): Remove $(string_sources) and $(wstring_sources).
3332 (libstdc___la_LIBADD): Add libinst-string.la and @libinst_wstring_la@.
3333 (libstdc___la_DEPENDENCIES): New.
3334 (libinst_string_la_SOURCES, libinst_wstring_la_SOURCES): New.
3336 2000-04-20 Benjamin Kosnik <bkoz@redhat.com>
3338 * bits/std_sstream.h: Tweak formatting.
3339 * bits/std_fstream.h: Make types public.
3341 * testsuite/27_io/streambuf.cc: Fix for alpha.
3343 Brad Garcia <bgarcia@laurelnetworks.com>
3344 * bits/locale_facets.h (numpunct::numpunct(size_t)): Fix bool
3346 * testsuite/27_io/ios_manip_fmtflags.cc (test02): Add test for
3349 2000-04-19 Nathan Myers <ncm@cantrip.org>
3351 * src/string-inst: consolidate _S_create,
3352 destroy, leak, clone members into stringMAIN and stringMUTATE
3354 * src/Makefile.am: Above, and eliminate dependence on
3356 * src/wstring-inst.cc: Remove.
3358 2000-04-18 Benjamin Kosnik <bkoz@redhat.com>
3360 * src/Makefile.am (AC_CXXFLAGS): Activate debugging code, again.
3361 Add flags for specialized rules dealing with instantiations.
3363 * src/string-inst.cc: Add instantiations missing from shared
3364 libraries--see stringEQ, stringCONSC.
3365 * src/Makefile.am (wstring_sources): Add.
3366 (string_sources): Same.
3367 * src/Makefile.in: Regenerate.
3369 * stl/*: Integrate contents of this directory into top-level
3371 * ext/bvector hash_map hash_set rope ropeimpl.h slist
3372 stl_bvector.h stl_hash_fun.h stl_hashtable.h stl_rope.h tree: Add.
3373 * bits/pthread_allocimpl.h std_algorithm.h std_bitset.h
3374 std_deque.h std_functional.h std_iterator.h std_list.h std_map.h
3375 std_memory.h std_numeric.h std_queue.h std_set.h std_stack.h
3376 std_stdexcept.h std_strstream.h std_utility.h std_vector.h
3377 stl_algo.h stl_algobase.h stl_alloc.h stl_config.h stl_construct.h
3378 stl_deque.h stl_function.h stl_heap.h stl_iterator.h
3379 stl_iterator_base.h stl_list.h stl_map.h stl_multimap.h
3380 stl_multiset.h stl_numeric.h stl_pair.h stl_pthread_alloc.h
3381 stl_queue.h stl_range_errors.h stl_raw_storage_iter.h stl_relops.h
3382 stl_set.h stl_stack.h stl_string_fwd.h stl_tempbuf.h stl_threads.h
3383 stl_tree.h stl_uninitialized.h stl_vector.h type_traits.h: Add.
3384 * backward/algo.h algobase.h alloc.h bvector.h defalloc.h deque.h
3385 function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h
3386 list.h map.h multimap.h multiset.h pair.h rope.h set.h slist.h
3387 stack.h tempbuf.h tree.h vector.h: Add.
3388 * README (file): Update.
3389 * docs/documentation.html: README not being found.
3390 * src/Makefile.am (sources): Take out stl directory.
3391 * mkcheck.in (SRC_DIR): And here.
3392 * src/Makefile.in: Regenerate.
3394 2000-04-18 Levente Farkas <lfarkas@mindmaker.hu>
3396 * stl/bits/stl_function.h: Add bits so that const and non-const
3399 2000-04-18 scott snyder <snyder@fnal.gov>
3401 * stl/bits/stl_map.h (class map): Fix default for _Alloc template
3402 parameter. Get rid of use of __STL_DEFAULT_ALLOCATOR and
3403 __STL_LIMITED_DEFAULT_TEMPLATES macros.
3404 * stl/bits/stl_multimap.h (class multimap): Likewise. Get rid of
3405 use of __STL_DEPENDENT_DEFAULT_TMPL macro.
3407 2000-04-18 scott snyder <snyder@fnal.gov>
3409 * stl/bits/stl_config.h (__STL_DEPENDENT_DEFAULT_TMPL): Deleted
3412 * stl/ext/hash_map (class hash_map, class hash_multimap): Get rid
3413 of use of __STL_DEPENDENT_DEFAULT_TMPL macro.
3414 * stl/ext/hash_set (class hash_set, class hash_multiset):
3416 * stl/bits/stl_function.h (struct constant_unary_fun, struct
3417 constant_binary_fun): Likewise.
3418 * stl/bits/stl_queue.h (class queue, class priority_queue): Likewise.
3419 * stl/bits/stl_stack.h (class stack): Likewise.
3420 * stl/bits/stl_set.h (class set): Likewise.
3421 * stl/bits/stl_multiset.h (class multiset): Likewise.
3423 * stl/bits/stl_iterator.h (class reverse_bidirectional_iterator,
3424 class reverse_iterator): Get rid of use of
3425 __STL_LIMITED_DEFAULT_TEMPLATES macro.
3427 * stl/bits/stl_config.h (__STL_DEFAULT_ALLOCATOR): Deleted this
3430 * stl/bits/stl_deque.h (class deque): Get rid of use of
3431 __STL_DEFAULT_ALLOCATOR macro.
3432 * stl/bits/stl_list.h (class list): Likewise.
3433 * stl/bits/stl_multiset.h (class multiset): Likewise.
3434 * stl/bits/stl_set.h (class set): Likewise.
3435 * stl/bits/stl_string_fwd.h (class basic_string): Likewise.
3436 * stl/bits/stl_tree.h (class _Rb_tree, class rb_tree): Likewise.
3437 * stl/bits/stl_vector.h (class vector): Likewise.
3438 * stl/ext/ropeimpl.h (rotate): Likewise.
3439 * stl/ext/hash_map (class hash_map, class hash_multimap):
3441 * stl/ext/hash_set (class hash_set, class hash_multiset):
3443 * stl/ext/slist (class slist): Likewise.
3444 * stl/ext/stl_bvector.h (class bit_vector): Likewise.
3445 * stl/ext/stl_rope.h (class rope): Likewise.
3446 * src/locale.cc (_Impl): Likewise.
3447 * src/localename.cc (_Impl): Likewise.
3448 * bits/localefwd.h (_Impl): Likewise.
3450 2000-04-18 Phil Edwards <pme@sourceware.cygnus.com>
3452 * docs/install.html: Cleanup, minor changes.
3453 * docs/17_intro/howto.html: Ditto.
3455 2000-04-18 Nathan Myers <ncm@cantrip.org>
3457 * bits/basic_string.h: Remove "inline" from member _S_find.
3459 * src/string-inst.cc: Rewrite to reflect non-inline template
3460 instantiations in string.tcc.
3462 * src/stringADDCS.cc, stringADDPS.cc, stringADDSC.cc, stringADDSP.cc,
3463 stringADDSS.cc, stringBIST.cc, stringBOST.cc, stringCHTR.cc,
3464 stringEQPS.cc, stringEQSP.cc, stringEQSS.cc, stringEXTRA.cc,
3465 stringGEPS.cc, stringGESP.cc, stringGESS.cc, stringGETLI.cc,
3466 stringGTPS.cc, stringGTPS.cc, stringGTSP.cc, stringGTSS.cc,
3467 stringINSER.cc, stringLEPS.cc, stringLESP.cc, stringLESS.cc,
3468 stringLESP.cc, stringLTPS.cc, stringLTPS.cc, stringLTSP.cc,
3469 stringLTSS.cc, stringMAIN.cc, stringNEPS.cc, stringNESP.cc,
3470 stringNESS.cc, stringSCOPY.cc: Remove.
3471 * src/wstringADDCS.cc, etc: Remove.
3473 Benjamin Kosnik <bkoz@haight.constant.com>
3474 * src/Makefile.am: Modify to reflect above.
3475 * src/Makefile.in: Regenerate.
3477 2000-04-17 Benjamin Kosnik <bkoz@cygnus.com>
3479 * docs/install.html (--enable-libstdcxx-v3): Clean up install docs.
3481 2000-04-13 Benjamin Kosnik <bkoz@haight.cygnus.com>
3483 * bits/std_fstream.h (filebuf::sync): Need to use the abstracted
3484 io interface here instead of the libio particulars.
3486 * config/threads-posix.h: Consistency with stl_config.h.
3488 * mkcheck.in (CXX_FLAG): Add DDEBUG_ASSERT back in.
3490 2000-04-13 Loren J. Rittle <ljrittle@acm.org>
3492 * mknumeric_limits: Rename generic type template parameter name
3494 * stl/bits/type_traits.h: Ditto.
3496 2000-04-06 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
3498 * mkcheck.in (SRC_DIR): Change default mkcheck behavior, so that
3499 it is more useful for --enable-libstdcxx-v3. Use the built
3500 compilers with v3, instead of compilers in PATH, and don't
3501 re-include include directories for checking the install.
3503 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
3505 * src/Makefile.am (AM_CXXFLAGS): Disable NAMESPACES, as this is on
3506 by default when using --enable-libstdcxx-v3.
3507 * src/Makefile.in: Regenerate.
3508 * configure.in: Disable GLIBCPP_ENABLE_NAMESPACES,
3509 GLIBCPP_ENABLE_RELIBGCC for --enable-libstdcxx-v3 flag.
3510 * configure: Regenerate.
3511 * mkcheck.in: Deal with NAMESPACES.
3513 2000-04-05 Petter Urkedal <petter@matfys.lth.se>
3515 * src/cmath.cc: New file...
3516 (pow(*, int)): Define functions...
3517 * src/Makefile.am (sources): ...register file.
3518 * src/Makefile.in: Regenerate.
3519 * bits/std_cmath.h (pow): ...declare functions here, and remove
3522 2000-04-04 Benjamin Kosnik <bkoz@redhat.com>
3524 * acinclude.m4 (GCC_OBJDIR): Tweaks
3526 2000-04-03 Benjamin Kosnik <bkoz@redhat.com>
3528 * acinclude.m4 (GLIBCPP_CHECK_CPU): Add arm configure bits.
3529 * config/cpu/arm: New directory.
3531 Jesper Skov <jskov@redhat.com>
3532 * config/cpu/arm/atomicity.h: New file.
3534 2000-03-31 Benjamin Kosnik <bkoz@redhat.com>
3536 * stl/bits/stl_config.h: Make _STL_THREADS depend on _REENTRANT.
3537 Remove unused bits. Clean.
3539 2000-03-29 Benjamin Kosnik <bkoz@cygnus.com>
3541 * testsuite/25_algorithms: New directory.
3542 * testsuite/25_algorithms/min_max.cc: New file.
3544 2000-03-29 scott snyder <snyder@fnal.gov>
3546 * bits/locale_facets.tcc (do_put): Allow a couple extra digits of
3547 precision beyond that which we get from numeric_limits::digits10.
3549 * stl/bits/stl_algobase.h (max, min): Don't use comparison
3552 * testsuite/23_containers/bitset_shift.cc: Fix.
3554 * testsuite/27_io/ios_manip_fmtflags.cc (test01): Don't give a
3555 temporary to imbue().
3557 * bits/std_fstream.h (sync): Resync libio's idea of the current
3558 file position with the external file.
3560 2000-03-28 Benjamin Kosnik <bkoz@cygnus.com>
3562 * testsuite/27_io/istream_extractor_arith.cc.cvs: Fix merge
3565 * bits/std_fstream.h (filebuf::is_open): Check for _M_file before
3566 attempting calls to it.
3567 * bits/fstream.tcc (ctors): Don't call _M_init_filebuf in
3568 ctors. Instead, call _M_init_filebuf ...
3569 (open): Here, as suggested by 27.8.1.3.
3570 * src/ios.cc (ios_base::Init::Init()): Clean up default filebufs
3571 properly when initializing cout/cin/cerr.
3573 2000-03-27 Russell Davidson <russell@ehess.cnrs-mrs.fr>
3575 * testsuite/23_containers/multiset.cc (main): Clean up for namespaces.
3576 * testsuite/22_locale/ctype_char_members.cc: And here.
3577 * testsuite/27_io/streambuf.cc (streambuf): And here.
3578 * testsuite/27_io/ostream_inserter_char.cc (test06): And here.
3579 * testsuite/27_io/istream_unformatted.cc (test05): And here.
3580 * testsuite/27_io/istream_extractor_arith.cc: And here.
3581 * testsuite/27_io/ios_manip_basefield.cc (test02): And here.
3582 * testsuite/27_io/ios_base_members_static.cc: And here.
3583 * bits/std_climits.h (_CPP_CLIMITS): Fix typo.
3585 2000-03-27 Chris Faylor <cgf@cygnus.com>
3587 * configure.in: Remove setting of CXX if canadian cross.
3588 * configure: Regenerate.
3590 2000-03-27 Nathan Myers <ncm@zembu.com>
3592 * bits/sstream.tcc: Optimize.
3593 * bits/basic_string.h(string::append): Don't inline.
3594 * bits/string.tcc: Move out-of-line.
3596 2000-03-27 Phil Edwards <pme@sourceware.cygnus.com>
3598 * acinclude.m4: (GLIBCPP_CHECK_COMPILER_VERSION) When using <2.96,
3599 define WERRORSUPPRESS so that the inlining warnings won't kill us.
3600 * aclocal.m4: Regenerate.
3601 * configure: Regenerate.
3602 * src/Makefile.am: Use WERRORSUPPRESS for the files that need it.
3603 * src/Makefile.in: Regenerate.
3605 * docs/install.html: Almost complete rewrite.
3607 2000-03-25 Phil Edwards <pme@sourceware.cygnus.com>
3609 * docs/install.html: Explain -Werror problem at "#Werror" mark.
3610 * docs/faq/index.html: Testsuite will die horribly if new libgcc.a
3612 * docs/faq/index.txt: Regenerate.
3614 2000-03-24 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3616 * src/Makefile.am (libio_headers_install): Fix.
3617 * src/Makefile.in: Regenerate.
3619 2000-03-24 Benjamin Kosnik <bkoz@cygnus.com>
3621 * docs/17_intro/RELEASE-NOTES: Fix typos.
3622 * docs/index.html: Update.
3623 * docs/17_intro/BUGS: Update.
3624 * docs/status.html: Update for 2.90.8 release.
3626 2000-03-23 Phil Edwards <pme@sourceware.cygnus.com>
3628 * Makefile.am: Better error message when missing libgcc2.ready.
3629 * Makefile.in: Regenerate.
3630 * acinclude.m4: Fastidious nitpicking reformatting.
3631 * aclocal.m4: Regenerate.
3632 * configure: Regenerate.
3633 * mkcheck.in: Must use same namespace settings as the library being
3634 tested. Also log ST_FLAG, since it's being passed.
3635 * docs/install.html: Add brief chunk on configuration.
3636 * docs/17_intro/RELEASE-NOTES: Fix minor Cygwin typo.
3637 * docs/23_containers/howto.html: Mention MT-safe string.
3638 * docs/faq/index.html: Minor updates.
3639 * docs/faq/index.txt: Regerarate.
3641 2000-03-22 Benjamin Kosnik <bkoz@cygnus.com>
3643 * bits/sstream.tcc (seekoff): Fix for gptr() null cases.
3645 * bits/fstream.tcc (seekoff): Sync.
3647 * testsuite/27_io/ostream_unformatted.cc: New file.
3648 * testsuite/27_io/stringbuf.cc: Fix.
3649 * testsuite/27_io/istream_unformatted.cc (test04): Fix.
3651 * config/newlib/bits/ctype_base.h (ctype_base): Fix.
3652 * config/newlib/ctype.cc (ctype): Change __ctype -> _ctype_.
3654 * src/complex_io.cc (operator>>complex): Tweak.
3656 * config/cpu/alpha/atomicity.h: Explicitly typedef uint32_t, int32_t if
3657 <inttypes.h> does not exist.
3658 * config/cpu/sparc/sparc64/atomicity.h: Same.
3659 * config/cpu/sparc/sparc32/atomicity.h: Same.
3660 * config/cpu/powerpc/atomicity.h: Same.
3661 * config/cpu/i386/atomicity.h: Same.
3662 * config/cpu/generic/atomicity.h: Same.
3663 * configure.in: Check for inttypes.h.
3664 * configure: Regnerate.
3666 2000-03-21 Benjamin Kosnik <bkoz@cygnus.com>
3668 * bits/std_sstream.h (_M_init_stringbuf): Set initial ate position
3670 * testsuite/27_io/ostream_inserter_char.cc (test06): Add tests for ate.
3672 * docs/17_intro/RELEASE-NOTES (New): Add bits.
3674 * configure.in: Move AC_CHECK_HEADERS to a point where we know we
3675 are compiling natively.
3677 * libio/*: Update to CVS libio from egcs.
3679 2000-03-21 Phil Edwards <pme@sourceware.cygnus.com>
3681 * docs/download.html: Document use of -z9 for CVS.
3682 * docs/index.html: Add target date (no link) for future snapshot.
3684 2000-03-21 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
3686 * bits/slice_array.h: Rename generic type template parameter name
3688 * bits/mask_array.h: Ditto
3690 2000-03-20 Benjamin Kosnik <bkoz@cygnus.com>
3692 * *: Change copyright holder from "Cygnus Solutions" to "Free
3693 Software Foundation, Inc."
3695 * docs/configopts.html: Explain what "hella versions" means.
3696 * docs/install.html: Some tweaks--nice job on this Phil.
3697 * docs/documentation.html: Add a direct link to configuration options.
3699 * src/Makefile.am (OPTIMIZE_CXXFLAGS): Add in extras.
3700 * docs/17_intro/RELEASE-NOTES (New): Add.
3701 * bits/c++config.h (__GLIBCPP__): Bump version.
3703 * config/c_io_libio.cc (__basic__file(__c_lock*)): Change argument
3704 type to match prototype.
3706 2000-03-20 Phil Edwards <pme@sourceware.cygnus.com>
3708 * docs/install.html: Update for new funky build procedure. Move
3709 description of 'configure' options to...
3710 * docs/configopts.html: ...here. New file.
3711 * docs/17_intro/howto.html: Updates for new snapshot.
3712 * docs/20_util/howto.html: Ditto.
3713 * docs/21_strings/howto.html: Ditto.
3714 * docs/21_strings/stringtok_std_h.txt: Fix example typos.
3715 * docs/22_locale/howto.html: Ditto.
3716 * docs/23_containers/howto.html: Ditto.
3717 * docs/faq/index.html: Ditto.
3719 2000-03-18 Petter Urkedal <petter@matfys.lth.se>
3720 Benjamin Kosnik <bkoz@gnu.org>
3722 * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_SUPPORT): Move code for main
3724 * aclocal.m4: Regenerate.
3725 * configure: Regenerate.
3727 2000-03-16 Benjamin Kosnik <bkoz@cygnus.com>
3728 scott snyder <sss@karma.fnal.gov>
3730 * config/c_io_libio.h: Add __c_lock.
3731 * config/threads-no.h: Same here.
3732 * config/threads-posix.h: Add __mutext_type typedef.
3733 * config/c_io_libio.cc: basic_file ctor takes lock arg.
3734 * bits/basic_file.h: Ctor takes lock arg.
3735 * bits/std_fstream.h: Add _M_lock.
3736 * bits/fstream.tcc: Supply it to basic_file ctor.
3738 * mkcheck.in (resultstext): Change [[ to [.
3740 * testsuite/27_io/ostream_inserter_char.cc (test06): Tweak.
3742 * bits/locale_facets.h: Tweak.
3744 * stl/bits/stl_config.h: Fix defines.
3746 2000-03-16 Benjamin Kosnik <bkoz@cygnus.com>
3748 * mkcheck.in (INC_PATH): Add paths from cpu_include_dir to find
3750 * configure: Regenerate.
3751 * aclocal.m4: Regnerate.
3753 2000-03-16 Nathan Myers <ncm@zembu.com>
3755 * bits/string.tcc: Add MT support.
3756 * bits/basic_string.h: Same.
3758 2000-03-16 Phil Edwards <pme@sourceware.cygnus.com>
3760 * configure.in: Make --enable-namespaces and -libgcc-rebuild=../..
3762 * configure: Regenerate.
3764 * config/solaris/solaris2.7/ctype.cc: Fix unsigned/signed comparison.
3766 2000-03-16 Phil Edwards <pme@sourceware.cygnus.com>
3768 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): If Sol2.5 ctype is found, keep
3769 checking for 2.[67]. (GLIBCPP_ENABLE_RELIBGCC): No longer ignore
3770 any defaults passed in.
3771 * aclocal.m4: Regenerate.
3773 2000-03-16 Phil Edwards <pme@sourceware.cygnus.com>
3775 * mkcheck.in: Report total successes and failures.
3777 2000-03-15 Benjamin Kosnik <bkoz@cygnus.com>
3779 * config/cpu: New directory, intended to be used to provide
3780 cpu-specific configuration files. In particular, assembly language
3781 primitives for thread safety.
3782 * config/cpu/alpha: Populate.
3783 * config/cpu/alpha/atomicity.h: New file.
3784 * config/cpu/arm: Populate.
3785 * config/cpu/generic: Populate.
3786 * config/cpu/generic/atomicity.h: New file.
3787 * config/cpu/hppa: Populate.
3788 * config/cpu/i386: Populate.
3789 * config/cpu/i386/atomicity.h: New file, take from i486.
3790 * config/cpu/m68k: Populate.
3791 * config/cpu/mips: Populate.
3792 * config/cpu/powerpc: Populate.
3793 * config/cpu/powerpc/atomicity.h: New file.
3794 * config/cpu/sparc: Populate.
3795 * config/cpu/sparc/sparc32: Populate.
3796 * config/cpu/sparc/sparc64: Populate.
3797 * config/cpu/sparc/sparc32/atomicity.h: New file.
3798 * config/cpu/sparc/sparc64/atomicity.h: New file.
3800 * src/Makefile.am (myinstallheaders): Add install routines.
3801 * acinclude.m4 (GLIBCPP_CHECK_CPU):Add configuration for the
3803 * configure.in: Add.
3805 * config/default: Adopt glibc naming conventions, and so move to
3806 * config/generic: Here.
3807 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Modify default case to generic.
3809 2000-03-15 Bill Thompson <billt@toast.net>
3811 * testsuite/27_io/ostream_inserter_char.cc (test06): Add test.
3813 2000-03-14 Phil Edwards <pme@sourceware.cygnus.com>
3815 * docs/17_intro/howto.html: Add missing "TOC" entry, and new section.
3817 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Fixup.
3818 * aclocal.m4: Regenerate.
3819 * configure: Regenerate.
3821 2000-03-13 scott snyder <snyder@fnal.gov>
3822 Jason Merrill <jason@cygnus.com>
3824 * bits/locale_facets.h (class ctype, class ctype<char>, class
3825 ctype<wchar_t>): More mask fixes.
3826 * testsuite/22_locale/ctype.cc: Test for the problem.
3828 2000-03-13 Benjamin Kosnik <bkoz@cygnus.com>
3830 * acconfig.h: Add bits.
3831 * configure.in: Move AM_PROG_LIBTOOL up in file.
3832 Tweak cross compiling info.
3833 * configure: Regenerate.
3835 * mknumeric_limits (XCOMPILE): Echo compilation line for
3838 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add aix checks.
3839 * aclocal.m4: Regenerate.
3840 * configure: Regenerate.
3841 * config/aix/ctype.cc (ctype): Tweak.
3842 * config/aix/bits/ctype_base.h (ctype_base): Tweak.
3843 * config/aix/bits/ctype_specializations.h: New file.
3845 2000-03-10 scott snyder <snyder@fnal.gov>
3847 * stl/bits/stl_vector.h (_M_assign_aux): Fix for __normal_iterator
3849 * testsuite/23_containers/vector_modifiers.cc (test01): Add a
3850 regression test for the problem.
3852 2000-03-09 Benjamin Kosnik <bkoz@fidel.cygnus.com>
3854 * testsuite/27_io/streambuf.cc (class testbuf): Same here.
3855 * bits/fpos.h: And here.
3856 * bits/std_ostream.h: Same here.
3857 * bits/std_istream.h: Same here.
3858 * bits/basic_ios.h: Same here.
3859 * bits/std_fstream.h: Same here.
3860 * bits/sbuf_iter.h (std): Here too.
3861 * bits/std_sstream.h: Make types public.
3863 * src/misc-inst.cc: Use size_t instead of unsigned int.
3864 * bits/locale_facets.tcc (_S_format): For now, cast to char. I
3865 suppose this should be ctype::narrow... all the ctype<wchar_t>
3866 stuff needs to be cleaned up.
3868 2000-03-09 Phil Edwards <pme@sourceware.cygnus.com>
3870 * docs/gentop: Remove entire directory, finally.
3872 2000-03-09 scott snyder <snyder@fnal.gov>
3874 * bits/std_cmath.h (modf): Fix pointer overrun.
3875 * testsuite/26_numerics/c_math.cc (test04, main): Add a regression
3876 test for the problem.
3878 2000-03-09 Phil Edwards <pme@sourceware.cygnus.com>
3880 Looks like changes to the #include'd files must be followed by a
3881 change to the #include'ing files to take effect. Caveat emptor.
3882 * docs/header.html: New file, for server-side include.
3883 * docs/footer.html: New file, for server-side include.
3884 * docs/documentation.html: Change to use SSI.
3885 * docs/download.html: Ditto.
3886 * docs/index.html: Ditto.
3887 * docs/mail.html: Ditto.
3888 * docs/status.html: Ditto.
3889 * docs/thanks.html: Ditto, plus minor updates.
3890 * docs/how.html: Remove.
3892 2000-03-09 Benjamin Kosnik <bkoz@gnu.org>
3894 Preliminary alpha-linux support.
3895 * src/locale.cc (ctype<wchar_t>): Use correct types...
3896 * bits/locale_facets.h (ctype<char>): Add __table_type typedef.
3897 (ctype<wchar_t>): Same.
3898 * bits/locale_facets.h (ctype<wchar_t>): Have char and wchar_t
3899 types match for table_size (size_t).
3901 * config/gnu-linux/ctype.cc (ctype): Change char_type to wchar_t
3902 as per char specialization.
3903 * config/*/ctype.cc: Same.
3905 2000-03-09 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
3907 * bits/locale_facets.h (_Ctype<>::mask): Import from base class
3908 _Ctype_nois<>. Template base classes are never examinated in
3909 first-phase name-lookup.
3911 2000-03-08 Benjamin Kosnik <bkoz@gnu.org>
3913 Add Solaris 2.5.1 support.
3914 * config/solaris/solaris2.5/bits/ctype_base.h (ctype_base): And here.
3915 * config/solaris/solaris2.5/ctype.cc: Fixup.
3916 * config/solaris/solaris2.5/bits/ctype_specializations.h: Add.
3917 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add bits for solaris2.5.1.
3918 * aclocal.m4: Regenerate.
3919 * configure: Regenerate.
3921 * config/default/ctype.cc (ctype): Fixup.
3923 2000-03-07 Benjamin Kosnik <bkoz@blues.cygnus.com>
3925 * testsuite/27_io/filebuf.cc: Activate init code from yesterday...
3926 * testsuite/27_io/ostream_inserter_arith.cc (testcases): Fix for
3929 2000-03-07 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
3931 * bits/cpp_type_traits.h: Expand on this file purpose.
3933 2000-03-06 Benjamin Kosnik <bkoz@gnu.org>
3935 * bits/locale_facets.h (ctype<char>): Remove static members, and
3936 re-work initialization code.
3937 (ctype<wchar_t>): Same.
3938 Move _S_touppper to _M_toupper and initialize in ctor.
3939 Move _S_tolower to _M_tolower and initialize in ctor.
3940 Move _S_table to _M_ctable and intialize in ctor.
3941 * bits/locale_facets.h (std): And here.
3942 * src/locale.cc (std): Tweak.
3943 * config/gnu-linux/ctype.cc: Change initialization here.
3944 * config/newlib/ctype.cc: And here.
3945 * config/solaris/solaris2.7/ctype.cc: And here.
3946 * config/solaris/solaris2.6/ctype.cc: And here.
3948 * bits/localefwd.h: Tweak.
3949 * bits/std_streambuf.h: Tweak formatting.
3951 * testsuite/27_io/filebuf.cc: Remove BUFSIZ dependancies.
3953 2000-03-05 Chip Salzenberg <chip@valinux.com>
3955 * src/misc-inst.cc (basic_iostream<>): Instantiate.
3957 2000-03-02 Phil Edwards <pme@sourceware.cygnus.com>
3958 Kevin Atkinson <kevinatk@home.com>
3960 Initial grab of SGI's strstream implementation with minor
3962 * src/strstream.cc: New file.
3963 * std/strstream: New file.
3964 * stl/bits/std_strstream.h: New file.
3965 * bits/std_streambuf.h: Add public access.
3966 * src/Makefile.am: Add strstream sources to list of dependancies.
3967 * src/Makefile.in: Regenerate.
3969 2000-03-03 2000 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
3971 * bits/valarray_meta.h: Fix typo.
3973 2000-03-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3974 Chip Salzenberg <chip@valinux.com>
3975 Petter Urkedal <petter@matfys.lth.se>
3977 * src/Makefile.am (myinstallheaders): Hack to avoid
3979 * src/Makefile.in: Regenerate.
3981 2000-03-02 Chip Salzenberg <chip@valinux.com>
3983 * libio/Makefile.an, math/Makefile.an, src/Makefile.am
3984 (LINK): Put quotes around "$(CC)" for libtool link mode,
3985 so libtool will use "-B" options during GCC bootstrap.
3986 * */Makefile.in: Regenerate.
3988 2000-03-02 Petter Urkedal <petter@matfys.lth.se>
3990 * config/c_io_libio.h: Enclose it all in ::std.
3991 * bits/basic_string.h (basic_string<>): Make types and
3993 * mkc++config: Truncate output file before writing.
3995 2000-03-01 Benjamin Kosnik <bkoz@gnu.org>
3997 * math/cabsf.c (__mycabsf): Rename to cabsf.
3998 * math/cabs.c (__mycabs): Rename to cabs.
4000 2000-02-29 LLeweLLyn Reese <llewelly@198.dsl.xmission.com>
4002 * bits/basic_string.h: Move declarations of __out_of_range(),
4003 __length_error() and accompanying macros ...
4004 * bits/exception_support.h: here. (Newly created file).
4005 * bits/basic_string.h: #include <bits/exception_support.h>
4006 * stl/bits/stl_vector.h: #include <bits/exception_support.h>
4007 * src/Makefile.am (headers): Add.
4008 * src/Makefile.in: Regenerate.
4010 2000-02-29 Benjamin Kosnik <bkoz@cygnus.com>
4012 * bits/cpp_type_traits.h: Rename structs so they don't clash with
4014 * bits/valarray_array.h: Synch. Fix typos.
4016 * libio/Makefile.am: Change to only compile source files that
4017 config/c_io_libio.cc actually needs.
4018 * libio/Makefile.in: Regnerate.
4019 * libio/PlotFile.hes SFile.h builtinbuf.h editbuf.h floatconv.c
4020 floatio.h fstream.h indstream.h iofclose.c iofdopen.c iofeof.c
4021 ioferror.c iofflush.c iofgetpos.c iofgets.c iofopen.c iofprintf.c
4022 iofputs.c iofread.c iofscanf.c iofsetpos.c ioftell.c iofwrite.c
4023 iogetc.c iogetdelim.c iogetline.c iogets.c ioignore.c iomanip.h
4024 iopadn.c ioperror.c iopopen.c ioprims.c ioprintf.c ioputc.c
4025 ioputs.c ioscanf.c ioseekoff.c ioseekpos.c iosetbuffer.c
4026 iosetvbuf.c iosprintf.c iosscanf.c iostream.h iostrerror.c
4027 ioungetc.c iovfprintf.c iovfscanf.c iovsprintf.c iovsscanf.c
4028 istream.h list.out ostream.h outfloat.c parsestream.h peekc.c
4029 pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h
4030 strops.c strstream.h: Delete.
4032 * bits/basic_file.h: Stub out or delete unused bits in this
4034 (filepos_beg): Remove.
4035 (filepos_cur): Remove.
4036 (filepos_valid): Remove.
4037 * config/c_io_libio.cc: Resynch with the changes to basic_file.
4039 2000-02-29 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4041 * bits/cpp_type_traits.h: Correct typo.
4043 2000-02-29 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4045 * bits/cpp_type_traits.h: New file.
4047 * bits/valarray_array.h: Tweak. #include <bits/cpp_type_traits.h>
4048 Improve array construction.
4049 (_Array_default_ctor): New dispatcher class.
4050 (__valarray_default_construct): New function.
4051 (_Array_copy_ctor): New dispatcher class.
4052 (__valarray_copy_construct): New function.
4053 (_Array<>::free_data): Remove.
4055 * src/Makefile.am (headers): Add cpp_type_traits.h
4056 * src/Makefile.in: Regenerate.
4058 2000-02-28 Benjamin Kosnik <bkoz@cygnus.com>
4060 Prune libio directory to match files in libio/Makefile.
4061 * libio/PlotFile.cc,indstream.cc, isgetsb.cc, sbform.cc,
4062 stream.cc, SFile.cc, ioassign.cc, isscan.cc, sbgetline.cc,
4063 streambuf.cc, builtinbuf.cc, ioextend.cc, osform.cc, sbscan.cc,
4064 strstream.cc, editbuf.cc, iomanip.cc, parsestream.cc,
4065 stdiostream.cc, filebuf.cc, iostream.cc, pfstream.cc,
4066 stdstrbufs.cc, fstream.cc, isgetline.cc, procbuf.cc,
4067 stdstreams.cc: Remove.
4068 * libio/floatio.h, iolibio.h, iostdio.h, iostreamP.h: Remove.
4069 * libio/iofflush_u.c: Remove.
4071 * libio/dbz: Remove.
4072 * libio/include: Remove.
4073 * libio/stdio: Remove.
4074 * libio/tests: Remove.
4075 * libio/testsuite: Remove.
4077 * config/c_io_libio.cc: Add fcntl.h include for Solaris.
4079 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Add bits.
4080 * configure.in: Replace 'grep -e' with 'grep' for Solaris.
4081 * configure: Regenerate.
4083 2000-02-25 Benjamin Kosnik <bkoz@gnu.org>
4085 Abstract out the underlying "C" io bits.
4086 * bits/std_new.h: Remove <stl_config> include, as well as <cstddef>.
4087 * stl/bits/stl_string_fwd.h: Remove <stddef> include.
4088 * bits/std_cwchar.h: Wrap with _GLIBCPP_USE_WCHAR_T guards. Don't
4090 * stl/bits/stl_config.h: Don't include _G_config.h.
4092 * bits/basic_file.h: Allow for non-inheritance based __basic_files.
4093 * config/c_io_libio.h (_GLIBCPP_BASIC_FILE_INHERITANCE): Define.
4094 * config/c_io_libio.cc: Tweak.
4096 * src/Makefile.am (TOPLEVEL_INCLUDES): Add includedir.
4097 * src/Makefile.in: Regenerate.
4098 * Makefile.am (AM_MAKEFLAGS): Define includedir so that
4099 prefix/include files will be picked up.
4100 * Makefile.in: Regenerate.
4101 * math/Makefile.am (TOPLEVEL_INCLUDES): And here.
4102 * libio/Makefile.am (TOPLEVEL_INCLUDES): And here.
4104 * bits/std_ios.h: Include <bits/c++io.h> instead of libio.
4105 * bits/fpos.h: And here.
4106 * bits/basic_file.h (get_fileno): Move definition from ...
4107 * src/basic_file.cc (std): To here.
4108 * bits/fpos.h: Move types for streamoff, streampos to..
4109 * bits/basic_file.h: Move __c_file_type and fpos typedefs to...
4110 * config/c_io_libio.h: ...here.
4111 (_GLIBCPP_[BOOLALPHA, HEX, DEC, FIXED, INTERNAL, LEFT, OCT, RIGHT,
4112 SCIENTIFIC, SHOWBASE, SHOWPOINT, SHOWPOS, SKIPWS, UNITBUF,
4113 UPPERCASE, ADJUSTFIELD, BASEFIELD, FLOATFIELD, BADBIT, EOFBIT,
4114 FAILBIT, GOODBIT, APP, ATE, BINARY, IN, OUT, TRUNC): New macros to
4115 abstract out bits in ios_base.
4116 * bits/ios_base.h: Re-macrofy.
4117 * src/basic_file.cc : Rename, move to
4118 * config/c_io_libio.cc: Here.
4119 * config/c_io_libio.h: New file. Include libio.
4120 * bits/c++config.h: Don't define _GLIBCPP_USE_LIBIO.
4121 * configure.in (blddir): Add enabling bits for GLIBCPP_ENABLE_CSTDIO.
4122 * configure: Regenerate.
4123 * src/Makefile.am (sources): Take out basic_file.cc and add c++io.cc.
4124 (generated_headers): Add c++io.h
4125 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): New function to select
4126 underlying "C" io library.
4127 * acinclude.m4 (GLIBCPP_CHECK_LIBIO): Roll functionality into
4128 GLIBCPP_ENABLE_CSTDIO.
4130 * configure.in: Add configure bits for cross compiling non-newlib
4132 GLIBCPP_CHECK_COMPILER_VERSION: Take out this test for this
4133 target, as we assume g++ support is not the limiting factor.
4134 GLIBCPP_CHECK_LIBIO: Same, know we don't need libio.
4135 * configure: Regenerate.
4137 2000-02-22 Benjamin Kosnik <bkoz@cygnus.com>
4139 * Makefile.am (INTERFACE): Define.
4140 * Makefile.in: Regenerate.
4141 * libio/ChangeLog: Add entry.
4143 2000-02-21 Benjamin Kosnik <bkoz@cygnus.com>
4145 * docs/install.html: Update install directions.
4147 * docs/status.html: Fix sidebar to be consistent.
4148 * docs/thanks.html: Same.
4149 * docs/links.html: Same.
4150 * docs/mail.html: Same.
4151 * docs/download.html: Same.
4153 * testsuite/27_io/filebuf.cc: Change BUFSIZ to buffer_size, and
4154 kill the macro BUFSIZ. I think the solaris fails lie elsewhere
4155 however, in the ctype_char_members.cc fail (for instance.)
4156 * testsuite/17_intro/headers.cc: Remove extraneous fails for hosts
4157 that do not have wchar_t enabled.
4158 * testsuite/27_io/ostream_inserter_arith.cc (struct _TestCase):
4160 * testsuite/27_io/iostream_objects.cc: And here.
4162 * libio/gen-params (CONFIG_NM): Specifically add in nm as the
4165 2000-02-18 Benjamin Kosnik <bkoz@haight.constant.com>
4166 Tom Tromey <tromey@cygnus.com>
4168 * configure.in: Manually add MULTISUBDIR.
4169 * configure: Regenerate.
4170 * src/Makefile.am (MULTISUBDIR): Add the lesser evil of Tom's two
4171 "Eww" hacks to get multilib installs working correctly.
4172 ($(headers): Test for MULTISUBDIR before installing.
4173 * Makefile.am (AM_MAKEFLAGS): Don't define MULTISUBDIR, instead
4174 have configure hack it in.
4175 * Makefile.in: Regenerate.
4176 * acinclude.m4 (GLIBCPP_CXXFLAGS): Tweak wording.
4177 Add enabling bits for native Cygwin ctypes, and other newlib-based
4180 2000-02-17 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
4182 * mkc++config (OUT_H): Remove EOF in cygwin.
4183 * acinclude.m4 (LIBS): Tweaks to allow cygwin to configure.
4185 Tom Tromey <tromey@cygnus.com>
4186 * src/Makefile.am: Tweaks for installing multilibs.
4188 2000-02-17 Benjamin Kosnik <bkoz@cygnus.com>
4191 (toolexeclib_LTLIBRARIES): Use this instead of lib_LTLIBRARIES.
4192 Add USE_LIBDIR bits here, not...
4193 * src/Makefile.in: Regenerate.
4194 * Makefile.am: ...here.
4195 * Makefile.in: Regenerate.
4197 2000-02-17 Benjamin Kosnik <bkoz@gnu.org>
4199 * acinclude.m4 (LIBS): Fix typos.
4200 * configure.in: _GLIBCPP_BUGGY_FLOAT_COMPLEX,
4201 _GLIBCPP_BUGGY_COMPLEX for crosses.
4202 * src/Makefile.am (std_headers): Add libio.h as install include,
4204 * src/Makefile.in: Regenerate.
4206 * mkcheck.in: Add bits to set CXX to cross compiler.
4208 * src/complex_io.cc: Tweak.
4209 * configure.in: _GLIBCPP_BUGGY_COMPLEX for crosses.
4210 * configure: Regenerate.
4212 * config/newlib/ctype.cc: Tweaks.
4213 * config/newlib/bits/ctype_base.h (ctype_base): Set mask to char,
4215 * src/complex_io.cc (operator>>(istream, complex): Define out if
4218 2000-02-16 Benjamin Kosnik <bkoz@cygnus.com>
4220 * config/newlib/bits/ctype_base.h: Correct _S_table.
4222 Reconfigure ctype support for "C" libraries that don't use arrays.
4223 * testsuite/22_locale/ctype_char_members.cc: New file. Test for
4224 basic ctype<char> functionality.
4225 * src/locale.cc: Move host-specific ctype functions that are not
4226 inlines to config/*/ctype.cc files.
4227 (ctype<char>::do_tolower): For instance.
4228 (ctype<char>::do_toupper): For instance.
4229 (ctype<wchar_t>::do_tolower): For instance.
4230 (ctype<wchar_t>::do_toupper): For instance.
4231 * config/gnu-linux/ctype.cc: Modify.
4232 * config/default/ctype.cc: Modify.
4233 * config/newlib/ctype.cc: Modify.
4234 * config/solaris/solaris2.6/ctype.cc: Modify.
4235 * config/solaris/solaris2.7/ctype.cc: Modify.
4237 * bits/locale_facets.h (ctype<char>::is): Mark inline, move
4239 (ctype<char>::scan_is): Here too.
4240 (ctype<char>::scan_not): Here too.
4241 Move out of line defs to config/*/bits/ctype_specializations.h.
4242 * config/gnu-linux/bits/ctype_specializations.h: ...here. New file.
4243 * config/default/bits/ctype_specializations.h: ...here. New file.
4244 * config/newlib/bits/ctype_specializations.h: ...here. New file.
4245 * config/solaris/solaris2.6/bits/ctype_specializations.h: New file.
4246 * config/solaris/solaris2.7/bits/ctype_specializations.h: New file.
4247 * src/Makefile.am (headers): Add ctype_specializations.h.
4248 * src/Makefile.in: Regenerate.
4250 Aaron Weiss <weiss@clearway.com>
4251 * Makefile.am (AM_MAKEFLAGS): Add NM_FOR_BUILD, NM_FOR_TARGET, and
4252 CONFIG_NM for Solaris builds.
4253 * Makefile.in: Regenerate.
4255 * src/locale.cc: Tweak formatting.
4257 2000-02-15 Benjamin Kosnik <bkoz@cygnus.com>
4259 Jim Parsons <parsons@clearway.com>
4260 * testsuite/27_io/istream_unformatted.cc (test06): Add test.
4261 * bits/istream.tcc (read): Set failbit if !good(). Don't increment
4265 Michel Decima <michel.decima@cnet.francetelecom.fr>
4266 * testsuite/27_io/streambuf.cc: Add test.
4267 * bits/streambuf.tcc (xsgetn): Don't test for valid mode.
4270 * src/Makefile.am (AM_CXXFLAGS): Pass down AC_CXXFLAGS,
4271 OPTIMIZE_CXXFLAGS, etc. So --enable-debug and --enable-namespaces
4272 will work correctly, for instance.
4273 * src/Makefile.in: Regenerate.
4275 * bits/locale_facets.h: Fix merge error.
4276 (num_put::put(unsigned long long): And here.
4277 * mknumeric_limits (trait_name): Same.
4279 2000-02-15 Chip Salzenberg <chip@valinux.com>
4281 Support 'configure --enable-long-long'.
4282 * bits/c++config.h (_GLIBCPP_USE_LONG_LONG): Remove.
4283 * stl/bits/stl_config.h (__STL_LONG_LONG): Remove '#if 0'.
4284 * acconfig.h (_GLIBCPP_USE_LONG_LONG): Add. Default to undef.
4285 * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Define flag macro.
4286 * configure.in (GLIBCPP_ENABLE_LONG_LONG): Use it.
4288 * aclocal.m4: Regenerate.
4289 * config.h.in: Regenerate.
4290 * configure: Regenerate.
4292 2000-02-15 Chip Salzenberg <chip@valinux.com>
4294 Improve (complete?) 'long long' support.
4295 * mknumeric_limits: Call $CXX with $CPPFLAGS. Define statics
4296 for {,unsigned} long long if the limits header declares them.
4297 * src/gen-num-limits.cc: Include <bits/c++config.h> early.
4298 (__USE_GNU, _GNU_SOURCE): Define if _GLIBC_USE_LONG_LONG.
4299 (long long, unsigned long long): Gen limits if _GLIBC_USE_LONG_LONG.
4300 * bits/locale_facets.h (num_get<>::get(..., long long &)): Define.
4301 (num_put<>::put(..., long long)): Likewise.
4302 (num_put<>::put(..., unsigned long long)): Likewise.
4303 * bits/locale_facets.tcc (_S_format): Rename from _S_format_long.
4304 Templatize last parameter to support 'long long'.
4305 (num_put<>::put(...)): Call _S_format with new name.
4306 (num_put<>::put(..., long long)): Define.
4307 (num_put<>::put(..., unsigned long long)): Likewise.
4308 * src/locale-inst.cc (_S_format): Instantiate under new name.
4310 2000-02-15 Petter Urkedal <petter@matfys.lth.se>
4312 * src/complex.cc (operator<<, operator>>): Moved from here...
4313 * src/complex_io.cc: ...to new file.
4314 (operator>>): Stub replaced by the real thing.
4315 * src/Makefile.am (sources): Inserted complex_io.cc.
4316 * src/Makefile.in: Regenerate.
4317 * testsuite/26_numerics/complex_inserters_extractors.cc: Check it.
4319 2000-02-14 Benjamin Kosnik <bkoz@gnu.org>
4321 Add in ctype information for newlib "C" libraries.
4322 * config/newlib: New directory
4323 * config/newlib/bits/ctype_base.h: New file.
4324 * config/newlib/ctype.cc: New file.
4326 * ctype/config/linux/*: Rename, move to...
4327 * ctype/config/gnu-linux/*: Here.
4329 Finish off multilib work.
4330 * configure.in: Don't set CXX if not Canadian cross.
4331 * configure: Regenerate.
4332 * acinclude.m4 (GLIBCPP_CHECK_LIBIO): Tweak messages.
4333 * aclocal.m4: Regenerate.
4334 * config.h.in: Regenerate.
4336 * install-sh: Remove, as AC_CONFIG_AUX_DIR(..) picks this out of
4337 the top-level gcc directory now.
4338 * mkinstalldirs: Remove.
4341 * ltmain.sh: Remove.
4342 * config.guess: Remove.
4343 * config.sub: Remove.
4345 2000-02-13 Benjamin Kosnik <bkoz@cygnus.com>
4347 * configure.in (glibcpp_basedir): Add glibcpp_basedir.
4348 * Makefile.am: Move mutlilib stuff to src/Makefile.am.
4349 * Makefile.in: Regenerate.
4350 * src/Makefile.am: Add multilib bits.
4351 * src/Makefile.in: Regenerate.
4353 2000-02-12 Benjamin Kosnik <bkoz@cygnus.com>
4355 * configure.in: Clean, add some multilib support.
4356 * configure: Regenerate.
4357 * configure.host: New file.
4359 * acinclude.m4: GLIBCPP_CHECK_LIBIO. Take bits from configure.in and
4360 roll a new function, checks for presence of libio.
4361 GLIBCPP_CHECK_COMPILER_VERSION: Same.
4362 GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT: Same.
4363 GLIBCPP_CHECK_MATH_SUPPORT: Same.
4364 GLIBCPP_CHECK_WCHAR_T_SUPPORT: Same.
4365 GLIBCPP_CHECK_LIBIO: Same.
4366 GLIBCPP_CHECK_CTYPE: Same.
4367 * aclocal.m4: Regenerate.
4368 * config.h.in: Regenerate.
4370 * Makefile.am: Tweaks.
4371 * Makefile.in: Regenerate.
4373 2000-02-11 Benjamin Kosnik <bkoz@cygnus.com>
4375 * configure.in: Make outputing the libio/Makefile
4376 conditional. Haha, yeah right. Anyway, we instead do this thing
4377 where if libio is found, then we build a null library, as there is
4378 no point in duplicating the found libio.
4379 * Makefile.am: Tweak.
4380 * Makefile: Regenerate.
4381 * libio/Makefile.am: Add _G_config.h stuff. Now cross compilers
4382 are happy happy happy.
4383 * libio/Makefile.am: Regenerate.
4384 * libio/gen-params: New file.
4385 * src/Makefile.am: Make libio.la non-conditional, as it is now a
4386 null library if it's not needed. At least we are being consistent,
4387 if not as elegant as we could be.
4388 * src/Makefile: Regenerate.
4390 2000-02-10 Benjamin Kosnik <bkoz@gnu.org>
4392 * Makefile.am (SUBDIRS): Add libio again.
4393 * Makefile.in: Regenerate.
4394 * configure.in (BUILD_LIBIO_INCLUDE): And here.
4395 (AC_OUTPUT): Generate libio/Makefile again.
4396 * configure: Regnerate.
4397 * src/Makefile.am (libstdc___la_LIBADD): Change path so that
4398 libio.la is referring back to the libio subdir again.
4399 (LIBIO_INCLUDES): And here.
4400 * src/Makefile.in: Regenerate.
4402 2000-02-09 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
4404 * math/complex-stub.h: Missed one. Change __mycabs* to cabs*.
4406 2000-02-09 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4408 * bits/valarray_array.h (<bits/std_new.h>): #include.
4409 (__valarray_get_memory): New function.
4410 (__valarray_release_memory): Likewise.
4411 (__valarray_default_construct): New functions.
4412 (__valarray_fill_construct): New function.
4413 (__valarray_copy_construct): New funstions.
4414 (__valarray_destroy_elements): New function.
4416 * bits/valarray_array.tcc (__valarray_copy_construct): New
4419 * bits/std_valarray.h (valarray<>::valarray): Use
4420 __valarray_get_memory and __valarray_fill_construct,
4421 __valarray_copy_construct, __valarray_default_construct to
4422 properly construct valarrays.
4423 (valarray<>::~valarray): Use __valarray_destroy_elements to
4424 destroy elements and __valarray_release_memory to return memory.
4425 (valarray<>::shift): Tweak.
4426 (valarray<>::cshift): Likewise.
4427 (valarray<>::resize): Robustify.
4429 2000-02-09 Benjamin Kosnik <bkoz@cygnus.com>
4431 * mknumeric_limits (XCOMPILE): Add support for cross compiling.
4432 * bits/limits_generic.h: New file, defaults.
4433 * src/limits_generic.cc: New file, defaults.
4434 * configure.in (LIBS): Run mknumeric_limits at configure time.
4435 * acconfig.h: Remove PACKAGE VERSION HAVE_COMPLEX
4436 HAVE_LC_MESSAGES, tidy, clean, etc.
4437 * src/Makefile.am (geberated_sources): Remove.
4439 * bits/fpos.h: Use _GLIBCPP_USE_LIBIO guards for libio typenames
4440 (_IO_off_t, _IO_ssize_t)
4442 * src/complex.cc: Use glibc's <complex.h> if
4443 possible. . . apparently this was not being done before. Include
4445 (abs): Enable cabs if it's around, instead of mycabs.
4446 * src/complexf.cc (FCT): Add global scope to match complex.cc.
4447 * src/complexl.cc (FCT): Same.
4448 * math/Makefile.am (EXTRA_LONG_DOUBLE_yes): Change mycabsl to cabsl.
4449 (libmath_la_SOURCES): And here.
4450 * math/(mycabs.c, mycabsf.c, mycabsl.c): Move to. . .
4451 * math/(cabs.c, cabsf.c, cabsl.c): . . . Here.
4452 * math/complex-stub.h: Move c_log declarations into. . .
4453 * math/mathconf.h: Here. This is because glibc's <complex.h>
4454 declares cclog, not c_log. The case of the dueling standards. . .
4455 * math/mathconf.h: Add _GLIBCPP_HAVE_* to macros.
4456 * math/Makefile.am: Change.
4457 * math/nan.c (nan): Change signature.
4458 * math/mathconf.h (NAN): Same.
4459 * math/complex-stub.h (nan): And here.
4461 * Makefile.am (rebuild-stamp): Remove libio and libio
4462 dependancies. Plan to take out libio subdir and just merge with
4463 libio in top level gcc directory. Of course, this assumes there is
4464 a libio in the top level directory (ie ../src_dir). This will
4465 probably change the way this library is configured by default.
4468 2000-02-09 Chip Salzenberg <chip@valinux.com>
4470 * localefwd.h (locale): Make public: facet, id, category.
4472 2000-02-09 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4474 * testsuite/26_numerics/buggy_complex.cc: Fix Origin:.
4476 * acinclude.m4: Patch only once!
4478 2000-02-09 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4480 * testsuite/26_numerics/buggy_complex.cc: New file.
4482 2000-02-05 Petter Urkedal <petter@matfys.lth.se>
4484 * acinclude.m4: New GLIBCPP_CHECK_COMPLEX_SUPPORT macro. Based
4485 on the 1999-11-21 entries by Mumit Khan.
4486 * configure.in: Use.
4487 * acconfig.h: New _GLIBCPP_BUGGY_COMPLEX macro.
4488 * bits/std_complex.h: Use.
4490 2000-02-04 Philip Martin <pm@corris.dircon.co.uk>
4492 * stl/bits/stl_algobase.h: Add traits based dispatch for
4493 __normal_iterator in the copy_backward()algorithm
4494 * stl/bits/stl_vector.h: Reduce use of __normal_iterator
4497 2000-02-04 Mumit Khan <khan@xraylith.wisc.edu>
4499 * src/gen-num-limits.cc (signal_handler): Work around signal
4500 handling problem on Cygwin.
4501 Thanks to Chris Faylor <cgf@cygnus.com>.
4503 2000-02-03 Benjamin Kosnik <bkoz@cygnus.com>
4505 * configure.in: Add (preliminary) support for cross compiles and
4507 Remove AC_C_BIGENDIAN tests. Why is this necessary? Cross
4508 compilation freaks on this.
4509 * configure: Regenerate.
4510 * src/Makefile.am: Add support for cross compiles.
4511 * src/Makefile: Regenerate.
4512 * Makefile.am: Add support for cross compiles.
4513 * Makefile.in: Regenerate.
4515 2000-02-02 Benjamin Kosnik <bkoz@cygnus.com>
4517 * configure.in (LIBS): Remove unused subdirs.
4518 * configure: Regenerate.
4519 * Makefile.am (SUBDIRS): And here.
4520 * Makefile.in: Regenerate.
4521 * src/Makefile.am (sources): And here.
4522 * src/Makefile.in: Regenerate.
4525 * generic/*: Remove.
4527 * mkcheck.in (INC_PATH): Include $BUILD_DIR before any source dirs.
4529 * libtool: Update to libtool-1.3.4.
4533 * config.guess: Same.
4535 2000-02-02 Benjamin Kosnik <bkoz@cygnus.com>
4536 Alexandre Petit-Bianco <apbianco@cygnus.com>
4538 * mkc++config: New file. Put autoconf macros into _GLIBCPP_
4539 namespace instead of polluting global namespace with duplicate
4541 * configure.in (AC_OUTPUT): Don't need to generate bits/config.h
4543 (AC_OUTPUT_COMMANDS): Make it here.
4544 * configure: Regenerate.
4545 * bits/c++config.h.in (_CPP_CPPCONFIG): Change. Tweak. Remove
4546 endif, as now we will add it manually.
4547 Move to this file. . .
4548 * bits/c++config.h: New file. Same as old c++config.h.in except
4549 the ending macro guard is now appended manually.
4551 * bits/locale_facets.tcc: Change HAVE_* macros to _GLIBCPP_HAVE_*.
4552 * bits/std_cmath.h: Same here.
4553 * bits/std_cwchar.h: And here.
4554 * src/locale.cc: And here.
4555 * src/complexl.cc: And here.
4556 * math/mathconf.h: Change to include "config.h" instead of
4559 2000-02-01 Benjamin Kosnik <bkoz@gnu.org>
4561 * configure.in: Add support for threads. Try a model closer to
4562 libjava, as hopefully if the thread bits are added carefully
4563 enough, the source code will not have gross hacks. Besides, the
4564 libstdc++-v2 model could be easily emulated without the necessity
4565 of linking files in (as currently done)--all that needs to be done
4566 is AC_DEFINE(-D_PTHREADS) etc. However, let's try something
4567 new. . . and see if we arrive at a more elegant solution.
4568 * configure: Regenerated.
4569 * config/threads-no.h: New file.
4570 * config/threads-posix.h: New file.
4571 * src/Makefile.am (myinstallheaders): Install c++threads.h.
4572 * src/Makefile.in: Regenerated.
4574 2000-01-31 Benjamin Kosnik <bkoz@gnu.org>
4576 META-QUESTION: Can we just make a "header.html" file and a
4577 "footer.html" and just include them in all the doc sub-pages. The
4578 duplication of the header info is kind of gross, and weak
4579 considering that if you change order or layout then all this stuff
4580 has to be changed in all the sub-files.
4582 * docs/17_intro/contribute.html: Take out duplicate file info.
4583 * README: Should just contain a link to the docs/index.html
4584 page. Duplicate information removed.
4585 * docs/faq/index.html: Remove indexes into HOWTOS.
4586 * docs/17_intro/howto.html: Make intro and docs part more
4587 centralized. Move intro stuff to documentation.html.
4588 * docs/how.html: Tweak. Does this file need to exist? What calls it?
4589 * docs/README.html: Move documentation files to
4590 documentation.html. Should this file be renamed
4591 "config_and_install.html" as that is what is apparently covered
4593 * docs/install.html: Yes. New file, moved and renamed README.html.
4594 * docs/documentation.html: New file. This is the index file for
4596 * docs/index.html: Edit sidebar order. Insert new link to new
4597 documentation spine, documentation.html.
4599 2000-01-31 Scott Snyder <snyder@fnal.gov>
4601 * bits/istream.tcc (operator>>(istream&, string&)): Set failbit if
4602 we don't extract any characters.
4603 * testsuite/21_strings/inserters_extractors.cc (main): New tests.
4605 2000-01-31 Anders Widell <awl@hem.passagen.se>
4607 * stl/bits/std_bitset.h (_M_do_left_shift): Handle case when shift
4608 step is a multiple of the word size.
4609 (_M_do_right_shift): Same.
4610 * testsuite/23_containers/bitset_shift.cc: New file.
4612 2000-01-31 Nathan Myers <ncm@zembu.com>
4614 * README (Documentation): Add path info, fix typos.
4616 2000-01-26 Benjamin Kosnik <bkoz@redhat.com>
4618 * bits/locale_facets.tcc (num_get::_M_extract): Add the freaking
4619 crazy group checking for numpunct, for real this time. At some
4620 point, the local variable __grp should probably get replaced a
4621 char array, or something a bit more lightweight.
4622 (num_get::do_get(bool)): Simplify. Don't set bool reference to
4623 parsed value unless err isn't failbit.
4624 (num_get::do_get(*)): Same, make consistent.
4626 Nathan Myers <ncm@zembu.com>
4627 Jim Parsons <parsons@clearway.com>
4628 * testsuite/27_io/istream_extractor_arith.cc (test08): Add
4629 more grouping tests, tweak, scold, wine.
4631 2000-01-24 Benjamin Kosnik <bkoz@gnu.org>
4633 * testsuite/27_io/istream_extractor_arith.cc (test07): Add
4635 * bits/locale_facets.tcc (num_get::_M_extract): Change to fix
4636 grouping bugs. Only allow thousands_sep if _M_use_groupings is
4639 via <llewelly@198.dsl.xmission.com>
4640 * stl/bits/stl_vector.h (vector::_M_range_check): Throw
4641 out_of_range instead of range_error.
4643 2000-01-17 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4645 * bits/std_iomanip.h (setw): Fix typo.
4647 2000-01-14 Benjamin Kosnik <bkoz@gnu.org>
4649 * testsuite/27_io/istream_extractor_arith.cc: Fix.
4650 * bits/locale_facets.tcc (do_get(...void)): Change to strtoul.
4651 * testsuite/27_io/istream_unformatted.cc (test04): Tweak.
4653 2000-01-14 Phil Edwards <pme@sourceware.cygnus.com>
4655 * docs/README.html: Reformat, more installation instructions.
4656 * docs/gccrebuild.html: New file.
4657 * docs/faq/index.html: Update for new testsuite output filenames.
4658 * docs/faq/index.txt: Regenerate.
4660 2000-01-14 Phil Edwards <pme@sourceware.cygnus.com>
4662 * Makefile.am (rebuild-stamp, all-local): New targets.
4663 * Makefile.in: Regenerated.
4664 * acinclude.m4: New macro, GLIBCPP_ENABLE_RELIBGCC.
4665 * aclocal.m4: Regenerated.
4666 * configure.in: Call new macro. Also do some sanity checks
4667 for combinations of --enable's that may not make sense.
4668 * configure: Regenerated.
4670 2000-01-13 Benjamin Kosnik <bkoz@cygnus.com>
4672 * testsuite/27_io/istream_extractor_arith.cc: Add checks for void*.
4673 * bits/locale_facets.tcc (do_get::(...void)): Set fmtflags
4674 correctly for hex-formatted input.
4676 * testsuite/27_io/istream_manip.cc (test01): Fix, as per setting
4677 eofbit instead of eofbit | failbit.
4678 * testsuite/27_io/istream_unformatted.cc (test04): Fix, as
4679 ifstreams now are opened or'd with ios_base::in (as is correct).
4680 * bits/fstream.tcc (filebuf::seekoff): Simplify.
4681 * testsuite/27_io/ios_base_members_static.cc (test01): Fix thinko.
4683 2000-01-12 Benjamin Kosnik <bkoz@gnu.org>
4685 * bits/std_fstream.h: Add ios_base as a friend to basic_filebuf.
4686 * bits/basic_file.h (basic_file::filepos_cur): Remove incorrect
4688 (__basic_file::filepos_valid): Same.
4689 (__basic_file::filepos_beg): Same.
4690 (__baseic_file::get_fileno): New function.
4691 * bits/ios_base.h (ios_base::sync_with_stdio): Implement, including
4692 feedback from LWG 49.
4693 * src/ios.cc: Move definition here.
4694 * testsuite/27_io/ios_base_members_static.cc (test01): Add tests.
4696 * bits/std_sstream.h (_M_really_sync): Simplify argument list. Set
4697 output part of internal buffer based on string size, so that
4698 _M_out_end is set consistently with filebufs. Correct comments.
4699 * bits/sstream.tcc (stringbuf::overflow): Update here too.
4700 * testsuite/27_io/stringbuf.cc: Changes.
4702 2000-01-11 Benjamin Kosnik <bkoz@gnu.org>
4704 * bits/sstream.tcc (seekoff): Set based on end of written buffer,
4706 * testsuite/27_io/stringbuf.cc: Add tests for seekoff(end).
4708 * bits/std_fstream.h (ifstream::open): Add ios_base::in to openmode.
4709 (ofstream::open): Add ios_base::out to openmode.
4711 * bits/locale_facets.tcc (_M_extract): Have consistency between
4712 istream::sentry and extractors, where failbit | eofbit is
4713 set. Don't change this, but instead change. . (do some formatting
4715 * bits/istream.tcc (istream::sentry): Only set eofbit.
4717 2000-01-10 Benjamin Kosnik <bkoz@gnu.org>
4719 * testsuite/27_io/istringstream_members.cc: New file.
4721 2000-01-09 Benjamin Kosnik <bkoz@gnu.org>
4723 * bits/istream.tcc (istream::sentry): Flush.
4725 * configure.in (AC_OUTPUT_COMMANDS): Simplify.
4726 * configure: Regenerate.
4727 * src/Makefile.am (generated_headers): Remove bits/c++config.h so
4728 that make clean will not delete it.
4729 * src/Makefile: Regenerate.
4731 2000-01-07 Phil Edwards <pme@sourceware.cygnus.com>
4733 * mkcheck.in: Use host-specific invocation of size(1);
4734 GNU binutils isn't necessarily there (more's the pity).
4736 2000-01-06 Benjamin Kosnik <bkoz@cygnus.com>
4738 * configure.in (LIBS): Better tests for solaris2.6.
4739 * configure: Regenerate.
4741 <vakatov@ncbi.nlm.nih.gov>
4742 * bits/std_sstream.h: As per libstdc++20.
4744 2000-01-06 Benjamin Kosnik <bkoz@gnu.org>
4746 Break out configuration on solaris.
4747 * configure.in (ctype_solaris): Add in bits for solaris2.6 and 2.7.
4748 * config/solaris/ctype.cc: Delete and move to proper version.
4749 * config/solaris/bits: Same.
4750 * config/solaris/solaris2.5: Add this directory, with subdir bits
4751 and file ctype.cc. Probably doesn't work.
4752 * config/solaris/solaris2.6: Same.
4753 * config/solaris/solaris2.7: Same, as per specs via Phil Edwards.
4755 * Makefile.am: Change paths to mkcheck.
4756 * Makefile: Regenerate.
4757 * configure.in (AC_OUTPUT_COMMANDS): Build mkcheck here.
4758 * configure: Regenerate.
4759 * src/Makefile.am (generated_headers): Add bits/c++config.h.
4761 * mkcheck: Now autogenerated by configure and renamed. . .
4762 * mkcheck.in (INC_PATH): Add glue for ctype_include_dir.
4763 Have longer-style dates.
4764 Raja R Harinath <harinath@cs.umn.edu>
4765 * mkcheck: Change path to #!/usr/clocal/bin/bash.
4767 * docs/README.html: Correct links, maybe. FAQ, install notes, and
4768 general documentation need to be organized around each other, not
4769 fight against each other. . .
4771 2000-01-04 Phil Edwards <pme@sourceware.cygnus.com>
4772 Nicolai Josuttis <nicolai.josuttis@braunschweig.netsurf.de>
4774 * README: Add a note referring to README.html.
4775 * docs/README.html: New file from Nicolai.
4776 * docs/faq/index.html: Move "how to get a copy" to here.
4777 * docs/gentop/footchunk.html: Update.
4778 * docs/gentop/headchunk.html: New links according to
4779 bkoz's idea for "How to..." stuff.
4780 * docs/gentop/thanks: Actually put people here.
4781 * docs/download.html: Regenerated.
4782 * docs/index.html, docs/links.html, docs/mail.html,
4783 docs/status.html, docs/thanks.html, docs/faq/index.txt: Ditto.
4784 * docs/how.html: Ditto. (This file should go away soon.)
4786 1999-12-26 Phil Edwards <pme@sourceware.cygnus.com>
4788 * docs/gentop/status: Add snapshot version column, update
4790 * docs/status.html: Regenerated.
4792 1999-12-26 Phil Edwards <pme@sourceware.cygnus.com>
4794 * docs/faq/index.html: Turn README and RELEASE-NOTES into links
4795 from installation FAQ, and specify location of text files.
4796 * docs/faq/index.txt: Regenerated.
4798 1999-12-23 Phil Edwards <pme@sourceware.cygnus.com>
4800 * docs/gentop/download: Add links to prebuilds for Cygwin/Mingw32.
4801 * docs/download.html: Regenerated.
4803 1999-12-22 Phil Edwards <pme@sourceware.cygnus.com>
4805 * docs/faq/index.html: Update 'what works' for .7 snapshot,
4806 clean up various links.
4807 * docs/faq/index.txt: Regenerated.
4808 * docs/gentop/gentop: Smarter regeneration script.
4809 * docs/gentop/{head,foot}chunk.html: Updated with new
4810 contributors link and mod date.
4811 * docs/gentop/index: Snapshot relase date.
4812 * docs/gentop/thanks: New contributors page added.
4813 * docs/{download,how,index,links,mail,status,thanks}.html:
4814 Regenerated from gentop; thanks.html created.
4816 1999-12-21 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
4818 * bits/c++config.h.in (__GLIBCPP__): 19991221.
4819 * docs/index.html: Add correct information.
4821 * config/irix: New directory.
4822 * config/irix/ctype.cc: Add irix-6.5 info. Not tested.
4823 * config/irix/bits/ctype_base.h: And here.
4825 * config/aix: New directory.
4826 * config/aix/ctype.cc: Add aix-4.2 info. Not tested.
4827 * config/aix/bits/ctype_base.h: And here.
4829 1999-12-21 Philip Martin <pm@corris.dircon.co.uk>
4831 * bits/basic_string.h: Add special case handling for integral
4833 * bits/std_string.h: include type_traits.h
4834 * testsuite/21_strings/ctor_copy_dtor.cc: Tweak.
4836 1999-12-21 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
4838 * bits/fstream.tcc (seekoff): Output buffer based on _M_*_in and
4840 * bits/std_fstream.h (sync): And here.
4841 * testsuite/27_io/filebuf.cc: Revisions.
4842 * testsuite/27_io/filebuf-2.tst: Correct, remove weird character
4843 at the end of the file.
4844 * testsuite/27_io/filebuf-3.tst: Correct.
4846 1999-12-21 Phil Edwards <pedwards@jaj.com>
4848 * docs/gentop/index: Hold off on .7 announcement date.
4849 * docs/index.html: Regenerate.
4851 1999-12-21 Benjamin Kosnik <bkoz@kcygnus.com>
4853 * bits/std_fstream.h (sync): Move _M_file->sync() to
4854 _M_really_overflow().
4855 * bits/fstream.tcc (seekoff): Call sync, not _M_really_overflow so
4856 as to get the _M_file->sync action, which forces the external
4857 buffer to update itself.
4858 (underflow): Same here.
4860 1999-12-21 Phil Edwards <pedwards@jaj.com>
4862 * bits/c++config.h.in: Uncomment _GLIBCPP_USE_NAMESPACES and move...
4863 * acconfig.h: ...to here.
4864 * config.h.in: Regenerate from aclocal.
4865 * acinclude.m4: Add GLIBCPP_ENABLE_DEBUG, GLIBCPP_ENABLE_NAMESPACES.
4866 * aclocal.m4: Regenerate from acinclude.
4867 * configure.in: Use ENABLE macros here.
4868 * configure: Regenerate.
4869 * src/Makefile.am: Use results from ENABLE macros.
4870 * src/Makefile.in: Regenerate.
4872 1999-12-20 Benjamin Kosnik <bkoz@cygnus.com>
4874 * mkcheck (SRC_DIR): Now have to include config/* dir if "make
4875 check" and not "make check-install." Temporarily hack in linux
4878 * bits/std_streambuf.h: Tweaks.
4879 * bits/streambuf.tcc (xsgetn): Tweaks.
4880 * bits/std_fstream.h (sync): Make _M_really_overflow consistent.
4881 * bits/fstream.tcc (filebuf::underflow): Simplify.
4882 * bits/std_sstream.h (streambuf::underflow): Minor change to make
4883 checks for read position precisely implement the standard.
4884 * bits/basic_file.h (filepos_cur): Base this on _offset.
4885 * testsuite/21_strings/inserters_extractors.cc (test05): Tweaks.
4886 * testsuite/27_io/filebuf.cc: Tweak.
4888 1999-12-20 Benjamin Kosnik <bkoz@cygnus.com>
4890 * docs/17_intro/RELEASE-NOTES: Fix typos.
4892 * bits/locale_facets.h (ctype): Modify, use __to_type to abstract
4893 out platform-specific bits.
4894 * config/default/ctype.cc: And here.
4895 * config/defaults/bits/ctype_base.h: And here.
4896 * config/linux/ctype.cc: And here.
4897 * config/linux/bits/ctype_base.h (ctype_base): And here.
4898 * config/solaris/bits/ctype_base.h (ctype_base): Add
4899 __to_type. Comment, as it looks like this is for solaris2.6 and
4900 above: solaris2.5.1 doesn't seem to have the same definitions.
4901 * config/solaris/ctype.cc: And here.
4903 1999-12-19 Benjamin Kosnik <bkoz@cygnus.com>
4904 Ulrich Drepper <drepper@cygnus.com>
4906 * acconfig.h: Remove _GLIBCPP_USE_CTYPE_ISBIT.
4908 * src/locale.cc: Take out platform-specific hacks.
4909 * config/linux/ctype.cc: Put here.
4910 * config/solaris/ctype.cc: Put here.
4911 * config/default/ctype.cc: Put here.
4913 * bits/locale_facets.h: Take out platform-specific hacks.
4914 * config/linux/bits/ctype_base.h: Put here.
4915 * config/solaris/bits/ctype_base.h: Put here.
4916 * config/default/bits/ctype_base.h: Put here.
4918 * configure.in: Bump version.
4919 Add tests for top-level config directory.
4920 * configure: Regenerated.
4921 * src/Makefile.am (INCLUDES): Add platform-specific dir.
4922 * src/Makefile: Regenerate.
4924 1999-12-19 Benjamin Kosnik <bkoz@cygnus.com>
4925 Ulrich Drepper <drepper@cygnus.com>
4927 * bits/locale_facets.h: Hack in solaris support.
4928 * src/locale.cc: Here too.
4930 1999-12-18 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4932 * docs/17_intro/TODO: Update
4933 * docs/17_intro/RELEASE-NOTES (New): Update.
4935 1999-12-17 Benjamin Kosnik <bkoz@milou.cygnus.com>
4937 * bits/c++config.h.in (__GLIBCPP__): Bump.
4938 * docs/17_intro/RELEASE-NOTES: Update, Gaby please add your stuff.
4939 * docs/17_intro/TODO: Update.
4941 * bits/locale_facets.h: Touch this too.
4942 * bits/localefwd.h: Add typedefs for loooooong vector names.
4943 * bits/locale_facets.tcc (locale::operator()): Need parens.
4944 (has_facet): Simplify.
4945 * src/locale-inst.cc: Add instantiations.
4946 * src/locale.cc: Tweaks.
4948 * bits/std_streambuf.h: Move indeterminates into. .
4949 * bits/std_fstream.h: Here.
4950 * bits/fstream.tcc (underflow): Rewind just for ios_base::out
4952 * bits/sstream.tcc: Very minor formatting tweaks.
4953 * bits/std_streambuf.h (_M_set_determinate): If exclusively an
4954 input buffer, set _M_buf to offset.
4955 * bits/istream.tcc (std): Tweaks.
4956 * testsuite/27_io/istream_unformatted.cc (test05): More tweaks,
4958 * testsuite/27_io/filebuf.cc: Tweaks.
4960 1999-12-17 Phil Edwards <pedwards@jaj.com>
4962 * configure.in: Add OPTLEVEL, -O2 for gcc 2.96+, nothing otherwise.
4963 * configure: Regenerate.
4964 * src/Makefile.am: Use OPTLEVEL in CXXFLAGS.
4965 * src/Makefile.in: Regenerate. Also picks up OTHER_CXXFLAGS rename
4966 to OPTIMIZE_CXXFLAGS from a previous revision (1.96) to Makefile.am.
4968 1999-12-17 Phil Edwards <pedwards@jaj.com>
4970 * docs/21_strings/stringtok_std_h.txt: New algorithm
4971 suggested by Chris King.
4972 * docs/21_strings/howto.html: Link to new version.
4974 1999-12-16 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4976 * bits/valarray_array.h (__valarray_sum): Use operator+=, not
4978 * docs/17_intro/TODO: Update.
4980 1999-12-15 Phil Edwards <pme@sourceware.cygnus.com>
4982 * docs/gentop/footchunk.html: Updated, fixed CRLFs.
4983 * docs/gentop/gentop: Ditto.
4984 * docs/gentop/headchunk.html: Ditto.
4985 * docs/*.html: Regenerated from gentop.
4986 * docs/*/howto.html: Updated as test.
4987 * docs/faq/index.html: Updated, fixed CRLFs.
4988 * docs/faq/index.txt: Regenerated.
4990 1999-12-15 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4992 * mknumeric_limits (OUT_C): restart only if $OUT_C is present.
4994 * bits/std_complex.h
4995 (complex<float>::complex(const complex<double>&),
4996 complex<float>::complex(const complex<long double>&)): Define.
4998 * docs/17_intro/TODO: Update.
5000 1999-12-13 Benjamin Kosnik <bkoz@cygnus.com>
5002 * bits/istream.tcc (seekg): Don't set _M_gcount.
5004 * bits/fstream.tcc (filebuf::underflow): Re-sync
5005 external byte sequence's input buffer only. . .
5006 * testsuite/27_io/istream_unformatted.cc (test04): New tests for
5007 tellg, seekg and filebufs.
5008 (test05): Same for stringbufs.
5009 * testsuite/27_io/istream_unformatted-2.tst: New file.
5010 * testsuite/27_io/istream_unformatted-1.tst: New file.
5011 * testsuite/27_io/istream_unformatted-1.txt: New file.
5012 * testsuite/21_strings/inserters_extractors.cc (test05): Change
5015 1999-12-13 Phil Edwards <pedwards@jaj.com>
5017 * docs/gentop/*: New directory, containing bits for the homepages.
5018 * docs/*.html: Regenerated from gentop.
5019 * docs/*/*.html: Entries added and regenerated.
5021 1999-12-13 Benjamin Kosnik <bkoz@gnu.org>
5023 Efforts to get -O2 to work with -Winline -Werrors.
5024 * bits/valarray_array.h (__valarray_fill(_Tp*, size_t, const
5025 _Tp&): Remove inline declaration, as cannot be inlined and
5026 -Winline -Werror complains. An interesting question is why this
5027 cannot be inlined, as I can see no real reason to disqualify it.
5028 (__valarray_product(const _Tp*, const _Tp*)): Same here.
5029 * bits/std_valarray.h (valarray::operator[](size_t)): Same here.
5031 * docs/17_intro/TODO: Update.
5033 1999-12-12 Benjamin Kosnik <bkoz@gnu.org>
5035 * bits/std_fstream.h (seekpos): Tweaks, fixes. Move definition to
5037 * bits/basic_file.h (filepos_cur()): Make pointers themselves be
5038 the resultant position.
5039 * bits/fstream.tcc (seekoff): Explicitly set return value to
5040 resultant external byte sequence position, not value returned from
5041 _M_file->seekoff. Need to make
5042 (seekpos): New definition.
5044 * bits/istream.tcc (seekg): As per Library Issues List 136, set to
5045 just istream. Necessary, or else tellg will give an invalid stream
5046 position, but seekg will return a valid stream position, which is
5047 not groovy: see testcase addition.
5048 * bits/ostream.tcc (seekp): Same.
5050 * bits/streambuf.tcc (_S_copy_streambufs): Simplify.
5051 * bits/sstream.tcc: Tweaks.
5052 * bits/locale_facets.tcc: Tweaks.
5053 (num_put::do_put(iter_type, ios_base, char_type, const void*)):
5054 Re-write in a way that is easier for the inliner to work with.
5055 * bits/ios_base.h: Use explicit static_cast<int>(...) notation.
5057 1999-12-10 Benjamin Kosnik <bkoz@cygnus.com>
5059 * bits/locale_facets.tcc: Tweaks.
5060 * bits/locale_facets.h (use_facet): Can't inline, remove inline
5062 * bits/localefwd.h: And here.
5063 * bits/std_ostream.h: Tweaks, sentry ctor can't be inlined.
5064 * bits/ostream.tcc: Put here.
5066 Frank Ch. Eigler <fche@cygnus.com>
5067 * src/Makefile.am: Adjust CXXFLAGS, add AM_CXXFLAGS.
5069 1999-12-08 Benjamin Kosnik <bkoz@cygnus.com>
5071 * bits/sstream.tcc (stringbuf::seekoff): Long overdue revamp. Make
5072 in and out buffers update independantly.
5074 * bits/basic_ios.h: Minor formatting.
5075 * bits/fstream.tcc (std): Fix indentation.
5077 1999-12-08 Chip Salzenberg <chip@valinux.com>
5079 * bits/char_traits.h (char_traits<>): Move not_eof() functions
5080 after corresponding eof() functions, so they're easier for the
5082 * bits/locale_facets.h (money_base::__default_pattern): Move
5083 static variable out of inline functions.
5084 (_Moneypunct<>::do_{pos,neg}_format): Use it.
5085 * src/locale-inst.cc (money_base::__default_pattern): Define it.
5087 1999-12-08 Benjamin Kosnik <bkoz@cygnus.com>
5089 * bits/std_fstream.h (filebuf::open): Tweak.
5090 * bits/fstream.tcc (filebuf::seekoff): Simplify, fix.
5091 * bits/std_ios.h: Minor tweaks for headers.
5093 1999-12-06 Benjamin Kosnik <bkoz@gnu.org>
5095 * bits/c++config.h.in (_GLIBCPP_FULLY_COMPLIANT_HEADERS): New macro.
5096 * src/string-inst.cc: Add guards . . .
5097 * src/misc-inst.cc: And here.
5098 * bits/std_sstream.h: And here.
5099 * bits/std_fstream.h: And here.
5100 * bits/std_streambuf.h: And here.
5101 * bits/std_istream.h: And here.
5102 * bits/std_ostream.h: And here.
5104 1999-12-06 Scott Snyder <snyder@fnal.gov>
5106 * bits/istream.tcc (basic_istream::read): Try to handle __n == 0
5108 (basic_istream::readsome): And here as well.
5109 * testsuite/27_io/istream_unformatted.cc: Test a zero-length
5112 1999-12-06 Mumit Khan <khan@xraylith.wisc.edu>
5114 * bits/istream.tcc (basic_istream::ignore): streamsize is not
5115 necessarily an `int'.
5117 1999-12-06 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5119 * mknumeric_limits: Don't use $CXXFLAGS when building
5120 gen-num-limits. It's definitely wrong to use it since $CXXFLAGS
5121 generally instructs the compiler not to emit template
5122 instantiations and we end up with undefined symbols. Sigh.
5124 1999-12-05 Benjamin Kosnik <bkoz@gnu.org>
5126 * bits/locale_facets.tcc: Tweak.
5127 (_S_format_long): Adjust showpos formatting for hex and oct.
5128 * bits/std_ostream.h (operator<<(short)): Correctly deal with hex
5129 and oct by formatting as unsigned.
5130 (operator<<(int)): Same here.
5131 * bits/ostream.tcc (operator<<(long)): Same.
5132 (operator<<(long long)): Same.
5133 (_S_pad_char): Actually treat ios_base::internal as something
5134 worth doing correctly. Remove const designation on ios argument.
5135 * testsuite/27_io/ios_manip_basefield.cc (test02): Add tests.
5136 * testsuite/27_io/ostream_inserter_arith.cc (test03): Add tests.
5138 1999-12-04 Benjamin Kosnik <bkoz@gnu.org>
5140 * bits/std_sstream.h (streambuf::underflow): Check for mode == in.
5142 1999-12-03 Benjamin Kosnik <bkoz@gnu.org>
5144 * bits/locale_facets.tcc (num_put::do_put(bool): Fix.
5146 * bits/sstream.tcc (streambuf::seekoff): Add parens.
5147 * bits/istream.tcc (istream::get(sb)): Handle exceptional events.
5148 (operator>>(istream, _CharT*)): Change streamsize to int_type.
5149 (operator>>(istream, _CharT&)): Fix typedef'd type to be _CharT.
5150 * bits/ostream.tcc (ostream::operator<<(const char*)): Stub out
5152 (ostream::operator<<(_CharT)): Fix.
5154 * bits/std_sstream.h: Temporarily disable including sstream.tcc to
5155 see if this will increase compile speed.
5156 * bits/std_ostream.h: Likewise. . .
5157 * bits/std_istream.h: And here.
5158 * bits/std_fstream.h: And here.
5159 * src/misc-inst.cc: Add relevant header file includes for
5160 instantiation purposes.
5161 * src/string-inst.cc: And here.
5162 * testsuite/27_io/ostream_inserter_arith.cc: Add test case.
5164 1999-12-02 Benjamin Kosnik <bkoz@gnu.org>
5166 * testsuite/27_io/istream_unformatted.cc (test03): Add tests.
5167 * bits/istream.tcc (get(streambuf)): More fixes.
5168 (istream::ignore): Get specific about numeric_limits<int>::max()
5171 * bits/fstream.tcc (filebuf::open): Tweaks for _M_last_overflowed.
5172 (filebuf::close): Same.
5173 * testsuite/27_io/filebuf.cc: Add tests for ios_base::ate.
5175 1999-12-01 Phil Edwards <pedwards@jaj.com>
5177 * mkcheck: Support for compilation/execution timing.
5178 * testsuite/printnow.c: New file.
5180 1999-12-01 Phil Edwards <pedwards@jaj.com>
5182 * bits/std_cwchar.h: Test for _GLIBCPP_USE_WCHAR_T.
5183 * configure.in: Test for presence of wchar.h before testing
5184 for any of its features.
5185 * configure: Regenerate.
5187 1999-11-30 Benjamin Kosnik <bkoz@gnu.org>
5189 Preliminary istream validations complete.
5190 * bits/istream.tcc (istream::getline): Fixes. Tweaks to make
5191 formatting more consistent. Removal of if-statements inside of for
5196 * bits/std_istream.h: Same.
5197 * bits/sstream.tcc (stringbuf::pbackfail): Fix.
5198 * testsuite/27_io/stringbuf.cc: Tweak.
5199 * testsuite/27_io/istream_unformatted.cc (test02): Mo' tests.
5201 * bits/ostream.tcc (ostream::operator<<(arith)): Set badbit, not
5202 failbit on failure, as per 27.6.2.5.2.
5204 * stl/bits/std_vector.h: Allow bool specializations. Should move
5205 ext/std_bvector to bits, not ext, maybe.
5207 1999-11-30 Mumit Khan <khan@xraylith.wisc.edu>
5209 * configure.in: Fix checks for mbstate_t and WCHAR_MIN/MAX.
5210 * configure: Regenerate.
5212 999-11-29 Benjamin Kosnik <bkoz@gnu.org>
5214 * bits/istream.tcc (get(streambuf, char)): Fix.
5215 * testsuite/27_io/istream_unformatted.cc (test03): Add tests.
5217 1999-11-29 Scott Snyder <snyder@fnal.gov>
5219 * bits/basic_string.h (append(const _Char*, size_type)): The
5220 length of the appended string is given exactly by the second arg,
5221 regardless of the data in the character array.
5222 * bits/string.tcc (basic_string(const _CharT*, size_type, const
5223 _Alloc&)): Likewise.
5224 * testsuite/21_strings/append.cc (test01): Remove erroneous test
5225 of basic_string::append.
5227 1999-11-29 Chip Salzenberg <chip@valinux.com>
5229 * Makefile.in: Tweaks for CXXFLAGS.
5230 * */Makefile.in: Same.
5232 1999-11-29 Mumit Khan <khan@xraylith.wisc.edu>
5234 * conficd bgure.in: Check for wide character support.
5235 * bits/c++config.h.in (_GLIBC_USE_WCHAR_T): Move from here ...
5236 * acconfig.h (_GLIBC_USE_WCHAR_T): to here.
5237 * bits/string.tcc (wstring::_S_find): Guard wchar_t specialization.
5239 1999-11-29 Mumit Khan <khan@xraylith.wisc.edu>
5241 * acinclude.m4: Fix typo.
5242 * src/complex.cc: Fix macro line continuation.
5244 1999-11-29 Petter Urkedal <petter@matfys.lth.se>
5246 * src/Makefile.am (CXXFLAGS): Add -Wno-format to allow non-
5247 string literals in format, as used in locale-facets.tcc.
5249 1999-11-28 Benjamin Kosnik <bkoz@gnu.org>
5251 * testsuite/27_io/istream_unformatted.cc (test03): Add tests.
5252 * bits/istream.tcc (istream::get): Extract to argument minus one.
5253 Various tweaks and fixes.
5255 1999-11-22 Mumit Khan <khan@xraylith.wisc.edu>
5257 * bits/locale_facets.tcc: Workaround for compiler crash on
5260 1999-11-21 Mumit Khan <khan@xraylith.wisc.edu>
5262 * acinclude.m4: New file. New _GLIBCPP_CHECK_FLOAT_SUPPORT macro.
5263 * configure.in: Use.
5264 * acconfig.h: New _GLIBCPP_BUGGY_FLOAT_COMPLEX macro.
5265 * src/complexf.cc: New _GLIBCPP_FLOAT_SPECIALIZATION macro.
5266 * bits/std_complex.h: Use.
5267 * src/complex.cc: Use.
5269 1999-11-19 Mumit Khan <khan@xraylith.wisc.edu>
5271 * testsuite/18_support/numeric_limits.cc: Add missing std:: prefix.
5272 * testsuite/21_strings/inserters_extractors.cc: Likewise.
5273 * testsuite/22_locale/ctype.cc: Likewise.
5274 * testsuite/23_containers/multiset.cc: Likewise.
5275 * testsuite/23_containers/vector_ctor.cc: Likewise.
5276 * testsuite/26_numerics/binary_closure.cc: Likewise.
5277 * testsuite/27_io/fpos.cc: Likewise.
5278 * testsuite/27_io/ios_base_callbacks.cc: Likewise.
5279 * testsuite/27_io/istream_extractor_arith.cc: Likewise.
5280 * testsuite/27_io/istream_extractor_char.cc: Likewise.
5281 * testsuite/27_io/istream_extractor_other.cc: Likewise.
5282 * testsuite/27_io/istream_sentry.cc: Likewise.
5283 * testsuite/27_io/ostream_inserter_char.cc: Likewise.
5284 * testsuite/27_io/ostream_inserter_other.cc: Likewise.
5285 * testsuite/27_io/streambuf.cc: Likewise.
5286 * testsuite/27_io/stringstream.cc: Likewise.
5288 1999-11-19 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5290 * bits/valarray_meta.h: Don't forget to define tanh
5292 1999-11-18 Philip Martin <pm@corris.dircon.co.uk>
5294 * src/stl-inst.cc: Use typedef to refer to iterator
5295 * stl/bits/stl_algobase.h: Add traits based dispatch for
5296 __normal_iterator in the copy()algorithm
5297 * stl/bits/type_traits.h: Add _Is_normal_iterator trait support
5299 1999-11-18 Kevin Ediger <kediger@licor.com>
5301 * src/locale.cc (locale::_Imp::_Imp): Use auto_ptr to make
5302 constructors for locale::_Impl exception safe.
5304 1999-11-18 Scott Snyder <snyder@fnal.gov>
5306 * stl/bits/stl_queue.h: The C++ standard gives the default for the
5307 _Sequence template argument of priority_queue<> as vector<>, not
5310 1999-11-18 Benjamin Kosnik <bkoz@gnu.org>
5312 * bits/std_sstream.h (stringbuf::_M_really_sync): Add __iend as a
5314 * bits/sstream.tcc: Adjust here too.
5316 1999-11-17 Benjamin Kosnik <bkoz@gnu.org>
5318 * bits/sbuf_iter.h (istreambuf_iter::equal): Tweak.
5319 * bits/istream.tcc (operator>>): Replace iostate(0) with
5320 iostate(ios_base::goodbit), which is the same thing, but hopefully
5322 * bits/locale_facets.tcc (do_get(bool)): Streamline, deal with
5323 libraries issue list 17.
5324 (do_gets): Don't set goodbit explicitly, instead only set on
5325 failures as good bit is the default setting.
5326 * bits/ios_base.h (setf): Set correctly.
5327 * bits/fstream.tcc: Tweak.
5328 * bits/std_sstream.h (_M_really_sync): Fix ibuffer positioning for
5329 in|out bufs that are empty. . .
5330 * testsuite/27_io/istream_extractor_arith.cc (test03): Add.
5332 1999-11-16 Benjamin Kosnik <bkoz@gnu.org>
5334 * testsuite/27_io/streambuf.cc (class testbuf): Don't set _M_buf_size.
5335 * bits/std_streambuf.h (setp): Set _M_buf_size, _M_mode.
5336 Add comments "all about _M_buf."
5337 (setg): Set _M_mode.
5339 1999-11-16 Kevin Ediger <kediger@licor.com>
5341 * bits/locale_facets.tcc (_S_build_float_format): New function.
5342 (_S_output_float): New function.
5343 (num_put::do_put(double)): Use 'em.
5344 (num_put::do_put(long double)): Use 'em.
5345 * testsuite/27_io/ostream_inserter_arith.cc: New file.
5347 1999-11-15 Scott Snyder <snyder@fnal.gov>
5349 * bits/basic_file.h: Type of __off parm should be __c_streampos, to
5350 match how libio is calling us.
5351 * src/basic_file.cc (sys_seek): Likewise.
5352 * bits/std_fstream.h (basic_filebuf::sync): Restore sync call.
5354 1999-11-15 Benjamin Kosnik <bkoz@gnu.org>
5356 * docs/17_intro/contribute.html: Add link to assignment form.
5357 * docs/17_intro/libstdc++-assign.txt: New file.
5359 * mkcheck (TESTS_FILE): Move a copy of test files as well as
5362 * bits/std_streambuf.h (_M_buf_bump): New function.
5363 * bits/streambuf.tcc: Mods to support _M_buf_bump.
5364 (xsputn): Here. Also add checks for output valid.
5365 (xsgetn): Add checks for input valid.
5367 (sgetc): Set _M_in_end to _M_buf + _M_buf_end.
5368 * bits/std_sstream.h (_M_really_sync): Set _M_buf.
5369 Set _M_out_end to variable-length-end.
5370 * bits/sstream.tcc (overflow): Use _M_buf_bump.
5373 * bits/fstream.tcc (std): Tweak formatting.
5374 (filebuf::overflow): Simplify.
5375 (filebuf::showmanyc): Same.
5376 (filebuf::underflow): Same.
5377 * testsuite/27_io/filebuf.cc: Fix.
5378 * testsuite/27_io/ostream_inserter_other.cc: Fix.
5379 * testsuite/27_io/ostream_inserter_other-2.tst: New file.
5380 * testsuite/27_io/stringbuf.cc: Tweak.
5381 * testsuite/27_io/streambuf.cc: Tweak.
5382 * testsuite/27_io/istream_extractor_other.cc: Fix.
5384 1999-11-11 Matthias Klose <doko@cs.tu-berlin.de>
5386 * stl_deque.h: Use static_casts<size_type>(signed_type).
5388 1999-11-11 Benjamin Kosnik <bkoz@gnu.org>
5390 Cleanups for callbacks, more regression hunting. Remaining
5391 failures (1) due to last unresolved stringstream issues, not
5393 * bits/std_fstream.h: Revert. Disable call to _M_file->sync as
5394 killing 27_io/filebuf.cc tests. . . need another solution.
5396 * bits/streambuf.tcc (_S_copy_streambufs): Fix.
5397 * testsuite/27_io/istream_extractor_other.cc: Tweak comments.
5399 * bits/basic_ios.h: Add cached facets here. UGH. The standard
5400 foils all attempts at a graceful, minimal implementation.
5401 * bits/basic_ios.tcc: Tweaks.
5402 * bits/istream.tcc: Fix.
5403 * bits/ostream.tcc: Fix.
5404 * bits/std_istream.h: Fix.
5405 * bits/std_ostream.h: Fix.
5406 * src/ios.cc (ios_base::imbue): Set _M_locale_ios before calling
5408 * bits/locale_facets.tcc (std): Minor, minor formatting tweak.
5409 (_S_pad_numeric): Make comprehensible.
5411 1999-11-10 Benjamin Kosnik <bkoz@cygnus.com>
5413 * bits/std_ostream.h: Add callbacks for _M_fnumput.
5414 (_S_ostream_fcache): New function.
5415 Move functions out-of-line.
5416 * bits/ostream.tcc: Put here.
5418 * bits/std_istream.h: Add callbacks for _M_fnumget.
5419 (_S_istream_fcache): New function.
5420 Move functions out-of-line.
5421 * bits/istream.tcc: Put here.
5423 * bits/basic_ios.tcc (basic_ios::imbue): Tweaks, remove call to
5424 _M_call_callbacks(), as ios_base::imbue does this already.
5425 * src/ios.cc (register_callback): Clean.
5426 (_M_call_callbacks): Same.
5427 * bits/ios_base.h: Callback work.
5428 * testsuite/27_io/ios_base_callbacks.cc (test01): New file.
5430 1999-11-10 Benjamin Kosnik <bkoz@cygnus.com>
5431 Matthias Klose <doko@cs.tu-berlin.de>
5433 * stl/ext/stl_rope.h: Fix initialization order.
5435 1999-11-09 Scott Snyder <snyder@fnal.gov>
5437 * bits/std_fstream.h (basic_filebuf::sync): Unconditionally call
5438 _M_file->sync() so that redirection works correctly.
5440 1999-11-09 Benjamin Kosnik <bkoz@gnu.org>
5442 * bits/istream.tcc: Re-order.
5443 * bits/std_istream.h: Fix getline problems.
5444 * testsuite/27_io/istream_unformatted.cc: New tests.
5446 Clean up regressions.
5447 * bits/std_sstream.h: Set initial stringbufs correctly.
5449 1999-11-09 Scott Snyder <snyder@fnal.gov>
5451 * stl_vector.h (_M_range_insert): Fix mixing pointers and
5453 * testsuite/23_containers/vector_modifiers.cc (test01): New file,
5456 1999-11-09 Benjamin Kosnik <bkoz@cygnus.com>
5458 * src/Makefile.am (CXXFLAGS): Add -Winline.
5459 * src/Makefile.in: Regenerate.
5461 1999-11-05 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5463 * bits/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): When
5464 building meta-expressions don't forget to take the contained
5467 1999-11-02 Benjamin Kosnik <benjamin@cygnus.com>
5469 * configure: Regenerate.
5471 1999-11-02 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5473 * bits/valarray_meta.h (_Expr<>::sum): Tweak. Use copy-initialization
5475 * bits/valarray_meta.h (min): Likewise.
5476 * bits/valarray_meta.h (max): Likewise.
5478 1999-11-01 Benjamin Kosnik <bkoz@cygnus.com>
5480 * bits/std_sstream.h (_M_really_sync): Take into account in | out bufs.
5481 * bits/std_streambuf.h (_S_copy_streambufs): New function.
5482 * bits/streambuf.tcc: Define.
5483 * bits/istream.tcc (istream::operator>>(streambuf)): Rewrite.
5484 * bits/ostream.tcc (ostream::operator<<(streambuf)): Rewrite.
5485 * testsuite/27_io/ostream_inserter_other.cc: Add tests.
5486 * testsuite/27_io/ostream_inserter_other-1.tst: New file.
5488 * bits/basic_string.h: Explicitly cast npos to unsigned type,
5489 reported by Richard Atterer.
5490 * bits/char_traits.h: For consistency's sake, here too.
5492 * configure.in: Bump version to 2.90.7.
5494 1999-10-31 Benjamin Kosnik <bkoz@cygnus.com>
5496 * testsuite/27_io/ostream_inserter_char-1.tst: Check file output.
5497 * testsuite/27_io/ostream_inserter_char.cc (test05, test01): Add tests.
5498 * bits/streambuf.tcc (xsputn): Treat--size const char for long loops.
5500 * bits/sstream.tcc (seekpos): Tricks, mostly: check _M_mode before
5501 writing into buffer.
5504 1999-10-29 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5506 * bits/valarray_array.h (__valarray_sum): New function.
5507 * bits/valarray_array.h (__valarray_product): Same.
5509 * bits/std_valarray.h (valarray<T>::product): Comment out.
5510 * bits/std_valarray.h (valarray<T>::sum): Use __valarray_sum
5511 instead of accumulate.
5513 * src/valarray-inst.cc: Remove explicit intantiation of
5514 class multiplies<size_t>, accumulate, valarray<size_t>::product.
5515 * src/valarray-inst.cc (__valarray_product): Instantiate
5517 * src/valarray-inst.cc (__valarray_product(const
5518 valarray<size_t>&)): New function.
5519 * src/valarray-inst.cc (gslice::_Indexer::_Indexer): Don't use
5520 valarray<size_t>::product. Use __valarray_product instead.
5523 1999-10-25 Benjamin Kosnik <bkoz@cygnus.com>
5525 * bits/std_ostream.h (ostream.inserters.char): Correctly pad output.
5526 (_S_pad_char): New function. Not done: ios_base::internal.
5527 * bits/ostream.tcc: Clean for above.
5528 * bits/locale_facets.tcc (_S_fill): Remove ostreambufiterator
5529 specialization that was commented out, as ostreams now have to
5530 correctly deal with padding.
5531 * testsuite/27_io/ostream_inserter_char.cc (main): Add tests.
5533 * testsuite/21_strings/ctor_copy_dtor.cc(test02): Add test case
5534 from mailing list. This is a bug, and should be fixed.
5535 * testsuite/21_strings/inserters_extractors.cc (main): Tweak, fix typo.
5537 1999-10-22 Petter Urkedal <petter@matfys.lth.se>
5539 * stl/bits/stl_numeric.h (__power): Replaced argument name `__opr'
5540 to avoid conflict with gcc name mangling.
5541 * stl/bits/stl_algo.h (__transform): Same.
5543 1999-10-21 Benjamin Kosnik <bkoz@cygnus.com>
5545 * bits/ios_base.h: Change argument names.
5546 * docs/17_intro/BADNAMES: Add __opr.
5548 1999-10-20 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
5550 Work on compilation slowdowns from 10-5 to 10-12, which are
5551 related to the _Callback_list inlining/merge-ifcation, which is
5552 still a pending issue, but this stuff is necessary cleanup anyway.
5554 * src/ios.cc: Re-arrange.
5555 * bits/ios_base.h: Tweak.
5556 * bits/basic_ios.tcc: Move out of line definitions here, move
5557 small out-of-line definitions inline.
5558 * bits/basic_ios.h: From here.
5560 * bits/streambuf.tcc (pbackfail, overflow): Move back inline.
5561 * bits/std_streambuf.h: From here.
5563 1999-10-19 Benjamin Kosnik <bkoz@cygnus.com>
5565 * testsuite/27_io/istream_extractor_char.cc: Add tests.
5566 * bits/std_istream.h: Tweaks--set eofbit on eof condition.
5567 * bits/istream.tcc (operator>>(istream&, string&): Remove
5568 vestigial issspace hacks and use ctype::is instead.
5569 (getline): Remove unnecessary loops, fortify and pasteurize.
5572 1999-10-18 Benjamin Kosnik <bkoz@cygnus.com>
5574 * bits/istream.tcc (operator>>): Tweak.
5575 * bits/std_istream.h: Fix according to library issues list 68.
5578 * bits/locale_facets.h: Fix table_size to be non-zero.
5580 1999-10-18 Vadim Egorov <egorovv@HotPOP.com>
5582 * src/basic_file.cc: ifdef instead of comment for binary mode
5584 1999-10-18 Russell Davidson <russell@qed.econ.queensu.ca>
5586 * bits/std_sstream.h: Stringbuf initialization based on actual,
5587 not allocated, size.
5588 * testsuite/21_strings/inserters_extractors.cc (test06): Add test
5591 1999-10-17 Benjamin Kosnik <bkoz@cygnus.com>
5593 * testsuite/26_numerics/c_math.cc (test03): Tweak.
5594 * testsuite/27_io/istream_manip.cc (test01): Corrections due to
5596 * testsuite/21_strings/inserters_extractors.cc (test01): Same.
5598 1999-10-14 Benjamin Kosnik <bkoz@cygnus.com>
5600 * bits/std_istream.h: Tweaks.
5601 * bits/istream.tcc (istream::sentry::sentry()): Simplify, correct
5602 as per issues list addition--set failbit, eof on empty buffers.
5603 * testsuite/27_io/istream_sentry.cc: New file.
5605 1999-10-12 Chris Prince <prince@wcug.wwu.edu>
5607 * bits/std_cstdio.h: Remove Solaris hacks.
5609 1999-10-12 Phil Edwards <philip.edwards@sn.wpafb.af.mil>
5611 * docs/index.html: Fix minor typos and tweaks.
5612 * docs/17_intro/contribute.html: Ditto.
5613 * docs/*/howto.html: Ditto. More "EGCS"->"GCC" conversion, notes on
5614 thread safety and binary I/O, links to external sites.
5615 * docs/faq/index.html: EGCS/GCC cleanup, new entries for Cygwin
5618 1999-10-12 Petter Urkedal <petter@matfys.lth.se>
5620 * bits/std_cmath.h (abs(float)): When ::absf is not present, call
5621 ::fabs(double) rather than ::abs(int).
5623 1999-10-11 Benjamin Kosnik <bkoz@milou.cygnus.com>
5625 * bits/std_streambuf.h: Fix minor blip--should explicitly return
5626 *gptr(), not the result of underflow.
5627 (pbackfail): Conform to default behavior.
5629 * bits/streambuf.tcc: Add out-of-line streambuf members.
5632 * testsuite/27_io/streambuf.cc: New file.
5633 * testsuite/27_io/filebuf.cc: Correct test.
5635 1999-10-08 Benjamin Kosnik <bkoz@haight.constant.com>
5637 * bits/std_cmath.h: Correctly cast int to double.
5638 * testsuite/26_numerics/c_math.cc: Add test.
5640 * mknumeric_limits (OUT_C): Tweaks.
5641 * src/gen-num-limits.cc: Checks for WCHAR_MIN, WCHAR_MAX before
5642 trying to instantiate type_traits<wchar_t>.
5643 * acconfig.h: Add _GLIBCPP_HAS_WCHAR_MIN_MAX.
5644 * configure.in (LIBS): Plus checks for WCHAR_MIN, WCHAR_MAX.
5645 * configure: Regenerate.
5647 1999-10-06 Benjamin Kosnik <bkoz@milou.cygnus.com>
5649 * bits/streambuf.tcc (streambuf::xsgetn): Rewrite.
5650 (streambuf::xsputn): Put in break.
5651 Aiming for parity between these two (mostly) similar functions.
5652 Need to re-write tests.
5654 * bits/ios_base.h (ios_base::_M_copy_base): Remove declaration.
5655 Make data members protected, not private.
5656 * src/ios.cc (ios_base::_M_copy_base): Move _Callback_list into
5657 ios_base.h. As called only once, collapse into . . .
5658 * bits/basic_ios.h (basic_ios::copyfmt): Fix.
5659 (basic_ios::clear): Throw ios_base::failure on occasion.
5660 (basic_ios::exceptions): Fix.
5661 * testsuite/27_io/ios_members.cc (test02): Add tests.
5663 * bits/fpos.h: Default initialize.
5664 * testsuite/27_io/fpos.cc (test03): Add test.
5666 1999-10-04 Russell Davidson <russell@qed.econ.queensu.ca>
5668 * src/basic_file.cc: Fix open modes.
5670 1999-10-04 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5672 * bits/locale_facets.tcc (num_get<>::do_get): Fix typo.
5674 1999-09-23 Benjamin Kosnik <bkoz@milou.cygnus.com>
5676 * bits/streambuf.tcc: Yea. Fix this for real.
5677 * testsuite/27_io/ostream_inserter_other.cc: Add file.
5678 * src/Makefile.*: Regenerate.
5680 1999-09-22 Benjamin Kosnik <bkoz@milou.cygnus.com>
5682 * bits/std_cstdlib.h: Add more linux-specif hacks to the header
5683 files so that stdtof and strtold will be declared. Some hacks
5684 already exits in bits/std_cctype.h -- these should all be removed
5686 * bits/locale_facets.tcc: Add cstring.h include.
5687 _S_format_long: Use long, not int.
5688 Add std_limits.h include, for numeric_limits.
5689 * testsuite/27_io/istream.cc: Make instantiations work when using
5691 * testsuite/27_io/ostream.cc: Same.
5693 1999-09-21 Benjamin Kosnik <bkoz@milou.cygnus.com>
5695 * bits/fpos.h (fpos::operator streamoff): Make const, don't return
5696 a reference. Same for operators == and !=.
5697 * testsuite/27_io/fpos.cc: Add tests.
5699 1999-09-21 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5701 * bits/valarray_array.h: Fix typo.
5703 * mknumeric_limits: Make sure we are regenerating things from
5704 scratch. Otherwise things get redefined. Not good.
5706 1999-09-20 Benjamin Kosnik <bkoz@milou.cygnus.com>
5708 * bits/std_ostream.h: Fix typo.
5709 * bits/std_istream.h: Same.
5710 * bits/std_iomanip.h: Same.
5712 * bits/istream.tcc (sentry::sentry()): Remove optional tie with
5713 ostream, as happens with underflow anyway.
5714 * testsuite/27_io/istream.cc (main): New file.
5715 * testsuite/27_io/ostream.cc (main): New file.
5716 * testsuite/27_io/istream_unformatted.cc: Add tests.
5718 * src/Makefile.am (headers): Add new file.
5719 * src/Makefile.in (headers): Regenerated.
5721 * bits/basic_ios.h: Remove local-related files.
5722 * bits/basic_ios.tcc: New file, add locale-related items.
5723 * src/misc-inst.cc: Add include of basic_ios.tcc, as a hack for now.
5724 * testsuite/27_io/ios_members_static.cc: Change to
5725 * testsuite/27_io/ios_base_members_static.cc: This.
5726 * testsuite/27_io/ios_members.cc: New file.
5727 * testsuite/27_io/stdios_basefield_manip: Change to
5728 * testsuite/27_io/ios_manip_basefield.cc: This.
5729 * testsuite/27_io/stdios_fmtflags_manip: Change to
5730 * testsuite/27_io/ios_manip_fmtflags.cc: This.
5732 * bits/fpos.h: Fix discarding qualifiers on this when
5733 using _M_position with a const fpos.
5734 * bits/std_iosfwd.h: Tweak.
5735 * testsuite/27_io/fpos.cc: New file.
5737 1999-09-17 Benjamin Kosnik <bkoz@milou.cygnus.com>
5739 * bits/streambuf.tcc (streambuf::xsputn): Tweak.
5740 * bits/ostream.tcc: Tweak.
5741 * testsuite/21_strings/inserters_extractors.cc (test04, test05):
5742 Add new regressions.
5744 1999-09-16 Benjamin Kosnik <bkoz@milou.cygnus.com>
5746 * bits/basic_ios.h: Inline, tweak.
5747 * bits/fstream.tcc (basic_filebuf::_M_really_overflow): Tweak,
5748 pass back accurate return value to basic_filebuf::overflow.
5749 * bits/streambuf.tcc (streambuf::xsputn): Fix overflow accounting.
5750 This fixes sstream problems reported in libstdc++/9, but screws up
5751 filebufs. That solution is pending.
5753 1999-09-15 Vadim Egorov <egorovv@1c.ru>
5755 * bits/streambuf.tcc (basic_streambuf::xsputn): Add check for
5757 * testsuite/21_strings/inserters_extractors.cc (test01): Add test.
5759 1999-09-08 Benjamin Kosnik <bkoz@milou.cygnus.com>
5761 * bits/c++config.h.in: Add emacs hints.
5763 * stl/bits/stl_range_errors.h: Don't define here, for now define
5764 in stdexcept.cc along with string inlines __length_error, etc.
5765 * src/stdexcept.cc: Define here.
5766 * stl/bits/stl_config.h (__STL_CAN_THROW_RANGE_ERRORS): Enable, so
5767 at(size_t) will be declared/defined.
5768 (__STL_THREADS): Fix mess surrounding use of this, enable.
5770 1999-08-31 Benjamin Kosnik <bkoz@milou.cygnus.com>
5772 * testsuite/27_io/istream_extractor_arith.cc: Fix.
5773 * src/localename.cc: Tweak formatting, fix assignment to
5774 const compiler errors.
5776 1999-08-25 Benjamin Kosnik <bkoz@cygnus.com>
5778 * acconfig.h: Add absf, cosf.
5779 * configure.in (use_builtin_sinf): Same.
5780 * configure: Regenerate.
5781 * bits/std_cmath.h: Add mess of defines.
5782 * testsuite/26_numerics/modf_float.cc: Change to
5783 * testsuite/26_numerics/c_math.cc: This.
5785 * src/locale.cc: Change.
5786 * bits/locale_facets.h: Fix.
5787 * testsuite/22_locale/ctype.cc: Add temporary tests.
5789 1999-08-24 Benjamin Kosnik <bkoz@cygnus.com>
5791 * bits/fpos.h: Test.
5793 * docs/index.html: Add powerpc-linux-gnu results with gcc-2.95.1.
5794 Fix database name for "libstdc++".
5796 1999-08-23 Benjamin Kosnik <bkoz@cygnus.com>
5798 * mknumeric_limits (numeric_limits): Add default definitions to
5800 * testsuite/18_support/numeric_limits.cc: New file.
5802 1999-08-18 Benjamin Kosnik <bkoz@cygnus.com>
5804 * bits/std_istream.h: Correct initialization.
5805 * bits/std_ostream.h: Likewise.
5806 * bits/std_sstream.h: Likewise.
5807 * bits/std_fstream.h: Likewise.
5808 * testsuite/27_io/stringstream.cc: Add test case.
5810 * bits/std_sstream.h: Replace ____string_type with __string_type.
5811 * bits/basic_ios.h (basic_ios::rdbuf(sb*): Call clear(), as required.
5812 * bits/std_ostream.h: Tweak dtor.
5814 1999-08-17 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
5816 * src/Makefile.am (CXXFLAGS): Add -O2.
5817 * src/Makefile.in: Likewise.
5819 * src/gen-num-limits.cc: Conditionally allow wchar_t. See what
5821 * mknumeric_limits (numeric_limits): Uglify.
5823 * bits/std_istream.h: Fix warnings.
5824 * bits/locale_facets.tcc: Collateral damage from
5825 char_traits<char>::int_type change.
5827 * testsuite/27_io/istream_extractor_char.cc: Terminate strings.
5829 1999-08-17 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
5831 * docs/index.html: Add mailing list form.
5832 * docs/27_io/howto.html: Add link to iostreams_hierarchy.pdf.
5834 1999-08-16 Benjamin Kosnik <bkoz@cygnus.com>
5836 * bits/streambuf.tcc (streambuf::xsputn): Allow copies to continue
5837 if overflow successfully allocates more space.
5838 * bits/std_sstream.h: Adjust comments.
5839 * bits/sstream.tcc (stringbuf::overflow): Copy buffer into string
5840 before overflow forces a resize.
5841 * testsuite/27_io/ostream_inserter_char.cc: New file.
5843 * bits/std_fstream.h: Remove declaration.
5844 * bits/fstream.tcc: Move uflow.
5845 * bits/std_streambuf.h: To here.
5846 * bits/streambuf.tcc: Make consistent.
5848 * src/Makefile.am (WERROR): Enable.
5849 * src/Makefile.in: Regenerate.
5850 * bits/sbuf_iter.h: Tweak.
5851 * bits/char_traits.h: (char_traits<wchar_t>::eof): Use WEOF.
5852 Use unsigned int as char_traits<char>::int_type.
5854 * bits/ostream.tcc (ostream::putc(char)): Tweak.
5855 * testsuite/27_io/iostream_objects.cc: Terminate string.
5856 Move cin::operator>>(char*) test to extractor_char.cc.
5857 * testsuite/27_io/stringstream.cc: Add stringstream instantiation.
5858 * bits/std_istream.h (basic_iostream): Make explicit definition
5860 * bits/std_sstream.h: Fix typos.
5861 * bits/fstream.tcc (_M_init_filebuf): Set to indeterminate for
5862 basic_filebuf ctor with fileno open arguments. Thus, filebufs are
5863 initialized in a consistent manner, no matter if the underlying
5864 FILE/bit bucket is a tty or a text file or some other imaginary
5865 construct. This and setting _M_buf_size to 1 for cin allows
5866 istream::get(char) to work in a manner consistent with what others
5869 * docs/index.html: Link Stroustrup's C++ page.
5871 1999-08-12 Michael Cook <cook@sightpath.com>
5873 * bits/fstream.tcc: Fix signed/unsigned -Wall warning.
5874 * bits/istream.tcc: ditto.
5875 * bits/sbuf_iter.h: ditto.
5876 * bits/std_istream.h: ditto.
5877 * src/Makefile.am: Add -Wall to CXXFLAGS.
5878 * src/Makefile.in: ditto.
5880 1999-08-12 Benjamin Kosnik <bkoz@tintin.cygnus.com>
5881 Russell Davidson <russell@ehess.cnrs-mrs.fr>
5883 * bits/locale_facets.tcc (_M_extract): Finish off patch from yesterday.
5884 * src/Makefile.am (myinstallheaders): Tweak, remove PHONY.
5886 1999-08-11 Benjamin Kosnik <bkoz@tintin.cygnus.com>
5888 * testsuite/27_io/istream_unformatted.cc: New file.
5890 * testsuite/27_io/istream_extractor_arith.cc (test02): Add more
5891 elaborate tests for int types with noskipws.
5893 * testsuite/27_io/istream_extractor_other-1.txt: New file.
5894 * testsuite/27_io/istream_extractor_other-1.tst: New file.
5895 * testsuite/27_io/istream_extractor_other-2.tst: New file.
5896 * testsuite/27_io/istream_extractor_other.cc: Add tests.
5897 * bits/istream.tcc: Fix operator>>(streambuf*).
5899 * testsuite/23_containers/vector_ctor.cc (test01): Add.
5901 * docs/index.html: Remove references to egcs.
5902 * docs/17_intro/DESIGN: Same.
5903 * docs/17_intro/contribute.html: Same.
5904 * docs/17_intro/RELEASE-NOTES: Ditto.
5905 * docs/17_intro/howto.html: Same here.
5907 Russell Davidson <russell@ehess.cnrs-mrs.fr>
5908 * stl/bits/stl_vector.h (_M_insert_aux):
5909 * bits/locale_facets.tcc (_M_extract): Tweaks for preliminary
5910 decimal/floating point support.
5911 * bits/locale_facets.h: Change _M_extract prototype.
5912 * bits/char_traits.h (char_traits::to_int_type): Cast to unsigned.
5913 * bits/std_istream.h (istream::read(char_type, streamsize)): Fix.
5915 1999-08-10 Michael Cook <cook@sightpath.com>
5917 * bits/fstream.tcc: Fix for unused variable warning (-Wall).
5918 * bits/ios_base.h: ditto.
5919 * bits/istream.tcc: ditto.
5920 * bits/locale_facets.h: ditto.
5921 * bits/locale_facets.tcc: ditto.
5922 * bits/std_streambuf.h: ditto.
5923 * src/basic_file.cc: ditto.
5924 * src/locale.cc: ditto.
5925 * src/localename.cc: ditto.
5927 1999-08-10 Kirat Singh <singhki@jany.gs.com>
5929 * bits/std_iomanip.h: Inline.
5931 1999-08-10 Alfred Minarik <a8601248@unet.univie.ac.at>
5933 * bits/std_streambuf.h: Correct member initialization order.
5934 * src/ios.cc: Add definitions for ios_base data members.
5936 1999-08-06 Phil Edwards <pedwards@ball.com>
5938 * docs/index.html: Seventh snapshot updates. Minor tweaks.
5939 * docs/faq/index.html: Ditto. Removed bugs sections that have
5940 been fixed for a long time... Lots of "egcs" references still
5942 * docs/faq/index.txt: Regenerated.
5944 1999-08-05 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5945 Andreas Amann <amann@physik.tu-berlin.de>
5947 * testsuite/26_numerics/binary_closure.cc (main): new test.
5949 1999-07-29 Andreas Amann <amann@physik.tu-berlin.de>
5951 * bits/valarray_meta.h: (_BinClos<>::_Binclos): fix typo causing
5954 1999-08-04 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
5956 * docs/index.html (host): Put in testing status.
5958 1999-08-03 Benjamin Kosnik <bkoz@cygnus.com>
5960 * docs/index.html: Update for libstdc++-2.90.6 release.
5961 * docs/17_intro/RELEASE-NOTES (New): Update.
5962 * docs/17_intro/BUGS: Update.
5963 * bits/c++config.h.in (__GLIBCPP__): Bump version number.
5964 * README (file): Update.
5966 1999-08-03 Benjamin Kosnik <bkoz@cygnus.com>
5968 * src/Makefile.am (generated_headers): Remove bits/c++config.h as
5970 ($(generated_headers)): Same.
5971 * src/gen-c++config.cc: Remove, rename to
5972 * bits/c++config.h.in: New file. Bump version number.
5973 * configure.in: Generate bits/c++config.h at configure time.
5974 * math/mathconf.h: include bits/c++config.h, not config.h.
5976 * bits/std_cmath.h: Fix remaining link error for solaris shared
5977 builds. _GLIBCPP_HAS_BUILTIN_SINF has to be disabled for the time
5978 being, as on Solaris this silently calls sinf, which does not
5981 * src/complex.cc: More tweaks.
5983 1999-08-03 Benjamin Kosnik <bkoz@cygnus.com>
5985 * src/complex.cc: Same.
5986 * math/complex-stub.h: Change.
5987 * math/c_log10*.c: Change back to clog10*.c.
5989 * configure.in (NEED_C_LOG10): Delete.
5990 * configure: Regenerate.
5991 * math/Makefile.am: Change.
5993 1999-07-30 Benjamin Kosnik <bkoz@cygnus.com>
5995 * math/Makefile.am: Fix, for real.
5996 * configure.in (use_builtin_sinf): Ok, make autoconf solution.
5997 * math/clog.c: Move to c_log.c.
5998 * math/clog*: Ditto.
5999 * math/c_log10l.c (c_log10l): Change function name.
6000 * math/c_log10f.c (c_log10f): Change function name.
6001 * math/c_log10.c (c_log10): Change function name.
6003 * math/complex-stub.h: Change to c_log* variants.
6004 * src/complex.cc: And here.
6006 1999-07-29 Benjamin Kosnik <bkoz@cygnus.com>
6008 * testsuite/27_io/istream_extractor_other.cc: Correct last test.
6009 * bits/sstream.tcc (stringbuf::overflow): Don't update the input
6010 sequence, just the output sequence.
6011 * bits/std_sstream.h (stringbuf::str()): Only in stringbufs return
6012 the original string, all others use complicated heuristic.
6014 * src/complex.cc: Assume c_log10.
6015 * math/Makefile.am (EXTRA_yes): Fix c_log/c_logf unresolved
6016 symbols in shared libraries by making c_log/c_log10 part of the
6017 "must cmpile" sources. This may not work on solaris, must check.
6019 1999-07-29 Benjamin Kosnik <bkoz@cygnus.com>
6021 * bits/istream.tcc (operator>>(streambuf*)): Re-do.
6022 * bits/std_istream.h: Fix char extractors.
6023 * testsuite/27_io/istream_extractor_char.cc: Change.
6024 * testsuite/27_io/istream_extractor_other.cc: Add tests.
6026 1999-07-28 Benjamin Kosnik <bkoz@cygnus.com>
6028 * bits/std_cctype.h: Fix for solaris2.6 builds.
6030 * bits/istream.tcc: Fix, thanks Alfred.
6031 * bits/std_istream.h: Formatting changes.
6033 * libio/Makefile.am (libio_la_SOURCES): Remove cleanup.c, so that
6034 _IO_cleanup will not be undefined.
6035 * libio/*: Regenerate.
6037 * bits/basic_string.h: More namespace-safety stuff.
6038 * testsuite/27_io/istream_extractor_char.cc: Fix.
6039 * testsuite/27_io/istream_extractor_arith.cc: Fix.
6040 * testsuite/27_io/iostream_objects.cc: Fix.
6041 * testsuite/27_io/ios_ctor.cc: Fix.
6042 * testsuite/27_io/istream_manip.cc: Make namespace safe.
6043 * testsuite/27_io/istream_extractor_other.cc: New file.
6045 * mkcheck (TESTS_FILE): Tweaks.
6047 1999-07-27 Benjamin Kosnik <bkoz@cygnus.com>
6049 * src/gen-c++config.cc: Note here, change version.
6050 * acconfig.h( _GLIBCPP_USE_CTYPE_ISBIT): New macro.
6051 * src/locale.cc: Used here.
6052 * configure.in (use_builtin_sinf): Check for _ISBit using autoconf.
6054 * aclocal.m4: Regenerate by running `aclocal -I m4.`
6056 * bits/istream.tcc: Fix.
6057 * bits/std_istream.h: More changes to extractors.
6059 * testsuite/27_io/istream_extractor_char.cc: More.
6060 * testsuite/21_strings/inserters_extractors.cc (test01): Fix logic
6061 error in testsuite construction.
6063 * bits/std_istream.h: Partially revert.
6064 * bits/std_ostream.h: Same.
6065 * bits/std_sstream.h: Revert.
6067 1999-07-26 Benjamin Kosnik <bkoz@cygnus.com>
6069 * bits/std_sstream.h: Change initialization.
6070 * bits/std_ostream.h: Make default ctor/assign/operator= private.
6071 * bits/std_istream.h: Same, also correct sentry args.
6072 * bits/istream.tcc: Add correct sentry args.
6074 * testsuite/27_io/istream_extractor_char.cc: New file.
6075 * testsuite/27_io/istream_extractor_arith.cc: New file, old file,
6076 name changes making me dizzy.
6078 1999-07-26 Ulrich Drepper <drepper@happy.cygnus.com>
6079 Benjamin Kosnik <bkoz@cygnus.com>
6081 * aclocal.m4, config.guess, config.sub, ltconfig ltmain.sh: Update
6084 1999-07-26 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6086 * bits/std_complex.h: Tweak. Make the primary template class
6087 complex work with user-defined numerical types. Provide member
6088 definitions. Restructure.
6089 (class complex<float>): Uglify. Remove __value(). Rename __val
6090 to _M_value. Rename __complex_value_type to _ComplexT. Make it
6091 private. Remove dependency on __value(). Fix various explicit
6092 specialization syntax. Declare a some functions friend. Now the
6093 implementation is nearly comforming.
6094 (class complex<double>): Likewise.
6095 (class complex<long double>): Likewise.
6097 * src/complex.cc: Tweak. Remove dependency on complex::__value().
6098 (sin, sinh, tan, than): Fix call to corresponding C9x function
6101 1999-07-24 Benjamin Kosnik <bkoz@fidel.cygnus.com>
6103 * bits/istream.tcc (ws): Fix error with failbit being set.
6105 Disabled due to egcs/gcc-2_95 internal compiler errors.
6106 * src/Makefile.am (CXXFLAGS): Add -fsquangle -fhonor-std
6107 -fnew-exceptions. Compiling with namespaces enabled will now be
6109 * mkcheck (CXX_FLAG): Same.
6110 * src/gen-c++config.cc (_GLIBCPP_USE_NAMESPACES): Yup. New macro.
6111 * bits/std_cctype.h: Not enough to just define in namespace std if
6112 ctype-isms are macros. Need to also define in namespace std:: if
6113 the C functions are just plain functions.
6115 * src/gen-num-limits.cc: Fix spelling inconsistencies.
6117 1999-07-24 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6119 * docs/18_support/howto.html: Start documentation. Need to keep
6120 track of the ongoing discussion in th LWG reflector.
6122 * src/gen-num-limits.cc: Tweak.
6123 (class predicate): New class.
6124 (class value): Likewise.
6125 Make the whole machinery more flexible. Add comments.
6127 1999-07-23 Benjamin Kosnik <bkoz@fidel.cygnus.com>
6129 * bits/ios_base.h: Move state/exception functions into basic_ios.
6130 * bits/basic_ios.h: Same.
6131 * src/ios.cc: And here. Callbacks don't attempt to reset
6134 * bits/std_streambuf.h: Separate ios and streambuf locale data
6135 members and cached facets. Using this convention: _M_locale_buf for
6136 the streambuf-related classes, and _M_locale_ios for the ios
6138 * bits/fstream.tcc: And here.
6139 * bits/basic_ios.h: And here. Also, add cached ctype.
6140 * src/ios.cc: Ditto.
6141 * bits/ios_base.h: Ditto.
6142 * bits/std_istream.h: Use cached ctype facet.
6143 * docs/27_io/iostreams_hierarchy.pdf: Update for new data member
6146 * testsuite/27_io/ios_ctor.cc: New file.
6147 * src/ios.cc: Move _M_state init to basic_ios::init().
6148 * bits/basic_ios.h: To here.
6150 Attempt for some consistency in naming for testsuite/27_io/*.cc.
6151 * testsuite/27_io/boolfmt.cc: Rename to stdios_fmtflags_manip.cc
6152 * testsuite/27_io/octfmt.cc: Rename to stdios_basefield_manip.cc
6153 * testsuite/27_io/istream_manip.cc: Rename to istringstream_manip.cc.
6154 * testsuite/27_io/ostream_manip.cc: Rename to ostringstream_manip.cc.
6156 1999-07-22 Benjamin Kosnik <bkoz@fidel.cygnus.com>
6158 * src/ios.cc: Tweak initializations of standard iostream
6159 objects to closely match the standard. Tie cin/wcin, set flags on
6161 * bits/char_traits.h: Change from size_t to int_type, as per
6162 standard. As per wide streams.
6163 * bits/basic_ios.h: Infect with __ctype_type, as a preparation
6164 for caching a bunch of ctype info. For instance, ctype_base::space
6165 info needs to be stored somewhere, somehow.
6166 * bits/std_istream.h: Also here.
6167 * bits/std_ostream.h: Ditto.
6168 * bits/std_istream.h (operator>>(istream, char): Aggh. Fixup.
6169 * testsuite/27_io/iostream_objects.cacc (test01): Oh yeah. Fix
6172 * bits/istream.tcc (ws): Fix.
6173 * testsuite/27_io/istream_manip.cc: New file, test ws.
6174 * testsuite/27_io/ostream_manip.cc: New file, test endl, ends, flush.
6176 * bits/basic_string.h: Provide a specialized member function for
6177 _S_find<char> using strchr.
6178 * src/string-inst.cc: Put specializations here.
6179 * bits/string.tcc: Small fix for find, remove typo.
6180 * testsuite/21_strings/find.cc (test01): Add tests to catch this
6183 1999-07-20 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
6185 * bits/basic_ios.h: Put into basic_ios namespace.
6188 1999-07-19 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
6190 * bits/std_sstream.h (stringbuf::sync): Change to _M_really_sync,
6191 adjust _M_*_cur pointers inside the function, so callee doesn't
6193 * bits/sstream.tcc (stringbuf::overflow): Tweak.
6195 * mkcheck: Tweak. Add execution time field, even though it is not
6196 implemented yet. Simplify pass/fail status notation.
6198 1999-07-18 Mumit Khan <khan@xraylith.wisc.edu>
6200 * configure.in: Check for float.h and underscored version of
6202 * acconfig.h: Add @BOTTOM@ section for handling underscored
6204 * configure: Regenerate.
6205 * config.h.in: Regenerate.
6206 * math/mathconf.h (float.h): Include conditionally.
6207 (M_PI): Define conditionally.
6208 (INFINITE_P): Define for Mingw.
6209 * bits/locale_facets.tcc: Workaround for compiler crash on
6211 * bits/std_cwchar.h (bits/std_cstddef.h): Include.
6212 * src/locale.cc (bits/std_istream.h): Include.
6213 (bits/std_ostream.h): Likewise.
6215 1999-07-18 Phil Edwards <pedwards@ball.com>
6217 * docs/faq/index.html: Updated __black_count notes, fixed typos.
6218 * docs/faq/index.txt: Regenerated.
6220 1999-07-15 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
6222 * testsuite/27_io/stringbuf.cc: Cccchanges, latent bugs.
6224 * bits/sstream.tcc (stringbuf::overflow): Modify accounting of
6225 newly-allocated buffer.
6226 * bits/streambuf.tcc (streambuf::xsgetn): Aaaaaah. Fix final
6227 overflow condition bits.
6229 1999-07-14 Benjamin Kosnik <bkoz@cygnus.com>
6231 * bits/std_sstream.h (stringbuf::_M_init_stringbuf): Set
6232 _M_buf_size to initial _M_string.size(), even though for
6233 ostringstreams it is pretty pointless. It's necessary for
6235 (stringbuf::str()): Adjust.
6236 (stringbuf::str()): Adjust, call _M_init_stringbuf.
6237 * bits/streambuf.tcc (streambuf::xsgetn): Adjust return value for
6238 overflow's possible success.
6239 (streambuf::xsputn): Adjust.
6241 * testsuite/27_io/filebuf.cc: Adjust for the xsgetn re-write from
6243 * testsuite/27_io/stringbuf.cc: Tweak.
6244 * testsuite/21_strings/inserters_extractors.cc (test01): Remove
6246 * testsuite/23_containers/vector_cons.cc: Rename to be consistent
6247 with other constructor tests to. . .
6248 * testsuite/23_containers/vector_ctor.cc: New file.
6250 1999-07-14 Alfred Minarik <a8601248@unet.univie.ac.at>
6252 * testsuite/*: Changes to make the testsuit compilable with
6253 -fhonor-std. Contains direct qualification of library names with
6256 1999-07-13 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
6258 * bits/streambuf.tcc: Tweaks.
6259 (streambuf::xsputn): Optimize, fix for sstreams.
6260 (streambuf::xsgetn): Same.
6261 * bits/sstream.tcc (stringbuf::overflow): Adjust _M_buf_size
6262 correctly, handle overflow/reallocate conditions correctly.
6263 * bits/std_sstream.h: Fix typo.
6264 _M_init_stringbuf(): Fix _M_buf_size initialization.
6265 (stringbuf::str()): Construct return string if output has occurred.
6267 * bits/basic_string.h: Fix typo from yesterday's patch.
6269 1999-07-12 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
6271 * bits/string.tcc: _M_mutate - clear _M_state again.
6272 * bits/basic_string.h: In the three functions that return
6273 an iterator set _M_state to -1 before return.
6274 Also optimized two cases of operator+.
6276 1999-07-12 Phil Edwards <pedwards@ball.com>
6278 * docs/index.html: Expand egcs-1.1.2 notes/links.
6279 * docs/faq/index.html: And here. Add links to LWG issues-list.
6280 * docs/faq/index.txt: Regenerate. (lynx rocks)
6281 * docs/21_strings/howto.html: Fix notes on case conversion.
6282 * docs/21_strings/stringtok_h.txt: Goodly spelling...
6283 * docs/23_containers/howto.html: Stub for bitmasks.
6284 * docs/27_io/howto.html: Add section on buffering, stub binary.
6286 1999-07-12 Nathan Myers <ncm@cantrip.org>
6288 * stl/bits/stl_tree.h (__black_count): Optimize.
6290 1999-07-09 Vadim Egorov <egorovv@1c.ru>
6292 * src/basic_file.cc: Cleanup in __basic_file destructor.
6294 1999-07-08 Benjamin Kosnik <bkoz@cygnus.com>
6296 * bits/std_streambuf.h: Changes. . .
6297 * bits/streambuf.tcc: Merge xsputn from filebuf into xsputn in
6298 basic_streambuf, to be used for both filebufs and streambufs.
6299 * bits/std_fstream.h (_M_init_filebuf): New function.
6300 Take out specialized xsputn, put into basic_streambuf.
6301 * bits/fstream.tcc: Define, call from both ctors.
6302 * bits/std_sstream.h (_M_init_stringbuf): New function.
6303 * bits/sstream.tcc: Tweak.
6305 * docs/27_io/iostreams_heirarchy.pdf: New file.
6307 * docs/17_intro/CHECKLIST (basic_string<char>): Validation and
6308 acceptance. Wooo-hoo!
6310 * bits/char_traits.h: Change int_type for char_traits general
6311 template, so that 21_strings/capacity.cc will compile.
6312 * testsuite/21_strings/capacity.cc: Add operators.
6314 * bits/string.tcc (string::compare): Clean up, re-implement.
6315 * testsuite/21_strings/compare.cc: Tweak.
6317 * bits/string.tcc (string:_M_mutate): Keep leaked value in
6318 _M_state, which means that whenever begin() or end() has been
6319 called, the string is unshareable, period. By doing this, insert
6320 and erase member functions that return iterators can remain
6321 footloose and fancy free.
6322 * testsuite/21_strings/invariants.cc: Update.
6324 * bits/basic_string.h (string::append): Fix self-referential
6325 problems, ie when "this" is also an argument to a member function.
6326 * bits/string.tcc: Tweak, same.
6327 * testsuite/21_strings/append.cc: New file.
6329 1999-07-07 Benjamin Kosnik <bkoz@cygnus.com>
6331 * bits/char_traits.h: Tweaks.
6332 * bits/basic_string.h: Tweak.
6333 * bits/fstream.tcc: Remove warning for _M_buf_size assignment.
6335 1999-07-06 Benjamin Kosnik <bkoz@cygnus.com>
6337 * bits/std_streambuf.h: Absorb/acquire data members previously
6338 working in basic_filebuf.
6339 * bits/streambuf.tcc: Tweaks.
6340 * bits/fstream.tcc: Adjust.
6341 * bits/std_fstream.h: Move and rename the following functions:
6342 _M_set_ideterminate, _M_is_indeterminate, _M_set_determinate are
6343 now declared and defined in the base class, basic_streambuf. Oh
6344 fuck it, move data members _M_buf, and _M_buf_size into
6345 basic_streambuf as well.
6347 * bits/ostream.tcc: Tweak.
6348 * bits/locale_facets.tcc: Fix typo in comments.
6350 * testsuite/21_strings/inserters_extractors.cc (test01): Change
6351 state from good to not good, as eof() is set.
6353 1999-07-05 Benjamin Kosnik <bkoz@cygnus.com>
6355 * bits/char_traits.h (char_traits::compare). Fix.
6357 * config.guess, config.sub: Update.
6359 1999-07-02 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
6361 * bits/string.tcc: Check the __res_arg for a length error.
6363 1999-07-01 Benjamin Kosnik <bkoz@nabi.net>
6365 * bits/std_streambuf.h: Tweaks. Need to move _M_is_indeterminate
6366 and related functions into basic_streambuf, from basic_filebuf to
6367 take care of ostringstreams and empty strings. So that's groovy,
6369 * bits/std_istream.h: Tweaks.
6370 * bits/istream.tcc: Implement ws, getline, operator>> for string.
6371 * bits/std_ostream.h: And here.
6372 * bits/ostream.tcc: Same.
6373 * src/misc-inst.cc: Add instantiations for ws.
6375 * src/string-inst.cc: Add instantiations for inserters and
6376 extractors (operators << and >>, getline).
6378 * testsuite/21_strings/inserters_extractors.cc: Amazingly enough,
6379 a testcase for getline and operators << and >>. Ostream tests are
6380 failing right now, but istream tests should work. . .
6382 * bits/string.tcc: Change _S_max_size, as GNU malloc won't budge.
6383 * bits/std_sstream.h: Revert.
6385 * testsuite/17_intro: header_[iosfwd, ios, iostream, iomanip,
6386 istream, ostream, streambuf, fstream, sstream].cc: New files.
6388 1999-06-30 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
6390 * bits/std_sstream.h (stringbuf::sync): Don't use string::begin()
6393 * bits/basic_string.h (basic_string<>::_S_copy_chars): Add
6394 specializations for _CharT*, iterator and const_iterator.
6395 * src/string-inst.cc: Remove explicit instantiation, as
6396 now explicitly specialized.
6398 * bits/basic_string.h: Add a size_type parameter to _M_clone with
6399 a default value set to 0.
6400 * bits/string.tcc: In _M_clone by the call of _S_create add the
6401 value of the new parameter to _M_length. In reserve check
6402 _M_state and use _M_clone instead of _M_mutate.
6404 1999-06-30 Benjamin Kosnik <bkoz@happy.cygnus.com>
6406 * bits/basic_string.h: Fix _S_max_size.
6407 * bits/string.tcc: Add def here.
6408 * testsuite/21_strings/insert.cc: Fix.
6410 * bits/sbuf_iter.h: Remove detritus.
6411 * testsuite/24_iterators/istreambuf_iterator.cc: Add tests.
6413 * src/locale-inst.cc: Elaborate iterator/locale instantiations
6414 to resolve alpha-osf4 build problems.
6416 1999-06-29 Benjamin Kosnik <bkoz@happy.cygnus.com>
6418 * bits/string.tcc: Fix signed/unsigned issues in compares.
6419 * stl/bits/stl_deque.h: And here.
6420 * stl/bits/stl_string_fwd.h: Remove __get_c_string.
6422 1999-06-29 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
6424 * bits/string.tcc: New implementation and interface of _M_mutate.
6425 Adapt the change in all functions that call _M_mutate.
6426 * bits/basic_string.h: And here.
6428 1999-06-29 Benjamin Kosnik <bkoz@happy.cygnus.com>
6430 * testsuite/21_strings/capacity.cc (test01): Fix.
6432 1999-06-29 Phil Edwards <pedwards@ball.com>
6434 * mknumeric_limits: Exit script if gen-num-limits isn't built.
6436 1999-06-29 Andreas Gruenbacher <agruenba@pent224.infosys.tuwien.ac.at>
6438 * stl/bits/stl_vector.h: Fix.
6439 * testsuite/23_containers/vector_cons.cc: Add.
6441 1999-06-29 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6443 * mknumeric_limits (LDFLAGS): fix.
6445 1999-06-29 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6447 * mknumeric_limits (LDFLAGS): set it according to the system.
6449 * math/mathconf.h (NAN): Check whether host is running under
6450 Cygwin and make the appropriate definition.
6451 * math/complex-stub.h (nan): protect declaration.
6453 1999-06-28 Benjamin Kosnik <bkoz@haight.constant.com>
6455 * bits/sbuf_iter.h: Rename internal data structure to prevent
6456 confusion between basic_ios and istreambuf_iterators internal
6457 basic_streambuf data member.
6458 * testsuite/24_iterators/istreambuf_iterator.cc: New file.
6460 * bits/basic_string.h: Remove conditionals, add input_iterator
6461 version of S_construct again.
6462 * bits/string.tcc: Same.
6463 * src/string-inst.cc: And add explicit instantiation here.
6465 * src/gen-c++config.cc (_GNU_SOURCE): Take out both _GNU_SOURCE
6466 and __USE_GNU macro defines, as single __USE_GNU use leading to
6467 confusion on glibc2.1 systems (ie, RedHat 6.0).
6469 * src/Makefile.am (headers): Add std_utility to installed headers.
6471 1999-06-25 John Potter <jpotter@eagle.lhup.edu>
6473 * stl/bits/stl_tree.h (insert_unique): Revert, just fix insert_equal.
6475 1999-06-25 Gilles Zunino <Gilles.Zunino@hei.fr>
6477 * mknumeric_limits (LDFLAGS): Swap -lc and -lgcc.
6479 1999-06-24 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6481 * src/gen-c++config.cc (_GLIBCPP_*): Change all
6482 macros to include _GLIBCPP as a distinct namespace.
6486 * stl/bits/std_stdexcept.h: Forward-declare __Named_exception ctor.
6487 * bits/basic_string.h: Remove __get_c_string.
6488 * src/stdexcept.cc: Define ctor here.
6489 * bits/ios_base.h: And fix ios_base::failure as well.
6490 * src/ios.cc: Define here.
6492 * bits/std_streambuf.h: Add a private copy ctor and assignment
6493 operator wrapped in _G_RESOLVE_LIB_DEFECTS.
6494 * bits/ios_base.h: And here too.
6496 * bits/basic_string.h: Tweak.
6497 * testsuite/21_strings/nonmember.cc: Add operator+ tests.
6499 * src/valarray.cc: Rename to. . .
6500 * src/valarray-inst.cc: This.
6501 * src/Makefile.am (sources): Change here.
6502 * src/Makefile.in: Regenerated.
6504 1999-06-24 Vadim Egorov <egorovv@1c.ru>
6506 * bits/string.tcc(basic_string<>::_Rep::_S_create): Fixed
6509 1999-06-24 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6510 Tom Tromey <tromey@cygnus.com>
6512 * configure.in (use_glibc2): Eek, correct for non-glibc systems.
6513 Use AM_CONDITIONAL to get us out of this jam. .
6514 * libio/Makefile.am: Same.
6515 * */Makefile: Regenerated.
6517 1999-06-24 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6518 John Potter <jpotter@eagle.lhup.edu>
6520 * stl/bits/stl_tree.h (insert_equal): Fix.
6521 * testsuite/23_containers/multiset.cc: New file.
6523 1999-06-23 Benjamin Kosnik <bkoz@cygnus.com>
6525 * configure.in (test for glibc2): Correct AC_TRY_COMPILE so that
6526 this works correctly on glibc-2 systems. This should allow
6527 simplified linking on these systems, and successful linking on Red
6529 * configure, Makefile: Regenerate.
6531 * bits/std_cwctype.h: Add missing 'w' to _S_iswpunct_helper name.
6533 * testsuite/ext: New directory.
6534 * testsuite/ext/headers.cc: New file.
6536 1999-06-23 Vadim Egorov <egorovv@1c.ru>
6538 * stl/ext/hash_set: include missing headers
6539 * stl/ext/hash_map: Same
6540 * stl/ext/slist: Same
6542 1999-06-17 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6544 * bits/std_cmath.h: comment out modf. Kills build on hpux10.20
6546 1999-06-15 Benjamin Kosnik <bkoz@cygnus.com>
6548 * src/Makefile.am (sources): Regenerate.
6549 * mkcheck: Add TESTS_FILE as a way of controlling what testcases
6552 1999-06-14 Benjamin Kosnik <bkoz@cygnus.com>
6554 * src/string-inst.cc: Change _S_construct signature, to
6555 track requested allocation size versus valid input iterator range.
6556 * bits/basic_string.h: Here too.
6557 * bits/string.tcc: And here.
6559 1999-06-12 Benjamin Kosnik <bkoz@cygnus.com>
6561 * mkcheck (LOG_FILE): Correctly append errors.
6563 * stl/bits/stl_iterator.h: Revert previous, delirious, change.
6565 * bits/basic_string.h: Change _Rep::_M_data to _Rep::_M_refdata,
6566 to clarify differences between basic_string::_M_data() calls and
6567 _Rep::_M_data() calls.
6568 * bits/std_string.h: Fix.
6569 Put in check for out_of_range in substr.
6570 * bits/string.tcc: Fix for _S_find.
6572 * testsuite/21_strings/compare.cc: Add tests.
6573 * testsuite/21_strings/find.cc: New file.
6574 * testsuite/21_strings/substr: New file.
6575 * testsuite/21_strings/replace.cc: New file.
6577 1999-06-11 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6579 * bits/valarray_array.h: __restrict__ify pointers.
6581 * bits/std_valarray.h: Tweak.
6582 (valarray<T>::cshift, valarray<T>::shift): use __builtin_alloca.
6584 * bits/gslice_array.h: Tweak. Reflect changes in bits/gslice.h
6586 * bits/gslice.h: Tweak.
6587 (class gslice::_Indexer): new class.
6588 (gslice::gslice(const gslice&)): implement copy-ctor to support
6590 (gslice::operator=(const gslice&)): support ref-counted index.
6591 (gslice::_M_convert_to_index): delete.
6593 * src/valarray.cc: New file.
6594 (__gslice_to_index): turn a gslice into a valarray<size_t>
6595 (ctor gslice::_Indexer::_Indexer): implement.
6597 * src/Makefile.am (sources): add valarray.cc
6598 * src/Makefile.in: regenerate.
6600 1999-06-08 Benjamin Kosnik <bkoz@cygnus.com>
6602 * stl/bits/stl_iterator.h (__normal_iterator::const_iterator
6603 ctor): Put in a const_cast.
6605 * testsuite/21_strings/invariants.cc: New file.
6607 * testsuite/21_strings/insert.cc: Add exception handling bits.
6608 * testsuite/21_strings/ctor_copy_dtor.cc: Same.
6610 * src/wstring-inst.cc: Add c++config.h include.
6612 * bits/basic_string.h: Fix const operator[] for size == pos.
6613 Add _M_leak for rbegin, non-const.
6614 Add _M_leak for rend, non-const.
6615 Make member function at standards conformant.
6616 Add _S_terminal to _Rep for operator[] const, add this into
6618 * bits/string.tcc: Add static member definition here,
6621 * testsuite/21_strings/element_access.cc: Add tests.
6623 1999-06-08 Vadim Egorov <egorovv@1c.ru>
6625 * bits/fstream.tcc (_M_really_overflow): Fixed size of
6628 1999-06-08 Phil Edwards <pedwards@ball.com>
6630 * bits/fstream.tcc (basic_filebuf::xsputn): Fix off-by-one count
6631 caused when __testinit is true.
6632 * bits/ostream.tcc (basic_ostream::op<<(streambuf*)): Write buffer
6633 using rdbuf()->sputn rather than _M_fnumput->put.
6635 1999-06-08 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6637 * testsuite/23_containers/bitset_ctor.cc: New file.
6638 * stl/bits/std_bitset.h (__BITSET_WORDS): Fix integration bug.
6640 1999-06-08 Phil Edwards <pedwards@ball.com>
6642 * bits/fstream.tcc (basic_filebuf::underflow): Fix, rename local vars.
6644 1999-06-07 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6646 * testsuite/21_strings/element_access.cc: Finish off these tests.
6647 * testsuite/21_strings/insert.cc (test01): Uncomment.
6648 * testsuite/21_strings/ctor_copy_dtor.cc (test01): Finish off ctors.
6649 * bits/basic_string.h: Tweak, okay, fix for real this time.
6650 * bits/string.tcc: Same.
6651 * bits/char_traits.h: Tweak.
6653 1999-06-07 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6655 * bits/std_cmath.h: Example of how to use the generated macro.
6656 * acconfig.h: Add macro for sinf here.
6657 * configure.in (LIBS): Add test for builtin math function sinf.
6658 * configure: Regenerated.
6660 * bits/basic_string.h: Fix _S_max_size.
6662 1999-06-06 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6664 * bits/basic_string.h: Fixes for out-of-memory segv for large strings.
6665 Remove _S_construct signature for forward_iterator_tag and
6668 * src/string-inst.cc: Same, tweaks.
6669 * bits/string.tcc: Same, tweaks.
6671 * testsuite/21_strings/ctor_copy_dtor.cc: Add/clarify tests.
6672 * mkcheck (LOG_FILE): Fix filebuf-[2,3].tst checks.
6673 * mknumeric_limits (LD_FLAGS): Add -nodefaultlibs -lc -lgcc as per
6676 * src/locale.cc: Final separation for char/wchar_t bits.
6678 1999-06-05 Phil Edwards <pedwards@ball.com>
6680 * docs/index.html: Added link to book upon request'n'agreement.
6681 * docs/23_containers/wrappers_h.txt: Added.
6682 * docs/{23_containers,27_io}/howto.html: Added sections.
6684 * bits/std_fstream.h: Tweak.
6686 1999-06-05 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6688 * src/ios.cc: Same here.
6689 * bits/std_iosfwd.h: More wchar_t defines.
6691 * bits/basic_string.h: Tweaks.
6692 * bits/string.tcc: Tweak. Fix _S_construct to check for max_size
6693 when doing error checking, as per LWG defect #83.
6695 * src/gen-c++config.cc: Fix comment.
6697 * testsuite/21_strings/ctor_copy_dtor.cc: New file, checks ctors,
6699 * testsuite/21_strings/element_access.cc: New file, checks for
6700 operator[], at(...).
6701 * testsuite/21_strings/insert.cc: New file, tests string::insert.
6702 * testsuite/21_strings/char_traits.cc: New file, tests
6703 for char_traits<char>.
6705 * bits/utility.h: Remove, again.
6706 * src/Makefile.am (std_headers): Remove utility.h.
6707 * src/Makefile.in (std_headers): Regenerate.
6709 Alfred Minarik <a8601248@unet.univie.ac.at>
6710 * bits/basic_string.h: Move __out_of_range and __length_error into
6713 1999-06-05 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6715 * testsuite/26_numerics/modf_float.cc: New file.
6717 * bits/std_cmath.h (modf(float, float*)): Fix signature. Correct
6718 typo: use ::modff, not ::modf.
6720 1999-06-03 Vadim Egorov <egorovv@1c.ru>
6722 * bits/string.tcc (basic_string::_M_mutate): Fixed memory
6724 * testsuite/21_strings/capacity.cc (test01): Test.
6726 1999-06-03 Phil Edwards <pedwards@ball.com>
6728 * bits/fstream.tcc: Re-order inits to stop warnings. Comment/move
6729 unused variables to within #if 0 blocks to do the same.
6730 * bits/std_fstream.h: Fix typos (one prevents compilation).
6732 1999-06-03 Benjamin Kosnik <bkoz@pacifica.cygnus.com>
6734 * src/wstring-inst.cc: Fix.
6736 1999-06-02 Benjamin Kosnik <bkoz@madcow.cygnus.com>
6738 * bits/char_traits.h: Add _G_USE_WCHAR_T macro guards.
6739 * stl/bits/stl_string_fwd.h: Same.
6740 * bits/locale_facets.h: Same.
6741 * bits/locale_facets.tcc: Same.
6742 * src/wstring-inst.cc: And here.
6744 * src/gen-c++config.cc: Comment _G_USE_WCHAR_T. Leading to
6745 problems on HPUX 10.20.
6746 * your-build-directory-here/bits/c++config.h: Just kidding, do it
6747 here as a temporary hack till the compiler/host problems get
6750 * bits/locale_facets.tcc (num_get::do_get): Change from ifdef
6751 HAVE_STRTOLD to HAVE_STRTOLD && !(__hpux). Apparently, problems
6752 converting "long double" to struct long_double. Probably should be
6753 done with one macro (HAVE_STRTOLD) at configure time.
6755 * bits/std_cmath.h: Comment out pow(double, int) defintion as
6756 gives re-declaration under hpux10.20. Revert previous change, as
6757 kills linux/x86, solaris 2.7, hpux builds. These should be done
6758 using autoconf, see std_cctype.h and the solutions started in
6759 configure.in (see config.h for the generated file.)
6761 * mknumeric_limits (LDFLAGS): Remove '-nodefaultlibs -lc', as
6762 -nodefaultlibs prevents linking under HPUX 10.20 as __main is not
6765 * docs/index.html: Add some useful links.
6766 * docs/17_intro/contribute.html: Fix broken links.
6768 1999-06-02 Benjamin Kosnik <bkoz@rhino.cygnus.com>
6770 * mkcheck (LOG_FILE): Add !/bin/bash instead of cygnus-style
6771 paths. The rest of the world should be able to run this script
6774 * src/Makefile.am ($(generated_headers)): Remove comment.
6775 * Makefile*: Regenerate.
6777 * bits/std_locale.h: Remove detritus.
6778 * bits/localefwd.h: Add <cctype> include to undefine the isspace
6781 1999-06-01 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6783 * src/gen-c++config.cc: New file. Making c++config.h at configure
6784 time by catting this file (nee bits/config.h) with the build
6785 directories config.h. This is not a complete or perfect solution
6786 but is better than what was in place previously.
6787 * bits/c++config.h: Rename/move to above.
6788 * src/Makefile.am (headers): Remove c++config.h.
6789 (myinstallheaders). Add.
6790 * Makefile*: Regenerated.
6792 * bits/std_cwchar.h: Add include of c++config.h for HAVE_*
6793 definitions, so that wmemcmp, wcslen, wmemchr, etc are properly
6794 declared only if not present in the host's wchar.h.
6796 * bits/locale_facets.tcc (std): Change _G_USE_STRTO* to HAVE_STRTO*.
6798 * bits/std_cmath.h: Define out, for the moment. Linux has no
6799 __buitin_fsqrtl? Probably need some kind of configure trickery
6802 * src/Makefile.*: Regenerate.
6803 * bits/c++config.h: Add config.h include.
6805 * bits/std_cwchar.h: Remove remaining #error guard.
6807 * acconfig.h: Add bits for HAVE_LC_MESSAGES.
6809 * configure.in (LIBS): Replace previous effort for mbstate_t and
6810 strtold/strtof with this implementation.
6812 1999 06-01 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6814 * bits/std_cmath.h: Tweak. Add more functions. Use __builtin_xxx
6817 1999-05-28 Benjamin Kosnik <bkoz@cygnus.com>
6819 * bits/locale_facets.tcc (std): Eek: this left in. Autoconf bits
6820 for determining mbstate_t differences across various hosts not
6823 1999-05-26 Benjamin Kosnik <bkoz@nabi.net>
6825 * bits/locale_facets.tcc: Change to ifdef.
6827 * bits/std_sstream.h (stringbuf::setbuf): Remove dynamic_cast.
6828 * bits/std_fstream.h (filebuf::setbuf): Same.
6830 * bits/std_istream.h: Add ws declaration.
6831 * bits/istream.tcc: Stub out definition.
6833 * docs/index.html: Fix broken link for design.txt.
6835 * configure.in: Test for mbstate_t. If wchar.h doesn't have it,
6836 then set _G_NEED_MBSTATE_T.
6837 * configure: Regenerate.
6838 * bits/c++config.h: Move mbstate_t define.
6839 * bits/std_cwchar.h: To here.
6841 1999-05-25 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
6843 * bits/std_sstream.h:
6844 basic_stringbuf<>::basic_stringbuf: fix.
6845 basic_stringbuf<>::setbuf:
6846 remove the temporary __string_type object,
6847 remove the unnecessary dynymic_cast in the return value,
6848 change the type of the returned value from __streambuf_type*
6849 to basic_stringbuf<_CharT, _Traits, _Alloc>*.
6851 1999-05-25 Phil Edwards <pedwards@ball.com>
6853 * bits/std_streambuf.h (streambuf::setbuf): Always return streambuf*.
6855 1999-04-25 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6857 * bits/std_cmath.h: Tweak. Add float versions of the math functions
6858 in <math.h>. <cmath> still incomplete and incorrekt.
6860 1999-05-24 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6862 * mknumeric_limits (LDFLAGS): set appropriate link flags.
6864 1999-05-23 Phil Edwards <pedwards@ball.com>
6866 * docs/17_intro/howto.html: Added links to text docs,
6868 * docs/21_strings/howto.html: Updated sections and links.
6869 * docs/21_strings/{gotw29a.txt,stringtok_h.txt}: Added.
6870 * docs/faq/index.html: Updated what-works for sixth
6871 snapshot. Also a number of "internal" links have been
6872 fixed, now that the web pages are the docs directory...
6873 * docs/faq/index.txt: Regenerated.
6875 1999-05-21 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6877 * bits/basic_string.h: Add Nathan's documentation on the string class.
6879 * testsuite/27_io/ios_members_static.cc: New file, for testing
6880 ios_base::sync_with_stdio.
6882 1999-05-21 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6884 * bits/std_locale.h: Simplify includes.
6885 * bits/loccore.h: Delete.
6886 * bits/localefwd.h: Renamed, trimmed.
6887 * bits/locfacets.h: Delete.
6888 * bits/locale_facets.h: Rename, expanded.
6889 * bits/loccore.tcc: Deleted.
6890 * bits/locfacets.tcc: Deleted.
6891 * bits/locale_facets.tcc: Resultant merge.
6892 * bits/std_fstream.h: Modify include.
6893 * bits/ostream.tcc: Same.
6894 * bits/istream.tcc: Same.
6896 * src/locale-inst.cc: And here.
6897 * src/locale.cc: Ditto.
6898 * src/Makefile.am: Updated.
6899 * src/Makefile.in: Rengenerated.
6901 * bits/std_istream.h: Move istream::sentry ctor definition.
6902 * bits/istream.tcc: Move istream::sentry ctor here.
6903 Add more detailed locale include here for ctype member functions.
6904 * bits/ostream.tcc (std): And here.
6906 * bits/sbuf_iter.h: Include std_streambuf.h
6908 * bits/locfacets.h: Start separating this into a localeimp.h file.
6909 * bits/loccore.h: Start separating this into a localefwd.h file.
6910 Add std_climits for CHAR_BIT.
6912 * bits/ios_base.h (ios_base::sync_with_stdio): Stub in.
6914 * bits/char_traits.h: Tweak.
6916 * bits/ios_base.h: Remove INT_MAX, use 1<<16.
6918 * bits/std_ostream.h: Remove c++config.h include.
6919 * bits/std_istream.h: Same.
6920 * bits/std_streambuf.h: Same.
6921 * bits/std_fstream.h: Same.
6922 * bits/std_sstream.h: And here.
6924 * bits/std_iosfwd.h: Add _G_RESOLVE_LIB_DEFECTS here for streampos.
6925 * bits/char_traits.h: Add include of std_cwchar.h for mbstate_t.
6926 * bits/fpos.h: Tweak, format.
6928 * std/ciso646: New file.
6929 * bits/std_ciso646.h: New file.
6930 * src/Makefile.am (std_headers): Add ciso646.
6931 (headers): Add bits/std_ciso646.h.
6932 * src/Makefile.in: Regenerate.
6933 * testsuite/17_intro/header_ciso646.cc: New file, disable
6936 * bits/fpos.h: Remove libio.h include.
6937 * bits/basic_file.h: And here.
6938 * bits/std_ios.h: Put here.
6940 * src/ios.cc: Simplify includes, tweak.
6941 * bits/std_ios.h: Simplify include order.
6942 * bits/ios_base.h: Modify ios_base::failure.
6944 * stl/bits/std_numeric.h: Change include from stl_iterator to
6947 1999-05-19 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6949 * std/iostream: Remove static member __ioint.
6950 * bits/std_iostream.h: Put here.
6952 * stl/bits/std_numeric.h: Remove unneccessary std_iostream.h include.
6953 * stl/bits/stl_algobase.h: Same.
6954 * testsuite/27_io/iostream_objects.cc: Regression tests.
6955 * testsuite/27_io/hello.cc: Remove, subset of above.
6957 1999-05-19 Phil Edwards <pedwards@ball.com>
6959 * docs/index.html: Tweak, update.
6961 1999-05-18 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6963 * docs/17_intro/RELEASE-NOTES: remove outdated
6964 documentation about numeric_limits. Correct CXXINCLUDE setting
6967 1999-05-18 Phil Edwards <pedwards@ball.com>
6969 * docs/{17_intro,18_support,19_diagnostics,20_util,21_strings,
6970 22_locale,23_containers,24_iterators,25_algorithms,26_numerics,
6971 27_io}/howto.html: Created, with some initial entries.
6972 * docs/faq/index.html: Fixed some links.
6973 * docs/faq/index.txt: Regenerated.
6975 1999-05-18 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6977 * bits/c++config.h (__GLIBCPP__): Set version to 19990518.
6979 * docs/17_intro/RELEASE-NOTES: Update.
6980 * docs/index.html: Correct link to mailing list help page, update News.
6981 * docs/faq/index.html: Change fifth to sixth for snapshot.
6983 * src/Makefile.am (myinstallheaders): Bring over Gaby's changes to
6984 install $(top_builddir)/bits/std_limits.h into
6985 $(myincludepfx)/bits. This was mistakenly omitted from yesterday's
6986 Makefile.am changes.
6987 * *Makefile*: Regenerate using automake.
6989 * mkcheck (LOG_FILE): Fix filebuf directory oddness.
6990 * testsuite/27_io/filebuf.cc: Same.
6992 1999-05-18 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6994 * docs/17_intro/CHECKLIST: update.
6995 * docs/17_intro/TODO: update.
6997 1999-05-17 Phil Edwards <pedwards@ball.com>
6999 * docs/{17_intro,18_support,19_diagnostics,20_util,21_strings,
7000 22_locale,23_containers,24_iterators,25_algorithms,26_numerics,
7001 27_io}/howto.html: Created, with some initial entries.
7002 * docs/faq/index.html: Fixed some links.
7003 * docs/faq/index.txt: Regenerated.
7005 1999-05-17 Benjamin Kosnik <bkoz@unhappy.cygnus.com>
7007 * src/Makefile.am (myinstallheaders): Missed removing missing.h.
7008 * Makefile.in*: Regenerate.
7010 1999-05-17 Benjamin Kosnik <bkoz@happy.cygnus.com>
7012 * bits/std_streambuf.h: Same.
7014 * bits/loccore.h (_Bad_use_facet): Remove bits warned about.
7015 * bits/locfacets.h (std): Same.
7016 * bits/sstream.tcc: Same.
7017 * testsuite/27_io/stringstream.cc: Tweak.
7019 * testsuite/27_io/filebuf.cc: Adjust.
7020 * testsuite/21_strings/capacity.cc (test01): Add more
7021 string::reserve tests.
7023 * bits/c++config.h: Remove broken CCTYPE.
7024 * bits/std_cctype.h: Tweak, remove de-macroization, enable
7025 sequestered topper implementation.
7026 * bits/std_cwctype.h: Same.
7028 * bits/missing.h: Remove.
7029 * bits/std_locale.h: Remove missing.h include.
7031 * stl/bits/std_bitset.h (bitset::bitset(string): Tweak to compile.
7033 * src/Makefile.am (headers): Add bits/std_cwctype.h.
7034 INCLUDES: Add top_builddir.
7035 * src/Makefile.in: Regenerate.
7037 * Makefile.am: Add check and check-install as new targets.
7038 * testsuite/make_check_libfree++: Move to. . .
7040 * configure.in: Tweak versions.
7041 * mknumeric_limits: Set paths correctly.
7043 1999-05-17 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7045 * src/Makefile.in (myinstallheaders): add rule to install
7048 * bits/slice.h (class slice): don't const-qualify data members
7049 since the copy and assignment operator is implicitly used. The
7050 valarray specification is definitively a bad one.
7052 * Makefile.in (generate-limits-sources): fix typo.
7054 * docs/text/TODO: update.
7055 * docs/text/CHECKLIST: update.
7057 * bits/gslice.h (gslice): fix bugglet.
7058 (gslice::gslice): set _M_index_size to 0 whenever given lengths
7061 * src/Makefile.am (libstdc___la_SOURCES): add gen-num-limits.
7062 * src/Makefile.in (libstdc___la_SOURCES): keep in sync.
7063 [Note: **/Makefile.in should be generated from the corresponding
7064 Makefile.am. The current situation is a litte chaotic. ]
7066 1999-05-16 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7068 * mknumeric_limits: tweak.
7070 * Makefile.in (all): add target generate-limits-sources.
7071 (generate-limits-sources): make a directory bits/ in top_builddir
7072 where the generated std_limits.h is put; generate limitsMEMBERs.cc
7073 directly under $(top_builddir)/src. Remains to put the appropriate
7074 rule for installing std_limits.h.
7076 * src/Makefile.in (headers): remove bits/std_limits.h to this list.
7077 (INCLUDES): add -I$(top_builddir) for bits/std_limits.h which is
7078 now generated at build-time in the build directory
7079 (libstdc___la_SOURCES): remove limitsMEMBERS.cc form this list
7080 * src/Makefile.am: reflect changes in src/Makefile.in
7082 1999-05-12 Phil Edwards <pedwards@ball.com>
7084 * docs/faq/index.html: Add more entries (5.4,5.5), finish
7085 all but one empty entry. Add links for HOWTOs, but no files yet.
7086 (Corrected HOWTO links are for bkoz's new scheme.)
7087 * docs/faq/index.txt: Regenerated.
7089 1999-05-12 Benjamin Kosnik <bkoz@happy.cygnus.com>
7091 * testsuite/17_intro/headers.cc: New file.
7092 * stl/bits/std_queue.h: Change stl_bvector.h include path.
7093 * bits/std_cwctype.h: New file.
7095 * testsuite/27_io/filebuf.cc: Need to tweak directory structure.
7097 1999-05-11 Benjamin Kosnik <bkoz@loony.cygnus.com>
7099 * stl/bits/stl_config.h (__USE_MALLOC): Change underlying allocator.
7100 Check __USE_MALLOC before defining specializations containing
7101 __default_alloc_template.
7102 * src/stl-inst.cc: Here too.
7104 * bits/basic_string.h: Change.
7106 * testsuite/make_check_libfree++: More tweaks.
7107 * testsuite/21/capacity.cc: New file.
7109 * src/string.cc: Rename to be consistent with other inst files.
7110 Rename to string-inst.cc.
7111 * src/string*.cc: Change include.
7112 * src/wstring.cc: Rename to wstring-inst.cc.
7113 * src/wstring*.cc: Ditto.
7114 * src/Makefile.in: Also here.
7115 * src/Makefile.am: Ditto.
7117 * src/traits.cc: Remove.
7118 * src/wtraits.cc: Same.
7120 Try a new way of organizing documentation, one with synchronicity
7121 between testsuites and docs subdirectories, and see who yelps.
7122 * docs/html: Remove, use chapter and subject specific directories
7123 instead of forcing things immediately into format of
7127 * docs/faq/text, docs/faq/html: Remove, put in the docs/faq
7128 directory and sort by filename and extension.
7129 * docs/17_intro, 18_support, 19_diagnostics, 20_util, 21_strings,
7130 22_locale, 23_containers, 24_iterators, 25_algorithms,
7131 26_numerics, 27_io: Add.
7132 * docs/17_intro/*: Populate with all the text files. . .
7133 * docs/index.html: Construct.
7135 * testsuite/*: Update with same names as the docs subdir.
7136 * testsuite/results: Where to stash conformance results for the
7137 different snapshots, so that progress/size/speed issues can be
7140 1999-05-10 Benjamin Kosnik <bkoz@loony.cygnus.com>
7142 * src/string.cc: Add _S_copy_chars instantiation, as well as
7143 string::binary operators !=, ==, etc.
7145 * src/Makefile.am (CXXFLAGS): Remove -fvtable-thunks.
7146 * src/Makefile.in (CXXFLAGS): Same here.
7147 * testsuite/make_check_libfree++ (CXX_FLAG): And here.
7149 1999-05-07 Benjamin Kosnik <bkoz@cygnus.com>
7151 * src/string.cc: Add missing member functions to instantiation list.
7153 1999-05-07 Benjamin Kosnik <bkoz@cygnus.com>
7155 * src/misc-inst.cc: Remove unused string instantiations.
7157 * bits/string.tcc: Tweak, fix.
7158 * bits/basic_string.h: Format. Fix reported error with c_str().
7160 * testsuite/make_check_libfree++: Tweak for shared builds.
7161 * testsuite/21/operations.cc: New file for testing c_str() etc.
7163 1999-05-06 Benjamin Kosnik <bkoz@cygnus.com>
7164 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
7166 * stl/bits/stl_vector.h: Fix the code of vector<> for usage with
7167 an iterator class. Delineate pointer versus iterator differences
7169 * 23/vector_capacity.cc: New file, tests for above.
7171 1999-05-06 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7173 * mknumeric_limits: Fix typo. 'unsigned lont' should read
7175 * src/Makefile.am (libstdc___la_SOURCES): add limitsMEMBERS.cc,
7176 generated by mknumeric_limits to the list. Now std_limits.h is
7178 * src/Makefile.in (generate-numeric-limits): new target to handle
7179 automatic generation of bits/std_limits.h and src/limitsMEMBERS.cc.
7180 (all): add target generate-numeric-limits.
7181 (libstdc___la_OBJECTS): add limitsMEMBERS.lo
7182 (libstdc___la_SOURCES): add limitsMEMBERS.cc
7184 1999-05-05 Benjamin Kosnik <bkoz@cygnus.com>
7187 * bits/c++config.h (_G_USE_CTYPE_ISBIT): Defines new macro for
7188 mask values in ctype_base. Move hacks for _ISBit to locfacets.h.
7189 * bits/locfacts.h: Here.
7191 1999-05-05 Benjamin Kosnik <bkoz@cygnus.com>
7192 Ulrich Drepper <drepper@cygnus.com>
7194 Solaris build issues.
7195 * bits/c++config.h: Define new macros, _G_USE_STRTOF and
7198 * bits/locfacets.tcc (num_get::do_get): Tweak long double and
7199 float overloads to use the above macros. Account for the lack of
7200 strtold on some systems, and revert back to using sscanf.
7202 1999-05-04 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
7204 * bits/locfacets.tcc (num_get::do_get): Check the errno variable.
7205 Use strtoul/strtoull for unsigned types. Check the ranges for
7206 short/unsigned short and if necessary for int/unsigned int.
7208 1999-05-04 Benjamin Kosnik <bkoz@cygnus.com>
7210 * src/gen-num-limits.cc (round_style): Need to use mknumericlimits
7211 to generate bits/std_limits.h now, as the SGI std_limits.h is
7212 being depricated. Not done, but should be done immediately: need
7213 to make sure this script is run as part of the configuration
7214 process, because without it "make" in a configured build directory
7215 will fail. Also tweaked: added a space for float_round_style, and
7216 used static_cast of zero to default-initialize, which should be ok
7217 according to the standard. (see 8.5 p5 and 20.1.3).
7218 * mknumeric_limits (OUT_C): Need this for x86 long
7221 * bits/basic_file.h: Include libio.h, not libioP.h.
7222 * src/basic_file.cc: And add libioP.h include here, so that
7223 _IO_init, et. al are well-declared.
7225 * testsuite/make_check_libfree++ (LIB_PATH): Test installed
7226 headers, not source directory headers.
7228 * src/Makefile.am (headers): Add stl_range_errors.h, also adjust
7229 for ext/*. Also add basic_file.h.
7230 * src/Makefile.in (headers): Same.
7232 * bits/std_string.h: Reduce dependencies for faster
7233 pre-processing. Move istream and ostream specific defines into
7234 istream.tcc and ostream.tcc respectively.
7235 * bits/string.tcc: And here.
7236 * bits/basic_string.h: Move getline inline out-of-line, and to
7238 * bits/istream.tcc: Move string::getline and operator>> here.
7239 * bits/ostream.tcc: And here too.
7241 * bits/utility.h: Remove, as clashes with a standard header. Put
7242 __OUTOFRANGE and __LENGTHERROR macros into string.tcc for the time
7243 being, until this can be combined with SGI's approach.
7244 * bits/string.tcc: Add macros, as above.
7245 * bits/loccore.h: Add _Count_ones defines.
7246 * bits/std_string.h: And here too.
7247 * bits/std_locale.h: And here.
7248 * bits/std_ios.h: Take out include here.
7249 * src/Makefile.am (headers): Remove utility.h
7250 * src/Makefile.in (headers): Remove utility.h
7252 * stl/bits/*: Update to SGI STL 3.20.
7253 * stl/ext/pthread_alloc: Delete this file.
7255 1999-05-04 Phil Edwards <pedwards@ball.com>
7257 * docs/faq/html/index.html: Add more entries
7258 * docs/faq/html/index.txt: regenerated.
7260 1999-05-04 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7262 * src/gen-num-limits.cc (DO_DEFINE_MIN_MAX): fix typo.
7264 1999-04-29 Benjamin Kosnik <bkoz@haight.cygnus.com>
7266 * bits/locfacets.tcc (num_get::do_get): Re-implement, with input
7267 from Ulrich and Nathan. Remove extraneous string class usage,
7268 tweak, clean, simplify and consolidate with a eye towards removing
7269 duplcate code. Use strto[l, ll, f, d, ld] instead of sscanf.
7270 Not done: dealing with leading zeros, wchar_t work.
7271 * bits/locfacets.h: And here too.
7275 1999-04-29 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7278 * docs/faq/: New directory.
7279 * docs/faq/html/: Likewise.
7280 * docs/faq/text/: Likewise.
7281 * docs/faq/html/index.html: New file.
7282 * docs/faq/html/index.txt: Likewise. Generated from
7283 docs/faq/html/index.html by lynx.
7285 1999-04-28 Benjamin Kosnik <bkoz@happy.cygnus.com>
7286 Ryszard Kabatek and Branko Cibej
7288 * bits/locfacets.tcc: Modify.
7290 1999-04-27 Benjamin Kosnik <bkoz@happy.cygnus.com>
7292 * bits/sbuf_iter.h: Clean, fix istreambuf_iterator, make
7293 conformant to 14882, wrap non-standard extensions with
7294 _G_RESOLVE_LIB_DEFECTS, remove detritus and cruft, rennovate.
7295 * bits/locfacets.tcc (num_get::do_get(bool)): Return correct iterator.
7297 * testsuite/27/istringstream_formatted.cc: Add tests.
7299 * bits/locfacets.h: Remove cruft from _Format_cache, continue
7300 commenting, simplify.
7301 * bits/locfacets.tcc: Same.
7303 1999-04-27 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
7304 * bits/locfacets.tcc (num_get::do_get):
7305 Fix the sscanf format parameter
7306 for long long 'll' (as in C9X) instead of 'l'.
7307 Fix the order of sscanf format parameters: "%dl" --> "%ld".
7308 Change the type of the local variable '__conv' from 'string'
7309 to 'const char*' and adapt the change.
7311 1999-04-26 Benjamin Kosnik <bkoz@happy.cygnus.com>
7313 * bits/locfacets.h: Document _Format_cache, and name data members
7314 after the corresponding functions in numpunct. For instance:
7315 _M_grsep -> _M_thousands_sep, and _M_decsep -> _M_decimal_point.
7316 Break apart _M_boolnames{2] into _M_truename and _M_falsename.
7317 * bits/locfacets.tcc: Same.
7319 * bits/locfacets.h (num_get::_M_extract): Don't allow groupings to
7320 stop parsing--store for later analysis.
7321 * testsuite/27/istringstream_formatted.cc: Add cases.
7323 1999-04-25 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7325 * bits/valarray_meta.h: tweak.
7326 (_UnFunBase, _BinFunBase, _BinFunBase1, _BinFunBase2, _BinBase1,
7327 _BinFunBase2): rename typedef-name _Tp to _Vt to keep the compiler
7328 happy -- boggus warning.
7329 * bits/std_valarray.h: Fix.
7330 (valarray<T>::shift): Fix. Update comment.
7331 (valarray<T>::cshift): Fix.
7333 1999-04-23 Benjamin Kosnik <bkoz@cygnus.com>
7335 * testsuite/27filebuf-2.txt: Delete.
7336 * testsuite/27/filebuf.cc: Put output files directly into the
7337 correct subdirectory (27).
7339 Alexandre Petit-Bianco <apbianco@cygnus.com>
7340 * testsuite/make_check_libfree++: Check generated (*.txt) file
7341 against stored results file (*.tst).
7343 1999-04-22 Benjamin Kosnik <bkoz@nabi.net>
7345 * bits/locfacets.tcc: Fix.
7347 * bits/fstream.tcc (filebuf::seekoff): Output current out pointer.
7348 (filebuf::overflow): Simplify.
7349 (filebuf::xsputn): Correctly handle indeterminate state.
7351 * testsuite/27/istringstream_formatted.cc: Tweak.
7352 * testsuite/27/filebuf.cc: Tweak.
7353 * testsuite/27/filebuf-3.tst: Correct: this is the canonical
7354 results file, please use this in the future to guarantee filebuf
7355 positioning accuracy.
7356 * testsuite/27/filebuf-2.tst: Same.
7358 1999-04-21 Benjamin Kosnik <bkoz@cygnus.com>
7360 * bits/fstream.tcc (filebuf::xsputn): Add.
7361 * bits/std_fstream.h: Declare.
7363 * src/basic_file.cc (__basic_file::open): Add O_CREAT to open
7364 calls using ios_base::trunc.
7366 * bits/sstream.tcc (streambuf::overflow): Fix crasher.
7368 * testsuite/make_check_libfree++ (LOG_FILE): Ugh. Another fix.
7369 * testsuite/27/27stringstream.cc: Same.
7370 * testsuite/27/27stringbuf.cc: More tweaks.
7371 * testsuite/27/27filebuf-2.txt: Remove.
7373 * testsuite/27/27filebuf-1.tst: Append, to force byte size over
7374 BUFSIZE so that overflows/underflow can be tested with default
7376 * testsuite/27/27filebuf-1.tst: Add.
7378 * testsuite/*/*: Remove pre-pended chapter names, as they
7379 duplicate the chapter info contained in the enclosing directory
7382 1999-04-20 Benjamin Kosnik <bkoz@cygnus.com>
7384 * bits/streambuf.tcc (streambuf::xsputn): Re-implement to conform
7385 to sputc conditions.
7387 * bits/ios_base.h: Define here.
7388 * src/ios.cc (ios_base::_M_clear): Remove hack.
7389 * bits/basic_ios.h: Fix rdstate().
7391 * bits/sstream.tcc (streambuf::seekoff): Fix.
7392 * bits/fstream.tcc (filebuf::seekoff): Tweak comments.
7394 * testsuite/make_check_libfree++ (LOG_FILE): More c-c-c-changes.
7395 * testsuite/24/24iterator.cc: Add/Fixes for DEBUG_ASSERT.
7396 * testsuite/27/27stringstream.cc: Same.
7397 * testsuite/27/27stringbuf.cc: Same.
7398 * testsuite/27/27istringstream_formatted.cc: Same.
7399 * testsuite/27/27filebuf.cc: Same.
7401 * bits/locfacets.h: Remove specializations for messages<char> and
7402 messages<wchar_t> ctors. Same for moneypunct. Not required, not used.
7403 * src/locale.cc: Remove definitions for above.
7404 * src/misc-inst.cc: Revert, take out iomanip.h include.
7405 * bits/std_iomanip.h: Tweak, format.
7407 1999-04-19 Benjamin Kosnik <bkoz@cygnus.com>
7409 * bits/loccore.h: Format, move inline.
7410 * bits/locfacets.tcc: Same.
7411 * bits/locfacets.h: Same.
7413 Ulrich Drepper <drepper@cygnus.com>
7414 * aclocal.m4: Re-generate.
7415 * configure, configure.in: Same.
7416 * m4/lc_messages.m4: New file.
7418 1999-04-18 Benjamin Kosnik <bkoz@cygnus.com>
7420 * bits/std_ostream.h: Fix typedef for wchar_t instantiations.
7421 * bits/sstream.tcc: Tweak.
7423 * std/iostream: Put __ioinit inside macro guards.
7425 * src/stlinst.cc: Delete and move to . . .
7426 * src/stl-inst.cc: New file, plus wrapping in namespace std.
7427 * src/Makefile.in: Change.
7428 * src/Makefile.am: Same.
7429 * src/misc-inst.cc: Add istringstream/ostringstream instantiations.
7431 * testsuite/make_check_libfree++: Efficiently format for minimal
7432 space. Enforce stricter execution tests by enabling
7435 1999-04-16 Benjamin Kosnik <bkoz@cygnus.com>
7437 * docs/text/RELEASE-NOTES: Fix include typo.
7439 * src/Makefile.am (headers): Add istream.tcc.
7440 * src/Makefile.in (headers): Add istream.tcc.
7442 * ltconfig, ltmain.sh, libtool: Update to libtool-1.2g.
7444 1999-04-16 Benjamin Kosnik <bkoz@cygnus.com>
7446 * bits/locfacets.tcc (num_get::do_get(long)): Finish roughing in.
7447 * bits/locfacets.h (num_get::_M_extract): New functin:
7448 consolidate logic for do_get(...) members.
7450 * bits/sbuf_iter.h (istreambuf_iterator::operator++()): Fix.
7451 * testsuite/27/27istringstream_formatted.cc: Add.
7453 1999-04-16 Martin v. Loewis <martin@mira.isdn.cs.tu-berlin.de>
7455 * src/basic_file.cc (__basic_file::open): Fix thinko in
7456 _G_HAVE_IO_FILE_OPEN bits.
7457 * bits/std_istream.h (sentry::sentry(istream, bool)): Fix isspace bug.
7458 * bits/std_cmath.h: Add stdlib.h include for ldiv_t.
7459 * src/complex.cc (FCT): Qualify all functions with global namespace.
7460 * src/locale.cc: Don't qualify memcpy and setlocale.
7461 * src/stdexcept.cc (__out_of_range): Qualify out_of_range with std::.
7462 (__length_error): Likewise, for length_error.
7463 * src/stlinst.cc: Qualify instantiations with std::.
7465 1999-04-15 Benjamin Kosnik <bkoz@cygnus.com>
7467 * C++STYLE: Add ChangeLog guidelines for member functions.
7470 * BADNAMES, BUGS, C++STYLE, CHECKLIST, COPYING,
7471 DESIGN, HEADER_POLICY, PROBLEMS, RELEASE-NOTES, TODO: Moved into
7472 docs/text and made less strident.
7474 * bits/fstream.tcc: Change non-standard ctor to match Sun's sematics.
7475 * bits/std_fstream.h: Same.
7478 * bits/locfacets.h: Touch.
7480 1999-04-15 Ulrich Drepper <drepper@cygnus.com>
7482 * math/cexp.c (cexp): Use NAN instead of nan("").
7483 Reported by joel reed <joelreed@yahoo.com>.
7485 * libio/libioP.h: Define _IO_seek_fpos_t and _IO_seek_off_t based on
7486 _G_IO_IO_FILE_VERSION. Use these types in the prototypes.
7487 * libio/fileops.c: Use _IO_seek_fpos_t and _IO_seek_off_t types
7488 instead of #if cascades.
7489 * libio/genops.c: Likewise.
7490 * libio/ioseekoff.c: Likewise.
7491 * libio/ioseekpos.c: Likewise.
7492 * libio/strops.c: Likewise.
7493 Patch by Chip Salzenberg <chip@perlsupport.com>.
7495 1999-04-15 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7497 * docs: New directory.
7498 * docs/html: Likewise.
7499 * docs/text: Likewise.
7500 * docs/image: Likewise.
7502 * bits/std_cmath.h: Add new functions.
7503 (abs): overload for long and double.
7504 (div): overload for long.
7506 * bits/valarray_array.h: Fix.
7507 * bits/gslice.h: Adjust friend.
7508 * bits/slice_array.h: likewise.
7509 * bits/valarray_meta.h: likewise.
7511 1999-04-13 Benjamin Kosnik <bkoz@tintin.cygnus.com>
7513 * bits/locfacets.h: More changes, for num_get for insertion
7514 operators for integral types. Comment fields in _Format_cache.
7515 * bits/locfacets.tcc: And here too: add preliminary long version.
7516 * testsuite/27/27istringstream_formatted.cc: Add cases.
7518 1999-04-13 Mark Elbrecht <snowball3@usa.net>
7520 * configure.in: Add locale.h to AC_CHECK_HEADERS argument. Call
7521 AC_LC_MESSAGES macro.
7522 * aclocal.m4 (AC_LC_MESSAGES): New. Determines if a target
7523 supports LC_MESSAGES.
7524 * config.h.in: Add entry for HAVE_LC_MESSAGES.
7525 * src/locale.cc (locale::_S_normalize_category): Use the
7526 HAVE_LC_MESSAGES macro to check for LC_MESSAGES support instead of
7527 _G_NO_CLOCALE_HAS_MESSAGES.
7528 * aclocal.m4 (AM_PROG_LD): For DOS style paths, simplify test to
7529 '?:' from '?:\\' so any path beginning with a drive name matches.
7531 1999-04-12 Mark Elbrecht <snowball3@usa.net>
7533 * src/basic_file.cc(sys_open) [O_BINARY]: Declare __testb.
7535 1999-04-12 Benjamin Kosnik <bkoz@tintin.cygnus.com>
7537 * bits/locfacets.h: Tweak.
7538 * bits/locfacets.tcc(do_get): Clean/fix bool method.
7540 * testsuite/21/21nonmember.cc: Same.
7541 * testsuite/21/21compare.cc: Fix license.
7542 * testsuite/27/27istringstream_formatted.cc: New file.
7544 1999-04-12 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7546 * bits/valarray_meta.h: _BinFunBase1, _BinFunBase2, _BinBase1,
7547 _BinBase2: new template classes; put in there to work around a
7548 compiler limitation. The whole valarray architecture is now
7551 1999-04-08 Benjamin Kosnik <bkoz@haight.constant.com>
7553 * bits/locfacets.tcc: Fix, format.
7554 * bits/locfacets.h: Fix.
7555 * src/locale.cc: Same, plus format.
7557 * bits/basic_string.h: Re-add definition here.
7558 * src/string.cc: Take out.
7560 1999-04-08 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7562 * bits/std_valarray.h: tweak.
7563 * bits/valarray_array.h tweak. use _Expr.
7564 * bits/slice_array.h: likewise.
7565 * bits/gslice_array.h: likewise.
7566 * bits/mask_array.h: likewise.
7567 * bits/indirect_array.h: likewise.
7568 * bits/valarray_meta.h: tweak.
7569 _UnFunBase, _UnFunClos, _BinFunBase, _FunBase, _ValFunClos,
7570 _RefFunClos, _UnBase, _UnClos, _BinBase, _BinClos, _SClos, _GClos,
7571 _IClos: new template classes.
7572 _Meta: renamed to _Expr. Made template with args.
7573 _Constant: made template with two args.
7575 1999-04-05 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7577 * bits/valarray_array.h: tweak.
7579 1999-04-06 Benjamin Kosnik <bkoz@cygnus.com>
7581 * bits/basic_string.h: Whoops--fix blip.
7583 1999-04-06 Benjamin Kosnik <bkoz@cygnus.com>
7585 Update to SGI STL 3.13
7586 * bits/basic_string.h: Add __get_c_string definition.
7587 * stl/bits/stl_range_errors.h: New file.
7588 * stl/bits/std_bvector.h: Same.
7589 * stl/bits/*: Update.
7591 1999-04-04 1999 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7593 * bits/slice_array.h: tweak.
7594 * bits/gslice_array.h: tweak.
7595 * bits/mask_array.h: tweak.
7596 * bits/indirect_array.h: tweak.
7597 * bits/valarray_array.h: tweak.
7598 (__valarray_copy): replace copy with memcpy.
7599 * bits/std_valarray.h: use __valarray_copy whenever possible.
7600 use __valarray_fill instead of fill.
7602 1999-04-02 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7604 * src/gen-num-limits.cc: new file
7605 * mknumeric_limits: Ditto.
7607 1999-03-30 Benjamin Kosnik <bkoz@cygnus.com>
7609 * bits/locfacets.tcc: Do a stub version of num_get for short, int,
7611 * bits/locfacets.h: Add num_get::get methods overloaded for int
7612 and short, to resolve ambiguous overloads in istream insertion
7615 1999-03-30 Benjamin Kosnik <bkoz@cygnus.com>
7617 * bits/std_istream.h: Fix.
7618 * bits/istream.tcc: Fix.
7620 1999-03-30 Philip Martin <pm@corris.dircon.co.uk>
7622 * testsuite/24/24iterator.cc: fix ++/-- tests
7624 1999-03-29 Benjamin Kosnik <bkoz@cygnus.com>
7626 * bits/std_ostream.h: Looks like this, actually: Fix up eh-isms.
7627 * bits/ostream.tcc: Same.
7629 * bits/std_istream.h: Bring over ostream changes, implement member
7630 functions. Baseline.
7631 * bits/istream.tcc: New file.
7633 1999-03-26 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7635 * bits/gslice.h (class gslice): fix friends template.
7637 1999-03-23 Benjamin Kosnik <bkoz@cygnus.com>
7639 * bits/std_ostream.h: Fix sentry objects, implement seekp, tellp,
7641 * bits/ostream.tcc: Same.
7643 * bits/std_istream.h: Minor tweaks.
7645 1999-03-18 Benjamin Kosnik <bkoz@cygnus.com>
7647 * src/locale-inst.cc: Remove duplicate instantiations.
7648 * bits/locfacets.tcc: Tweak definitions of static member.
7650 1999-03-18 Benjamin Kosnik <bkoz@cygnus.com>
7652 * bits/std_fstream.h: Format: prepend "__" in front of
7653 non-standard typedefs.
7654 * bits/fstream.tcc: Match.
7655 * bits/std_streambuf.h: Format: prepend "__" in front of
7656 non-standard typedefs.
7658 * bits/sstream.tcc: Match.
7659 * bits/std_istream.h: Format.
7660 * src/locale-inst.cc: Add num_get instantiations.
7662 * bits/std_sstream.h: Fix crash in stringstreams. Remove member
7663 _M_sb, a basic_stringbuf object, and use the basic_ios pointer
7664 _M_streambuf instead. Make initializations sane. Fix
7665 allocation/deallocation of _M_streambuf.
7666 * bits/std_ostream.h: Fix initialization code.
7667 (ctor): Eliminate redundant this->init(), let base class initialize.
7668 (default ctor): New. Assume base classes already initialzed.
7669 * bits/std_istream.h: Parallel work to ostream.
7670 (ctor): Eliminate redundant this->init(), let base class initialize.
7671 (default ctor): New. Assume base classes already initialzed.
7672 Fix initialization of basic_iostream.
7674 * bits/std_fstream.h: While we're at it, make initializations sane
7675 here too. Now matches sstream.h.
7677 * bits/string.tcc: Fix crash in basic_string::compare.
7678 * bits/basic_string.h: And here.
7679 * bits/c++config.h: Add comment about _G_USE_EXCEPTIONS.
7681 * testsuite/make_check_libfree++: Check shared as well.
7682 * testsuite/27/27stringstream.cc: Add bits.
7683 * testsuite/27/27boolfmt.cc: Add bits.
7684 * testsuite/27/27octfmt.cc: Add bits.
7686 1999-03-17 Benjamin Kosnik <bkoz@happy.cygnus.com>
7688 * configure.in (USE_LONG_DOUBLE): signbitl link error.
7690 * bits/locfacets.h: Fix errors that cause build problems
7691 with current egcs (template parameters have class scope).
7692 * bits/locfacets.tcc: Same.
7693 * src/locale-inst.cc: Same, clean.
7694 * src/misc-inst.cc: Same, clean.
7696 1999-03-17 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
7698 * stl/bits/std_memory.h: Modify auto_ptr::reset to reflect the
7699 standard. Re-apply this previous patch.
7701 1999-03-17 Philip Martin <pm@corris.dircon.co.uk>
7703 * bits/basic_string.h: Use __normal_iterator<> for iterators.
7704 * bits/std_sstream.h: Support __normal_iterator<> iterators.
7705 * bits/string.tcc: Ditto.
7706 * src/misc-inst.cc: Ditto.
7707 * src/locale-inst.cc: Ditto.
7708 * stl/bits/stl_iterator.h: Add __normal_iterator<>.
7709 * stl/bits/stl_vector.h: Use __normal_iterator<> for iterators.
7710 * testsuite/24/24iterator.cc: Add test cases for basic_string and
7713 1999-03-16 Benjamin Kosnik <bkoz@cygnus.com>
7715 * bits/locfacets.tcc: Remove macro hack.
7716 * bits/locfacets.h: Tweaks.
7717 * src/misc-inst.cc: Weed out locale-related instantiations.
7718 * src/locale-inst.cc: Same.
7720 * RELEASE-NOTES: Make more changes.
7721 * bits/c++config.h: Bump version number.
7723 * testsuite/make_check_libfree++: Collect diagnostics.
7725 * bits/std_ostream.h: Fix ostream initialization/destruction
7726 problem, related to dtor cleanup and new cached facets, agggggggh.
7727 * bits/ostream.tcc: Tweak.
7728 * bits/locfacets.h: Remove all friends of iostream classes.
7729 * bits/ios_base.h: Same.
7730 * bits/streambuf.tcc: Tweak.
7731 * bits/std_streambuf.h: Tweak.
7732 * bits/std_fstream.h: Tweak.
7733 * bits/fstream.tcc: Tweak.
7734 * src/stdstreams.cc: Tweak.
7735 * src/ios.cc: Close streams.
7737 * math/Makefile.in: Add missing files for shared link errors.
7738 * math/Makefile.am: Same.
7740 1999-03-15 Benjamin Kosnik <bkoz@cygnus.com>
7742 * src/locale-inst.cc: More wchar_t instantiations.
7743 * src/misc-inst.cc: Missed a few bits.
7744 * testsuite/make_check_libfree++: Add static and shared runs.
7745 * src/ios.cc: Add clarity to ios_base::Init::~Init().
7747 1999-03-15 Benjamin Kosnik <bkoz@cygnus.com>
7749 * bits/std_ostream.h: Format, expunge, simplify. Add cached
7750 facets. Resolve link errors.
7751 * bits/ostream.tcc: Same.
7752 * src/misc-inst.cc: Add ostream, wostream instantiations.
7753 * src/Makefile.am: Add missing bits for stdstreams.cc.
7754 * src/Makefile.in: Same.
7755 * bits/std_iosfwd.h: Format.
7756 * bits/locfacets.h (num_put): Add basic_ostream as a friend to
7757 num_put so that cached _M_fnumput pointer can be deleted in
7758 basic_ostream's dtor. Now everybody plays nice.
7760 1999-03-12 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7762 * bits/gslice.h (class gslice): Make friends valarray,
7763 gslice_array and _GliceExpression.
7765 1999-03-11 Benjamin Kosnik <bkoz@cygnus.com>
7767 * RELEASE-NOTES: Update.
7768 * src/ios.cc: Use do proper init.
7769 * bits/std_streambuf.h: Tweak.
7770 * bits/std_iostream.h: Take out static member.
7771 * std/iostream: Put here.
7772 * bits/std_ostream.h: Non-default ctor shouldn't smash _M_streambuf.
7773 * bits/std_istream.h: Ditto.
7774 * bits/basic_ios.h: Format.
7775 * bits/ostream.tcc(write): Fix.
7776 * bits/fstream.tcc: Fix stdstreams ctor to do a proper
7777 initialization of the fstream class.
7778 * src/stdstreams.cc: I'm baaaaaaaack.
7780 1999-03-10 Benjamin Kosnik <bkoz@rhino.cygnus.com>
7782 * bits/ios_base.h: Correct comments. Add ios_base::init()
7783 functionality. Format, tweak, expunge, clean, bathe, and hang to dry.
7784 * src/misc-inst.cc: Add instantiations here.
7785 * src/ios.cc: Clean.
7786 * bits/std_iostream.h: Add wrappers, global ios_base::Init object.
7787 * src/stdstreams.cc: Delete this file, as now unnecessary.
7788 * bits/fstream.tcc: Add missing initialization bits for ctor.
7789 * src/Makefile.am (libstdc___la_SOURCES): Delete here as well.
7790 * src/Makefile.in (libstdc___la_OBJECTS): And here.
7792 * bits/streambuf.tcc: Tweak.
7793 * bits/sstream.tcc: Here too.
7795 * bits/fstream.tcc: And change definition as well.
7796 * bits/std_fstream.h: Change ctor.
7797 * src/basic_file.cc (sys_open): Add call that opens a specific fileno.
7798 * bits/basic_file.h: Add declarations.
7800 * testsuite/27/27hello.cc: New file.
7802 * bits/std_ostream.h: Move flush() inline.
7803 * bits/ostream.tcc: From here.
7805 * bits/char_traits.h: Add include of fpos.h for streamoff/streampos.
7806 * bits/std_ios.h: Change include libio to only when necessary.
7807 * bits/fpos.h: Like here.
7808 * ios_base.h: And here.
7810 * bits/locfacets.h: Change _Iostate to _Ios_Iostate.
7811 * bits/locfacets.tcc: Same.
7812 * bits/std_locale.h: Include std_ios.h not std_iosfwd.h.
7813 * bits/std_iosfwd.h: Move _Ios_Iostate to ios_base.h
7815 1999-03-09 Benjamin Kosnik <bkoz@rhino.cygnus.com>
7817 * bits/basic_ios.h: Change _M_ctype to _M_fctype.
7819 * bits/std_streambuf.h: Clean, tweak.
7820 * bits/std_fstream.h: Same.
7821 * bits/std_sstream.h: Same.
7822 * bits/streambuf.tcc: Move most member functions out-of-line.
7823 * bits/fstream.tcc: Same.
7824 * bits/streambuf.tcc: Same.
7826 * bits/basic_file.h(filepos_cur): Set correctly.
7827 (filepos_beg): Same.
7828 (seekpos): Change to __c_streampos.
7829 * src/basic_file.cc (std): Change to __c_streampos.
7831 * testsuite/27/27filebuf.cc: Round one is finished.
7832 * testsuite/27/27filebuf-2.tst: New file, final output should match.
7833 * testsuite/27/27filebuf-3.tst: Same.
7835 1999-03-08 Benjamin Kosnik <bkoz@rhino.cygnus.com>
7837 * bits/basic_file.h: Fix typo, add comments about what to expect
7838 from the various member functions in __basic_file.
7840 * bits/std_fstream.h: Re-do sync/underflow to work
7841 together. Change from sys_read to xsgetn and from sys_write to
7842 xsputn. As it should have been from the beginning. . .
7844 1999-03-06 Benjamin Kosnik <bkoz@haight.constant.com>
7846 * bits/c++config.h (__GLIBCPP__): Add versioning macro.
7848 * bits/basic_file.h(file_beg): New function.
7851 * testsuite/27/27filebuf.cc: Test in, out, in | out.
7852 * bits/std_fstream.h: More _M_mode refinements.
7853 (synch): Add bits for out mode only.
7854 * bits/std_streambuf.h(xsputn): Correct for filebufs.
7855 * bits/std_sstream.h: Ditto.
7857 1999-03-03 Benjamin Kosnik <bkoz@cygnus.com>
7859 * bits/std_fstream.h: Fix _M_mode AND with ios_base::openmode.
7860 * testsuite/27/27filebuf.cc: Modify.
7861 * bits/c++config.h: Fix.
7863 1999-03-02 Benjamin Kosnik <bkoz@tintin.cygnus.com>
7865 * bits/c++config.h: New macro, _G_RESOLVE_LIB_DEFECTS, used to put
7866 code in place that diverges from the final standard, but has been
7867 brought up on the library mailing list.
7869 * bits/std_fstream.h(underflow): Position all three internal
7870 buffer pointers at the same initial position. Re-implement with
7871 basic_filebuf abstraction.
7875 * bits/std_sstream.h: Move _M_mode down into base class
7877 * bits/sstream.tcc: Ditto.
7878 * bits/std_streambuf.h: Ditto.
7880 * testsuite/27/27filebuf.cc: Tweak.
7882 1999-02-27 Benjamin Kosnik <bkoz@slap-happy.cygnus.com>
7884 * bits/std_sstream.h: Ditto.
7885 * bits/std_fstream.h: Fix blip.
7887 1999-02-26 Benjamin Kosnik <bkoz@happy.cygnus.com>
7889 * C++STYLE: Add cases.
7890 * bits/std_fstream.h: Format.
7891 * bits/std_streambuf.h: Ditto.
7892 * bits/std_sstream.h: Ditto.
7894 * src/basic_file.cc(sys_seek): Fix stack delirium, by keeping
7895 return type for _IO_file_seek and __basic_file::seek the same size.
7896 * bits/basic_file.h: Ditto.
7898 1999-02-26 Benjamin Kosnik <bkoz@happy.cygnus.com>
7900 * bits/fstream.tcc: Add include guards.
7901 * src/misc-inst.cc: Add instantiations for shared libes.
7902 * src/locale-inst.cc: Add instantiaions for use_facet.
7903 * bits/loccore.h: Remove specialization foward decls for
7904 use_facet<ctype>: perhaps add the whole lot of them later on.
7905 * bits/std_fstream.h: Fix.
7906 * bits/locfacets.h: Ditto.
7907 * src/stdstreams.cc: Disable wide streams for now.
7909 * src/Makefile.am (CXXFLAGS): Change up.
7910 * src/Makefile.in (CXXFLAGS): Ditto.
7912 1999-02-25 Benjamin Kosnik <bkoz@happy.cygnus.com>
7914 * src/basic_file.cc: Change to ios_base::seekdir from int.
7915 * bits/basic_file.h: Ditto.
7916 * bits/locfacets.h : Fix blip with new guard macros.
7918 1999-02-25 Benjamin Kosnik <bkoz@cygnus.com>
7920 * stl/bits/stl_config.h (__STL_USE_STD_ALLOCATORS): Minor tweaking.
7921 * bits/c++config.h: Clean. Remove _G_NO_STREAMBUF_ITERATORS and
7923 * amm1/locale: Remove unused defines.
7924 * generic/locale: Ditto.
7925 * src/ios.cc: Ditto.
7926 * src/locale.cc: Ditto.
7927 * src/locale-inst.cc: Ditto.
7928 * src/localename.cc: Ditto.
7929 * src/stdstreams.cc: And here.
7931 * bits/c++config.h (_G_USE_WCHAR_T): Fix.
7932 * bits/loccore.h: Simplify, clean, add wchar_t guards.
7933 * bits/loccore.tcc: Ditto.
7934 * bits/locfacets.h: Ditto.
7935 * src/locale-inst.cc: Ditto.
7936 * bits/locfacets.tcc: Add do_put long long here.
7938 1999-02-24 Benjamin Kosnik <bkoz@cygnus.com>
7940 * bits/std_streambuf.h: Add cached ctype facet, _M_ctype.
7941 * bits/basic_ios.h: Clean. Replace _M_strbuf with
7942 _M_streambuf. Use cached _M_cvt in basic_streambuf.
7943 * bits/std_istream.h: Replace _M_strbuf with _M_streambuf.
7944 * bits/std_fstream.h: Tweak.
7946 * bits/char_traits.h: Remove fpos definitions from here. . .
7947 * bits/fpos.h: New file, put them here. Eventually, this may allow
7948 the severing of char_traits and fpos dependancies.
7949 * src/Makefile.in: Add fpos.h.
7950 * src/Makefile.am: Ditto.
7951 * bits/std_string.h: Add fpos.h include here.
7952 * bits/std_ios.h: And here.
7954 * bits/std_streambuf.h: Change _M_init to _M_initialized.
7955 * bits/ios_base.h: Remove cstdio include.
7956 * bits/std_ios.h: ... Place here.
7958 1999-02-23 Benjamin Kosnik <bkoz@loony.cygnus.com>
7960 * src/Makefile.in (CXXFLAGS): Re-add -fvtable-thunks.
7961 * src/Makefile.am (CXXFLAGS): Re-add -fvtable-thunks.
7963 * bits/basic_file.h: Comment, adjust arguments.
7964 * src/basic_file.cc: Ditto.
7966 * bits/std_fstream.h(seekoff): Error is of fpos type, not integral
7967 type: check and convert accordingly. Re-interpet "resultant stream
7968 position" to indicate external byte sequence location, not internal
7971 1999-02-22 Benjamin Kosnik <bkoz@loony.cygnus.com>
7973 * mkcshadow: And change copyright here.
7974 * src/Makefile.am (CXXFLAGS): Add -g -O2. Add new header
7975 dependencies for stl_pthread_alloc.h, pthread_allocimpl.h,
7976 stl_thread.h, and stl_iterator_base.h.
7977 * src/Makefile.in (CXXFLAGS): Ditto.
7978 * stl/backward/pthread_alloc.h: Remove.
7980 1999-02-19 Benjamin Kosnik <bkoz@loony.cygnus.com>
7982 * bits/std_streambuf.h (sungetc): Use standard defs for putback
7984 * bits/std_fstream.h (pbackfail): Correct.
7986 (seekoff): Implement.
7988 * testsuite/27/27filebuf.cc: Add test cases.
7990 1999-02-18 Benjamin Kosnik <bkoz@loony.cygnus.com>
7992 * bits/std_fstream.h: Go with basic_file's interfaces for dealing
7993 with the external buffers, and stop mucking around with setting
7994 and re-setting the external buf's pointers. Aka, clarity and
7995 simplicity rule the day.
7996 * src/locale.cc: Use memcpy in codecvt::do_in and codecvt::do_out.
7997 Remove partial result and support code.
7999 1999-02-18 Ulrich Drepper <drepper@cygnus.com>
8001 * configure.in: Add hypot, hypotf, atan2f, expf, and copysignf to
8002 list of function which have to be replaced.
8003 Remove expf from list of functions to test for.
8004 Define USE_LONG_DOUBLE in case the libm has partial support for long
8006 * Makefile.in: Regenerated.
8007 * config.h.in: Likewise.
8008 * configure: Likewise.
8009 * libio/Makefile.am (LIBIO_SRCS): Add missing backslash.
8010 * libio/Makefile.in: Regenerated.
8011 * src/Makefile.in: Regenerated.
8012 * string/Makefile.in: Regenerated.
8013 * math/Makefile.am (EXTRA_DIST): Add hypot.c, hypotf.c, hypotl.c,
8014 atan2f.c, expf.c, and $(EXTRA_yes).
8015 (EXTRA_yes): Add signbitl.c mycabsl.c.
8016 (libmath_la_LIBADD): Add $(EXTRA_$(USE_LONG_DOUBLE)).
8017 (libmath_la_SOURCES): remove long double versions.
8018 * math/Makefile.in: Regnerated.
8019 * math/atan2f.c: New file.
8020 * math/copysignf.c: New file.
8021 * math/expf.c: New file.
8022 * math/hypot.c: New file.
8023 * math/hypotf.c: New file.
8024 * math/hypotl.c: New file.
8025 * math/cargf.c: Use correct function and macro names.
8026 * math/ccos.c: Likewise.
8027 * math/ccosh.c: Likewise.
8028 * math/ccoshf.c: Likewise.
8029 * math/ccoshl.c: Likewise.
8030 * math/cexp.c: Likewise.
8031 * math/cexpf.c: Likewise.
8032 * math/cexpl.c: Likewise.
8033 * math/clog.c: Likewise.
8034 * math/clog10.c: Likewise.
8035 * math/clog10f.c: Likewise.
8036 * math/clog10l.c: Likewise.
8037 * math/clogf.c: Likewise.
8038 * math/clogl.c: Likewise.
8039 * math/copysignf.c: Likewise.
8040 * math/csin.c: Likewise.
8041 * math/csinf.c: Likewise.
8042 * math/csinh.c: Likewise.
8043 * math/csinhf.c: Likewise.
8044 * math/csinhl.c: Likewise.
8045 * math/csinl.c: Likewise.
8046 * math/csqrt.c: Likewise.
8047 * math/csqrtf.c: Likewise.
8048 * math/csqrtl.c: Likewise.
8049 * math/ctan.c: Likewise.
8050 * math/ctanf.c: Likewise.
8051 * math/ctanh.c: Likewise.
8052 * math/ctanhf.c: Likewise.
8053 * math/ctanhl.c: Likewise.
8054 * math/ctanl.c: Likewise.
8056 1999-02-17 Benjamin Kosnik <bkoz@cygnus.com>
8058 * testsuite/27/27filebuf.cc: Add cases.
8059 * testsuite/27/27filebuf-1.txt: Remove inadvertent garbage.
8060 * bits/std_streambuf.h: Simplify, always have one return statement.
8061 * bits/std_fstream.h: Tweak comments in underflow.
8063 1999-02-17 Ulrich Drepper <drepper@cygnus.com>
8065 * ltmain.sh: Update from libtool 1.2d and fix Solaris problems.
8066 * ltconfig: Likewise.
8068 1999-02-16 Christophe Pierret <cpierret@businessobjects.com>
8070 * src/locale.cc: Fix assert.
8072 1999-02-16 Benjamin Kosnik <bkoz@cygnus.com>
8074 FIXME: Still need some kind of solution for undefined math symbols.
8075 * src/Makefile.in (locale-inst.lo): Compile with
8076 -fimplicit-templates to fix Solaris link problem.
8077 * src/Makefile.am: Ditto.
8078 * libio/Makefile.in: Add stdfiles.c so that _IO_list_all is defined.
8079 * libio/Makefile.am: Ditto.
8080 * src/locale.cc: Provide some kind of def for _S_tolower.
8081 * bits/locfacets.h: Fix declarations of ctype<wchar_t> to
8082 match ctype<char> for _S_tolower, _S_toupper, _S_table.
8084 1999-02-10 Benjamin Kosnik <bkoz@cygnus.com>
8086 * bits/loccore.tcc: Move member-template ctor inline...
8087 * bits/loccore.h: ...here.
8088 * src/locale-inst.cc: Add instantiation here.
8090 * testsuite/27/27stringstream.cc: Tweak.
8092 * bits/ostream.tcc: Include sbuf_iter.h.
8094 * bits/ostream.tcc: Convert *this to ostreambuf_iterator before
8095 passing to num_put, as num_put's first argument is an interator,
8098 * testsuite/make_check_libfree++: New file, runs through the
8099 existing test files in the testsuite directory and makes sure
8102 1999-02-10 Brendan Kehoe <brendan@cygnus.com>
8104 * testsuite/21/21compare.cc: Fix typo.
8105 * src/locale.cc (ctype<wchar_t>::_S_{toupper,tolower,table}):
8106 Don't try to provide non-linux versions, since it's impossible to
8107 initialize their const references with the integer 0, no matter
8108 how we try to cast it.
8110 1999-02-10 Benjamin Kosnik <bkoz@cygnus.com>
8112 * bits/std_locale.h: Move std_vector.h dependency.
8113 * bits/std_ios.h: ...from here.
8114 * bits/std_string.h: ...and here.
8115 * src/locale.cc: ..to here.
8116 * bits/loccore.h: Ditto, add vector forward declaration,
8117 make locale::_Impl data members pointers not containers.
8118 * bits/loccore.tcc: Move out-of-line for now.
8119 * bits/locfacets.h: Move vector dependency from here...
8120 * bits/locfacets.tcc: ...to here.
8121 * src/localename.cc: ..and here.
8122 * src/locale-inst.cc: Add include of locfacets.tcc here.
8124 * stl/bits/stl_string_fwd.h: Make __get_c_string non-static.
8125 * bits/basic_string.h: Can't use sizeof on an incomplete type.
8126 * bits/string.tcc: Tweak.
8127 * src/string.cc: And add __get_c_string def here.
8129 * bits/std_fstream.h: Yeah, comment the fill_n idea out as impractical.
8131 * src/stlinst.cc: Add include of stl_config.h.
8133 1999-02-09 Benjamin Kosnik <bkoz@cygnus.com>
8135 * stl/bits/std_bitset.h: Update to SGI STL 3.12.
8136 * stl/bits/stl_config.h: Tweak, update.
8137 * stl/bits/std_stdexcept.h: Ditto, change stl_exception to
8139 * stl/bits/std_memory.h: Reconstructed auto_ptr, Ditto.
8140 * stl/bits/std_functional.h: Ditto.
8142 * stl/bits/stl_string.h: New file, SGI's string
8143 implementation. For reference only, corresponding to string in
8145 * stl/bits/stl_char_traits.h: As above.
8147 * stl/bits/pthread_allocimpl.h: New file corresponding to
8149 * stl/bits/stl_pthread_alloc.h: New file corresponding to
8151 * stl/bits/stl_threads.h: New file.
8153 Note that SGI STL 3.12's file iterator.h is not used.
8154 * stl/bits/std_iterator.h: Ditto.
8155 * stl/bits/stl_iterator.h: Drop in replace.
8156 * stl/bits/stl_iterator_base.h: New file, drop in replace.
8158 * stl/bits/stl_queue.h, stl_rope.h, stl_set.h, stl_stack.h,
8159 stl_string_fwd.h, stl_tempbuf.h, stl_tree.h, stl_vector.h,
8160 stl_pair.h, stl_multimap.h, stl_multiset.h, stl_list.h,
8161 stl_hashtable.h, stl_hash_set.h, stl_hash_map.h, stl_function.h,
8162 stl_deque.h, stl_alloc.h, stl_algo.h, stl_algobase.h, ropeimpl.h:
8163 Drop-in replace (ie, stop changing __SGI_STL_* to _CPP_BITS_* for
8164 preprocessor guards, but fixup include paths and names according
8165 to new directory layout).
8167 1999-02-05 Benjamin Kosnik <bkoz@cygnus.com>
8169 * bits/std_fstream.h: Remove _M_open data member.
8170 * bits/fstream.tcc: Ditto.
8172 * src/locale.cc: Tweak.
8174 * bits/std_sstream.h: Simplify.
8176 * bits/std_streambuf.h: Simplify.
8177 (sputc): Use correct definition of "write area."
8179 * bits/std_fstream.h: Fix uflow.
8180 * src/basic_file.cc: Tweak.
8181 * testsuite/27/27filebuf.cc: Add tests.
8182 * testsuite/27/27filebuf-3.txt: Rename to *-2.txt.
8184 1999-02-02 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
8186 * bits/ios_base.h: Make protected.
8188 1999-02-01 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
8190 * bits/ios_base.h: Changes in the class ios_base:
8191 Rename _M_exceptions member to _M_exceptions_data.
8192 Make the member functions rdstate(), clear(), exceptions()
8193 and exceptions(iostate) protected and add the "_M_" prefix.
8194 * src/ios.cc: Ditto.
8195 * bits/basic_ios.h: Adapt the changes from ios_base.
8197 1999-01-29 Benjamin Kosnik <bkoz@cygnus.com>
8199 * bits/std_fstream.h: Remove _M_flags, _M_equilibrate as unnecessary.
8200 * bits/fstream.tcc: Ditto.
8202 * bits/std_fstream.h (underflow): Resize deallocates memory and
8203 resets pointers in the internal cache according to new _M_buf. . dooh!
8204 * src/locale.cc: Mas changes with codecvt::do_in, do_out.
8206 1999-01-29 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
8208 * stl/bits/std_memory.h: Modify auto_ptr::reset to reflect the
8211 1999-01-28 Benjamin Kosnik <bkoz@cygnus.com>
8213 * src/locale.cc (codecvt::do_in): Finer-grained tuning to take
8214 into account partial returns.
8215 (codecvt::do_out): Likewise.
8217 * bits/char_traits.h: Change streamsize to be a signed type, as
8218 required by 27.4.1 Types p 2. (Changing to _IO_ssize_t.)
8219 * bits/std_streambuf.h: Make
8220 in_avail() and showmanyc() have streamsize as return types, so
8221 that showmanyc()'s return of eof won't underflow in_avail's return
8222 value and give a bogus result.
8223 * src/misc-inst.cc: And more changes. . .
8225 * bits/std_streambuf.h (basic_streambuf): Add _M_buf_unified to keep
8226 track of joint in/out pointers into the internal buffer.
8227 (sbumpc): Add check for _M_buf_unified.
8231 * testsuite/27/27filebuf.cc: Add cases.
8232 * testsuite/27/27stringbuf.cc: Add showmanyc case.
8234 * bits/std_fstream.h (close): Fix logic error.
8235 (open): Initialize internal pointers based on _M_buf and _M_buf_size.
8236 (showmanyc): Add underflow component, to match the standard.
8238 * bits/fstream.tcc: Ditto.
8240 1999-01-27 Benjamin Kosnik <bkoz@cygnus.com>
8242 * bits/basic_file.h: Match vtables w/ _IO_FILE_plus.
8243 * src/basic_file.cc: Ditto.
8244 * src/Makefile.in: Add -fvtable-thunks to CXXFLAGS: preferred
8245 format for dealing with _IO_file in libio.
8247 1999-01-27 Ulrich Drepper <drepper@cygnus.com>
8249 * src/basic_file.cc: Include fcntl.h.
8251 1999-01-27 Benjamin Kosnik <bkoz@cygnus.com>
8253 * libio/Makefile.in: Add fileops.lo, genops.lo to objects to debug
8255 * bits/std_streambuf.h: Redefine read posion.
8257 * bits/std_fstream.h: Temporary hack to get vtables working again.
8258 * bits/basic_file.h: Revert.
8259 * src/basic_file.cc: Ditto.
8260 * testsuite/27/27filebuf.cc: Tweak.
8262 1999-01-26 Benjamin Kosnik <bkoz@cygnus.com>
8264 * bits/basic_file.h: Add showmanyc, underflow. .
8265 * src/basic_file.cc: Ditto.
8267 * bits/std_fstream.h (showmanyc): Add bits to ping libio to see if more
8270 * testsuite/27/27filebuf.cc: Add testcases.
8271 * src/basic_file.cc: Add O_CREAT to open calls with
8272 ios_base::trunc as part of the open mode.
8274 1999-01-26 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
8276 * bits/basic_ios.h: fix basic_ios::exceptions(iostate)
8278 1999-01-25 Benjamin Kosnik <bkoz@nabi.net>
8280 * src/ios.cc (clear): Correct typo.
8281 * bits/ios_base.h: Tweak spacing.
8283 1999-01-25 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
8285 * bits/basic_ios.h: fix basic_ios::fail()
8287 1999-01-25 Benjamin Kosnik <bkoz@loony.cygnus.com>
8289 * bits/basic_file.h: Include libioP.h from libio instead of here.
8290 * bits/iolibio.h: Remove.
8291 * bits/libio.h: Remove.
8293 1999-01-22 Benjamin Kosnik <bkoz@lunatic.cygnus.com>
8295 * bits/std_fstream.h: Tweak cvt-> in call for newer egcs compilers.
8297 1999-01-22 Ulrich Drepper <drepper@cygnus.com>
8299 * Makefile.am (SUBDIRS): Add libio.
8300 * configure.in: Add rule to test for glibc2.
8302 * src/Makefile.am (INCLUDES): Add -I to libio subdir.
8303 (libstdc___la_LIBADD): Add libio.la.
8305 1999-01-21 Benjamin Kosnik <bkoz@cygnus.com>
8307 * bits/basic_file.h: Make new abstraction for underlying C library
8308 FILE, named __basic_file.
8309 * src/basic_file.cc: New file.
8310 * bits/os_raw.h: Delete.
8311 * src/os_raw.cc: Delete.
8312 * src/Makefile.in: Tweak.
8313 * src/Makefile.am: Tweak.
8314 * bits/iolibio.h: Add this here, for the time being.
8315 * bits/libioP.h: Ditto.
8317 * bits/ios_base.h: Delete unused defines.
8318 * src/locale.cc (codecvt<char, char, mbstate_t>::do_in): Use
8319 strcpy to copy between the two buffers.
8321 * testsuite/27/27stringbuf.cc: Change license, fix in_avail tests.
8322 * testsuite/27/27filebuf.cc: New file.
8323 * testsuite/27/27filebuf-1.txt: Data file for above test.
8324 * testsuite/27/27filebuf-2.txt: Ditto.
8326 * bits/std_streambuf.h (uflow): Re-implement default.
8327 * bits/std_fstream.h: Set _M_buf_size based on cstdio's BUFSIZ.
8328 Re-implement virtual functions.
8329 * bits/fstream.tcc: Delete unused mf's.
8331 1998-12-31 Benjamin Kosnik <bkoz@lunatic.cygnus.com>
8333 * bits/fstream.tcc: Add fstream ctor for cin/cout/etc.
8334 * bits/std_fstream.h: Ditto.
8335 * src/stdstreams.cc: Ditto.
8337 * math/cpowl.c: Fix header typo with last change.
8339 1998-12-31 Benjamin Kosnik <bkoz@loony.cygnus.com>
8341 * COPYING: New file (GPL v 2).
8342 * LICENSE.STD: Remove.
8343 * ./*: Change license.
8345 1998-12-30 Benjamin Kosnik <bkoz@haight.constant.com>
8347 * bits/std_streambuf.h (std): Remove static on _M_init.
8348 * bits/streambuf.tcc (std): Ditto.
8350 * bits/std_fstream.h: Add changes as discussed with Nathan, including
8351 state_type and codecvt_type members, the allocation of an internal
8352 buffer, the streamlined codecvt calls, etc.
8354 1998-12-21 Benjamin Kosnik <bkoz@haight.constant.com>
8356 * bits/std_sstream.h: Tweak.
8357 * bits/fstream.tcc: Remove unused stubs.
8358 * bits/std_fstream.h: Tweak.
8360 1998-12-17 Benjamin Kosnik <bkoz@tintin.cygnus.com>
8362 * bits/std_streambuf.h: Move _IO_file_flags into basic_filebuf.
8363 Remove unused _IO_* members, possibly put into filebuf, which may
8365 * bits/std_fstream.h: Add _M_flag.
8366 * bits/sbuf_iter.h: Tweak.
8368 * bits/std_cstdio.h: Add SEEK_SET, SEEK_END, SEEK_CUR.
8369 * bits/ios_base.h: Use.
8371 * src/stdstreams.cc: Modify to reflect standard ctors for
8373 * src/misc-inst.cc: Ditto.
8375 * bits/os_raw.h: Wrap in std namespace. Model parameters on
8376 underlying C library calls instead of the underlying unix
8378 * src/os_raw.cc (_S_os_open): Use fopen, and compute a mode
8379 string as per p.659.
8380 (_S_os_close): Model on fopen.
8381 (_S_os_read): Model on fread.
8382 (_S_os_write): Model on fwrite.
8383 (_S_os_seek): Model on fseek.
8385 * bits/ios_base.h: Tweak.
8386 * bits/std_iosfwd.h: Wrap libio.h include with extern "C".
8387 * bits/std_sstream.h: Tweak.
8388 * bits/sstream.tcc: Remove old, uncalled code.
8389 * bits/std_fstream.h: Major reconstruction.
8390 * bits/fstream.tcc: Disable for the time being.
8392 1998-12-11 Benjamin Kosnik <bkoz@haight.constant.com>
8394 * bits/basic_string.h: Fix insert method.
8395 * stl/bits/stl_iterator.h: Remove previous hack.
8396 * bits/std_streambuf.h (sbumpc): Correct increment/return oddness.
8397 * bits/std_sstream.h: Fix more regressions.
8398 * testsuite/27/27stringbuf.C: Add (almost) complete tests.
8400 1998-12-09 Benjamin Kosnik <bkoz@loony.cygnus.com>
8402 * bits/basic_string.h: Tweak.
8404 * stl/bits/stl_iterator.h: Specialize iterator_traits for int so
8405 that string::append can be instantiated. HACK--checkin
8406 basic_string::iterator class.
8408 1998-12-07 Benjamin Kosnik <bkoz@haight.constant.com>
8410 * bits/std_sstream.h: Tweak.
8411 * bits/sstream.tcc: Tweak ctors.
8413 FIXME invalid friend defs. . WHERE ARE THEY??
8415 * bits/sbuf_iter.h (istreambuf_iterator::equal): Change to new
8416 names for basic_streambuf data members.
8418 * bits/std_streambuf.h: Add getloc() initialization bits.
8419 basic_streambuf(): Initialize with global locale data.
8420 imbue(): Set _M_init.
8422 * bits/std_streambuf.h(seekoff, seekpos): Complete with invalid
8423 stream pos == pos_type(off_type(-1)).
8424 in_avail(): Complete default implementation.
8425 snextc, sbumpc, sputbackc, sungetc, sputc, setg, xsputn,
8426 underflow, uflow, xsgetn, showmany, sync: Ditto.
8428 * bits/std_streambuf.h: _M_snextc_helper(): Remove.
8430 * bits/streambuf.tcc (sputbackc): Temporarily remove, need to
8431 re-populate with in-line member functions that are too big. Add
8432 initialization for _M_init.
8434 1998-12-03 Benjamin Kosnik <bkoz@cygnus.com>
8436 * bits/sstream.tcc: Convert _Allocator to _Alloc. Add typedefs
8437 for basic_string and basic_streambuf. Scope _IO_buf_* pointers to
8440 * src/stdstreams.cc (std): Disable wchar_t instantiations.
8442 * bits/c++config.h (_G_DEPRICATED): Add.
8443 (_G_USE_WCHAR_T): Add.
8444 * bits/std_streambuf.h: Radical reconstruction of basic_streambuf.
8445 Take out _Streambuf_base. Put _IO_FILE data member in basic_filebuf.
8446 * bits/streambuf.tcc (sputbackc): Remove ctor anti-def, Tweak.
8447 * bits/std_fstream.h: Add comment for implementation.
8448 * src/streambuf.cc: Remove.
8449 * src/Makefile.in: Remove streambuf.lo.
8450 * src/misc-inst.cc: Tweak.
8452 1998-12-02 Benjamin Kosnik <bkoz@cygnus.com>
8454 * bits/std_sstream.h: Add const_cast to rdbuf returns.
8455 * testsuite/27stringstream.C: Modify.
8457 1998-11-25 Benjamin Kosnik <bkoz@haight.constant.com>
8459 * src/Makefile.in (libstdc___la_OBJECTS): Add streambuf.lo.
8460 (libstdc___la_SOURCES): Ditto.
8462 * bits/streambuf.tcc: Tweak.
8464 * src/streambuf.cc: New file, add out-of-line definitions for
8467 * src/misc-inst.cc: Remove _Streambuf_base instantiations.
8468 Comment out wchar_t versions of the buffer instantiations, for now.
8470 * bits/std_streambuf.h: Wrap libio.h include with extern "C".
8471 Remove template wrapper around _Streambuf_base.
8472 Move IO_* data members into _Streambuf_base.
8473 Move _Streambuf_base members into streambuf.tcc.
8475 * bits/c++config.h (_G_USE_LIBIO): Enable.
8477 1998-11-02 Nathan Myers <ncm@cantrip.org>
8479 * CHECKLIST: downgrade iterator implementations
8480 * DESIGN: fill out notes about unimplemented features
8482 1998-10-31 Nathan Myers <ncm@cantrip.org>
8484 * CHECKLIST: itemized list of all interfaces, and status of each.
8486 1998-10-30 Nathan Myers <ncm@cantrip.org>
8488 * RELEASE-NOTES: add notes about optional includes, linking, running
8489 * src/Makefile.am: handle header installs properly
8490 * src/Makefile.in: regenerate from new src/Makefile.am
8492 1998-10-30 Benjamin Kosnik <bkoz@loony.cygnus.com>
8494 * bits/basic_string.h: Revert npos pending ciso646.
8495 * src/Makefile.am: Revert CXX flags for now.
8496 * src/Makefile.in: Ditto.
8498 1998-10-30 Brendan Kehoe <brendan@cygnus.com>
8500 * bits/std_sstream.h: Re-order ctors to put base before member
8503 1998-10-30 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
8505 * stl/bits/std_memory.h: Fix typo.
8507 1998-10-30 Nathan Myers <ncm@cantrip.org>
8509 * src/string[A-Z]+.cc: change back to include "string.cc".
8510 * src/Makefile.am: revert filename changes. We need a different
8511 way to keep filenames in std/ from confusing Make.
8512 * bits/basic_string.h: define _S_max_size right, return it from
8513 string::max_size(); churn definition of npos again.
8514 * bits/string.tcc: fix _S_frob_size to avoid uint overflow.
8515 * bits/ios.cc: remove #ifdef on ios_base locale member initialization
8516 * BUGS: clear cruft.
8517 * C++STYLE: Touchup for release.
8518 * CHECKLIST: Touchup for release.
8520 * LICENSE.STD: Add requirement to retain copyrights and to provide
8521 the license with any copies.
8522 * README: Update for release.
8523 * TODO: Minor touchup for release.
8524 * RELEASE-NOTES: prepare for release
8526 1998-10-29 Ulrich Drepper <drepper@cygnus.com>
8528 * src/string[A-Z]+.cc: Include stdstring.cc, not string.cc.
8530 * src/Makefile.am (CXXFLAGS): Define _GNU_SOURCE.
8532 * src/Makefile.am (CXXLINK): New variable. Make sure we don't use
8533 CXX to generate the shared object.
8535 * src/Makefile.am (headers): Remove duplicated char_traits.h.
8537 1998-10-29 Brendan Kehoe <brendan@cygnus.com>
8539 * bits/basic_string.h (basic_string<>::max_size): Subtract 1, not
8540 2, from npos, solving infinite loop problems.
8542 1998-10-29 18:41 Ulrich Drepper <drepper@cygnus.com>
8544 * src/Makefile.am: Add rules to install headers.
8546 1998-10-29 Nathan Myers <ncm@cantrip.org>
8548 * bits/std_ostream.h: Remove #ifdef on operator<< for long double
8549 * bits/ostream.tcc: Remove #ifdef on operator<< for long double
8552 * shadow/bits/wrap_libio.h:
8553 * shadow/bits/wrap_unistd.h: New files.
8555 1998-10-29 Brendan Kehoe <brendan@cygnus.com>
8557 * bits/ostream.tcc (operator<<): Wrap with #ifdef
8558 _G_HAVE_LONG_DOUBLE_IO, to match bits/std_ostream.h.
8560 1998-10-29 Ulrich Drepper <drepper@cygnus.com>
8562 * src/Makefile.am: Add temporarily rules to make sure misc-inst.cc
8563 is not compiled with -fno-implicit-templates in effect.
8565 * src/Makefile.am (EXTRA_SOURCES): Add string.cc and wstring.cc here.
8566 (libstdc___la_SOURCES): Add all the string*.cc and wstring*.cc files.
8567 * src/stringADDCS.cc: Wrapper around string.cc to define individual
8569 * src/stringADDPS.cc: Likewise.
8570 * src/stringADDSC.cc: Likewise.
8571 * src/stringADDSP.cc: Likewise.
8572 * src/stringADDSS.cc: Likewise.
8573 * src/stringBIST.cc: Likewise.
8574 * src/stringBOST.cc: Likewise.
8575 * src/stringCHTR.cc: Likewise.
8576 * src/stringEQPS.cc: Likewise.
8577 * src/stringEQSP.cc: Likewise.
8578 * src/stringEQSS.cc: Likewise.
8579 * src/stringEXTRA.cc: Likewise.
8580 * src/stringGEPS.cc: Likewise.
8581 * src/stringGESP.cc: Likewise.
8582 * src/stringGESS.cc: Likewise.
8583 * src/stringGETLI.cc: Likewise.
8584 * src/stringGTPS.cc: Likewise.
8585 * src/stringGTSP.cc: Likewise.
8586 * src/stringGTSS.cc: Likewise.
8587 * src/stringINSER.cc: Likewise.
8588 * src/stringLEPS.cc: Likewise.
8589 * src/stringLESP.cc: Likewise.
8590 * src/stringLESS.cc: Likewise.
8591 * src/stringLTPS.cc: Likewise.
8592 * src/stringLTSP.cc: Likewise.
8593 * src/stringLTSS.cc: Likewise.
8594 * src/stringMAIN.cc: Likewise.
8595 * src/stringNEPS.cc: Likewise.
8596 * src/stringNESP.cc: Likewise.
8597 * src/stringNESS.cc: Likewise.
8598 * src/stringSCOPY.cc: Likewise.
8599 * src/wstringADDCS.cc: Wrapper around wstring.cc to define individual
8601 * src/wstringADDPS.cc: Likewise.
8602 * src/wstringADDSC.cc: Likewise.
8603 * src/wstringADDSP.cc: Likewise.
8604 * src/wstringADDSS.cc: Likewise.
8605 * src/wstringBIST.cc: Likewise.
8606 * src/wstringBOST.cc: Likewise.
8607 * src/wstringCHTR.cc: Likewise.
8608 * src/wstringEQPS.cc: Likewise.
8609 * src/wstringEQSP.cc: Likewise.
8610 * src/wstringEQSS.cc: Likewise.
8611 * src/wstringEXTRA.cc: Likewise.
8612 * src/wstringGEPS.cc: Likewise.
8613 * src/wstringGESP.cc: Likewise.
8614 * src/wstringGESS.cc: Likewise.
8615 * src/wstringGETLI.cc: Likewise.
8616 * src/wstringGTPS.cc: Likewise.
8617 * src/wstringGTSP.cc: Likewise.
8618 * src/wstringGTSS.cc: Likewise.
8619 * src/wstringINSER.cc: Likewise.
8620 * src/wstringLEPS.cc: Likewise.
8621 * src/wstringLESP.cc: Likewise.
8622 * src/wstringLESS.cc: Likewise.
8623 * src/wstringLTPS.cc: Likewise.
8624 * src/wstringLTSP.cc: Likewise.
8625 * src/wstringLTSS.cc: Likewise.
8626 * src/wstringMAIN.cc: Likewise.
8627 * src/wstringNEPS.cc: Likewise.
8628 * src/wstringNESP.cc: Likewise.
8629 * src/wstringNESS.cc: Likewise.
8630 * src/wstringSCOPY.cc: Likewise.
8631 * src/string.cc: Remove now unneeded #defines now.
8633 1998-10-29 Nathan Myers <ncm@cantrip.org>
8635 * bits/locfacets.tcc: Define num_put::put(... const void*), improve
8637 * bits/ostream.tcc: Delete cruft, rewrite various op<< as members,
8638 add definitions for double, long double, const void*.
8639 * bits/std_ostream.h: Move op<<'s back into class ostream,
8640 define some in-line.
8641 * bits/string.tcc: fix unnecessary-copying bug in op[], typos in
8642 string construction from input iterators that Brendan reported.
8645 1998-10-28 Brendan Kehoe <brendan@cygnus.com>
8647 * stl/bits/stl_pair.h (op!=, op>, p<=, op>=): Add missing definitions.
8649 * bits/valarray_meta.h (class _Constant): Move declaration to the
8650 top, so the rest of the file can grok it.
8651 (_ApplyBinaryFunction::operator[]): Add missing parenthesis.
8653 * bits/std_sstream.h (basic_ostringstream::str): Fix typo of extra
8655 (basic_stringstream::str, both instances): Likewise.
8657 1998-10-28 Nathan Myers <ncm@cantrip.org>
8659 * bits/locfacets.h: fix num_put<>::falsename()
8660 * bits/locfacets.tcc: fix _Format_cache<>::_M_populate bool name init
8661 * testsuite/27/27octfmt.C, testsuite/27/27octfmt.C: new tests
8662 * bits/locfacets.tcc: touch up _S_group_digits.
8663 * src/misc-inst.cc: adjust _S_group_digits insts to match.
8665 1998-10-27 Nathan Myers <ncm@cantrip.org>
8667 * stl/bits/stl_config.h: Turn off long long support, for now.
8668 * src/locale-inst.cc: Instantiate num_put<> only for
8669 ostreambuf_iterator, num_get only for istreambuf_iterator.
8670 * src/misc-inst.cc: Delete duplicate locale-related instantiations,
8671 add lots of new instantiations for num_put support function templates;
8672 remove junk about __match_parallel for ostreambuf_iterator.
8674 1998-10-27 Nathan Myers <ncm@cantrip.org>
8676 * bits/locfacets.tcc: Make num_put's digit grouping work.
8677 * bits/string.tcc: More uglification.
8678 * src/ios.cc: initialize format cache right
8680 1998-10-26 Nathan Myers <ncm@cantrip.org>
8682 * bits/basic_string.h: Uglify more names.
8683 * bits/fstream.tcc: Rewrite some filebut output handling.
8684 * bits/ios_base.h: Cosmetic.
8685 * bits/locfacets.h: Changes to _Format_cache for support of num_put.
8686 Also, specialize its default ctor for optimal default case.
8687 #ifdef out "long long" prototypes for now.
8688 * bits/locfacets.tcc: Do complete, optimized num_put<>::do_put
8689 implementation for integer types. (Still needs optimized
8690 std::copy() applied to ostreambuf_iterator to be optimal.)
8691 * bits/ostream.tcc: Write operator<< for long, bool types.
8692 Make other operators<< non-members, per spec. (Many still
8693 not implemented.) Identify those that fail to create a sentry.
8694 * bits/sbuf_iter: Cosmetic.
8695 * bits/std_fstream.h: Add some filebuf members.
8696 * bits/std_locale.h: Include <limits> for use in bits/locfacets.h
8697 * bits/std_ostream.h: Make member operators<< global, per spec.
8698 (Should do the same in std_istream.h.)
8699 * bits/std_string.h: Include <limits> for use in bits/locfacets.h
8700 * bits/string.tcc: Uglify names
8701 * shadow/bits/std_cstdlib.h: Optimize std::div and std::ldiv.
8702 * src/ios.cc: Specialize _Format_cache<> for char and wchar_t,
8703 for optimal default behavior.
8705 1998-10-26 Benjamin Kosnik <bkoz@loony.cygnus.com>
8707 * src/Makefile.in (libstdc___la_SOURCES): Add misc-inst.cc again.
8709 1998-10-21 Nathan Myers <ncm@cantrip.org>
8711 * src/locale.cc: make ctype operations actually work for glibc
8712 * CHECKLIST: add a comprehensive (i.e. huge) implementation
8713 checklist of stdlib facilities. Not filled in yet.
8715 1998-10-20 Nathan Myers <ncm@cantrip.org>
8717 * bits/string.tcc: fix patching NULs on string ends.
8719 1998-10-19 Nathan Myers <ncm@cantrip.org>
8721 * bits/std_iosfwd.h: eliminate "basic_" prefix on streambuf
8722 iterator forward declarations
8723 * bits/sbuf_iter.h: eliminate default template argument definitions
8724 on streambuf iterators (rely on <iosfwd> decls).
8725 * TODO: add note about lazy facet construction
8726 * bits/basic_ios.h: hit operator void* again. This should be the
8727 last time we need to touch it.
8728 * bits/basic_ios.h: copyfmt now returns *this.
8729 * bits/basic_string.h: fix npos again. npos cannot be defined as zero.
8730 * bits/basic_string.h: put back overloaded constructors; adjust
8731 behavior for default allocator on copy constructor.
8732 * bits/char_traits.h: make not_eof return correct type.
8733 * bits/loccore.h: remove call to bits/std_stdexcept.h; subincludes
8734 cannot be in non-standard headers or we get include loops (bad)
8735 * bits/loccore.h: delete ifdef'd out workarounds for old compiler bugs.
8736 * bits/loccore.h: add apparatus to support lazy construction of
8738 * bits/locfacets.tcc: Uglify names in __match_parallel decl.
8739 * bits/std_ios.h: add include of <typeinfo> to get bad_cast for
8740 locale use_facet<> failure.
8741 * bits/std_locale.h: same.
8742 * bits/std_string.h: same.
8743 * bits/std_stdexcept.h: change exception member __msg from a
8744 reference to a regular object.
8745 * bits/string.tcc: add pasting a NUL on the end of strings after
8746 each operation. We had already left room for it, but previously
8747 plugged it only on a call to c_str(), but the WG changed the
8748 requirement when I wasn't looking. (Can't leave them alone for
8749 a second without they break something else.)
8750 * bits/valarray_meta.h: add Gaby's changes from 981018.
8751 * src/locale.cc: add new type _Bad_use_facet to be thrown on
8752 failure of use_facet<>().
8753 * src/stdexcept.cc: remove pragma, remove bkoz's #if 0,
8754 comment out leftover member definitions
8756 1998-10-16 Ulrich Drepper <drepper@cygnus.com>
8758 * string/Makefile.am: Revert last change.
8759 * math/Makefile.am: Likewise.
8761 1998-10-15 Benjamin Kosnik <bkoz@haight.constant.com>
8763 * bits/std_sstream.h: Fix typo.
8765 1998-10-15 Benjamin Kosnik <bkoz@haight.constant.com>
8767 * src/Makefile.am (libstdc___la_SOURCES): Add misc-inst.cc.
8769 * bits/std_sstream.h: Add typedefs, member definitions. Clean.
8770 * bits/std_stdexcept.h: Remove.
8772 1998-10-15 Benjamin Kosnik <bkoz@haight.constant.com>
8774 * src/misc-inst.cc: Tweak again.
8776 * bits/std_sstream.h: Move out-of-line definitions to sstream.tcc.
8777 * bits/sstream.tcc: New file.
8779 1998-10-15 Ulrich Drepper <drepper@cygnus.com>
8781 * configure.in: Test for machine/param.h, sys/machine.h and fp.h.
8782 Don't run AC_C_BIGENDIAN if machine/param.h or sys/machine.h are
8785 * math/mathconf.h: Include sys/machine.h, machine/param.h and fp.h
8787 (INFINITE_P): Use IS_INF macro if available.
8789 1998-10-15 Ulrich Drepper <drepper@cygnus.com>
8791 * math/Makefile.am (EXTRA_LTLIBRARIES): Renamed from
8793 * string/Makefile.am: Likewise.
8795 1998-10-15 Ulrich Drepper <drepper@cygnus.com>
8797 * configure.in (AC_CHECK_FUNCS): Add finite, qfinite, fpclass, and
8799 (AC_CHECK_HEADERS): Add machine/endian.h. If no header specifying
8800 endianess is available run AC_C_BIGENDIAN.
8802 * math/clog10l.c: Add ugly hack around bug in Irix 6.2 header until
8803 fixincludes is fixed.
8804 * math/clogl.c: Likewise.
8805 * math/csqrtl.c: Likewise.
8806 * math/mycabsl.c: Likewise.
8808 * math/mathconf.h: Include machine/endian.h if possible. If no
8809 header describing endianess is available rely on WORDS_BIGENDIAN
8811 (FINITE_P, FINITEF_P, FINITEL_P): Use finite functino if available.
8812 (INFINITE_P, INFINITEF_P, INFINITEL_P): Use fpclass function if
8815 * src/complex.cc (polar): Don't use sincos on OSF machines.
8817 1998-10-09 Benjamin Kosnik <bkoz@loony.cygnus.com>
8819 * src/locale-inst.cc: Don't instantiate time_get for
8820 ostreambuf_iterators as time_get::do_get_weekday and
8821 time_get::do_get_monthname use __match_parallel, which is illegal
8822 for ostreambuf_iterators to use, as they don't have operator== or
8824 * bits/std_stdexcept.h: Add dtor definitions.
8825 Use stl/bits/std_stdexcept.h instead of this file?
8826 * bits/sbuf_iter.h : Tweak.
8827 * src/misc-inst.cc: Tweak.
8829 1998-10-09 Benjamin Kosnik <bkoz@haight.constant.com>
8831 * bits/std_stdexcept.h: New file.
8832 * src/stdexcept.cc: Define the following:
8834 runtime_error::what()
8836 * src/misc-inst.cc: New file.
8837 * src/Makefile.in (libstdc___la_SOURCES): Add misc-inst.cc.
8838 (libstdc___la_OBJECTS): Add misc-inst.lo.
8840 * bits/basic_string.h: Disable non-standard ctor declarations.
8841 * bits/string.tcc: Disable definitions as well.
8842 * src/string.cc: Disable <ios> dependancies.
8843 * bits/sbuf_iter.h (std): Add default to template parameter for
8844 ostreambuf_iterator and istreambuf_iterator.
8845 * bits/std_iosfwd.h: Change istreambuf_iterator to
8846 basic_istreambuf_iterator. Likewise for ostreambuf.
8847 * bits/locfacets.tcc (__match_parallel): Fix typo.
8848 * src/ios.cc (imbue): Remove the _G_HAVE_LOCALE guards around
8850 * bits/std_streambuf.h: Define _Streambuf_base::getloc().
8851 * bits/std_istream.h: Define the following:
8852 get (basic_streambuf<char_type,_Traits>& __sb, char_type __delim)
8853 get (char_type* __s, streamsize __n, char_type __delim);
8854 getline (char_type* __s, streamsize __n, char_type __delim)
8855 * bits/loccore.h : FIXME friend template code for use_facet.
8856 Add std_stdexcept.h include so that range_error will be defined.
8857 Add explicit conversion to string for range_error throws. (HACK?)
8859 1998-10-8 Ulrich Drepper <drepepr@cygnus.com>
8861 * configure.in: Check for sincos, sincosf, and sincosl.
8862 * src/complex.cc (polar): Use sincos if available.
8864 * bits/c++config.h: Fix hack to get LONG_LONG* definitions on Linux.
8865 * stl/bits/std_limits.h: Include bits/c++config.h. HACK!!!
8867 * math/clog10.c: Fix typo (FP_INIFITE_P -> INFINITE_P).
8869 * math/cpow.c: Use c_log, not clog.
8870 * math/cpowf.c: Likewise.
8871 * math/cpowl.c: Likewise.
8873 * math/cexp.c: Remove unused fpclassify calls. Use FINITE_P instead
8876 * math/mathconf.h (FINITE_P, FINITEF_P, FINITEL_P): Define using
8877 isfinite macro if it is available.
8878 (INFINITE_P, INFINITEF_P, INFINITEL_P): Define using isinf macro.
8880 * math/ccosf.c: Use appropriate test macros for this type.
8881 * math/ccoshf.c: Likewise.
8882 * math/ccoshl.c: Likewise.
8883 * math/ccosl.c: Likewise.
8884 * math/cexpf.c: Likewise.
8885 * math/cexpl.c: Likewise.
8886 * math/clog10f.c: Likewise.
8887 * math/clog10l.c: Likewise.
8888 * math/clogf.c: Likewise.
8889 * math/clogl.c: Likewise.
8890 * math/csinf.c: Likewise.
8891 * math/csinhf.c: Likewise.
8892 * math/csinhl.c: Likewise.
8893 * math/csinl.c: Likewise.
8894 * math/csqrtf.c: Likewise.
8895 * math/csqrtl.c: Likewise.
8896 * math/ctanf.c: Likewise.
8897 * math/ctanhf.c: Likewise.
8898 * math/ctanhl.c: Likewise.
8899 * math/ctanl.c: Likewise.
8901 1998-10-06 Benjamin Kosnik <bkoz@bliss.nabi.net>
8903 * bits/basic_ios.h: Fix previous change.
8905 1998-10-06 Benjamin Kosnik <bkoz@bliss.nabi.net>
8907 * bits/basic_ios.h: Add const_cast<basic_ios&>
8908 (operator void*): As per 5.2.9 p 2, make sure static_cast is
8910 * bits/char_traits.h: No _CharT for specialization, change to 0.
8911 * bits/basic_string.h: As per 9.4.2 p4, initialize with
8912 constant-initializer.
8913 * bits/locfacets.tcc: Add template parameter to initialization list.
8915 1998-10-02 Benjamin Kosnik <bkoz@loony.cygnus.com>
8917 * bits/basic_string.h: Should just be <, not <=.
8919 1998-10-01 Benjamin Kosnik <bkoz@bliss.nabi.net>
8921 * bits/string.tcc (compare): Fix for strings that are similar, but
8922 not the same length.
8924 1998-09-04 Brendan Kehoe <brendan@cygnus.com>
8926 * bits/c++config.h: For __linux__, define _GNU_SOURCE. This is
8927 required for us to get LONG_LONG_{MIN,MAX} out of gcc's limits.h.
8928 We can't check for __GLIBC__ here, since this header can be read
8929 before any system one (that would lead to features.h) being used.
8931 * stl/bits/stl_config.h (__STL_LONG_LONG): Re-enabled
8933 * stl/bits/std_limits.h [__STL_LONG_LONG]: Fix usage to use
8934 LONG_LONG_MIN, LONG_LONG_MAX, and ULONG_LONG_MAX.
8936 * stl/bits/stl_config.h: Don't do __STL_LONG_LONG, it uses
8937 LONGLONG_{MIN,MAX} which I can't find the origin of.
8939 1998-09-03 Brendan Kehoe <brendan@cygnus.com>
8941 * stl/bits/stl_iterator.h: Add extern decl of cin for now; where
8942 should this come from, if not iostream.h?
8943 (class istream_iterator): Make the new operator!= a friend also.
8945 * stl/bits/stl_config.h: Define __STL_HAS_WCHAR_T,
8946 __STL_MEMBER_TEMPLATE_CLASSES, and __STL_LONG_LONG. Don't include
8947 _G_config.h like the egcs one does.
8949 1998-09-01 Brendan Kehoe <brendan@cygnus.com>
8951 * bits/string.tcc: Call `_M_destroy' instead of `destroy'.
8953 * bits/valarray_meta.h: Throughout, rename _Expr typedefs to be
8954 _Expr1 (or _Expr_def if it's taken), and change definitions.
8955 Avoids redecl of the template parm.
8957 * bits/string.tcc (basic_string copy ctor): Fix typo in declaration.
8958 (operator>>): Initialize __ERROR with ios_base::goodbit, not 0.
8960 * bits/std_streambuf.h (_POSIX_SOURCE): Only define if it's not
8963 * src/locale-inst.cc: New file, **TOTAL HACK**. There has GOT to
8964 be a better way to do this.
8966 * src/stlinst.cc: New file.
8968 * BUGS: New file, with various discovered bugs that need to be
8971 * Makefile.in, math/Makefile.in, string/Makefile.in,
8972 src/Makefile.in: Reran automake.
8974 Workarounds, these may not all be the final fixes:
8976 * bits/basic_ios.h (class basic_ios): Make _M_strbuf be protected,
8977 not private, for basic_istream::get() in std_istream.h to be able
8979 (basic_ios::operator void*): Don't use static_cast for the false
8981 (basic_ios::copyfmt): Fix `rhs.except' to be `rhs.exceptions ()'.
8982 This appears to have been in sep94, but didn't get corrected
8985 * bits/basic_string.h (npos): Don't init here.
8986 * bits/string.tcc: Instead, do initialization here, to -1 instead
8987 of the size_type destructor.
8989 * src/traits.cc, src/wtraits.cc: New files.
8990 * bits/char_traits.h: For char_traits<char> and
8991 char_traits<wchar_t>, declare static, but define over in the src
8994 * bits/gslice.h: Comment out forward decls of _Array, valarray,
8995 gslice_array, and _GsliceExpression.
8997 * bits/std_cstdio.h [__sparc__ && __svr4__]: #undef all of
8998 clearerr, feof, ferror, getc, getchar, putc, putchar, stdin,
8999 stdout, and stderr. Note we do get unresolved refs to stdin, but
9000 that'll get fixed by the "true" solution.
9002 * bits/std_ios.h: Include <bits/std_streambuf.h> to get the
9003 definition of basic_streambuf.h, which is used in basic_ios.h to
9006 * bits/std_streambuf.h: Don't include libio.h for now.
9007 (class basic_streambuf): Define missing methods pubimbue and
9010 * src/Makefile.am (libstdc___la_SOURCES): Add stdexcept.cc,
9011 ios.cc, os_raw.cc, stdstreams.cc, locale.cc, localename.cc,
9012 locale-inst.cc, stlinst.cc, traits.cc, wtraits.cc.
9014 * src/ios.cc: Instantiate basic_ios<char> and basic_ios<wchar_t>.
9016 * src/locale.cc: Come up with munged versions of _S_toupper,
9017 _S_tolower, and _S_table instead of the glibc-specific ones, so
9018 they're at least defined, if not necessarily usable. The glibc
9019 ones on any other system will yield unresolved refs to
9020 __ctype_{b,toupper,tolower}.
9022 * src/string.cc: Define all of ADDCS, ADDPS, et al. Add
9023 basic_ios, basic_istream, basic_ostream. Don't do char_traits
9024 anymore cuz of the explicit specialization in char_traits.h.
9025 Also add _S_string_copy, but this doesn't fix it -- cf the BUGS
9026 file for the details.
9028 * stl/bits/stl_algobase.h (equal): Fix to do `! (x==y)'.
9029 * stl/bits/stl_iterator.h (__distance): Likewise.
9031 * stl/bits/stl_iterator.h: As with 8/18 set, define missing op!=,
9032 op>, op<=, and op>= for reverse_iterator. Also add op!= for
9035 1998-08-26 Brendan Kehoe <brendan@cygnus.com>
9037 * bits/string.tcc (basic_string::compare (const char*)): Fix to
9040 1998-08-25 Brendan Kehoe <brendan@cygnus.com>
9042 This should really be fixed with __asm__ directives renaming the
9043 symbol, but keeping the function.
9044 * math/clogf.c (c_logf): Renamed from `clogf'.
9045 * math/clogl.c (c_logl): Renamed from `clogl'.
9046 * math/complex-stub.h (c_logf, c_logl): Change decls.
9048 * bits/locfacets.h (class _Numeric_get): For friend decls, rename
9049 _CharT and _InIter parms, since they duplicate the enclosing ones.
9051 1998-08-19 Brendan Kehoe <brendan@cygnus.com>
9053 Deal with conflict of the iostreams `clog' and our internal
9054 complex number `clog'.
9055 * src/complex.cc: Call `c_log' instead of `clog'.
9056 * math/clog.c (c_log):: Renamed from clog.
9057 * math/complex-stub.h (c_log): Renamed from clog decl.
9059 * bits/locfacets.h (class _Numeric_get): Tweak fwd decls of the
9061 (num_put::put): #if 0 long long version, since we don't declare or
9062 define the long long version of do_put.
9064 1998-08-18 Nathan Myers <ncm@cantrip.org>
9066 * bits/basic_string.h: add basic_string<>::push_back(), fix return
9067 type of get_allocator (thanks to Ryszard Kabatek).
9068 * bits/char_traits.h: make init order of fpos<> members
9070 * bits/ios_base.h: fix decls of ios_base bitmask & enum types, add
9071 flags _S_fd_in etc. for special filebuf ctor.
9072 * bits/locfacets.h: make _Numeric_get and _Format_cache public
9073 to work around problems in friend declarations.
9074 * bits/locfacets.tcc: qualify _S_get_cache in num_get<>::get(..bool&),
9075 fix random type errors & typos
9076 * bits/std_fstream.h: major refitting to bypass libio (for now),
9077 instrument to use bits/fstream.tcc template definitions
9078 * bits/std_iosfwd.h: mess with wrappers
9079 * bits/std_istream.h: remove meaningless comment
9080 * bits/std_ostream.h: instrument to work with ostream.tcc.
9081 * bits/std_streambuf.h: instrument to work with streambuf.tcc
9082 * bits/fstream.tcc: template defs for <fstream>
9083 * bits/ostream.tcc: template defs for <ostream>
9084 * bits/streambuf.tcc: template defs for <streambuf>
9085 * bits/os_raw.h: thin OS interface wrapper, to bypass libio (for now).
9086 * Delete .cc files, replace with bits/*.tcc
9092 src/os_raw.cc: thin interface to OS, to bypass libio (for now).
9093 src/stdstreams.cc: cout, cin, etc. definitions
9094 (these still need work: must be init'd before user statics.)
9097 1998-08-18 Brendan Kehoe <brendan@cygnus.com>
9099 Sent to SGI before checkin:
9100 * stl/bits/stl_vector.h (operator!=, operator>, operator<=,
9101 operator>=): Define.
9102 * stl/bits/stl_bvector.h (vector<bool>::flip): Define method.
9103 * stl/bits/stl_deque.h (operator!=, operator>, operator<=,
9104 operator>=): Define.
9105 (operator==, operator<): Add inline.
9106 * stl/bits/stl_map.h (operator!=, operator<, operator<=,
9107 operator>=): Define.
9108 * stl/bits/stl_multimap.h (operator!=, operator<, operator<=,
9109 operator>=): Define.
9110 * stl/bits/stl_list.h (operator!=, operator<, operator<=,
9111 operator>=): Define.
9112 * stl/bits/stl_set.h (operator!=, operator<, operator<=,
9113 operator>=): Define.
9114 * stl/bits/stl_multiset.h (operator!=, operator<, operator<=,
9115 operator>=): Define.
9117 * bits/std_valarray.h (_Shift_left, _Shift_right): Inherit from
9120 1998-08-15 Nathan Myers <ncm@cantrip.org>
9122 * bits/ios_base.h: change nominal bitmask and enum types to real enums
9123 * bits/locfacets.h: make _Format_cache bool names usable by num_get
9124 * bits/locfacets.tcc: make num_get<>::get(... bool&) use _Format_cache
9125 * bits/std_fstream.h: minor cleanups: ctors delegate to open()
9126 * bits/std_iosfwd.h: more bitmask changes, for ios_base::iostate
9127 * bits/std_sstream.h: formatting cleanups
9129 1998-08-14 Nathan Myers <ncm@cantrip.org>
9131 * bits/locfacets.tcc: implement num_get<>::do_get(..., bool&)
9132 * bits/locfacets.tcc: implement time_get<>::do_get_weekday
9133 * bits/locfacets.tcc: implement time_get<>::do_get_monthname
9134 * bits/locfacets.h: fix missing argument in do_get_monthname
9135 (this is a bug in the standard, ref. 36 in my list.)
9136 * bits/locfacets.h: make month and day name caches mutable
9137 * bits/locfacets.tcc: various typos in get() functions
9138 * bits/sbuf_iter.h: fix omission in istreambuf_iterator::op++().
9139 * bits/std_streambuf.h: fix typo in sgetn (Brendan)
9141 1998-08-12 Nathan Myers <ncm@cantrip.org>
9142 * move streambuf iterators to bits/sbuf_iter.h
9143 * optimize streambuf iterators
9144 * begin generalizing streambuf
9145 * begin implementing num_get<>::get (starting with bool)
9146 * patch stl/bits/stl_config.h so that relops operators are
9147 contained properly, out of the way.
9149 1998-07-24 Nathan Myers <ncm@cantrip.org>
9150 * Fold in SGI 3.11 changes (uglified names, some algorithm
9151 improvements, very minor bug fixes.)
9152 * Uglify names elsewhere to match (s/_T/_Tp/).
9153 * Begin work on optimized streambuf
9154 * Put complex.cc in namespace std:: (thanks Martin)
9156 1998-07-17 Nathan Myers <ncm@cantrip.org>
9158 * bits/char_traits.h: add _Char_traits_match template.
9159 * bits/string.tcc: fix bugs in various find_last* members.
9160 * bits/basic_string.h: redeclare member _S_find.
9161 * stl/bits/stl_iterator.h: change member names in nonstandard
9162 templates bidirectional_reverse_iterator and
9163 random_access_reverse_iterator to match expected changes
9165 * src/string.cc: fix definitions of stream operators.
9167 1998-07-14 16:06 Ulrich Drepper <drepper@cygnus.com>
9169 * Makefile.am (SUBDIRS): Add string.
9171 * configure.in: Test for long double functions separately. Test for
9172 ISO C 89 float functions. Test for endian.h and sys/isa_defs.h.
9173 Generate string/Makefile.
9175 * bits/c++config.h: Define mbstate_t for Solaris.
9177 * bits/char_traits.h: Remove unused #if.
9179 * bits/std_cwchar.h: Declare wide char string functions.
9181 * m4/stringfcts.m4: New file.
9183 * math/complex-stub.h: Declare nan.
9184 * math/nan.c: New file.
9186 * math/mathconf.h: Hack around missing endian.h file.
9187 Handle missing NAN definition.
9188 Handle missing float math functions.
9190 * src/Makefile.am (libstdc___la_LIBADD): Add libstring.la.
9191 (libstdc___la_LDFLAGS): Set version information.
9193 * src/complexl.cc: Don't compile any code if no long double functions
9196 * string/Makefile.am: New file.
9197 * string/dummy.c: New file.
9198 * string/wmemchr.c: New file.
9199 * string/wmemcmp.c: New file.
9200 * string/wmemcpy.c: New file.
9201 * string/wmemmove.c: New file.
9202 * string/wmemset.c: New file.
9204 1998-07-14 10:45 Ulrich Drepper <drepper@cygnus.com>
9206 * configure.in: Make it work.
9207 * install-sh: New file.
9208 * missing: New file.
9209 * mkinstalldirs: New file.
9210 * m4/mathfcts.m4: New file.
9211 * math/Makefile.am: New file.
9213 * bits/std_complex.h (conj): Mark specializations as inline.
9215 * math/carg.c: New file.
9216 * math/cargf.c: New file.
9217 * math/cargl.c: New file.
9218 * math/mycabs.c: New file.
9219 * math/mycabsf.c: New file.
9220 * math/mycabsl.c: New file.
9221 * math/signbit.c: New file.
9222 * math/signbitf.c: New file.
9223 * math/signbitl.c: New file.
9225 * math/ccos.c: Avoid ISO C 9x functionality.
9226 * math/ccosf.c: Likewise.
9227 * math/ccosh.c: Likewise.
9228 * math/ccoshf.c: Likewise.
9229 * math/ccoshl.c: Likewise.
9230 * math/ccosl.c: Likewise.
9231 * math/cexp.c: Likewise.
9232 * math/cexpf.c: Likewise.
9233 * math/cexpl.c: Likewise.
9234 * math/clog.c: Likewise.
9235 * math/clog10.c: Likewise.
9236 * math/clog10f.c: Likewise.
9237 * math/clog10l.c: Likewise.
9238 * math/clogf.c: Likewise.
9239 * math/clogl.c: Likewise.
9240 * math/cpow.c: Likewise.
9241 * math/cpowf.c: Likewise.
9242 * math/cpowl.c: Likewise.
9243 * math/csin.c: Likewise.
9244 * math/csinf.c: Likewise.
9245 * math/csinh.c: Likewise.
9246 * math/csinhf.c: Likewise.
9247 * math/csinhl.c: Likewise.
9248 * math/csinl.c: Likewise.
9249 * math/csqrt.c: Likewise.
9250 * math/csqrtf.c: Likewise.
9251 * math/csqrtl.c: Likewise.
9252 * math/ctan.c: Likewise.
9253 * math/ctanf.c: Likewise.
9254 * math/ctanh.c: Likewise.
9255 * math/ctanhf.c: Likewise.
9256 * math/ctanhl.c: Likewise.
9257 * math/ctanl.c: Likewise.
9259 * math/complex-stub.h: New file.
9261 * math/mathconf.h: New file.
9263 * src/Makefile.am: New file.
9265 * src/complex.cc: Use mathconf.h instead of complex.h.
9266 Don't use cabs, always use __mycabs.
9268 1998-02-13 Brendan Kehoe <brendan@cygnus.com>
9270 * iterator (class reverse_iterator): Do some tweaks to be in sync