]> gcc.gnu.org Git - gcc.git/blob - libstdc++-v3/ChangeLog
c_io_stdio.h: Don't define __c_wfile_type when _GLIBCPP_USE_WCHAR_T is not defined.
[gcc.git] / libstdc++-v3 / ChangeLog
1 2000-11-13 Loren J. Rittle <ljrittle@acm.org>
2 * config/c_io_stdio.h: Don't define __c_wfile_type
3 when _GLIBCPP_USE_WCHAR_T is not defined.
4
5 2000-11-13 Phil Edwards <pme@sources.redhat.com>
6
7 * acinclude.m4 (GLIBCPP_CHECK_TARGET): New macro, replacing
8 GLIBCPP_CHECK_CPU and GLIBCPP_CHECK_OS, sourcing configure.target.
9 (GLIBCPP_CONFIGURE): Call new macro here.
10 * configure.host: Cleanup.
11 * configure.in: Remove those two macros.
12 * configure.target: New file.
13 * aclocal.m4: Regenerated.
14 * configure: Ditto.
15 * Makefile.in: Ditto.
16 * libio/Makefile.in: Ditto.
17 * libmath/Makefile.in: Ditto.
18 * libsupc++/Makefile.in: Ditto.
19 * src/Makefile.in: Ditto.
20
21 * mkcheck.in: Use libtool. Split things out into functions.
22
23 2000-11-12 Alexandre Petit-Bianco <apbianco@cygnus.com>
24
25 * Makefile.am (tmp-libstdsc++.INC:): Do not use -I$(top_builddir).
26 * Makefile.in: Regenerate.
27
28 2000-11-12 David Edelsohn <edelsohn@gnu.org>
29
30 * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Add test for
31 libiconv.a providing wchar_t support functions.
32 * aclocal.m4: Regenerate.
33
34 2000-11-12 Loren J. Rittle <ljrittle@acm.org>
35
36 * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD.
37 * aclocal.m4, configure: Rebuilt.
38
39 2000-11-12 Brent Verner <brent@rcfile.org>
40
41 * include/c_std/bits/wrap_langinfo.h: New file.
42 * include/c_std/langinfo.h: New file.
43 * include/bits/codecvt.h (__enc_trants::__enc_traits()): Bring in
44 CODESET from _C_legacy::CODESET if using shadow headers.
45 * src/Makefile.am: Add new files.
46 * src/Makefile.in: Regenerate.
47
48 2000-11-12 Mark Mitchell <mark@codesourcery.com>
49
50 * include/c/bits/std_cmath.h (abs): Change extern "C" declaration
51 of `abs (double)' to ...
52 (fabs): this.
53
54 * config/os/solaris/solaris2.7/bits/os_defines.h: Define
55 __EXTENSIONS__.
56
57 2000-11-11 Mark P Mitchell <mark@codesourcery.com>
58
59 * include/bits/basic_file.h (__basic_file): Don't use __c_wfile_type
60 when _GLIBCPP_USE_WCHAR_T is not defined.
61
62 2000-11-10 Phil Edwards <pme@sources.redhat.com>
63
64 * include/bits/codecvt.h (__iconv_adaptor): New adaptor function,
65 courtesy of Alexandre Oliva, to handle const/non-const signatures.
66 (codecvt::do_out): Use.
67 (codecvt::do_in): And here.
68
69 2000-11-10 Gabriel Dos Reis <gdr@codesourcery.com>
70
71 * include/bits/cpp_type_traits.h: Fix typos. Adjust formatting.
72
73 2000-11-10 Gabriel Dos Reis <gdr@codesourcery.com>
74
75 * include/bits/localefwd.h (_Count_ones<>::_S_halfcount,
76 _Count_ones<>::_S_count): Turn into enumerators.
77
78 2000-11-08 Mark Mitchell <mark@codesourcery.com>
79
80 * include/bits/codecvt.h (codecvt::do_out): Make it const-correct.
81 (codecvt::do_in): Likewise.
82
83 2000-11-08 David Edelsohn <edelsohn@gnu.org>
84
85 * src/locale-inst.cc: Add explicit instantiations of
86 _M_fill_insert and fill_n<..., unsigned long,...> .
87
88 2000-11-06 Gabriel Dos Reis <gdr@codesourcery.com>
89
90 * include/bits/std_complex.h (conj): Undo double removal.
91
92 2000-11-06 Alexandre Oliva <aoliva@redhat.com>
93
94 * acinclude.m4 (LIB_AC_PROG_CXX): Remove CXX from the list of
95 alternatives for CXX_libstdcxx, now that it is useless.
96 * aclocal.m4, configure: Rebuilt.
97
98 2000-11-04 Mark Mitchell <mark@codesourcery.com>
99
100 * acinclude.m4 (LIB_AC_PROG_CXX): Set CXX_libstdcxx from CXX.
101 * aclocal.m4: Regenerated.
102 * configure: Likewise.
103
104 * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix punctuation in
105 use of `test'.
106 * aclocal.m4: Regenerated.
107 * configure: Likewise.
108
109 2000-11-04 Alexandre Oliva <aoliva@redhat.com>
110
111 * acinclude.m4 (CXX): Prevent it from being cached.
112 * aclocal.m4, configure, */Makefile.in: Rebuilt.
113
114 2000-11-03 David Edelsohn <dje@watson.ibm.com>
115
116 * acinclude.m4 (GLIBCPP_CHECK_OS): Add AIX target selecting threads
117 flag based on multilib definition of $CXX.
118 * mknumeric_limits (LDFLAGS): Add AIX target linking with pthreads
119 based on multilib definition of $CXX.
120 * config/os/aix/bits/os_defines.h (_G_USING_THUNKS): Define as 0.
121
122 2000-11-03 Phil Edwards <pme@sources.redhat.com>
123
124 * acinclude.m4: Cleanups.
125 * aclocal.m4: Regenerated.
126 * configure: Ditto.
127 * Makefile.in: Ditto.
128 * libio/Makefile.in: Ditto.
129 * libmath/Makefile.in: Ditto.
130 * libsupc++/Makefile.in: Ditto.
131 * src/Makefile.in: Ditto.
132
133 * docs/install.html: Removal of EGCS.
134 * docs/23_containers/wrappers_h.txt: Likewise.
135 * docs/faq/index.html: Likewise.
136 * docs/faq/index.txt: Regenerated.
137 * docs/thanks.html: More people.
138
139 2000-11-03 David Edelsohn <edelsohn@gnu.org>
140
141 * include/c/bits/std_cwchar.h: Undefine macro that conflicts
142 with function name defined in this file.
143
144 Thu Nov 2 23:19:20 2000 Mark P Mitchell <mark@codesourcery.com>
145
146 * include/c/bits/std_cctype.h: Undefine macros that conflict
147 with function names defined in this file.
148 * include/c/bits/std_cstdio.h: Likewise.
149
150 2000-11-02 Mark Mitchell <mark@codesourcery.com>
151
152 * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix typo.
153
154 Thu Nov 2 10:11:45 2000 Mark P Mitchell <mark@codesourcery.com>
155
156 * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Add support for IRIX.
157 * aclocal.m4: Regenerated.
158 * Makefile.in: Regenerated.
159 * libio/Makefile.in: Likewise.
160 * libmath/Makefile.in: Likewise.
161 * libsupc++/Makefile.in: Likewise.
162 * src/Makefile.in: Likewise.
163 * configure: Likewise.
164 * config/os/irix/bits/ctype_base.h: Revise.
165 * config/os/irix/bits/ctype_inline.h: Likewise.
166 * config/os/irix/bits/ctype_noninline.h: Likewise.
167
168 * testsuite/22_locale/codecvt_unicode_char.cc: Don't run it
169 if not _GLIBCPP_USE_WCHAR_T.
170 * testsuite/22_locale/codecvt_unicode_wchar_t.cc: Likewise.
171 * testsuite/22_locale/ctor_copy_dtor.cc: Likewise.
172 * testsuite/22_locale/ctype_wchar_t_members.cc: Likewise.
173
174 * mkcheck.in: Fix echoing of -rpath option.
175
176 * config/os/irix/bits/atomicity.h (_Atomic_word): Make it a
177 signed type.
178 (__exchange_aand_add): Adjust accordingly.
179 (__atomic_add): Likewise.
180
181 2000-11-02 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
182
183 * src/locale.cc: Match orderings for static members.
184 * include/bits/fstream.tcc: Fixes for cin.
185
186 2000-11-02 Gabriel Dos Reis <gdr@codesourcery.com>
187
188 * include/bits/std_complex.h (complex<>): Remove (cos<>, cosh<>,
189 exp<>, log<>, log<>, sin, sinh<>) friend declarations.
190 (cos, cosh, sin, sinh): Define primary templates.
191
192 * src/complex.cc (cos<>, cosh<>, sin<>, sinh<>): Comment out
193 definitions.
194
195 2000-11-01 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
196
197 * bits/basic_file.h (_M_open_mode): Change signature, move
198 specializations to..
199 * config/c_io_libio.cc: ...here.
200 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Add sdtio option, remove wince.
201 * aclocal.m4: Regenerate.
202 * configure: Regenerate.
203 * config/c_io_stdio.h: New file.
204 * config/c_io_stdio.cc: New file.
205 * docs/configopts.html: Modify documentation.
206
207 2000-10-31 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
208
209 * include/c/bits/std_cwctype.h: Add more undefs.
210
211 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
212
213 * include/bits/std_complex.h (norm): Forward declare.
214 (complex<>): Comment out friend declaration of conj<>.
215 (conj<>): Comment out specialization.
216 (exp, log, log10): Define primary templates.
217
218 * src/complex.cc (exp<>, log<>, log10<>): Comment out
219 specializations.
220
221 2000-10-31 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
222
223 * include/bits/std_complex.h: Remove duplicate definition of conj.
224 * include/c/bits/std_cwctype.h: Consistent placement of undefs.
225
226 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
227
228 * src/complex.cc (arg, polar): Comment out specializations.
229
230 * include/bits/std_complex.h (complex<>): Remove arg<> friend
231 declaration.
232 (arg): Define primary template.
233 (polar): Likewise.
234 (conj): Likewise.
235
236 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
237
238 * include/c/bits/std_cwctype.h: #undef possible function-like
239 macro definitions of iswxxx functions, which might be brought in
240 by <wctype.h>. Those macro definitions prevent build on some
241 linux-based systems.
242
243 * include/bits/std_complex.h (complex<>): Comment out friend
244 declarations of abs<> specializations.
245 (abs): Define primary template.
246
247 * src/complex.cc (abs): Comment out specialization definition.
248
249 2000-10-30 Phil Edwards <pme@sources.redhat.com>
250
251 * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Raise debugging level from
252 the default of 2 to 3.
253 * configure.in: Fix minor typos. SUBST the values of enable_shared
254 and enable_static so that mkcheck will be aware of them. Put the
255 test for gconv.h in with all the other header tests.
256 * aclocal.m4: Regenerate.
257 * configure: Ditto.
258 * Makefile.in: Ditto.
259 * libio/Makefile.in: Ditto.
260 * libmath/Makefile.in: Ditto.
261 * libsupc++/Makefile.in: Ditto.
262 * src/Makefile.in: Ditto.
263
264 * config/os/solaris/solaris2.7/bits/os_defines.h: Define
265 _G_USING_THUNKS to 0.
266
267 2000-10-30 Benjamin Kosnik <bkoz@redhat.com>
268
269 * src/complex_io.cc : Remove ancient defines.
270 * config/os/gnu-linux/bits/os_defines.h: Add defines.
271 * libsupc++/tinfo2.cc: Change to cstddef.
272
273 * include/bits/codecvt.h: Add include of c++config.h, so that
274 __USE_GNU gets defined. (Important for alpha.)
275
276 * include/c/bits/std_cwctype.h: Same.
277 * include/c/bits/std_ctime.h: And here.
278 * include/c/bits/std_cstdarg.h: Same.
279 * include/c/bits/std_csignal.h: Same.
280 * include/c/bits/std_csetjmp.h: Same.
281 * include/c/bits/std_clocale.h: Same.
282 * include/c/bits/std_climits.h: Touch.
283 * include/c/bits/std_cfloat.h: Same.
284 * include/c/bits/std_cerrno.h: Same.
285 * include/c/bits/std_cwchar.h: Same.
286 * include/c/bits/std_cassert.h: Same.
287 * include/c/bits/std_cctype.h: Same.
288 * include/c/bits/std_cstddef.h: And here.
289 * include/c/bits/std_cstdlib.h: And here.
290 * include/c/bits/std_cstdio.h: Same.
291 * include/c/bits/std_cstring.h: Add names to namespace std::.
292
293 * include/bits/c++config (_GNU_SOURCE): Move linux-specific macros
294 from here...
295 (_ISOC99_SOURCE): And this one....
296 * config/os/gnu-linux/bits/os_defines.h: ...to here.
297
298 * include/bits/codecvt.h (codecvt<_InternT, _ExternT,
299 __enc_traits>::do_in): Don't cast to const, this is a bug in glibc
300 prior to 2.2.
301 (codecvt<_InternT, _ExternT, __enc_traits>::do_out): Same.
302 * include/c/bits/std_cwchar.h: Add using declarations for mbstate_t.
303
304 2000-10-30 Steven King <sxking@uswest.net>
305
306 * include/bits/codecvt.h: Add cast.
307 * include/c_std/stdio.h: Re-add printf using declaration.
308 * include/c_std/bits/std_cstdio.h: Same
309 * testsuite/22_locale/codecvt_wchar_t_char.cc: Fixup testsuite.
310 * testsuite/22_locale/ctor_copy_dtor.cc: Same.
311 * testsuite/22_locale/facet.cc: Same.
312 * testsuite/22_locale/global_templates.cc: Same.
313 * testsuite/22_locale/operators.cc: Same.
314 * testsuite/22_locale/static_members.cc: Same.
315 * testsuite/26_numerics/c_math.cc: Same.
316 * testsuite/26_numerics/complex_inserters_extractors.cc: Same.
317 * testsuite/27_io/fpos.cc: Same.
318 * testsuite/27_io/istream_extractor_arith.cc: Same.
319 * testsuite/27_io/istream_unformatted.cc: Same.
320 * testsuite/27_io/ostream_inserter_arith.cc: Same.
321 * testsuite/27_io/streambuf.cc: Same.
322
323 2000-10-30 Mark Mitchell <mark@codesourcery.com>
324
325 * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Check
326 for cabs, cabsf, and cabsl, too.
327 * aclocal.m4: Regenerated.
328 * config.h.in: Likewise.
329 * configure: Likewise.
330 * libmath/Makefile.am (libmath_la_SOURCES): Remove cabs.c and
331 cabsf.c.
332 * libmath/Makefile.in: Regenerated.
333 * libmath/complex-stub.h (cabs): Don't declare if the system
334 already provides this function.
335 (cabsf): Likewise.
336 (cabsl): Likewise.
337 * src/complex.cc (abs): Directly use `hypot' since we can't call
338 cabs on IRIX.
339
340 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
341
342 * acinclude.m4: Update URL on egcs.cygnus.com to point to
343 gcc.gnu.org.
344 * aclocal.m4, configure: Regenerate.
345 * src/gen-num-limits.cc, include/bits/c++config,
346 include/bits/stl_config.h: Remove EGCS references.
347
348 2000-10-29 Mark Mitchell <mark@codesourcery.com>
349
350 * mkcheck.in (test_file): Use -rpath, rather than --rpath, when
351 building shared executables.
352
353 2000-10-29 Mark Harig <mharig@landmark.com>
354
355 * src/Makefile.am: Change logic for include dir options.
356 * src/Makefile.in: Regenerate.
357 * libsupc++/Makefile.am: Ditto.
358 * libsupc++/Makefile.in: Regenerate.
359
360 2000-10-29 Benjamin Kosnik <bkoz@redhat.com>
361
362 * configure.in: Simplify use of AC_CACHE_SAVE. Put linked files
363 in $(top_builddir)/include/bits, not $(top_builddir)/bits, to help
364 with libgcj build issues and improve consistency with the source
365 directory's include directory setup.
366 * configure: Regenerate.
367 * acinclude.m4: Same here.
368 * aclocal.m4: Regenerate.
369 * mknumeric_limits (OUT_H): Also change paths here.
370 * mkcheck.in (C_DIR): And here.
371 * mkc++config (OUT_H): And here.
372 * libmath/Makefile.am (INCLUDES): And here.
373 * src/Makefile.am (INCLUDES): Change to $(top_builddir)/include.
374 * libio/Makefile.am: Ditto.
375 * libsupc++/Makefile.am (INCLUDES): Ditto.
376
377 2000-10-29 Mark Mitchell <mark@codesourcery.com>
378
379 * config/c_io_libio.cc (basic_file<char>::__basic_file):
380 Don't pass a NULL _IO_wide_data to _IO_no_init when
381 _GLIBCPP_USE_WCHAR_T is not defined.
382 * config/c_io_libio.h (_IO_codecvt): Don't declare when
383 _GLIBCPP_USE_WCHAR_T is not defined.
384 * config/c_io_libio_codecvt.c: Don't compile it
385 when _GLIBCPP_USE_WCHAR_T is not defined.
386 * include/bits/codecvt.h (codecvt<_InternT, _ExternT, __enc_traits):
387 Don't define this specialization when _GLIBCPP_USE_WCHAR_T
388 is not defined.
389 * include/bits/locale_facets.h (<bits/std_cwctype.h>): Don't
390 include it when _GLIBCPP_USE_WCHAR_T is not defined.
391 * src/codecvt.cc (__enc_traits::_S_max_size): Don't define
392 when _GLIBCPP_USE_WCHAR_T is not defined.
393 * src/localename.cc (locale::_Impl::_M_construct_collate):
394 Don't call wide-character functions when _GLIBCPP_USE_WCHAR_T is
395 not defined.
396 (locale::_Impl::_M_construct_ctype): Likewise.
397 (locale::_Impl::_M_construct_monetary): Likewise.
398 (locale::_Impl::_M_construct_numeric): Likewise.
399 (locale::_Impl::_M_construct_time): Likewise.
400 (locale::_Impl::_M_construct_messages): Likewise.
401
402 * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle IRIX.
403 * aclocal.m4: Regenerated.
404 * configure: Likewise.
405 * config/os/irix/bits/atomicity.h: New file.
406 * config/os/irix/bits/os_defines.h (_POSIX_SOURCE): Undefine.
407 (__off_t): Define.
408 (__off64_t): Likewise.
409 (__ssize_t): Likewise.
410 (_G_USING_THUNKS): Define to zero.
411
412 2000-10-28 Mark Mitchell <mark@codesourcery.com>
413
414 * src/string-inst.cc (basic_string<C>::npos): Explicitly
415 instantiate it.
416
417 2000-10-26 Benjamin Kosnik <bkoz@redhat.com>
418
419 * include/c/bits/std_cmath.h: Fix double declarations in namespace std.
420
421 Clean up naming, consistency in "C" library autoconf testing.
422 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): For consistency, change to
423 GLIBCPP_CHECK_CTYPE_SUPPORT.
424 (GLIBCPP_CHECK_STDLIB_SUPPORT): Add.
425 * aclocal.m4: Regenerate.
426 * configure.in: And here.
427 Add call to GLIBCPP_CHECK_STDLIB_SUPPORT.
428 * configure: Regenerate.
429
430 2000-10-26 David Edelsohn <edelsohn@gnu.org>
431
432 * acinclude.m4 (GLIBCPP_CHECK_STDLIB_DECL_AND_LINKAGE_2): New macro.
433 (GLIBCPP_CHECK_MATH_SUPPORT): Use it to test for strtold.
434
435 2000-10-26 Phil Edwards <pme@sources.redhat.com>
436 David Edelsohn <dje@watson.ibm.com>
437
438 * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Comment out
439 --gc-sections stuff entirely to avoid misleading people.
440 (GLIBCPP_ENABLE_CSTDIO): Merge need_libio and need_xtra_libio.
441 * libio/Makefile.am (LIBIO_SRCS,LIBIO_WSRCS,LIBIO_XTRA_SRCS):
442 Rearrange and merge.
443 * libio/libio.h: Simplify, make fewer assumptions. Define those
444 macros which must be defined.
445 * config/os/solaris/solaris2.7/bits/os_defines.h: Simplify as a
446 result.
447
448 2000-10-26 Mark Mitchell <mark@codesourcery.com>
449
450 * include/backward/streambuf.h: New file.
451
452 2000-10-26 David Edelsohn <dje@watson.ibm.com>
453
454 * config/os/aix/bits/ctype_inline.h (is): Use __OBJ_DATA directly.
455 * config/os/aix/bits/ctype_noninline.h (do_tolower): Fix typo.
456 * config/os/aix/bits/os_defines.h: Add AIX defines.
457
458 2000-10-26 Benjamin Kosnik <bkoz@redhat.com>
459
460 * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Remove.
461 * aclocal.m4: Regenerate.
462 * configure.in: Remove GLIBCPP_ENABLE_LONG_DOUBLE.
463 * configure: Regenerate.
464 * docs/configopts.html: Remove.
465 * src/complexl.cc: Revert.
466 * config.h.in: Remove.
467 * include/c_std/bits/std_cmath.h: Remove guards based on
468 _GLIBCPP_USE_LONG_DOUBLE.
469 * include/c/bits/std_cmath.h: Same. Format. Match c_std behavior
470 with respect to long double signatures.
471
472 * config/os/aix/bits/ctype_noninline.h (ctype): Remove throw
473 specification.
474 * config/os/newlib/bits/ctype_noninline.h (ctype): And here.
475 * config/os/solaris/solaris2.6/bits/ctype_noninline.h (ctype): Same.
476 * config/os/solaris/solaris2.5/bits/ctype_noninline.h (ctype): Same.
477 * config/os/generic/bits/ctype_noninline.h (ctype): Same.
478 * config/os/bsd/bits/ctype_noninline.h (ctype): Same.
479
480 2000-10-26 Gabriel Dos Reis <gdr@codesourcery.com>
481
482 * include/bits/std_valarray.h (valarray::valarray): Fix thinko.
483 Use __valarray_copy_construct only where appropriate.
484
485 2000-10-25 Mark Mitchell <mark@codesourcery.com>
486
487 * Makefile.in (check): Don't make mkcheck executable.
488 (check-install): Likewise.
489 * configure.in (AC_OUTPUT): Make mkcheck executable.
490 * mkcheck.in (top_srcdir): New variable.
491 (INC_PATH): Set the path to the backward and ext directories
492 correctly.
493
494 2000-10-25 Phil Edwards <pme@sources.redhat.com>
495
496 * configure.in: Check for gconv.h.
497 * libio/wfileops.c: Wrap gconv.h in HAVE_GCONV_H.
498
499 * config/c_io_libio_codecvt.c: Change __mbstate_t to __c_mbstate_t.
500 * libio/_G_config.h: And here.
501 * libio/iofwide.c: And here.
502 * libio/libio.h: And here.
503
504 * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Remove
505 exception specification to match declaration.
506 * include/bits/locale_facets.tcc: Include bits/std_clocale.h.
507
508 2000-10-24 Mark Harig <mharig@landmark.com>
509
510 * docs/configopts.html: Added documentation for the
511 "--enable-version-specific-runtime-libs" and
512 "--with-gxx-include-dir" configuration switches.
513
514 2000-10-24 Benjamin Kosnik <bkoz@redhat.com>
515
516 * include/bits/stl_pair.h (make_pair): Add LWG solution.
517
518 * testsuite/21_strings/compare.cc (test01): Inject namespace std
519 into the mix.
520
521 * mkcheck.in (MAX_MEM_USAGE): Bump up to 3072. Strangely enough,
522 this works.
523
524 2000-10-24 Levente Farkas <lfarkas@mindmaker.hu>
525
526 * include/bits/std_bitset.h (_M_do_find_next): Fix typo.
527
528 2000-10-24 Phil Edwards <pme@sources.redhat.com>
529
530 * acconfig.h: List _GLIBCPP_USE_THREADS.
531 * acinclude.m4: General formatting cleanup (tabs/spaces), typo
532 correction, etc. Add comments about following *real* changes
533 where they are used.
534 (GLIBCPP_ENABLE_C_MBCHAR): New test...
535 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): ...results used here.
536 (GLIBCPP_ENABLE_CSTDIO): Define need_wlibio iff wide characters
537 are requested.
538 (GLIBCPP_ENABLE_THREADS): If threads are used, define new
539 macro _GLIBCPP_USE_THREADS in c++config.h.
540 (GLIBCPP_ENABLE_SHADOW): For C_INCLUDE_DIR, change () to {} as
541 this is used in both makefiles and shell scripts (mkcheck).
542 * configure.in: Call GLIBCPP_ENABLE_C_MBCHAR.
543
544 * libio/_G_config.h: Wrap _IO_MTSAFE_IO in _GLIBCPP_USE_THREADS.
545 * config/c_io_libio.h: In nonthreaded case, typedef __c_lock to
546 something harmless, like int.
547
548 * config/os/aix/bits/os_defines.h: Guard with _GLIBCPP_OS_DEFINES,
549 add comment/instructions.
550 * config/os/bsd/bits/os_defines.h: Ditto.
551 * config/os/generic/bits/os_defines.h: Ditto.
552 * config/os/gnu-linux/bits/os_defines.h: Ditto.
553 * config/os/irix/bits/os_defines.h: Ditto.
554 * config/os/newlib/bits/os_defines.h: Ditto.
555 * config/os/solaris/solaris2.5/bits/os_defines.h: Ditto.
556 * config/os/solaris/solaris2.6/bits/os_defines.h: Ditto.
557
558 * mkcheck.in: Limit the available heap size for testsuite
559 binaries, initially at 2MB.
560
561 2000-10-23 Benjamin Kosnik <bkoz@redhat.com>
562
563 * testsuite/21_strings/compare.cc (test01): Add using declarations.
564
565 * include/c_std/bits/std_cerrno.h: And here.
566 * include/c_std/bits/std_cassert.h: Tweaks.
567
568 * mkcheck.in: Simplify.
569
570 * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Simplify.
571 (GLIBCPP_ENABLE_LONG_LONG): Same.
572 * aclocal.m4: Regenerate.
573
574 * src/Makefile.am (c_shadow_headers): Add features.h,
575 bits/wrap_features.h.
576 * src/Makefile.in: Regenerate.
577 * include/c_std/features.h: New file.
578 * include/c_std/bits/wrap_features.h (_CPP_WRAP_FEATURES_H): New
579 file. Need to have c++config.h included before this file so
580 _ISOC99_SOURCE around.
581
582 * include/c_std/sys/cdefs.h: Hack.
583 * include/c_std/stdlib.h: Same, use c++config.h.
584 * include/c_std/bits/std_cstdlib.h: Use _GLIBCPP_HAVE_STRTOLD.
585
586 * include/c_std/bits/std_cassert.h: Fix.
587 * include/c_std/bits/std_cerrno.h: Make consistent.
588
589 * include/c_std/bits/std_csetjmp.h (setjmp): Unscope global
590 declaration from ::_C_legacy to _C_legacy.
591
592 * include/c_std/bits/std_cstdio.h: same with printf.
593 * include/c_std/stdio.h: And here.
594
595 * include/c_std/bits/std_cstdlib.h: abort, exit comment.
596 * include/c_std/stdlib.h: Same here.
597
598 2000-10-23 Benjamin Kosnik <bkoz@redhat.com>
599
600 * testsuite/21_strings/compare.cc (test01): Add using declarations.
601
602 * include/c_std/bits/std_cerrno.h: And here.
603 * include/c_std/bits/std_cassert.h: Tweaks.
604
605 * mkcheck.in: Simplify.
606
607 * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Simplify.
608 (GLIBCPP_ENABLE_LONG_LONG): Same.
609 * aclocal.m4: Regenerate.
610
611 * src/Makefile.am (c_shadow_headers): Add features.h,
612 bits/wrap_features.h.
613 * src/Makefile.in: Regenerate.
614 * include/c_std/features.h: New file.
615 * include/c_std/bits/wrap_features.h (_CPP_WRAP_FEATURES_H): New
616 file. Need to have c++config.h included before this file so
617 _ISOC99_SOURCE around.
618
619 * include/c_std/sys/cdefs.h: Hack.
620 * include/c_std/stdlib.h: Same, use c++config.h.
621 * include/c_std/bits/std_cstdlib.h: Use _GLIBCPP_HAVE_STRTOLD.
622
623 * include/c_std/bits/std_cassert.h: Fix.
624 * include/c_std/bits/std_cerrno.h: Make consistent.
625
626 * include/c_std/bits/std_csetjmp.h (setjmp): Unscope global
627 declaration from ::_C_legacy to _C_legacy.
628
629 * include/c_std/bits/std_cstdio.h: same with printf.
630 * include/c_std/stdio.h: And here.
631
632 * include/c_std/bits/std_cstdlib.h: abort, exit comment.
633 * include/c_std/stdlib.h: Same here.
634
635 2000-10-21 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
636
637 * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): New macro.
638 * aclocal.m4: Regenerate.
639 * configure.in: Use it.
640 * configure: Regenerate.
641 * src/complexl.cc: Fixup.
642 * include/c_std/bits/std_cmath.h: Fixup.
643 * include/c/bits/std_cmath.h: Fixup.
644 * docs/configopts.html: Add docs.
645
646 * docs/links.html: Add links to defects list, standards FAQ.
647
648 * testsuite/21_strings/ctor_copy_dtor.cc (test01): Disable tests
649 with string creation that allocate huge ammounts of memory.
650
651 * include/c/bits/std_cstddef.h: Put size_t, ptrdiff_t in
652 namepace std.
653
654 2000-10-21 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
655
656 * libsupc++/exception.cc: Use namespace std.
657 * libsupc++/new: DITTO.
658 * libsupc++/new_op.cc: DITTO.
659 * libsupc++/new_opnt.cc: DITTO.
660 * libsupc++/new_opv.cc: DITTO.
661 * libsupc++/new_opvnt.cc: DITTO.
662 * libsupc++/tinfo.cc: DITTO.
663 * libsupc++/tinfo.h: DITTO.
664 * libsupc++/vec.cc: DITTO.
665 * libsupc++/Makefile.am: Blank lines removal.
666
667 2000-10-21 Joseph S. Myers <jsm28@cam.ac.uk>
668
669 * docs/configopts.html, docs/install.html, docs/17_intro/BADNAMES,
670 docs/17_intro/howto.html, docs/18_support/howto.html,
671 docs/19_diagnostics/howto.html, docs/20_util/howto.html,
672 docs/21_strings/howto.html, docs/22_locale/howto.html,
673 docs/23_containers/howto.html, docs/24_iterators/howto.html,
674 docs/25_algorithms/howto.html, docs/26_numerics/howto.html,
675 docs/27_io/howto.html, docs/ext/howto.html, docs/faq/index.html:
676 Remove many EGCS references; use current absolute URLs on
677 gcc.gnu.org or sources.redhat.com for messages in list archives.
678 * docs/faq/index.txt: Regenerate.
679
680 2000-10-19 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
681
682 * testsuite/22_locale/codecvt_unicode_char.cc (test01): Adjust
683 creation of state_type for unicode_codecvt to take into account
684 the byte order markings. Add distinct tests for UCS-2BE and UCS-2LE.
685 * testsuite/22_locale/codecvt_unicode_wchar_t.cc (test01): Same.
686 * include/bits/codecvt.h (__enc_traits): Add support for encodings
687 that need a byte order marker. Needed for correct unicode support.
688
689 * src/locale.cc: Remove explicit qualification std::.
690 (locale::locale(const char* __name)): Revert, as named locale
691 support not finished.
692 * src/localename.cc (locale::_Impl:: _Impl(size_t __numfacets,
693 size_t __refs, bool __has_name = false, string __name): Move
694 default argument...
695 * include/bits/localefwd.h: Here.
696
697 2000-10-18 Chip Salzenberg <chip@valinux.com>
698
699 * libio/libio.h (_IO_USER_LOCK): Define.
700
701 2000-10-18 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
702
703 * libsupc++/Makefile.am (exception): Change exception.cc to
704 exception_support.cc.
705 (CXXLINK): Remove bogus --tag CC.
706 * libsupc++/Makefile.in: Regenerate.
707 * libsupc++/exception.cc: Move to...
708 * libsupc++/exception_support.cc: ...here.
709
710 * src/Makefile.am: Remove bogus --tag CC.
711 * src/Makefile.in: Regenerate.
712
713 * include/bits/locale_facets.tcc (use_facet): Simplify.
714 * include/bits/locale_facets.h (use_facet<ctype<char> >): Correct
715 use_facet declaration. Replace 'const ctype<T>' with ctype<T>.
716 (use_facet<ctype<wchar_t> >): Same.
717 * src/locale-inst.cc: Remove explicit instantiation.
718 * src/locale.cc: Correct signature here too.
719 (_Bad_use_facet::what()): Correct error string.
720 * include/bits/localefwd.h: Correct comment.
721
722 * mkcheck.in (C_DIR): Change libsupc++/include to libsupc++.
723
724 2000-10-17 Martin Buchholz <martin@xemacs.org>
725
726 * testsuite/27_io/istream_seeks.cc: Fix spelling typo.
727 * testsuite/27_io/ostream_seeks.cc: Similarly.
728
729 2000-10-17 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
730
731 via Alexandre Oliva <aoliva@redhat.com>
732 * libsupc++/Makefile.am: Add --tag CXX, --tag CC, comments.
733 * libsupc++/Makefile.in: Regenerate.
734 * src/Makefile.am: Duplicate code.
735 * src/Makefile.in: Regenerate.
736
737 * acinclude.m4 (GLIBCPP_ENABLE_RELIBGCC): Take this out.
738 * aclocal.m4: Regenerate.
739 * configure.in: And here.
740 * configure: Regenerate.
741
742 * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Disable
743 test for SECTION_LDFLAGS.
744
745 2000-10-16 Benjamin Kosnik <bkoz@gnu.org>
746
747 Shadow headers would work if libsupc++ was strict about namespaces.
748 This only possible if g++ maps std::size_t -> size_t. (Hint hint.)
749 * include/c_std/assert.h: Add guards.
750 * include/c_std/bits/std_climits.h: Correct typo.
751 * include/c_std/ctype.h: Remove #error.
752
753 * libio/libioP.h: Break up extern "C" bits around includes.
754 * libio/libio.h: Only include C headers, or else _C_legacy namespaces
755 will be nested.
756 * libio/libioP.h: Same here.
757
758 2000-10-15 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
759
760 * include/c_std/unistd.h: Define some types only when defined in
761 the original unistd.h.
762 * include/c_std/bits/std_cstddef.h: Explicitly ask for the
763 definition of size_t, ptrdiff_t and NULL.
764 * include/c_std/bits/wrap_unistd.h: Blank lines removal.
765
766 2000-10-15 Phil Edwards <pme@sources.redhat.com>
767
768 * docs/configopts.html: Remove libgcc-rebuild; HTML formatting.
769
770 2000-10-13 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
771 Mark Harig <markh@landmark.com>
772
773 * src/Makefile.am (toolexeclibdir): Add support fo
774 VERSION_SPECIFIC_LIBS and --with-gxx-include-dir.
775 * src/Makefile.in: Regenerate.
776 * libsupc++/Makefile.am: Same.
777 (glibcppinstalldir): Adjust.
778 * libsupc++/Makefile.in: Regenerate.
779 * Makefile.am: Remove gxx_include_dir. Remove INCLUDE.
780 * Makefile.in: Regenerate.
781 * docs/configopts.html: Add descriptions of flags.
782
783 2000-10-11 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
784
785 * libsupc++/Makefile.am: Use it.
786 * libio/Makefile.am: Use it.
787 * libmath/Makefile.am: Use it.
788 * src/Makefile.am: Use it.
789 * Makefile.am (AM_MAKEFLAGS): Remove includes.
790
791 * acinclude.m4 (GLIBCPP_EXPORT_INCLUES): Move include macros here.
792 (GLIBCPP_EXPORT_FLAGS): Move CXX flag setting here.
793 * configure.in: Use it.
794
795 * mkcheck.in (SRC_DIR): Use C_INCLUDE_DIR.
796
797 * src/Makefile.am (CXXCOMPILE): Remove.
798 * src/Makefile.in: Regenerate.
799 * libsupc++/Makefile.am (CXXCOMPILE): Same here.
800 * libsupc++/Makefile.in: Regenerate.
801
802 * include/c_std/*: Merge with shadow.
803 * include/c_std/bits/*: Same.
804
805 * shadow: Remove directory.
806 * shadow/*: De-populate.
807
808 2000-10-11 Phil Edwards <pme@sources.redhat.com>
809
810 * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Comment out
811 exception-throwing code for linker test.
812 * aclocal.m4: Regenerate.
813 * configure: Regenerate.
814
815 2000-10-10 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
816
817 * Makefile.am (LIBSUPCXX_INCLUDES): Adjust.
818 * libsupc++/include: Remove
819 * libsupc++/include/*: Move to ...
820 * libsupc++: Here.
821 * libsupc++/Makefile.am (glibcppinstall_HEADERS): Install headers.
822 (glibcppinstalldir): New.
823
824 * src/Makefile.am (c_base_headers): New.
825 (c_shadow_headers): New
826 (c_headers): New.
827 (myinstallheaders): Correct install issues.
828 * src/Makefile.in: Regenerate.
829
830 * Makefile.am (CSHADOW_INCLUDES): Simplify.
831 * Makefile.in: Regenerate.
832 * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Add c_include_dir.
833 * aclocal.m4: Regenerate.
834 * mkcheck.in (SRC_DIR): Use it.
835
836 * include/bits/std_stdexcept.h: And here.
837 * include/bits/std_ios.h: Change std_exception.h to exception.
838 * src/locale.cc: And here.
839 * src/locale-inst.cc: And here.
840
841 * include/bits/valarray_array.h: And here.
842 * include/bits/stl_alloc.h: And here.
843 * include/bits/stl_algobase.h: And here.
844 * include/bits/pthread_allocimpl.h: And here.
845 * include/bits/stl_construct.h: Change to std_new.h to new.
846
847 * include/bits/locale_facets.h: Change std_typeinfo.h to typeinfo.
848
849 * src/Makefile.am (INCLUDES): Add LIBSUPCXX_INCLUDES.
850 (headers): Remove duplicated headers.
851 (std_headers): And here.
852 * src/Makefile.in: Regenerate.
853 * libsupc++/Makefile.am (LIBSUPCXX_INCLUDES): Remove.
854 * libsupc++/Makefile.in: Regenerate.
855 * Makefile.am (LIBSUPCXX_INCLUDES): Add here.
856 (AM_MAKEFLAGS): And here.
857 * Makefile.in: Regenerate.
858 * include/bits/std_typeinfo.h: Remove.
859 * include/bits/std_new.h: Remove
860 * include/bits/std_exception.h: Remove.
861 * std/new: Remove.
862 * std/typeinfo: Remove.
863 * std/exception: Remove.
864
865 * libio/_G_config.h (__need_ptrdiff_t): Add.
866
867 * libsupc++/include/new: Change stddef.h to cstddef.
868 * libsupc++/tinfo.h: Change limits.h to climits.
869 * libsupc++/pure.cc: Comment out _GNU_LIBRARY_ bits, as this
870 renders the file uncompilable. Add copyright.
871
872 * include/c_std/bits/std_cstddef.h: Don't bring wchar_t into std
873 namespace, as it is a fundamental type.
874
875 2000-10-09 Richard Henderson <rth@cygnus.com>
876
877 * libsupc++/pure.cc: New file.
878 * libsupc++/Makefile.am (INCLUDES): Add top_builddir.
879 (sources): Add pure.cc.
880 * libsupc++/Makefile.in: Regenerate.
881
882 2000-10-09 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
883
884 * docs/configopts.html: Edit.
885
886 * libio/Makefile.am (INCLUDES): Remove duplicates, simplify.
887 * libio/Makefile.in: Regenerate.
888 * libmath/Makefile.am (INCLUDES): Remove duplicates, simplify.
889 * libmath/Makefile.in: Regenerate.
890 * libsupc++/Makefile.am (INCLUDES): Remove duplicate.
891 * libsupc++/Makefile.in: Regenerate.
892
893 * Makefile.am (AM_MAKEFLAGS): Add GLIBCPP_INCLUDES,
894 TOPLEVEL_INCLUDES, LIBMATH_INCLUDES, LIBIO_INCLUDES,
895 CSHADOW_INCLUDES up here.
896 * Makefile.in: Regenerate.
897 * src/Makefile.am (CSHADOW_INCLUDES): Add include/c_std, include/c
898 for shadow headers.
899 (myinstallheaders): Change glibcpp_includedir to GLIBCPP_INCLUDES.
900 Move GLIBCPP_INCLUDES, TOPLEVEL_INCLUDES, LIBMATH_INCLUDES,
901 LIBIO_INCLUDES, CSHADOW_INCLUDES up Makefile hierarchy.
902 * src/Makefile.in: Regenerate.
903
904 * include/c: New directory.
905 * include/c/bits/(std_cassert.h, std_cctype.h, std_cerrno.h,
906 std_cfloat.h, std_climits.h, std_clocale.h, std_cmath.h,
907 std_csetjmp.h, std_csignal.h, std_cstdarg.h, std_cstddef.h,
908 std_cstdio.h, std_cstdlib.h, std_cstring.h, std_ctime.h,
909 std_cwchar.h, std_cwctype.h): Add, moving from...
910 * include/bits: ...here.
911 * include/c_std: New directory.
912 * include/c_std/bits/*: Populate from...
913 * shadow: ...here. Remove directory.
914
915 2000-10-08 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
916
917 * libsupc++/Makefile.am (INCLUDES): Add toplevel include directory.
918 (INCLUDES): Add glibcpp_includedir.
919 * libsupc++/Makefile.in: Regenerate.
920
921 * acinclude.m4 (GLIBCPP_CHECK_OS): Link to os_defines.h.
922 * aclocal.m4: Regenerate.
923 * config/os/*/bits/os_defintes: Adjust copyright dates.
924
925 2000-10-08 Phil Edwards <pme@sources.redhat.com>
926
927 * include/bits/c++config: Include <bits/os_defines.h>
928 * config/os/aix/bits/os_defines.h: New file.
929 * config/os/bsd/bits/os_defines.h: Ditto.
930 * config/os/generic/bits/os_defines.h: Ditto.
931 * config/os/gnu-linux/bits/os_defines.h: Ditto.
932 * config/os/irix/bits/os_defines.h: Ditto.
933 * config/os/newlib/bits/os_defines.h: Ditto.
934 * config/os/solaris/solaris2.5/bits/os_defines.h: Ditto.
935 * config/os/solaris/solaris2.6/bits/os_defines.h: Ditto.
936 * config/os/solaris/solaris2.7/bits/os_defines.h: Ditto.
937
938 2000-10-07 David Edelsohn <dje@watson.ibm.com>
939
940 * config/os/aix/bits/atomicity.h: New file.
941
942 2000-10-07 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
943
944 * acinclude.m4: Remove CPU_FLAGS
945 * libio/Makefile.am: Here too.
946 * Makefile.am: Here too.
947
948 * src/Makefile.am (CONFIG_INCLUDES): Remove.
949 (INCLUDES): Remove CONFIG_INCLUDES.
950 (cpu_headers): Remove.
951 (myinstallheaders): Remove cpu_headers.
952 (generated_headers): Rename to build_headers.
953 (build_headers): Add atomicity.h, ctype_base.h,
954 ctype_specializations.h.
955
956 * config/os: New directory.
957 * config/aix: Move to...
958 * config/bsd: Move to...
959 * config/generic: Move to...
960 * config/gnu-linux: Move to...
961 * config/irix: Move to...
962 * config/newlib: Move to...
963 * config/solaris: Move to...
964 * config/os/*: Here.
965
966 2000-10-07 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
967
968 * acinclude.m4: Remove CPU_FLAGS
969 * libio/Makefile.am: Here too.
970 * Makefile.am: Here too.
971
972 * src/Makefile.am (CONFIG_INCLUDES): Remove.
973 (INCLUDES): Remove CONFIG_INCLUDES.
974 (cpu_headers): Remove.
975 (myinstallheaders): Remove cpu_headers.
976 (generated_headers): Rename to build_headers.
977 (build_headers): Add atomicity.h, ctype_base.h,
978 ctype_specializations.h.
979
980 * config/os: New directory.
981 * config/aix: Move to...
982 * config/bsd: Move to...
983 * config/generic: Move to...
984 * config/gnu-linux: Move to...
985 * config/irix: Move to...
986 * config/newlib: Move to...
987 * config/solaris: Move to...
988 * config/os/*: Here.
989
990 2000-10-06 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
991
992 * src/Makefile.am: Remove OPTIMIZE_CXXFLAGS, WARN_CXXFLAGS,
993 CONFIG_CXXFLAGS from here, and move to...
994 * src/Makefile.in: Regenerate.
995 * Makefile.am: ... here. Clean.
996 (OPTIMIZE_CXXFLAGS): Move up Makefile hierarchy to here.
997 (WARN_CXXFLAGS): Same.
998 (CONFIG_CXXFLAGS): Same.
999 * Makefile.in: Regenerate.
1000 * libsupc++/Makefile.am: Use top-level OPTIMIZE_CXXFLAGS,
1001 WARN_CXXFLAGS, CONFIG_CXXFLAGS as part of local AM_CXXFLAGS.
1002 * libsupc++/Makefile.in: Regenerate.
1003
1004 Change math to libmath.
1005 * math: Move to libmath, delete.
1006 * libmath: New directory.
1007 * libmath/*: Populate.
1008 * src/Makefile.am (LIBMATH_INCLUDES): Change to libmath.
1009 (libstdc___la_LIBADD): Same.
1010 * src/Makefile.in: Regenerate.
1011 * configure.in: Add AC_OUTPUT for libmath/Makefile.
1012 * configure: Regenerate.
1013 * Makefile.am (SUBDIRS): Add libmath.
1014 * Makefile.in: Regenerate.
1015 * README (file): Change name.
1016
1017 2000-10-06 Benjamin Kosnik <bkoz@cygnus.com>
1018 Richard Henderson <rth@cygnus.com>
1019 Alexandre Oliva <aoliva@redhat.com>
1020
1021 * libsupc++: New directory.
1022 * libsupc++/*: Populate.
1023 * libsupc++/Makefile.am (INCLUDES): Add -I../../gcc for
1024 eh-common.h, gansidecl.h.
1025 * configure.in: Add in libsupc++/Makefile to AC_OUTPUT.
1026 * configure: Regenerate.
1027 * Makefile.am (SUBDIRS): Add libsupc++.
1028 * Makefile.in: Regenerate.
1029 * src/Makefile.am (libstdc___la_LIBADD): Add in libsupc++.la
1030 * src/Makefile.in: Regenerate.
1031 * libio/Makefile.am: Remove extraneous, confusing bits.
1032 * libio/Makefile.in: Regenerate.
1033
1034 2000-10-05 Brent Verner <brent@rcfile.org>
1035
1036 * bits/istream.tcc [basic_istream::get(basic_streambuf&)]: Removed
1037 test for _M_gcount < in_avail(), as in_avail() only reports info
1038 for current buffer, causing method to return at end of buffer.
1039 * testsuite/27_io/istream_unformatted.cc [test07()]: New test.
1040 * testsuite/27_io/istream_unformatted-3.txt: New file.
1041 * testsuite/27_io/istream_unformatted-3.tst: New file.
1042
1043 2000-10-05 Benjamin Kosnik <bkoz@fillmore.constant.com>
1044
1045 * README (file): Adjust directory structures.
1046 * mkcheck.in (INC_PATH): Adjust for header changes.
1047
1048 2000-10-05 Phil Edwards <pme@sources.redhat.com>
1049
1050 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Tweaks to message texts
1051 for public relations purposes.
1052 * aclocal.m4: Regenerated.
1053 * configure: Regenerated.
1054
1055 * docs/ext/howto.html: Additional explanation about hashing.
1056
1057 2000-10-05 Benjamin Kosnik <bkoz@cygnus.com>
1058
1059 * include: New directory.
1060 * include/backward: New directory.
1061 * include/bits: New directory.
1062 * include/ext: New directory.
1063 * include/std: New directory.
1064 * include/*/*: Populate.
1065
1066 * backwards: Move to include/backwards, delete.
1067 * bits: Move to include/bits, delete.
1068 * ext: Move to include/ext, delete.
1069 * std: Move to include/std, delete.
1070
1071 * src/complex.cc: Adjust include of mathconf.
1072
1073 * mkc++config (BASE_H): Add include.
1074
1075 * src/Makefile.am: Support for topleve sources include directory.
1076 (INCLUDES): Add LIBMATH_INCLUDE.
1077 * src/Makefile.in: Regenerate.
1078 * math/Makefile.am (INCLUDES): Append /include.
1079 * math/Makefile.in: Regenerate.
1080 * libio/Makefile.am (INCLUDES): Add glibcpp_includedir.
1081 * libio/Makefile.in: Regenerate.
1082
1083 2000-10-04 Benjamin Kosnik <bkoz@gnu.org>
1084
1085 * libio/_G_config.h : Re-guard the __mbstate_t declaration.
1086
1087 2000-10-03 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1088
1089 * docs/22_locale/howto.html: Add link to proto-documentation on
1090 locales.
1091 * docs/documentation.html: Rename links for clarity.
1092
1093 * src/Makefile.am (headers): Remove unistd.h, wrap_unistd.h. Add
1094 fcntl.h, iolibio.h, libioP.h, pthread.h, iconv.h.
1095 * src/Makefile.in: Regenerate.
1096
1097 2000-10-02 Steven King <sxking@uswest.net>
1098
1099 * mkcshadow: Fixed script to output proper include guard.
1100 * bits/char_traits.h: Cleaned up types in char_traits<char> functions.
1101 * libio/_G_config.h: Hacked to make work with shadow heraders.
1102 * shadow/*: Hacked to make shadow headers work.
1103
1104 2000-10-02 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1105
1106 Self-compile with shadow headers.
1107 * acconfig.h (_GLIBCPP_USE_SHADOW_HEADERS): Define. Eventually,
1108 like _GLIBCPP_USE_NAMESPACES before it, this macro will die when
1109 it becomes the default way the library is built.
1110 * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): New macro.
1111 * config/gnu-linux/bits/ctype_base.h (ctype_base): Use it.
1112 * config/gnu-linux/ctype.cc (ctype): Use it.
1113
1114 * src/localename.cc (locale::_Impl::_M_replace_categories): Remove
1115 call to assert.
1116 * src/locale.cc: Explicitly cast mbstate_t to void* in calls to
1117 memset. This should not be necessary, but an ambiguous overload
1118 with it in.
1119
1120 * shadow/bits/std_cwchar.h: Fix.
1121 * shadow/wchar.h: Fix.
1122
1123 * config/gnu-linux/bits/ctype_base.h (ctype_base): Inject ctype
1124 enums into namespace std:: for ctype_base enum. Other OS types
1125 will have to do this as well.
1126 * config/gnu-linux/ctype.cc (ctype): Inject ctype data into
1127 namespace std, in particular __ctype_toupper, __ctype_tolower,
1128 __ctype_b.
1129
1130 * shadow/iolibio.h: New file.
1131 * shadow/bits/wrap_iolibio.h: New file.
1132 * shadow/libioP.h: New file.
1133 * shadow/bits/wrap_libioP.h: New file.
1134 * shadow/bits/wrap_fcntl.h: New file.
1135 * shadow/fcntl.h: New file.
1136 * shadow/iconv.h: New file. Inject iconv names into the global
1137 namespace, unmangled for the moment.
1138 * shadow/bits/wrap_iconv.h: New file.
1139 * shadow/unistd.h: Remove. Useless.
1140 * shadow/bits/wrap_unistd.h: Remove.
1141
1142 * src/Makefile.am: Take out machine-ansi.h, add fcntl.h unistd.h.
1143 * src/Makefile.in: Regenerate.
1144
1145 * config/c_io_libio.h (_IO_codecvt): Change to normal C++ decl.
1146
1147 * shadow/libio.h: Fix.
1148 * shadow/bits/wrap_libio.h: Fix.
1149
1150 * shadow/bits/std_clocale.h: Remove typedef struct construct,
1151 which will not compile.
1152 * shadow/bits/std_ctime.h: Same.
1153
1154 * shadow/pthread.h: New file. Put pthreads types and functions
1155 into global scope, which is probably not the correct long-term
1156 solution but has to be done at the moment before libio wrappers
1157 can even be started.
1158 * shadow/bits/wrap_pthread.h: New file.
1159
1160 * bits/std_ios.h: Formatting tweak.
1161 * shadow/bits/std_cstdio.h: Format. Remove extraneous bits.
1162
1163 * acinclude.m4 (GLIBCPP_CHECK_COMPILER_FEATURES): Add -Werror to
1164 tests for compiler features.
1165 * aclocal.m4: Regenerate.
1166 * configure: Regenerate.
1167
1168 * config/c_io_libio.cc: Remove fcntl.h include, as SEEK_SET
1169 redefined.
1170 * libio/libioP.h: Comment out fcntl.h include.
1171
1172 * shadow/math.h: Add in float and long declarations, as per ISO C9X.
1173
1174 * bits/c++config: Define _ISOC99_SOURCE.
1175
1176 * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Add -fno-builtins to
1177 CSHADOWFLAGS, as well as _ISOC99_SOURCE.
1178 * aclocal.m4: Regenerate.
1179 * configure: Regenerate.
1180 * src/Makefile.am (CSHADOW_INCLUDES): Enable, again.
1181 (CSHADOW_INCLUDES): Add -I$(top_srcdir)/std before shadow include dir.
1182 (CXXCOMPILE): Remove $(DEFS), which searches $(top_srcdir) before
1183 std or shadow directories.
1184 (LTCXXCOMPILE): Same.
1185 (INCLUDES): Add $(top_builddir) before $(top_srcdir).
1186 (AC_CXXFLAGS): Add CSHADOWFLAGS.
1187 * src/Makefile.in: Regenerate.
1188
1189 * src/complex.cc (FCT): Change ::name to name.
1190 * src/complexl.cc (FCT): Same. Use _GLIBCPP_USE_LONG_LONG here.
1191 * src/complexf.cc (FCT): Same.
1192
1193 * src/complexf.cc: Remove FCT define, as things are properly
1194 overloaded in the std namespace with the shadow headers.
1195 * src/complexl.cc: Same.
1196 * src/complex.cc: Same.
1197
1198 2000-09-25 Phil Edwards <pme@sources.redhat.com>
1199
1200 * docs/documentation.html: Add link to...
1201 * docs/ext/howto.html: ...this. New dir/file, describing library
1202 extensions (both ours and SGI's).
1203 * docs/faq/index.html: Small updates.
1204 * docs/faq/index.txt: Regenerate.
1205
1206 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1207
1208 * bits/basic_file.h (_M_open_mode): Remove extra qualifier.
1209
1210 2000-09-25 Levente Farkas <lfarkas@mindmaker.hu>
1211
1212 * ext/stl_hashtable.h (_M_copy_from): Change __copy to __local_copy.
1213
1214 2000-09-19 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1215
1216 * src/localename.cc (locale::_Imp) : Remove typedefs.
1217 * bits/localefwd.h (locale::locale(const locale& __other, _Facet*
1218 __f): Consistency check, call _Imp ctor with reference argument
1219 of 1.
1220 * bits/localefwd.h: Change _S_num_categories to
1221 _S_categories_num. Add new data member, _S_facets_num, which is
1222 the number of standard facets.
1223
1224 2000-09-19 Phil Edwards <pme@sources.redhat.com>
1225
1226 * docs/21_strings/howto.html: Fix editor lossage from last commit.
1227
1228 2000-09-19 Phil Edwards <pme@sources.redhat.com>
1229
1230 * docs/thanks.html: More thanks.
1231 * docs/18_support/howto.html: Fix thinko.
1232 * docs/21_strings/howto.html: Minor tweaks and updates to URLs.
1233 Redo the string transformation notes and link to...
1234 * docs/22_locale/howto.html: ...here.
1235
1236 2000-09-18 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1237
1238 * src/locale-inst.cc: Add time_put_byname and
1239 time_get_byname instantiations.
1240 * bits/locale_facets.h: Correct default, private derivation to
1241 public derivation in _byname declarations.
1242 * src/locale.cc (locale::classic()): Simplify.
1243 * src/localename.cc (locale::_Impl:: _Impl(const _Impl& __other,
1244 const string& __name, category __cat, size_t __refs): Re-work for
1245 named locales.
1246 (_M_normalize_category_names): Remove.
1247
1248 * testsuite/22_locale/global_templates.cc (test01): Tweaks.
1249 * testsuite/22_locale/ctor_copy_dtor.cc (test01): More tests.
1250
1251 2000-09-18 Yuri V. Baskakov <yuribsk@lab.sun.mcst.ru>
1252
1253 * bits/std_bitset.h (operator>>): Change to char_type.
1254
1255 2000-09-15 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1256
1257 * src/locale.cc (locale::locale(const char* __name)): Consolidate
1258 name setting. Add checks for NULL __name pointers. Remove calls to
1259 _S_initialize() as initial locale initialization can either be
1260 assumed, or needs to be made consistent throughout locale
1261 constructors.
1262 (locale::locale(const locale& __other, const char* __name,
1263 category __cat): Add checks for NULL name. Add checks for
1264 assignment to self.
1265 * src/localename.cc (locale::_Impl:: _Impl(const _Impl& __other,
1266 const string& __name, category __cat, size_t __refs)): Set correct
1267 name, has_name values.
1268 * testsuite/22_locale/ctor_copy_dtor.cc (test01): More tests.
1269 * docs/22_locale/locale.html: New file, more unfinished docs...
1270
1271 2000-09-14 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1272
1273 * src/locale.cc (locale::name()): Implement.
1274 (_Impl(size_t __numfacets, size_t __refs, bool __namep = false,
1275 string __name = "*")): Change signature.
1276 (locale::classic): Initialize the "C" locale as a named locale.
1277 * bits/localefwd.h (locale): Change _M_num_references to
1278 _M_references. Eliminate _M_cached_name_ok. Rename _M_cached_name
1279 to _M_name.
1280 * bits/localefwd.h: Tweaks.
1281 * src/localename.cc: Tweaks.
1282 * testsuite/22_locale/ctor_copy_dtor.cc (test01): Add tests.
1283 (test01): Fix.
1284
1285 * bits/basic_string.h: Consistency check, change _M_state ->
1286 _M_references.
1287
1288 2000-09-14 Brendan Kehoe <brendan@zen.org>
1289
1290 * bits/string.tcc (_Rep::_S_max_size): Use typename for its size_type
1291 return type.
1292
1293 * src/Makefile.an (headers): Also install backward/fstream.h.
1294 * src/Makefile.in: Regenerate.
1295
1296 * bits/char_traits.h (char_traits<_CharT>::get_state,
1297 char_traits<char>::get_state, char_traits<wchar_t>::get_state): Pass
1298 argument in by reference, not by value. Uglify to _S_get_state.
1299 (char_traits<*>::__eos): Uglify to _S_eos.
1300 * bits/std_ostream.h (ends(basic_ostream<_CharT, _Traits>& __os)):
1301 Change __eos to _S_eos.
1302
1303 2000-09-13 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1304
1305 * testsuite/22_locale/static_members.cc: New file.
1306 * testsuite/22_locale/ctor_copy_dtor.cc: New file.
1307 * src/locale.cc: Minor formatting tweaks.
1308
1309 2000-09-12 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1310
1311 * testsuite/22_locale/global_templates.cc (test01): Add negative
1312 tests for use_facet.
1313
1314 * bits/localefwd.h (locale::operator()): Minor tweaks.
1315 * bits/locale_facets.tcc (locale::operator()): Same.
1316 * testsuite/22_locale/operators.cc: New file.
1317
1318 * testsuite/22_locale/facet.cc (output_iterator): Remove
1319 gnu_input_iterator, gnu_output_iterator.
1320
1321 2000-09-11 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1322
1323 * acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Remove test != "0".
1324 * aclocal.m4: Regenerate.
1325 * configure: Regenerate.
1326
1327 * bits/c++config (__GLIBCPP__): Update, in the hopes of making a
1328 snapshot release soon.
1329 (_GNU_SOURCE): Define this in the header files, as ISO C99 support
1330 is pretty much assumed.
1331
1332 * testsuite/22_locale/global_templates.cc: New file. Add tests for
1333 use_facet and has_facet.
1334
1335 * bits/codecvt.h (codecvt<_InT, _ExT, __enc_traits>::do_out):
1336 Modify/correct iconv signatures for glibc2.2.
1337
1338 2000-09-10 Branko Cibej <branko.cibej@hermes.si>
1339
1340 * acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Replace "grep -q" with
1341 "grep -c".
1342
1343 2000-09-09 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1344
1345 * bits/localefwd.h (locale::_Impl): Scope out types to public.
1346 (locale): Make _Impl declaration public.
1347
1348 2000-09-08 Felix Natter <fnatter@gmx.net>
1349
1350 * docs/17_intro/porting-howto.html: New version.
1351
1352 2000-09-07 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1353
1354 * config/cpu/i386/bits/atomicity.h (__exchange_and_add): Change unused
1355 to __unused__.
1356 * config/cpu/ia64/bits/atomicity.h (__exchange_and_add): And here.
1357 * config/cpu/i486/bits/atomicity.h (__exchange_and_add): And here.
1358
1359 2000-09-07 Phil Edwards <pme@sources.redhat.com>
1360
1361 Add bits for --enable-maintainer-mode:
1362 - turns on enable_debug
1363 (doing "--enable-maint --disable-debug" will DTRT)
1364 - turns on -Werror, now off by default
1365 * acinclude.m4: Add bits.
1366 * aclocal.m4: Regenerate.
1367 * configure.in: Add defaults for GLIBCPP_ENABLE_DEBUG.
1368 * configure: Regenerate.
1369
1370 2000-09-07 Benjamin Kosnik <bkoz@cygnus.com>
1371
1372 * bits/std_cwctype.h: Remove yesterday's hacks.
1373
1374 2000-09-07 Brad Garcia <bgarcia@laurelnetworks.com>
1375
1376 * bits/stl_tree.h: Make operators !=, == type safe for map, set.
1377 * testsuite/23_containers/set_operators.cc: New file. Should not
1378 compile.
1379 * testsuite/23_containers/map_operators.cc: New file. Ditto.
1380
1381 2000-09-06 Richard Henderson <rth@cygnus.com>
1382 Benjamin Kosnik <bkoz@cygnus.com>
1383
1384 * acinclude.m4 (GLIBCPP_CHECK_CPU): Add ia64 support.
1385 * aclocal.m4: Regenerate.
1386 * configure: Regenerate.
1387 * config/cpu/ia64: New directory.
1388 * config/cpu/ia64/bits: New directory.
1389 * config/cpu/ia64/bits/atomicity.h: New file.
1390
1391 2000-09-06 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1392
1393 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Force glibc_satisfactory
1394 to no, so that libstdc++-v3's libio will be built on glibc-2.2
1395 systems.
1396 * aclocal.m4: Regenerate.
1397 * configure: Regenerate.
1398 * */Makefile.in: Regenerate.
1399
1400 * bits/std_cwctype.h: Put in temporary hack to work around -O2 +
1401 glibc 2.1.x unsigned errors. Or disable -Werror by default...
1402
1403 * testsuite/23_containers/vector_element_access.cc: New file.
1404 * bits/stl_config.h (__STL_THROW_RANGE_ERRORS): Define.
1405
1406 2000-09-06 Levente Farkas <lfarkas@mindmaker.hu>
1407
1408 * bits/string.tcc: Fix up more parameter names.
1409
1410 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
1411
1412 * configure: Rebuilt with new libtool.m4.
1413
1414 2000-09-01 Benjamin Kosnik <bkoz@cygnus.com>
1415
1416 * src/locale-inst.cc: Remove pre-instantiation of unicode
1417 codecvt types. Now unnecessary, as locale header now correct.
1418
1419 2000-08-31 Benjamin Kosnik <bkoz@cygnus.com>
1420
1421 * bits/locale_facets.tcc (_S_build_float_format): Move ...
1422 * src/locale.cc: Here.
1423 * bits/locale_facets.tcc (num_get::_M_extract): Clean up generic
1424 definition. Move specialization to ...
1425 * src/locale.cc: Here.
1426 * bits/locale_facets.tcc: Move _Format_cache specializations to ...
1427 * src/locale.cc: Here.
1428 * bits/locale_facets.tcc: Move use_facet<ctype> specializations to ...
1429 * src/locale.cc: Here.
1430
1431 * bits/std_locale.h: Note that locale_facets.tcc should be
1432 included here, for standards conformance. It may increase
1433 compile times though. For the time being, enable.
1434 * testsuite/22_locale/facet.cc: New file, some parts commented out
1435 for the time being.
1436
1437 * mkcheck.in: Append total time to test summary file.
1438
1439 * bits/sbuf_iter.h : Formatting tweaks.
1440
1441 Clean up static const data member definitions.
1442 * src/locale.cc: Add definitions for all missing locale,
1443 locale::_Imp, and locale::id static data members.
1444 (ctype<char>): Add table_size define.
1445 (money_base): Add _S_default_pattern, uglify.
1446 * bits/localefwd.h: Add definitions for static members of _Count_ones.
1447 * bits/locale_facets.h: Tweaks.
1448 * bits/locale_facets.tcc: Tweaks.
1449 * bits/string.tcc: Add definition for npos.
1450 * bits/ios_base.h: Tweaks.
1451 * bits/ios_base.h (ios_base::Init::_M_ios_base_init): Change to
1452 _S_ios_base_init.
1453 * src/ios.cc: And here. Add _S_local_words definition.
1454 Add definitions for __ios_flags const static data.
1455 * src/codecvt.cc: Same for __enc_traits.
1456 * src/locale-inst.cc: Remove money_base data member definition
1457 here.
1458
1459 2000-08-30 Benjamin Kosnik <bkoz@redhat.com>
1460
1461 * testsuite/22_locale/ctype_wchar_t_members.cc (test01): New file.
1462
1463 * docs/22_locale/codecvt.html: Re-number.
1464 * docs/22_locale/howto.html: Add entry for ctype
1465 documentation. Add entry for Nathan's introduction to locales
1466 paper.
1467 * docs/22_locale/ctype.html: New file. In progress...
1468
1469 * docs/22_locale/codecvt.html: Formatting cleanups.
1470 * src/locale.cc (ctype<wchar_t>::do_is): Fix thinko.
1471
1472 2000-08-30 Phil Edwards <pme@sources.redhat.com>
1473
1474 * docs/22_locale/codecvt.html: Behind-the-scenes ASCII->HTML
1475 tweaks for certain browsers.
1476
1477 2000-08-29 Benjamin Kosnik <bkoz@redhat.com>
1478
1479 * bits/locale_facets.h (ctype<char>): Remove __table_type.
1480 Add include for bits/std_cwctype.h, for wctype_t.
1481 * src/locale.cc (ctype<wchar_t>): Implement.
1482 * config/gnu-linux/bits/ctype_base.h (ctype_base): Remove mask
1483 typedef, instead name enum.
1484 * config/gnu-linux/bits/ctype_specializations.h: Tweak.
1485 * config/gnu-linux/ctype.cc: Tweak.
1486 * testsuite/22_locale/ctype.cc: Tweak.
1487
1488 * bits/codecvt.h (__enc_traits): Uglify names.
1489
1490 2000-08-28 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1491
1492 * docs/22_locale/codecvt.html: Add more bits, format.
1493 * bits/codecvt.h: Add copy ctor, rename types.
1494 * testsuite/22_locale/codecvt_unicode_char.cc: Tweak.
1495
1496 * libio/iofwide.c: Tweak.
1497
1498 2000-08-28 Phil Edwards <pme@sources.redhat.com>
1499
1500 * docs/configopts.html: Mention new options.
1501 * docs/install.html: Formatting changes for platform-specific
1502 pre-reqs, previously only Cygwin.
1503 * docs/mail.html: Fix new link.
1504 * docs/thanks.html: A couple more people.
1505 * docs/26_numerics/howto.html: Fix typo.
1506
1507 2000-08-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1508
1509 * docs/22_locale/howto.html: Add notes on codecvt implementation.
1510 * docs/22_locale/codecvt.html: New file. In progress.
1511
1512 2000-08-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1513
1514 * acconfig.h: Revert.
1515 * acinclude.m4: Revert.
1516 * libio/_G_config.h: Revert.
1517 * libio/libio.h: Revert.
1518
1519 2000-08-23 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1520
1521 * bits/codecvt.h: Tweaks.
1522 * testsuite/22_locale/codecvt_unicode_wchar_t.cc (test01): Fix up
1523 initial string literals for UCS4.
1524
1525 2000-08-23 Phil Edwards <pme@sourceware.cygnus.com>
1526
1527 * acconfig.h: _GLIBCPP_USING_THREADS and some workaround types added.
1528 * acinclude.m4: New macro, GLIBCPP_ENABLE_WCHAR. Set the threads
1529 definition as well, and some minor spelling/spacing fixes. If
1530 building libio, check for certain typedefs.
1531 * libio/_G_config.h: Wrap _IO_MTSAFE_IO in _GLIBCPP_USING_THREADS.
1532 Conditionally define _LARGEFILE64_SOURCE, otherwise the 64-bit types
1533 will never be there.
1534 * libio/libio.h: In the null case, _IO_lock_t can't just be void.
1535 * src/string-inst.cc: Use _GLIBCPP_USE_WCHAR_T.
1536
1537 * configure.in: Update the cache a bit more often.
1538
1539 * mkcheck.in: For check-install, also need to -I the testsuite dir.
1540
1541 2000-08-22 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1542
1543 * src/locale-inst.cc: Add codecvt<unicode_t, wchar_t,
1544 __enc_traits> instantiations for has_facet and use_facet.
1545 * testsuite/22_locale/codecvt_unicode_wchar_t.cc: New file, for
1546 testing two-byte unicode encodings converted to four-byte UCS4
1547 encodings.
1548
1549 * bits/codecvt.h (codecvt<__enc_traits>): Fix do_unshift.
1550 * testsuite/22_locale/codecvt_unicode_char.cc (test01): Add
1551 correct state/encoding information.
1552
1553 * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Add wcsrtombs,
1554 mbsrtowcs checks as codecvt<wchar_t, char, mbstate_t> needs them
1555 now.
1556 Add checks for langinfo.h, nl_langinfo function call.
1557 * libio/iofwide.c (_IO_fwide): Simplify, as nl_langinfo is assumed.
1558
1559 2000-08-22 Richard B. Kreckel <Richard.Kreckel@Uni-Mainz.DE>
1560
1561 * config/cpu/alpha/bits/atomicity.h: Change __attribute__
1562 ((unused)) to __attribute__ ((__unused__)).
1563 * config/cpu/arm/bits/atomicity.h: Same.
1564 * config/cpu/generic/bits/atomicity.h: Same.
1565 * config/cpu/i386/bits/atomicity.h: Same.
1566 * config/cpu/i486/bits/atomicity.h: Same.
1567 * config/cpu/powerpc/bits/atomicity.h: Same.
1568 * config/cpu/sparc/sparc32/bits/atomicity.h: Same.
1569 * config/cpu/sparc/sparc64/bits/atomicity.h: Same.
1570
1571 2000-08-22 Levente Farkas <lfarkas@mindmaker.hu>
1572
1573 * bits/basic_string.h: Fix up parameter names.
1574
1575 2000-08-22 Brent Verner <brent@rcfile.org>
1576
1577 * src/Makefile.am (INCLUDES): Put $(CSHADOW_INCLUDES) before
1578 $(top_srcdir)
1579 * src/Makefile.in: Regenerate.
1580
1581 2000-08-21 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1582
1583 * bits/codecvt.h: Implement codecvt<wchar_t, char, mbstate_t>. Fix
1584 up __enc_traits template so as to be marginally useful.
1585 * src/codecvt.cc: And here.
1586 * bits/char_traits: Tweak.
1587 * bits/locale_facets.h: Tweak.
1588 * bits/locale_facets.tcc: Tweak.
1589 * bits/localefwd.h: Tweak.
1590 * src/locale-inst.cc: Add use_facet/has_facet instantiations here.
1591 * testsuite/22_locale/codecvt_wchar_t_cc.cc: New file.
1592 * testsuite/22_locale/codecvt_char_char.cc: New file.
1593 * testsuite/22_locale/codecvt_unicode_char.cc: New file.
1594
1595 2000-08-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1596
1597 * bits/std_cmath.h (std::abs): Overload for int and long.
1598
1599 2000-08-20 Benjamin Kosnik <bkoz@gnu.org>
1600
1601 * src/string-inst.cc: Tweak instantiations for new-gxx-abi.
1602
1603 2000-08-19 Gabriel Dos Reis <gdr@codesourcery.com>
1604
1605 * bits/valarray_array.h (__valarray_min, __valarray_max): Fix
1606 thinko. Diagnostic messages really need to be improved for
1607 template argument deduction.
1608
1609 2000-08-18 Benjamin Kosnik <bkoz@gnu.org>
1610
1611 * bits/valarray_meta.h: Fix typos...
1612
1613 2000-08-18 Gabriel Dos Reis <gdr@codesourcery.com>
1614
1615 * bits/valarray_meta.h (_Expr<>::shift, _Expr::cshift,
1616 _Expr<>::apply): Implement.
1617
1618 2000-08-18 Gabriel Dos Reis <gdr@codesourcery.com>
1619
1620 * bits/valarray_meta.h (_Expr<>::min, _Expr<>::max): Implement.
1621
1622 * bits/valarray_array.h (__valarray_min, __valarray_max): New
1623 function.
1624
1625 2000-08-17 Mark Mitchell <mark@codesourcery.com>
1626
1627 * bits/localefwd.h (std::locale): Use explicit `class' specified
1628 when declaring friends.
1629 * bits/std_fstream.h (std::basic_filebuf): Likewise.
1630
1631 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
1632
1633 * src/Makefile.am (libstdc++.INC): Renamed from INCLUDES.
1634 * src/Makefile.in: Regenerate.
1635
1636 2000-08-15 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1637
1638 * bits/codecvt.h: New file.
1639 * src/codecvt.cc: New file.
1640 * bits/std_locale.h: Add include here.
1641 * src/Makefile.am (headers): Add codecvt.h
1642 (sources): Add codecvt.cc.
1643 * src/Makefile.in: Regenerate.
1644 * bits/locale_facets.h (codecvt): Re-implement. Rename _Codecvt to
1645 __codecvt_abstract_base in an attempt to point some light this way...
1646 Move __enc_traits and codecvt bits to codecvt.h.
1647 * src/locale-inst.cc: Remove codecvt<wchar_t, wchar_t, mbstate_t>
1648 explicit instantiation. Separate out codecvt instantations, simplify.
1649 * src/locale.cc: Move codecvt bits to codecvt.cc
1650
1651 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
1652
1653 * src/Makefile.am (INCLUDES): New target file, with all -I flags.
1654 * src/Makefile.in: Regenerate.
1655
1656 2000-08-14 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1657
1658 C/C++ io merge/sync.
1659 * libio/fileops.c
1660 * libio/genops.c
1661 * libio/iofclose.c
1662 * libio/iofopen.c
1663 * libio/iofwide.c
1664 * libio/libio.h
1665 * libio/libioP.h
1666 * libio/stdio.c
1667 * libio/wfileops.c
1668 * libio/wgenops.c
1669 * config/c_io_libio.cc (__basic_file): Add hacky casts to
1670 ((struct _IO_FILE_plus *) in ctors.
1671 (__basic_file<wchar_t>): Adjust _wide_data->_codecvt to just _codecvt.
1672 * libio/Makefile.am: Fix copyright. Remove cleanup.c.
1673 * libio/cleanup.c: Remove.
1674 * libio/filedoalloc.c (_IO_file_doallocate): Don't call
1675 _IO_cleanup_registration_needed, even if not libc.
1676
1677 * testsuite/27_io/stringstream.cc (test02): Fix.
1678
1679 2000-08-14 Brent Verner <brent@rcfile.org>
1680
1681 * testsuite/debug_assert.h: new file
1682 * testsuite/*/*.cc: s/test\s*&=([^;]+);/VERIFY($1);/g
1683 changed conditional #include <c?assert.?h?> to
1684 unconditional #include <debug_assert.h>
1685 * mkcheck.in: added $SRC_DIR/testsuite to include search path
1686 for testsuite compile command.
1687
1688 2000-08-14 Levente Farkas <lfarkas@mindmaker.hu>
1689
1690 * bits/std_fstream.h: Remove duplicate typdefs for ofstream and
1691 wofstream, filebuf, wfilebuf, fstream, wfstream.
1692 * bits/std_streambuf.h: Same for streambuf, wstreambuf.
1693 * bits/std_sstream.h: Same for stringstream and wstringstream.
1694 Same for stringbuf, wstringbuf, istringstream, wistringstream,
1695 ostringstream, wostringstream.
1696
1697 * testsuite/26_numerics/valarray.cc: Add test.
1698
1699 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
1700
1701 * configure: Regenerate after change to ../libtool.m4.
1702
1703 2000-08-10 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1704
1705 * bits/locale_facets.tcc: Formatting tweaks.
1706 * bits/locale_facets.h (__enc_traits): Start integrating this
1707 into codecvt, ctype. Formatting tweaks.
1708
1709 2000-08-09 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1710
1711 Preliminary wchar_t implementation, with trivial encodings.
1712 * docs/configopts.html: Add bits about canonical configure option
1713 checking.
1714
1715 * testsuite/27_io/iostream_objects.cc: Replace this file (which
1716 has newly-declared-illegal mixing of wide/narrow stdstreams) with...
1717 * testsuite/27_io/narrow_stream_objects.cc: New file.
1718 * testsuite/27_io/wide_stream_objects.cc: New file.
1719
1720 * bits/fstream.tcc (underflow): Temporarily hack a solution
1721 together that writes from the external file to the internal
1722 buffers. This removes codecvt from the loop, and is incorrect.
1723 (_M_really_overflow): Same here.
1724
1725 * testsuite/21_strings/inserters_extractors.cc (test05): Tweaks.
1726
1727 2000-08-08 Benjamin Kosnik <bkoz@cygnus.com>
1728 Ulrich Drepper <drepper@cygnus.com>
1729
1730 * config/c_io_libio.h: Tweak.
1731 * config/c_io_libio_codecvt.c: New file.
1732 * libio/Makefile.am: Add c_codecvt.c.
1733 * libio/Makefile.in: Regenerate.
1734 * libio/genops.c (_IO_unbuffer_write): Don't call _IO_SETBUF if the
1735 stream is not orientated.
1736
1737 * acinclude.m4: Add config/c_io_libio_codecvt.c dummy file, until
1738 encoding gets fleshed out.
1739
1740 * bits/basic_file.h: Add specialization declarations.
1741 * config/c_io_libio.cc: Add specializations for pbackfail, uflow.
1742
1743 * config/c_io_libio.h: Add __c_wfile_type.
1744 * bits/basic_file.h: Add _M_wfile.
1745
1746 * config/c_io_libio.cc (__basic_file<char>): Initialize the
1747 streams without setting the orientation of the underlying FILE to
1748 either wide or narrow.
1749 (__basic_file<wchar_t>)): Enable tricky wchar_t io bits.
1750
1751 2000-08-07 Felix Natter <fnatter@gmx.net>
1752
1753 * docs/17_intro/porting-howto.html: New version.
1754
1755 2000-08-03 Mark Mitchell <mark@codesourcery.com>
1756
1757 * bits/locale_facets.h (ctype::ctype): Don't name unused
1758 parameters.
1759
1760 2000-08-01 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1761
1762 * docs/install.html: Edit bits about requiring a special version
1763 of the autotools.
1764
1765 2000-07-31 Benjamin Kosnik <bkoz@cygnus.com>
1766
1767 * libio/fileops.cc: Update to current glibc sources.
1768 * libio/genops.c: Same.
1769 * libio/iofwide.c: Same.
1770 * libio/libio.h: Same.
1771 * libio/libioP.h: Same.
1772 * libio/wfiledoalloc.c: Same.
1773 * libio/wgenops.c: Same.
1774
1775 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
1776
1777 * acinclude.m4: Include ../libtool.m4.
1778 * aclocal.m4, configure: Rebuilt.
1779
1780 2000-07-26 Phil Edwards <pme@sourceware.cygnus.com>
1781
1782 * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Test for GNU ld
1783 before trying to use any of its options.
1784 (CHECK_MATH_DECL*,CHECK_BUILTIN_MATH_DECL*): Cache tests.
1785 * aclocal.m4: Regenerate.
1786 * configure.in: Having found GNU make, name it.
1787 * configure: Regenerate.
1788 * docs/install.html: Mention possible problems with caching.
1789 * src/Makefile.am (CXXLINK): Use new OPT_LDFLAGS.
1790 * src/Makefile.in: Regenerate.
1791 * libio/Makefile.in: Regenerate.
1792 * math/Makefile.in: Regenerate.
1793 * Makefile.in: Regenerate.
1794
1795 2000-07-26 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1796
1797 * src/misc-inst.cc (std): Remove instantiations.
1798
1799 * acinclude.m4: Add forward-looking bits for autoconf.
1800 * aclocal.m4: Regenerate.
1801
1802 * bits/ostream.tcc (ostream::operator<<): Fix const char* case.
1803
1804 2000-07-25 Benjamin Kosnik <bkoz@gnu.org>
1805
1806 * configure.in: Change AM_PROG_LIBTOOL to AC_PROG_LIBTOOL. Change
1807 it back for current versions of maintainer-tools...
1808 * acinclude.m4: Some cleanups...
1809 * aclocal: Regenerated.
1810 * configure: Regenerated.
1811
1812 * src/Makefile.am (CXXLINK): Add -Wl,-01 to the link line for
1813 optimizing/adapting the hash table using GNU ld.
1814 * src/Makefile.in: Regenerate.
1815
1816 2000-07-24 H.J. Lu <hjl@gnu.org>
1817
1818 * src/Makefile.am (LIBIO_INCLUDES): Set to -I$(top_srcdir)/libio
1819 even if GLIBCPP_NEED_LIBIO is false. The installed glibc header
1820 files don't include private libio header files needed by
1821 libstdc++ v3.
1822 * src/Makefile.in: Rebuild.
1823
1824 2000-07-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1825
1826 * bits/std_fstream.h: Parameterize __basic_file.
1827 * config/c_io_libio.cc: Add wchar_t methods for parameterization.
1828 * bits/basic_file.h: Same here.
1829
1830 * bits/istream.tcc (getline): Tweaks.
1831
1832 * bits/fstream.tcc: Shorten __retval to __ret.
1833 * bits/ostream.tcc: Same.
1834 * bits/sbuf_iter.h: Same.
1835 * bits/sstream.tcc: Same.
1836 * bits/streambuf.tcc: Same.
1837 * bits/std_fstream.h: Same.
1838 * src/string-inst.cc: Same.
1839 * src/ios.cc: Same.
1840 * config/c_io_libio.cc: Same.
1841 * bits/string.tcc: Same.
1842 * bits/std_streambuf.h: Same.
1843
1844 2000-07-23 Brent Verner <brent@rcfile.org>
1845
1846 * bits/istream.tcc: istream::getline(char_type*, streamsize,
1847 char_type) make compliant
1848 * testsuite/27_io/istream_unformatted.cc: test for compliant behavior
1849
1850 2000-07-23 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1851
1852 * acinclude.m4 (enable_cshadow_headers): Fix problems with blddir
1853 and srcdir used to define CSHADOW_INCLUDES..
1854
1855 * configure.in: For consistency, change .sanity_warned to
1856 stamp-sanity-warned.
1857
1858 * acinclude.m4: Tweak formatting.
1859 * Makefile.am (check): Call mkcheck with full pathname for build
1860 directory...
1861 (check-install): And here.
1862 * Makefile.in: Regenerate.
1863
1864 2000-07-22 Gabriel Dos Reis <gdr@codesourcery.com>
1865
1866 Line up with libstdc++-v2 version of valarray.
1867 * bits/valarray_array.h (__valarray_product): Make inline.
1868 * src/valarray-inst.cc (__valarray_product): Remove explicit
1869 instantiation.
1870
1871 2000-07-21 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
1872
1873 * src/stl-inst.cc: Change __sink_unused_warning to unsigned int
1874 for alpha.
1875
1876 * testsuite/26_numerics/complex_inserters_extractors.cc (testall):
1877 Change return type to void.
1878 * testsuite/25_algorithms/lower_bound.cc: Add return values.
1879 * testsuite/17_intro/header_ciso646.cc: Modify.
1880 * bits/locale_facets.h: Add return values for the generic cases.
1881
1882 2000-07-21 H.J. Lu (hjl@gnu.org)
1883
1884 * acinclude.m4: Include <features.h> for glibc testing.
1885 * aclocal.m4: Likewise.
1886
1887 * configure: Rebuild.
1888
1889 2000-07-20 H.J. Lu (hjl@gnu.org)
1890
1891 * acinclude.m4: Change "#pragma system_header" to
1892 "#pragma GCC system_header".
1893 * aclocal.m4: Likewise.
1894 * bits/std_cmath.h: Likewise.
1895 * bits/std_cassert.h: Likewise.
1896 * bits/std_cctype.h: Likewise.
1897 * bits/std_cerrno.h: Likewise.
1898 * bits/std_cfloat.h: Likewise.
1899 * bits/std_climits.h: Likewise.
1900 * bits/std_clocale.h: Likewise.
1901 * bits/std_cwchar.h: Likewise.
1902 * bits/std_csetjmp.h: Likewise.
1903 * bits/std_csignal.h: Likewise.
1904 * bits/std_cstdarg.h: Likewise.
1905 * bits/std_cstddef.h: Likewise.
1906 * bits/std_cstdio.h: Likewise.
1907 * bits/std_cstdlib.h: Likewise.
1908 * bits/std_cstring.h: Likewise.
1909 * bits/std_ctime.h: Likewise.
1910 * bits/std_cwctype.h: Likewise.
1911 * bits/std_exception.h: Likewise.
1912 * bits/std_new.h: Likewise.
1913 * bits/std_typeinfo.h: Likewise.
1914 * shadow/bits/std_cassert.h: Likewise.
1915 * shadow/bits/std_cctype.h: Likewise.
1916 * shadow/bits/std_cerrno.h: Likewise.
1917 * shadow/bits/std_cfloat.h: Likewise.
1918 * shadow/bits/std_climits.h: Likewise.
1919 * shadow/bits/std_clocale.h: Likewise.
1920 * shadow/bits/std_cmath.h: Likewise.
1921 * shadow/bits/std_csetjmp.h: Likewise.
1922 * shadow/bits/std_csignal.h: Likewise.
1923 * shadow/bits/std_cstdarg.h: Likewise.
1924 * shadow/bits/std_cstddef.h: Likewise.
1925 * shadow/bits/std_cstdio.h: Likewise.
1926 * shadow/bits/std_cstdlib.h: Likewise.
1927 * shadow/bits/std_cstring.h: Likewise.
1928 * shadow/bits/std_ctime.h: Likewise.
1929 * shadow/bits/std_cwchar.h: Likewise.
1930 * shadow/bits/std_cwctype.h: Likewise.
1931 * shadow/bits/wrap_libio.h: Likewise.
1932 * shadow/bits/wrap_unistd.h: Likewise.
1933 * shadow/sys/cdefs.h: Likewise.
1934
1935 * configure: Rebuild.
1936
1937 2000-07-20 Jakub Jelinek <jakub@redhat.com>
1938
1939 * config/cpu/sparc/sparc64/bits/atomicity.h (__exchange_and_add):
1940 Use extended word instructions to match 64bit _Atomic_word.
1941 (__atomic_add): Likewise.
1942 * math/clog10l.c (clog10l): Use M_PIl if defined.
1943 * math/c_logl.c (c_logl): Likewise.
1944 * math/signbitl.c (__signbitl): Adapt for IEEE quad long doubles.
1945 * math/mathconf.h (ieee_quad_double_shape_type): New type.
1946 (GET_LDOUBLE_MSW64): New define.
1947
1948 2000-07-20 Benjamin Kosnik <bkoz@cygnus.com>
1949
1950 * bits/std_streambuf.h: Add bits for pback buffers here, so that
1951 in_avail, etc can use them.
1952 * bits/std_fstream.h: Ditto.
1953 * bits/fstream.tcc: Ditto.
1954 * testsuite/27_io/filebuf.cc: Tweaks.
1955 * testsuite/27_io/filebuf-3.tst: Correct for pbackfail bits.
1956
1957 2000-07-19 Benjamin Kosnik <bkoz@cygnus.com>
1958
1959 * src/localename.cc: Same.
1960 * src/locale.cc: Same.
1961 * bits/localefwd.h: _M_init_facet to _M_facet_init.
1962
1963 * bits/locale_facets.h: _M_init_boolnames to _M_boolnames_init.
1964
1965 * bits/std_sstream.h: Change _M_init_stringbuf to _M_stringbuf_init.
1966
1967 * bits/fstream.tcc: Change _M_init_filebuf to _M_filebuf_init.
1968 * bits/std_fstream.h: Same.
1969
1970 * bits/basic_string.h: Tweaks.
1971
1972 2000-07-19 Phil Edwards <pme@sourceware.cygnus.com>
1973
1974 * docs/18_support/howto.html: Update.
1975
1976 2000-07-19 Benjamin Kosnik <bkoz@milou.soma.redhat.com>
1977
1978 Internal consistency checks.....
1979 * bits/ios_base.h: Change _M_locale_ios to _M_ios_locale.
1980 * src/ios.cc: Same.
1981
1982 * bits/basic_ios.h: Change _M_fctype_ios to _M_ios_fctype.
1983 * bits/basic_ios.tcc: Same.
1984
1985 * bits/std_streambuf.h: Change _M_locale_buf to _M_buf_locale.
1986 Change _M_fctype_buf to _M_buf_fctype.
1987 * bits/fstream.tcc: Same.
1988
1989 * bits/std_streambuf.h: Change _M_buf_bump to _M_out_cur_move.
1990 Change _M_locale_set to _M_buf_locale_init.
1991 * bits/streambuf.tcc: Same.
1992 * bits/sstream.tcc: Same.
1993 * bits/fstream.tcc: Same.
1994
1995 * bits/std_streambuf.h: Make typedefs consistent.
1996 (_M_buf_bump): Be more careful with input sequence.
1997
1998 * bits/std_sstream.h: Same.
1999 * bits/std_fstream.h: Same.
2000
2001 2000-07-18 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2002
2003 * acinclude.m4: Tweaks.
2004 * config/c_io_libio.cc: Tweaks.
2005 * bits/sstream.tcc (stringbuf::pbackfail): Simplify.
2006 * libio/_G_config.h: Don't define _G_HAVE_ST_BLKSIZE.
2007 * libio/[iofwide.c, wfiledoalloc.c, wfiteopos.c, wgenops.c]: New files.
2008 * libio/iofclose.c iofopen.c, stdio.c: New files.
2009 * libio/Makefile.am: Add files, add flags, etc.
2010 * src/Makefile.am (sources): Add filebuf.cc.
2011 * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT):
2012 (GLIBCPP_ENABLE_CSTDIO): Versioning testing, etc etc.
2013
2014 2000-07-17 Phil Edwards <pme@sourceware.cygnus.com>
2015
2016 * acinclude.m4: Import CHECK_GNU_MAKE from autoconf macro archive.
2017 * configure.in: Use it. Also print reminders one time.
2018 * aclocal.m4: Regenerate.
2019 * configure: Regenerate.
2020
2021 2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com>
2022
2023 * bits/valarray_array.h (__valarray_get_storage): New function.
2024 (_Array<>::Array): Use it.
2025 * bits/std_valarray.h (valarray<>::valarray): Likewise.
2026 (valarray<>::resize): Likewise. Tweak.
2027 * src/valarray-inst.cc (__valarray_product): Tweak.
2028
2029 2000-07-11 Phil Edwards <pme@sourceware.cygnus.com>
2030
2031 * docs: Update sourceware->sources in every HTML file. Minor updates.
2032
2033 2000-07-07 Benjamin Kosnik <bkoz@soma.redhat.com>
2034
2035 Clean up configure/build longstanding issues.
2036 * src/Makefile.am (AC_CXXFLAGS): Don't set @SECTION_LDFLAGS@ here.
2037 (CXXLINK): Add here, instead.
2038
2039 * Makefile.am (check-install): Make sure mkcheck has execute privs.
2040 (check): Same here.
2041 * configure.in (AC_OUTPUT_COMMANDS): Remove hacks here.
2042
2043 * configure.in (AC_OUTPUT_COMMANDS): Link c_io_libio.h and
2044 c_io_libio.cc instead of copying.
2045 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Do link here.
2046
2047 * configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and
2048 c++threads.h instead of copying.
2049 * acinclude.m4 (GLIBCPP_ENABLE_THREADS): Do link here.
2050 Tweaks.
2051
2052 * config/c_io_libio.cc (__basic_file::_M_open_mode): Consolidate.
2053 * bits/basic_file.h: Declare.
2054
2055 * mkcheck.in (TESTS_FILE): Use -v instead of --version.
2056
2057 2000-07-07 brent verner <brent@rcfile.org>
2058
2059 * testsuite/27_io/istream_unformatted.cc (test05): New test.
2060
2061 2000-07-07 Benjamin Kosnik <bkoz@gnu.org>
2062
2063 * bits/istream.tcc (istream::getline): Minor tweaks.
2064
2065 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
2066
2067 * docs/download.html: Mention gcc_update.
2068 * docs/configopts.html: Minor updates.
2069 * docs/gccrebuild.html: Ditto.
2070 * docs/18_support/howto.html: More tips, explanations, and reminders.
2071 * docs/19_diagnostics/howto.html: Ditto.
2072 * docs/21_strings/howto.html: Ditto.
2073 * docs/24_iterators/howto.html: Ditto.
2074 * docs/25_algorithms/howto.html: Ditto.
2075 * docs/26_numerics/howto.html: Ditto.
2076
2077 2000-07-05 brent verner <brent@rcfile.org>
2078
2079 * testsuite/27_io/ifstream_members.cc (test01): Add tests.
2080 * testsuite/27_io/ofstream_members.cc (test01): Add tests.
2081 * config/c_io_libio.cc (__basic_file::open): Unset
2082 ~_IO_DELETE_DONT_CLOSE.
2083
2084 2000-07-05 Zack Weinberg <zack@wolery.cumb.org>
2085
2086 * bits/gslice_array.h, bits/indirect_array.h, bits/mask_array.h,
2087 bits/slice_array.h, bits/std_valarray.h, bits/valarray_meta.h:
2088 Do not paste anything after 'operator' keyword.
2089
2090 2000-07-03 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2091
2092 * bits/std_memory.h: Revert.
2093
2094 2000-07-03 Brendan Kehoe <brendan@zen.org>
2095
2096 * bits/std_complex.h: Fix parens. Format.
2097
2098 2000-07-03 scott snyder <snyder@fnal.gov>
2099
2100 * bits/locale_facets.tcc (_M_extract): Only figure out the base
2101 from the input if base == 0.
2102 * testsuite/27_io/istream_extractor_arith.cc: Test reading a
2103 number with a leading `0' in hex mode.
2104
2105 * shadow/bits/std_cmath.h: Fix typo in _GLIBCPP_HAVE_CEILL test.
2106
2107 * mkinclosure: Change `==' to `=' in test.
2108
2109 2000-07-03 Chip Salzenberg <chip@valinux.com>
2110
2111 * src/Makefile.am (libio_headers): _G_config.h is found in srcdir,
2112 not builddir.
2113 * src/Makefile.in: Regenerate.
2114
2115 2000-07-01 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2116 Ulrich Drepper <drepper@purist.soma.redhat.com>
2117
2118 Sync libio to glibc-2.2 current CVS.
2119 * libio/_G_config.h: New file.
2120 * libio/wfileops.c: New file.
2121 * libio/wfiledoalloc.c: New file.
2122 * libio/wgenops.c: New file.
2123 * libio/iofwide.c: New file.
2124 * libio/Makefile.am: Tweaks.
2125 * libio/Makefile.in: Regenerate.
2126 * libio/gen-params: Remove. Generic replacement for this yet undone.
2127 * libio/[filedoalloc.c, fileops.c, genops.c, iolibio.h, libio.h,
2128 libioP.h, stdfiles.c]: Update.
2129 * config/c_io_libio.cc: Tweaks.
2130 * acinclude.m4: Complete hacks to test wide io.
2131 * aclocal.m4: Regenerate.
2132 * configure: Regenerate.
2133 * src/Makefile.am: Update.
2134 * src/Makefile.in: Regenerate.
2135
2136 * math/cargl.c: Remove underscores.
2137
2138 * bits/locale_facets.h: Tweaks. Start adding iconv details
2139 and notes.
2140 * bits/locale_facets.tcc: Tweaks.
2141 * bits/std_cwchar.h: Tweaks.
2142
2143 2000-06-29 scott snyder <snyder@fnal.gov>
2144
2145 * bits/concept_checks.h
2146 (__less_then_comparable_requirement_violation): Only check for <.
2147 * testsuite/25_algorithms/lower_bound.cc: New file.
2148
2149 2000-06-29 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2150
2151 * testsuite/27_io/ostream_manip.cc (test02): Add tests.
2152 * bits/ostream.tcc: Tweak.
2153 * bits/std_fstream.h (basic_filebuf::setbuf): Reset
2154 _M_buf_size_opt too.
2155 * bits/std_streambuf.h (basic_streambuf::~basic_streambuf): Zero
2156 out _M_buf_size_opt.
2157 * bits/std_sstream.h (basic_stringbuf::_M_init_stringbuf): Set
2158 _M_buf_size_opt out here.
2159 * bits/char_traits.h (char_traits::eos): Non standard member
2160 function, uglify to __eos. Return char_type().
2161 * bits/std_ostream.h: Change.
2162
2163 * testsuite/27_io/ostream_seeks.cc: New file.
2164 * testsuite/27_io/ostream_seeks-1.tst: New file.
2165 * testsuite/27_io/istream_unformatted.cc (main): Move test04 and
2166 test05 to...
2167 * testsuite/27_io/istream_seeks.cc: New file.
2168
2169 2000-06-29 Branko Cibej <branko.cibej@hermes.si>
2170
2171 * bits/std_memory.h (auto_ptr_ref): Reworked and defined only if
2172 _GLIBCPP_RESOLVE_LIB_DEFECTS.
2173 (auto_ptr): _M_ptr changed to void*.
2174 (suto_ptr::get): Cast _M_ptr to element type.
2175 (auto_ptr::auto_ptr(auto_ptr<Tp1>)): Test implicit convetsion.
2176 (auto_ptr::~auto_ptr): Use this->get() instead of _M_ptr.
2177 (auto_ptr::operator*): Likewise.
2178 (auto_ptr::operator->): Likewise.
2179 (auto_ptr::release): Likewise.
2180 (auto_ptr::reset): Likewise.
2181 (auto_ptr::auto_ptr(auto_ptr_ref)): Initialize from __ref._M_release.
2182 (auto_ptr::operator auto_ptr_rev<_Tp1>): Updated.
2183 Define nested auto_ptr_ref unless _GLIBCPP_RESOLVE_LIB_DEFECTS.
2184 Define operator=(auto_ptr_ref) if _GLIBCPP_RESOLVE_LIB_DEFECTS.
2185
2186 2000-06-28 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2187
2188 * testsuite/27_io/filebuf.cc: Tweak.
2189 * testsuite/27_io/filebuf_members.cc (test_01): Fix.
2190 * config/c_io_libio.cc (__basic_file::~__basic_file): Match libio
2191 filebuf dtor.
2192 (__basic_file::basic_file): Clean, add calls similar to
2193 _IO_file_attach.
2194 (__basic_file::open): Clean.
2195 (__basic_file::sys_open): Clean.
2196
2197 * bits/std_fstream.h: Revert.
2198 * bits/fstream.tcc (filebuf::close()): Revert.
2199 (filebuf::basic_filebuf()): Revert.
2200
2201 2000-06-27 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2202
2203 Update to SGI STL 3.3
2204 * ext/hash_map, ext/hash_set, ext/slist, ext/stl_bvector.h,
2205 ext/stl_rope.h, ext/ropeimpl.h: Update.
2206 * bits/std_bitset.h, bits/std_map, bits/std_memory.h,
2207 bits/stl_algo.h, bits/stl_algobase.h, bits/stl_alloc.h,
2208 bits/stl_config.h, bits/stl_construct.h, bits/stl_deque.h,
2209 bits/stl_function.h, bits/stl_heap.h, bits/stl_iterator.h,
2210 bits/stl_iterator_base.h, bits/stl_list.h, bits/stl_map.h,
2211 bits/stl_multimap.h, bits/stl_multiset.h, bits/stl_numeric.h,
2212 bits/stl_queue.h, bits/stl_set.h, bits/stl_stack.h,
2213 bits/stl_string_fwd.h, bits/stl_threads.h, bits/stl_three.h,
2214 bits/stl_uninitialized.h, bits/stl_vectory.h: Update.
2215
2216 * src/Makefile.am (headers): Add new files.
2217 * src/Makefile.in: Regenerate.
2218 * src/stl-inst.cc (std): Add instantiation for __sink_unused_warning.
2219 * bits/concept_checks.h: New file.
2220 * bits/container_concepts.h: New file.
2221 * bits/sequence_concepts.h: New file.
2222
2223 2000-06-27 H.J. Lu <hjl@gnu.org>
2224 Loren J. Rittle <ljrittle@acm.org>
2225
2226 * mkcheck.in: Add support to print standard flags needed to
2227 test g++ in build tree. Enhance command line error checking.
2228
2229 2000-06-27 Phil Edwards <pme@sourceware.cygnus.com>
2230
2231 * docs/install.html: Fix minor typo as reported.
2232
2233 2000-06-26 Brent Verner <brent@rcfile.org>
2234
2235 * bits/string.tcc (string::rfind): Fix.
2236 * testsuite/21_strings/rfind.cc: New file.
2237
2238 2000-06-26 Anthony Williams <anthony@anthonyw.cjb.net>
2239
2240 * testsuite/21_strings/ctor_copy_dtor.cc: Fixed logic error.
2241
2242 2000-06-26 Branko Cibej <branko.cibej@hermes.si>
2243
2244 * testsuite/27_io/filebuf_members.cc (test_01): Fixed typos.
2245
2246 * mkcheck.in: Make the *.txt and *.tst files writable after
2247 copying them to $TEST_DIR.
2248
2249 * testsuite/27_io/ostream_inserter_arith.cc: Renamed
2250 __TEST_NUMPUT_VERBOSE to TEST_NUMPUT_VERBOSE. Define
2251 TEST_NUMPUT_VERBOSE only if DEBUG_ASSERT.
2252
2253 2000-06-23 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2254
2255 * bits/fstream.tcc (basic_filebuf::basic_filebuf(fd)): Use it.
2256 (basic_filebuf::close): Use it.
2257 * bits/std_fstream.h (basic_filebuf): Remove default arguments for
2258 filebuf ctor.
2259 (basic_filebuf): Add _M_fileno_based data member.
2260 As reported by brent verner <brent@rcfile.org>
2261 * testsuite/27_io/filebuf_members.cc: New file.
2262 * testsuite/27_io/filebuf_members-1.tst: New file.
2263
2264 * bits/std_fstream.h: Formatting tweaks.
2265 * testsuite/27_io/ofstream_members.cc: New file.
2266 * testsuite/27_io/ofstream_members-1.tst: New file.
2267 * testsuite/27_io/ifstream_members.cc: New file.
2268 * testsuite/27_io/ifstream_members-1.tst: New file.
2269
2270 2000-06-23 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2271 Ulrich Drepper <drepper@cygnus.com>
2272
2273 * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Add -D_GNU_SOURCE, so
2274 that all the freaky stuff like sincos will be around...
2275
2276 2000-06-22 Branko Cibej <branko.cibej@hermes.si>
2277
2278 * Makefile.am (AM_MAKEFLAGS): Added WERROR to list of flags.
2279
2280 2000-06-22 Steven King <sxking@uswest.net>
2281
2282 * acinclude.m4: Check for sinl, _sinl using 1 parameter.
2283
2284 2000-06-22 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2285
2286 * acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT): Redo. Use the
2287 same approach as GLIBCPP_CHECK_MATH_SUPPORT, only don't try to
2288 link against libm and don't use -fno-builtins...
2289 * math/mathconf.h: Change up builtin macros to new schema.
2290 * bits/std_cmath.h: And here. Wheee!
2291 * shadow/bits/std_cmath.h: And here.
2292 * acconfig.h: Change up builtin macros here.
2293 * math/cosf.c: Remove.
2294 * math/fabsf.c: Likewise.
2295 * math/sinf.c: Likewise.
2296 * math/sqrtf.c: Likewise.
2297 * math/Makefile.am (EXTRA_DIST): Remove those four files.
2298 * math/Makefile.in: Regenerate.
2299
2300 2000-06-22 Anthony Williams <anthony@anthonyw.cjb.net>
2301
2302 * testsuite/21_strings/find.cc: Patch.
2303
2304 2000-06-22 Benjamin Kosnik <bkoz@soma.redhat.com>
2305
2306 * acinclude.m4 (GLIBCPP_CHEC_LINKER_FEATURES): Use gcc + -x c++ as
2307 an easy way to get at g++ without having to link in libstdc++.
2308
2309 2000-06-21 Benjamin Kosnik <bkoz@soma.redhat.com>
2310
2311 Fix alpha, powerpc build failures.
2312 * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Substantially
2313 re-write. Need to check for both proper declaration when using a
2314 c++ compiler, and "C" linkage when linking. Do both, and if both
2315 exist, then define the HAVE_* bits in config.h.
2316 (GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE): New, uber-macro. Does all.
2317 (GLIBCPP_CHECK_LINKER_FEATURES): Actually link and run this
2318 program, doh.
2319
2320 2000-06-20 Anthony Williams <anthony@anthonyw.cjb.net>
2321
2322 * bits/string.tcc: Fix find.
2323 * testsuite/21_strings/find.cc: Patch.
2324
2325 2000-06-20 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2326
2327 * docs/install.html: Update where to get automake, where to get
2328 binutils.
2329 * acinclude.m4: Need -fno-builtins too, so gcc doesn't recognize
2330 builtins.
2331
2332 2000-06-19 Benjamin Kosnik <bkoz@soma.redhat.com>
2333
2334 * acinclude.m4 ((GLIBCPP_CHECK_MATH_SUPPORT): Revert last change.
2335 Add -Werror-implicit-function-declaration instead.
2336
2337 Regenerate with fixed maintainer-tools.
2338 * aclocal.m4: Regenerate.
2339 * configure: Regenerate.
2340 * libio/Makefile.in: Regenerate.
2341 * src/Makefile.in: Regenerate.
2342
2343 2000-06-19 Russell Davidson <russell@ehess.cnrs-mrs.fr>
2344
2345 * testsuite/27_io/istream_extractor_arith.cc: Patch.
2346 * bits/locale_factets.tcc: Tweak.
2347
2348 2000-06-19 Raja R Harinath <harinath@cs.umn.edu>
2349
2350 * src/Makefile.am: change @WERROR@ to $(WERROR) so that this can
2351 be overridden on the command line for individual files.
2352
2353 2000-06-19 Benjamin Kosnik <bkoz@soma.redhat.com>
2354
2355 * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Can't use
2356 AC_LANG_CPLUSPLUS as this tries to link in libstdc++, which we are
2357 building. Use -x c++ instead, which does not attempt to link
2358 libstdc++.
2359
2360 * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Actually check for
2361 not coring when we hit a try/throw block, which was the problem
2362 with the linker support...
2363
2364 * docs/17_intro/contribute.html: Add bits about getting to the LWG
2365 issues pages.
2366 * docs/documentation.html: Rename link to make more accurate and scary.
2367 * docs/gccrebuild.html: Edit for clarity as these are no longer
2368 separate projects.
2369 * docs/install.html: Add bits about binutils for
2370 -ffunction-sections, -fdata-sections, -Wl,--gc-sections
2371
2372 * configure.in: Add call for GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT.
2373 * math/Makefile.am (EXTRA_DIST): Change USE_LONG_DOUBLE to
2374 USE_COMPLEX_LONG_DOUBLE.
2375 * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Break into
2376 GLIBCPP_CHECK_MATH_SUPPORT and GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT.
2377 Works around irregularies in powerpc "C" compiler, but a good idea
2378 anyway.
2379
2380 * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_COMPILER_SUPPORT):
2381 New. Merge both old compiler bug checks for complex into this.
2382
2383 2000-06-19 Anthony Williams <anthony@anthonyw.cjb.net>
2384
2385 * testsuite/21_strings/find.cc: Empty strings can be found at all
2386 positions. Modified.
2387
2388 2000-06-19 Branko Cibej <branko.cibej@hermes.si>
2389
2390 * testsuite/20_utilities: New directory.
2391 * testsuite/20_utilities/auto_ptr.cc: New file.
2392
2393 2000-06-14 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2394
2395 * src/Makefile.am (string_sources): Simplify, assuming that with
2396 -ffunction-sections, -fdata-sections, -Wl,--gc-sections, all this
2397 hacking is not necessary.
2398 (wstring_sources): Same.
2399 (OPTIMIZE_CXXFLAGS): Enable -fdata-sections -ffunction-sections
2400 -Wl,--gc-sections.
2401 * src/string-inst.cc: Remove macro blocks.
2402 * mkcheck.in (CXX_FLAG): Add bits here.
2403
2404 * src/string-inst.cc: Remove iostream-related string instantiations.
2405 * src/misc-inst.cc: Add here.
2406
2407 * acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION): Change FMTFLAGS
2408 to WFMT_FLAGS.
2409 * aclocal.m4: Regenerate.
2410 * configure.in: Change up.
2411 * configure: Regenerate.
2412
2413 2000-06-13 Steven King <sxking@uswest.net>
2414
2415 * acinclude.m4: Fixup some of the builtin math tests and add tests for
2416 __builtin_fmod* and test libm for fmodf, fmodl or _fmodf, _fmodl.
2417 * acconfig.h: Add entries for fmod*.
2418
2419 2000-06-13 Branko Cibej <branko.cibej@hermes.si>
2420
2421 * bits/std_cmath.h: Fix typos in tests (*_FMODFF -> *_FMODF).
2422 Test *_MODFF not *_MODF for modf(float, float*).
2423 (modf(float, float*)): Remove reference to _C_legacy.
2424
2425 2000-06-13 Benjamin Kosnik <bkoz@redhat.com>
2426
2427 * acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to
2428 _GNU_SOURCE instead of _ISOC9X_SOURCE, as _GNU_SOURCE is the
2429 superset, and already defined at top level.
2430 * aclocal.m4: Regenerate.
2431 * configure: Regenerate.
2432
2433 * docs/17_intro/contribute.html: Plead with people to use -cp.
2434
2435 2000-06-13 Anthony Williams <anthony@anthonyw.cjb.net>
2436
2437 * testsuite/23_containers/bitset_ctor.cc: Qualify reverse wth std::.
2438
2439 * testsuite/27_io/filebuf.cc: Changed calls to
2440 fpos<>._M_position() to implicit calls to operator streamoff().
2441 * testsuite/27_io/iostream_objects.cc: Removed #include <ciso646>,
2442 as not needed. Revert, as part of standard.
2443 * testsuite/27_io/ostream_inserter_arith.cc: Replaced explicit
2444 call to numpunct<>._M_init() with overrides of the appropriate
2445 virtual functions.
2446
2447 * testsuite/27_io/stringstream.cc: Removed unnecessary char *
2448 pointers from test01, so no need to call base(), which isn't
2449 guaranteed to be implemented as iterators may themselves be pointers
2450 * testsuite/27_io/stringbuf.cc: Removed unnecessary calls to
2451 _M_position() - use implicit conversion to streamoff instead
2452
2453 2000-06-13 Thomas Holenstein <thomas@hex.ch>
2454
2455 * bits/stl_iterator.h: Added inline to operators == to >=.
2456
2457 2000-06-13 Brent Verner <brent@rcfile.org>
2458
2459 * bits/streambuf.tcc: repaired _S_copy_streambufs()
2460 * testsuite/27_io/ostream_inserter_other.cc (test03): Added testcase.
2461
2462 2000-06-12 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2463
2464 * bits/locale_facets.h (ctype<wchar_t>): Remove unnecessary data
2465 members.
2466 * src/locale.cc: Add cwchar include here. Remove incorrect
2467 definitions, and stub them out.
2468 * config/generic/ctype.cc (ctype): Remove ctype<wchar_t> bits.
2469 * config/solaris/solaris2.7/ctype.cc (ctype): Same.
2470 * config/solaris/solaris2.5/ctype.cc (ctype): Same.
2471 * config/newlib/ctype.cc: Same.
2472 * config/gnu-linux/ctype.cc: Same.
2473 * config/bsd/ctype.cc: Same.
2474 * config/aix/ctype.cc: Same.
2475
2476 2000-06-12 Branko Cibej <branko.cibej@hermes.si>
2477
2478 * config/solaris/solaris2.6/ctype.cc (do_toupper, do_tolower): Use
2479 towupper and towlower to convert wide characters.
2480
2481 2000-06-12 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2482
2483 * mkcheck.in: Clean up confusion regarding NAME, PRE_NAME.
2484
2485 2000-06-08 Branko Cibej <branko.cibej@hermes.si>
2486
2487 * acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT): Check for
2488 sinf, cosf, fabsf, and sqrtf; add to LIBMATHOBJS if missing.
2489 * aclocal.m4: Regenerate.
2490 * configure: Regenerate.
2491 * math/cosf.c: New file.
2492 * math/fabsf.c: Likewise.
2493 * math/sinf.c: Likewise.
2494 * math/sqrtf.c: Likewise.
2495 * math/Makefile.am (EXTRA_DIST): Add those four files.
2496 * math/Makefile.in: Regenerate.
2497
2498 2000-06-08 Phil Edwards <pme@sourceware.cygnus.com>
2499
2500 * testsuite/26_numerics/complex_inserters_extractors.cc: Need cmath.
2501
2502 2000-06-06 Steven King <sxking@uswest.net>
2503
2504 * acconfig.h: Added defines for HAVE_BUILTIN math functs for float,
2505 double and long double. Added defines for HAVE libm math functs for
2506 float and long double.
2507 * aclocal.m4: Added configure checks for builtin math funcs and libm
2508 support for float and long double versions of the math functions.
2509 * config.h.in: Added undefs for math functs.
2510 * configure: Regenerate.
2511 * math/mathconf: Changed the _GLIBCPP_HAS_BUILTIN_* to
2512 _GLIBCPP_HAVE_BUILTIN_*.
2513 * bits/std_cmath.h: Added long double support. Use builtins for
2514 float, double and long if available, otherwise, use libm versions if
2515 availible, otherwise, punt.
2516 * shadow/bits/std_cmath.h: ditto
2517
2518 2000-06-02 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2519
2520 * bits/locale_facets.h: Tweak.
2521 * src/locale.cc (codecvt<wchar_t>): Tweak.
2522
2523 * bits/locale_facets.h (_Format_cache): _S_ecks -> _S_x.
2524 * bits/locale_facets.tcc (num_get<char>::_M_extract): Fix for hex.
2525
2526 * bits/basic_string.h: Move data member up.
2527 * src/string-inst.cc: Fix instantiations.
2528 * bits/string.tcc: Fix types.
2529
2530 2000-06-02 Anthony Williams <anthony@anthonyw.cjb.net>
2531
2532 * testsuite/21_strings/replace.cc (test01): Qualify find with std::.
2533
2534 2000-06-01 Benjamin Kosnik <bkoz@gnu.org>
2535
2536 * bits/std_cwctype.h: Clean.
2537 * bits/std_cwchar.h: Clean, remove cruft.
2538
2539 * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Re-work, add bits
2540 for beginning iconv support.
2541 Remove _GLIBCPP_HAS_WCHAR_MIN_MAX, roll into _GLIBCPP_USE_WCHAR_T
2542 macro.
2543 * acconfig.h: Remove _GLIBCPP_HAS_WCHAR_MIN_MAX.
2544 * bits/limits_generic.h: Remove.
2545 * src/gen-num-limits.cc: Same.
2546
2547 * src/locale.cc: Tweaks.
2548
2549 * bits/char_traits.h: Tweaks.
2550
2551 2000-05-31 Russell Davidson <russell@ehess.cnrs-mrs.fr>
2552
2553 * bits/locale_facets.tcc (num_get<char>::_M_extract): Fix signage,
2554 exponent, scientific formatting issues.
2555 * testsuite/27_io/istream_extractor_arith.cc (test09): Add tests.
2556
2557 2000-05-31 Branko Cibej <branko.cibej@hermes.si>
2558
2559 * bits/limits_generic.h (numeric_limits<wchar_t>): Use WCHAR_MIN
2560 and WCHAR_MAX instead of WCHART_MIN and WCHART_MAX.
2561
2562 2000-05-31 Nathan Myers <ncm@cantrip.org>
2563
2564 * docs/thanks.html: edit own credits
2565
2566 2000-05-31 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2567
2568 * bits/generic_shadow.h: Remaining _C_Shadow -> _C_shadow fix.
2569
2570 * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Add strtoull checks...
2571
2572 * mkcheck.in (SH_FLAG): Add in -Wl,--rpath -Wl,$LIB_PATH. Tweaks.
2573
2574 2000-05-31 Steven King <sxking@uswest.net>
2575
2576 * shadow/time.h: fix typo
2577 * shadow/wchar.h: ifdef __USE_GNU for wcsdup
2578 * shadow/bits/std_cwchar.h: ditto
2579 * shadow/bits/std_cstdlib.h: add overloads of abs and div for long
2580 and long long.
2581
2582 2000-05-26 Phil Edwards <pme@sourceware.cygnus.com>
2583
2584 * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): If strtoll isn't
2585 available, force --disable. Need to flesh this out; make smarter.
2586 * aclocal.m4: Regenerate.
2587 * configure: Regenerate.
2588
2589 * mkcheck.in: Minor tweaks.
2590 * docs/download.html: Fix typo.
2591
2592 2000-05-25 Benjamin Kosnik <bkoz@milou.soma.redhat.com>
2593
2594 * inclosure: Change to...
2595 * mkinclosure: This.
2596 Fix paths to bash.
2597 * mkcshadow: Fix paths to bash.
2598
2599 * src/Makefile.am: Tweaks. Do cshadow header trickery at build time.
2600 * src/Makefile.in: Regnerate.
2601 * acinclude.m4 (GLIBCPP_COMPILER_VERSION): Fix typo.
2602 (GLIBCPP_ENABLE_SHADOW): Do a less gross hack.
2603 * aclocal.m4: Regenerate.
2604 * mkcheck.in (INC_PATH): Tweak.
2605
2606 * configure.in: Enable long long by default.
2607 * configure: Regenerate.
2608
2609 * mkcheck.in (LIB_PATH): Revert.
2610
2611 2000-05-24 Nathan "I don't write ChangeLog Entries" Myers <ncm@cantrip.org>
2612
2613 * config/cpu/i486: New directory.
2614 * config/cpu/i486/bits: New directory.
2615 * config/cpu/i486/bits/atomicity.h: New file.
2616 * config/cpu/i386/bits/atomicity.h (__compare_and_swap): Delete
2617 'cmpxchgl' asm.
2618 * acinclude.m4 (GLIBCPP_CHECK_CPU): Enable i386.
2619
2620 2000-05-24 Loren J. Rittle <ljrittle@acm.org>
2621
2622 * backward/alloc.h (__default_alloc_template): Only expose
2623 implementation-specific symbol, if it exists in the
2624 configuration.
2625 * backward/iostream.h (ends): Expose symbol.
2626 * backward/strstream.h: New file.
2627 * backward/stream.h: New file.
2628 * backward/ostream.h: New file.
2629 * backward/istream.h: New file.
2630 * backward/fstream.h: New file.
2631 * backward/complex.h: New file.
2632 * backward/iomanip.h: New file.
2633
2634 * mkcheck.in (LIB_PATH): Add -R bits.
2635
2636 * math/carg.c (carg): Replace __atan2 with atan2.
2637
2638 2000-05-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2639
2640 * Makefile.am (TAGS): Construct.
2641 * Makefile.in: Rengerate.
2642 * src/Makefile.am: Tweak.
2643 * src/Makefile.in: Tweak.
2644 * configure.in: Tweak.
2645
2646 * bits/c++config.h: Rename to ...
2647 * bits/c++config: This.
2648 * mkc++config: Adjust.
2649
2650 * m4: Remove.
2651 * m4/lc_message.m4: Merge into acinclude.m4.
2652 * m4/mathfcts.m4: Same.
2653 * m4/stringfcts.m4: Same.
2654 * acinclude.m4: Add here.
2655 * configure: Regnerate.
2656
2657 * acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION): Remove
2658 OPTLEVEL. Add FMTFLAGS.
2659 * aclocal.m4: Regenerate.
2660 * src/Makefile.am (AC_CXXFLAGS): Take out OPTLEVEL, as this has
2661 been disabled due to higher-level Makefiles running amuck over
2662 this bit, and add in FMTFLAGS so that formatting is clear.
2663 * src/Makefile.in: Regenerate.
2664 * configure: Regenerate.
2665
2666 * src/ios.cc (ios_base::sync_with_stdio): Clean up buffers from
2667 initialization.
2668
2669 * docs/download.html: Remove references to Cygwin-specific bits,
2670 as this can now be built natively.
2671 Update with current information.
2672
2673 2000-05-24 Phil Edwards <pme@sourceware.cygnus.com>
2674
2675 * acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION): If we can use
2676 -fdiagnostics-show-location=once, do so. Expand AC_LANG_* to
2677 enclose other tests in this macro, including future ones.
2678 * aclocal.m4: Regenerate.
2679 * configure: Regenerate.
2680
2681 * docs/faq/index.html: Update location of libg++ FAQ.
2682 * docs/faq/index.txt: Regenerate.
2683
2684 2000-05-22 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
2685
2686 * docs/17_intro/libstdc++-assign.txt: Change Cygnus to FSF.
2687
2688 2000-05-22 Phil Edwards <pme@sourceware.cygnus.com>
2689
2690 * mkcheck.in: Tweak for Solaris 8. Additional minor output comment.
2691
2692 2000-05-22 Phil Edwards <pme@sourceware.cygnus.com>
2693
2694 * acinclude.m4: If the new pragma isn't supported, don't kill -Werror;
2695 keep -Werror and add -Wno-unknown-pragma. -Werror Is Good.
2696 * aclocal.m4: Regenerate.
2697 * configure: Regenerate.
2698
2699 2000-05-19 Nathan C. Myers <ncm@cantrip.org>
2700
2701 * bits/generic_shadow.h: s/swamp/legacy/
2702
2703 2000-05-19 Phil Edwards <pme@sourceware.cygnus.com>
2704
2705 * acinclude.m4: Clean up comments on newer checks.
2706 (GLIBCPP_CHECK_COMPILER_VERSION): Check for system_header
2707 pragma support. Remove WERRORSUPPRESS variable, add WERROR.
2708 * aclocal.m4: Regenerate.
2709 * configure: Regenerate.
2710 * Makefile.in: Regenerate.
2711 * libio/Makefile.in: Regenerate.
2712 * math/Makefile.in: Regenerate.
2713 * src/Makefile.am: Tell make's WERROR to depend on configure's WERROR.
2714 * src/Makefile.in: Regenerate.
2715 * docs/configopts.html: Document changes to --enable names.
2716
2717 2000-05-18 Chip Salzenberg <chip@valinux.com>
2718
2719 * bits/ostream.tcc (_S_pad_char): Function template should not be
2720 static.
2721 * bits/streambuf.tcc (_S_copy_streambufs): Likewise.
2722 * src/string-inst.cc (__destroy_aux): Instantiate for string*.
2723
2724 2000-05-18 Nathan C. Myers <ncm@cantrip.org>
2725
2726 * mkcshadow: Change C_Swamp to C_legacy.
2727 * shadow/*: Same.
2728 * shadow/bits/*: Same.
2729 s/C_Swamp/C_legacy/g
2730 s/SWAMP/LEGACY/g
2731 s/_Shadow/_shadow/g
2732
2733 2000-05-18 Anthony Williams <anthony@anthonyw.cjb.net>
2734
2735 * bits/locale_facets.tcc (num_get::_M_extract): Change char* to
2736 const char*.
2737 * src/string-inst.cc (string::_S_find): Same.
2738
2739 2000-05-18 Benjamin Kosnik <bkoz@gnu.org>
2740
2741 * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
2742 --enable-cshadow-headers. Add output messages.
2743 (GCC_ENABLE_LONG_LONG): Change to --enable-long-long, no
2744 underscores (like the rest of the enable options.) Add output messages.
2745 * aclocal.m4: Regenerate.
2746 * configure: Regenerate.
2747 * configure.in: Touch.
2748
2749 2000-05-17 Benjamin Kosnik <bkoz@cygnus.com>
2750
2751 * mkcheck.in: Enable shared library testing.
2752
2753 2000-05-17 Nathan C. Myers <ncm@cantrip.org>
2754
2755 * bits/std_cmath.h: fix sqrt(float)
2756
2757 2000-05-16 Loren J. Rittle <ljrittle@acm.org>
2758
2759 * bits/std_cassert.h: Use system_header pragma.
2760 * bits/std_cctype.h: Likewise.
2761 * bits/std_cerrno.h: Likewise.
2762 * bits/std_cfloat.h: Likewise.
2763 * bits/std_climits.h: Likewise.
2764 * bits/std_clocale.h: Likewise.
2765 * bits/std_cmath.h: Likewise.
2766 * bits/std_csetjmp.h: Likewise.
2767 * bits/std_csignal.h: Likewise.
2768 * bits/std_cstdarg.h: Likewise.
2769 * bits/std_cstddef.h: Likewise.
2770 * bits/std_cstdio.h: Likewise.
2771 * bits/std_cstdlib.h: Likewise.
2772 * bits/std_cstring.h: Likewise.
2773 * bits/std_ctime.h: Likewise.
2774 * bits/std_cwchar.h: Likewise.
2775 * bits/std_cwctype.h: Likewise.
2776 * bits/std_exception.h: Likewise.
2777 * bits/std_new.h: Likewise.
2778 * bits/std_typeinfo.h: Likewise.
2779 * shadow/bits/std_cassert.h: Likewise.
2780 * shadow/bits/std_cctype.h: Likewise.
2781 * shadow/bits/std_cerrno.h: Likewise.
2782 * shadow/bits/std_cfloat.h: Likewise.
2783 * shadow/bits/std_climits.h: Likewise.
2784 * shadow/bits/std_clocale.h: Likewise.
2785 * shadow/bits/std_cmath.h: Likewise.
2786 * shadow/bits/std_csetjmp.h: Likewise.
2787 * shadow/bits/std_csignal.h: Likewise.
2788 * shadow/bits/std_cstdarg.h: Likewise.
2789 * shadow/bits/std_cstddef.h: Likewise.
2790 * shadow/bits/std_cstdio.h: Likewise.
2791 * shadow/bits/std_cstdlib.h: Likewise.
2792 * shadow/bits/std_cstring.h: Likewise.
2793 * shadow/bits/std_ctime.h: Likewise.
2794 * shadow/bits/std_cwchar.h: Likewise.
2795 * shadow/bits/std_cwctype.h: Likewise.
2796 * shadow/bits/wrap_libio.h: Likewise.
2797 * shadow/bits/wrap_unistd.h: Likewise.
2798 * shadow/sys/cdefs.h: Likewise.
2799
2800 2000-05-16 Nathan C. Myers <ncm@cantrip.org>
2801
2802 It appears that gcc-2.96 supports the keyword "and" now.
2803 * bits/std_ciso646.h: remove.
2804 * std/ciso646: gut.
2805 * testsuite/17_intro/header_ciso646.c: enable testing.
2806 * src/Makefile.am, src/Makefile.in: remove mention of
2807 bits/std_ciso646.h
2808
2809 2000-05-16 Nathan C. Myers <ncm@cantrip.org>
2810
2811 * mkcshadow: fix typo s/_C_Swamp_/_C_Swamp/.
2812
2813 2000-05-16 Phil Edwards <pme@sourceware.cygnus.com>
2814
2815 * acinclude.m4: Fix typo, switch to decaf...
2816 * aclocal.m4: Regenerate.
2817 * configure: Regenerate.
2818
2819 2000-05-16 Phil Edwards <pme@sourceware.cygnus.com>
2820
2821 * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): New macro, stub.
2822 * aclocal.m4: Regenerate.
2823 * configure.in: Call.
2824 * configure: Regenerate.
2825 * docs/configopts.html: Stub documentation.
2826
2827 2000-05-14 Nathan Myers <ncm@cantrip.org>
2828
2829 * mkcshadow: build in more-correct directory, create cshadow/
2830 directory if needed, report progress.
2831
2832 2000-05-14 LLeweLLyn Reese <llewelly@dbritsch.dsl.xmission.com>
2833
2834 * src/Makefile.am: Fix tr commands.
2835 * src/Makefile.am: Remove references to [w]stringCTORDUPAL.[lo,cc]
2836 * src/string-inst.cc: Remove extra instantiation of
2837 S::basic_string(S::size_type, C, S::allocator_type const&);
2838 * src/string-inst.cc: Remove extra template keyword.
2839
2840 2000-05-14 Loren J. Rittle <ljrittle@acm.org>
2841
2842 * config/bsd/bits/ctype_base.h: Add support for plain BSD4.4.
2843 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Enhance bsd tests.
2844 * aclocal.m4: Regenerate.
2845 * configure: Regenerate.
2846 * */Makefile.in: Regenerate.
2847
2848 2000-05-11 Phil Edwards <pme@sourceware.cygnus.com>
2849
2850 * acinclude.m4: Fix minor typo with ctypes, add more sanity to
2851 enable-cxx-flags, and remove GLIBCPP_ENABLE_NAMESPACES altogether.
2852 * aclocal.m4: Regenerate.
2853 * configure.in: Non-blank arguments break fewer Linuxes.
2854 * configure: Regenerate.
2855 * src/Makefile.am: Re-order AC_CXXFLAGS components.
2856 * src/Makefile.in: Regenerate.
2857
2858 2000-05-10 Benjamin Kosnik <bkoz@redhat.com>
2859
2860 * bits/std_cmath.h: Tweaks.
2861 * math/mathconf.h: Tweaks and fixes for HP-UX 11.
2862 (sqrtf): Define away iff !builtin and !in <math.h>.
2863 (sinf): Same.
2864 (cosf): Same.
2865 (fabsf): Same.
2866 At some point this directory should be converted to c++, the
2867 autoconf tests should be run by the c++ compiler (not c), and
2868 <cmath> should be used instead of math.h.
2869 Move declaration of nan() here.
2870 * math/complex-stub.h (cabsl): Remove nan() declaration.
2871
2872 Finish up FreeBSD4.0 support.
2873 * config/bsd/ctype.cc: Scope out toupper, tolower calls.
2874 * config/generic/ctype.cc: And here.
2875 * testsuite/21_strings/char_traits.cc (test02): Guard with
2876 _GLIBCPP_USE_WCHAR_T.
2877
2878 via Phil Edwards <pme@sourceware.cygnus.com>
2879 * bits/std_cctype.h: Remove _GLIBCPP_USE_NAMESPACES.
2880 * acconfig.h: And here.
2881 * acinclude.m4: Same.
2882 * testsuite/27_io/istream.cc: And here.
2883 * testsuite/27_io/ostream.cc: And here.
2884
2885 2000-05-09 Benjamin Kosnik <bkoz@gnu.org>
2886
2887 * acinclude.m4 (GLIBCPP_CHECK_CPU): Change powerpc bits to
2888 -mcpu=powerpc.
2889 * src/Makefile.am: Disable ENABLE_CXX_FLAGS stuff for the moment.
2890
2891 * config/generic/bits/ctype_specializations.h (ctype<char>::is):
2892 Make more generic.
2893
2894 * config/bsd: New directory.
2895 * config/bsd/ctype.cc: New.
2896 * config/bsd/bits/ctype_base.h (ctype_base): New.
2897 * config/bsd/bits/ctype_specializations.h: New.
2898 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add bsd tests.
2899
2900 2000-05-09 Phil Edwards <pme@sourceware.cygnus.com>
2901
2902 * acinclude.m4: New macro, GLIBCPP_ENABLE_CXX_FLAGS.
2903 * configure.in: Call.
2904 * src/Makefile.am: Append results of macro to AC_CXXFLAGS.
2905 * aclocal.m4: Regenerate.
2906 * configure: Ditto.
2907 * src/Makefile.in: Ditto.
2908 * docs/configopts.html: Document.
2909 * docs/download.html: Fix typo (close quote).
2910 * docs/footer.html: Update.
2911
2912 2000-05-09 Loren J. Rittle <ljrittle@acm.org>
2913
2914 * backward/iostream.h: Expose endl. Guard wide types.
2915 * src/Makefile.am (headers): Update list to match files.
2916 * src/Makefile.in: Regenerate.
2917
2918 2000-05-09 Vadim Egorov <egorovv@mailandnews.com>
2919 Benjamin Kosnik <bkoz@gnu.org>
2920 Nathan Myers <ncm@cantrip.org>
2921 Dietmar Kuehl <dietmar_kuehl@yahoo.com>
2922
2923 * bits/streambuf.tcc (basic_streambuf::xsgetn): Fix uflow case.
2924 (basic_streambuf::xsputn): Make consistent.
2925 * testsuite/27_io/filebuf.cc: Add tests.
2926
2927 2000-05-08 Steven King <sxking@uswest.net>
2928
2929 * bits/char_traits.h: Use wchar_t utility functions for
2930 char_traits<wchar_t> methods.
2931 * testsuite/21_string/char_traits.cc: New (test02): test
2932 char_traits<wchar_t>
2933
2934 2000-05-08 Benjamin Kosnik <bkoz@cygnus.com>
2935
2936 * acinclude.m4 (GLIBCPP_CXXFLAGS): Add bits for solaris2.8.
2937
2938 * bits/fstream.tcc (filebuf::_M_init_filebuf): Don't set
2939 _M_buf_size based on macro, instead use _M_buf_size_opt.
2940 * bits/std_streambuf.h (basic_streambuf): Add _M_buf_size_opt.
2941 (basic_streambuf()): Set _M_buf_size_opt.
2942 * testsuite/27_io/filebuf.cc (filebuf): Use _M_buf_size_opt
2943 instead of _M_buf_size.
2944
2945 2000-05-04 Branko Cibej <branko.cibej@hermes.si>
2946
2947 * src/complex_io.cc: Don't instantiate inserters and extractors
2948 for wide-character streams unless _GLIBCPP_USE_WCHAR_T is defined.
2949
2950 2000-05-03 Phil Edwards <pme@sourceware.cygnus.com>
2951 Felix Natter <fnatter@gmx.net>
2952
2953 * docs/footer.html: Update to see if it takes effect.
2954 * docs/thanks.html: More people.
2955 * docs/17_intro/headers_cc.txt: Copy from testsuite, since that can't
2956 be seen from the web pages. Rename for browser-friendliness...
2957 * docs/17_intro/howto.html: ...and update here.
2958 * docs/17_intro/porting-howto.html: Changes from Felix.
2959 * docs/gccrebuild.html: Mention v3->egcs move.
2960 * docs/faq/index.html: Ditto. Also misc tweaks and URL updates.
2961 * docs/faq/index.txt: Regenerate.
2962
2963 2000-05-01 Benjamin Kosnik <bkoz@redhat.com>
2964
2965 * config/cpu/powerpc/bits/atomicity.h (__exchange_and_add): More
2966 fixes.
2967
2968 2000-05-01 Vadim Egorov <egorovv@@mailandnews.com>
2969
2970 * bits/char_traits.h: Fix parameter types.
2971 * bits/string.tcc: Avoid traits_type::move.
2972
2973 2000-05-01 Benjamin Kosnik <bkoz@haight.constant.com>
2974
2975 * src/Makefile.am (AC_CXXFLAGS): Add CPUFLAGS here.
2976 * src/Makefile.in: Regenerate.
2977 * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Revert.
2978
2979 2000-04-30 Steven King <sxking@uswest.net>
2980
2981 * bits/locale_facets.h: Fix syntax error.
2982 * bits/std_fstream.h: ditto
2983
2984 2000-04-30 Benjamin Kosnik <bkoz@gnu.org>
2985
2986 * config/cpu/powerpc/bits/atomicity.h (__compare_and_swap): Fix typo.
2987
2988 * mknumeric_limits (trait_name): Fix copyright notice.
2989 * src/gen-num-limits.cc: Explicitly instantiate epsilon and
2990 round_error data members of struct value. This works around
2991 weak-linking issues on AIX, HPUX.
2992
2993 2000-04-29 Phil Edwards <pme@sourceware.cygnus.com>
2994
2995 * docs/download.html: Add link to list of mirror sites.
2996
2997 2000-04-28 Loren J. Rittle <ljrittle@acm.org>
2998
2999 * mkcheck.in: Rely on exit status instead of the presence of a
3000 core file. Added comments on how/where to save core and exe
3001 files. Move shell wildcards outside quotes and fix core path.
3002
3003 2000-04-27 scott snyder <snyder@fnal.gov>
3004
3005 * src/misc-inst.cc: Explicitly instantiate ifstream and ofstream
3006 classes.
3007
3008 2000-04-26 Nathan C. Myers <ncm@cantrip.org>
3009
3010 * bits/basic_string.h: include <bits/atomicity.h> instead
3011 of <atomicity.h>, and use the uglified names.
3012 * config/cpu/*/atomicity.h: replace with bits/atomicity.h;
3013 uglify names, eliminate dependence on <inttypes.h>.
3014 * src/Makefile.in, src/Makefile.am: refer to correct place
3015 for atomicity.h header.
3016
3017 2000-04-25 Steven King <sxking@uswest.net>
3018
3019 * bits/basic_string.h: Fix syntax error.
3020
3021 2000-04-25 Benjamin Kosnik <bkoz@redhat.com>
3022
3023 * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Improve checks for
3024 USE_LONG_DOUBLE.
3025 (GLIBCPP_ENABLE_DEBUG): If alpha, use -gdwarf-2.
3026 * math/Makefile.am (EXTRA_LONG_DOUBLE_yes): Add all the long
3027 versions to this as copysignl is needed anyway for these targets.
3028 * math/Makefile.in: Regenerate.
3029
3030 * bits/streambuf.tcc (streambuf::xsgetn): Tweak.
3031 * bits/fstream.tcc (underflow): Cast to libio types.
3032 * bits/basic_file.h (seekoff): Fixes for alpha: use __c_streamoff.
3033 * config/c_io_libio.cc (seekoff): And here.
3034
3035 2000-04-24 Loren J. Rittle <ljrittle@acm.org>
3036
3037 * mkcheck.in: Report compiler version used for test. Find
3038 the built _G_config.h instead of any old installed version.
3039
3040 2000-04-24 Loren J. Rittle <ljrittle@acm.org>
3041
3042 * config/generic/ctype.cc (do_toupper): Remove dependence on
3043 non-portable/non-existent lookup table.
3044 (do_tolower): Same.
3045
3046 2000-04-24 Nathan Myers <ncm@cantrip.org>
3047
3048 * src/string-inst.cc: More fixing.
3049
3050 2000-04-24 Benjamin Kosnik <bkoz@gnu.org>
3051
3052 * bits/stl_iterator.h: Pedantic fixing.
3053 * bits/std_sstream.h: And here.
3054 * bits/string.tcc: And here.
3055
3056 2000-04-24 Felix Natter <fnatter@gmx.net>
3057
3058 * docs/17_intro/howto.html: Add bits.
3059 * docs/17_intro/porting-howto.html: New file.
3060
3061 2000-04-24 Branko Cibej <branko.cibej@hermes.si>
3062
3063 * acinclude.m4(GLIBCPP_CHECK_WCHAR_T_SUPPORT): Expand
3064 @libinst_wstring_la@ to libinst-wstring.la when specializing for
3065 wchar_t, to empty string otherwise.
3066 * src/Makefile.am: (EXTRA_LTLIBRARIES): New.
3067 (sources): Remove $(string_sources) and $(wstring_sources).
3068 (libstdc___la_LIBADD): Add libinst-string.la and @libinst_wstring_la@.
3069 (libstdc___la_DEPENDENCIES): New.
3070 (libinst_string_la_SOURCES, libinst_wstring_la_SOURCES): New.
3071
3072 2000-04-20 Benjamin Kosnik <bkoz@redhat.com>
3073
3074 * bits/std_sstream.h: Tweak formatting.
3075 * bits/std_fstream.h: Make types public.
3076
3077 * testsuite/27_io/streambuf.cc: Fix for alpha.
3078
3079 Brad Garcia <bgarcia@laurelnetworks.com>
3080 * bits/locale_facets.h (numpunct::numpunct(size_t)): Fix bool
3081 initialization.
3082 * testsuite/27_io/ios_manip_fmtflags.cc (test02): Add test for
3083 bool formatting.
3084
3085 2000-04-19 Nathan Myers <ncm@cantrip.org>
3086
3087 * src/string-inst: consolidate _S_create,
3088 destroy, leak, clone members into stringMAIN and stringMUTATE
3089 object files.
3090 * src/Makefile.am: Above, and eliminate dependence on
3091 wstring-inst.cc.
3092 * src/wstring-inst.cc: Remove.
3093
3094 2000-04-18 Benjamin Kosnik <bkoz@redhat.com>
3095
3096 * src/Makefile.am (AC_CXXFLAGS): Activate debugging code, again.
3097 Add flags for specialized rules dealing with instantiations.
3098
3099 * src/string-inst.cc: Add instantiations missing from shared
3100 libraries--see stringEQ, stringCONSC.
3101 * src/Makefile.am (wstring_sources): Add.
3102 (string_sources): Same.
3103 * src/Makefile.in: Regenerate.
3104
3105 * stl/*: Integrate contents of this directory into top-level
3106 directories.
3107 * ext/bvector hash_map hash_set rope ropeimpl.h slist
3108 stl_bvector.h stl_hash_fun.h stl_hashtable.h stl_rope.h tree: Add.
3109 * bits/pthread_allocimpl.h std_algorithm.h std_bitset.h
3110 std_deque.h std_functional.h std_iterator.h std_list.h std_map.h
3111 std_memory.h std_numeric.h std_queue.h std_set.h std_stack.h
3112 std_stdexcept.h std_strstream.h std_utility.h std_vector.h
3113 stl_algo.h stl_algobase.h stl_alloc.h stl_config.h stl_construct.h
3114 stl_deque.h stl_function.h stl_heap.h stl_iterator.h
3115 stl_iterator_base.h stl_list.h stl_map.h stl_multimap.h
3116 stl_multiset.h stl_numeric.h stl_pair.h stl_pthread_alloc.h
3117 stl_queue.h stl_range_errors.h stl_raw_storage_iter.h stl_relops.h
3118 stl_set.h stl_stack.h stl_string_fwd.h stl_tempbuf.h stl_threads.h
3119 stl_tree.h stl_uninitialized.h stl_vector.h type_traits.h: Add.
3120 * backward/algo.h algobase.h alloc.h bvector.h defalloc.h deque.h
3121 function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h
3122 list.h map.h multimap.h multiset.h pair.h rope.h set.h slist.h
3123 stack.h tempbuf.h tree.h vector.h: Add.
3124 * README (file): Update.
3125 * docs/documentation.html: README not being found.
3126 * src/Makefile.am (sources): Take out stl directory.
3127 * mkcheck.in (SRC_DIR): And here.
3128 * src/Makefile.in: Regenerate.
3129
3130 2000-04-18 Levente Farkas <lfarkas@mindmaker.hu>
3131
3132 * stl/bits/stl_function.h: Add bits so that const and non-const
3133 both work.
3134
3135 2000-04-18 scott snyder <snyder@fnal.gov>
3136
3137 * stl/bits/stl_map.h (class map): Fix default for _Alloc template
3138 parameter. Get rid of use of __STL_DEFAULT_ALLOCATOR and
3139 __STL_LIMITED_DEFAULT_TEMPLATES macros.
3140 * stl/bits/stl_multimap.h (class multimap): Likewise. Get rid of
3141 use of __STL_DEPENDENT_DEFAULT_TMPL macro.
3142
3143 2000-04-18 scott snyder <snyder@fnal.gov>
3144
3145 * stl/bits/stl_config.h (__STL_DEPENDENT_DEFAULT_TMPL): Deleted
3146 this macro.
3147
3148 * stl/ext/hash_map (class hash_map, class hash_multimap): Get rid
3149 of use of __STL_DEPENDENT_DEFAULT_TMPL macro.
3150 * stl/ext/hash_set (class hash_set, class hash_multiset):
3151 Likewise.
3152 * stl/bits/stl_function.h (struct constant_unary_fun, struct
3153 constant_binary_fun): Likewise.
3154 * stl/bits/stl_queue.h (class queue, class priority_queue): Likewise.
3155 * stl/bits/stl_stack.h (class stack): Likewise.
3156 * stl/bits/stl_set.h (class set): Likewise.
3157 * stl/bits/stl_multiset.h (class multiset): Likewise.
3158
3159 * stl/bits/stl_iterator.h (class reverse_bidirectional_iterator,
3160 class reverse_iterator): Get rid of use of
3161 __STL_LIMITED_DEFAULT_TEMPLATES macro.
3162
3163 * stl/bits/stl_config.h (__STL_DEFAULT_ALLOCATOR): Deleted this
3164 macro.
3165
3166 * stl/bits/stl_deque.h (class deque): Get rid of use of
3167 __STL_DEFAULT_ALLOCATOR macro.
3168 * stl/bits/stl_list.h (class list): Likewise.
3169 * stl/bits/stl_multiset.h (class multiset): Likewise.
3170 * stl/bits/stl_set.h (class set): Likewise.
3171 * stl/bits/stl_string_fwd.h (class basic_string): Likewise.
3172 * stl/bits/stl_tree.h (class _Rb_tree, class rb_tree): Likewise.
3173 * stl/bits/stl_vector.h (class vector): Likewise.
3174 * stl/ext/ropeimpl.h (rotate): Likewise.
3175 * stl/ext/hash_map (class hash_map, class hash_multimap):
3176 Likewise.
3177 * stl/ext/hash_set (class hash_set, class hash_multiset):
3178 Likewise.
3179 * stl/ext/slist (class slist): Likewise.
3180 * stl/ext/stl_bvector.h (class bit_vector): Likewise.
3181 * stl/ext/stl_rope.h (class rope): Likewise.
3182 * src/locale.cc (_Impl): Likewise.
3183 * src/localename.cc (_Impl): Likewise.
3184 * bits/localefwd.h (_Impl): Likewise.
3185
3186 2000-04-18 Phil Edwards <pme@sourceware.cygnus.com>
3187
3188 * docs/install.html: Cleanup, minor changes.
3189 * docs/17_intro/howto.html: Ditto.
3190
3191 2000-04-18 Nathan Myers <ncm@cantrip.org>
3192
3193 * bits/basic_string.h: Remove "inline" from member _S_find.
3194
3195 * src/string-inst.cc: Rewrite to reflect non-inline template
3196 instantiations in string.tcc.
3197
3198 * src/stringADDCS.cc, stringADDPS.cc, stringADDSC.cc, stringADDSP.cc,
3199 stringADDSS.cc, stringBIST.cc, stringBOST.cc, stringCHTR.cc,
3200 stringEQPS.cc, stringEQSP.cc, stringEQSS.cc, stringEXTRA.cc,
3201 stringGEPS.cc, stringGESP.cc, stringGESS.cc, stringGETLI.cc,
3202 stringGTPS.cc, stringGTPS.cc, stringGTSP.cc, stringGTSS.cc,
3203 stringINSER.cc, stringLEPS.cc, stringLESP.cc, stringLESS.cc,
3204 stringLESP.cc, stringLTPS.cc, stringLTPS.cc, stringLTSP.cc,
3205 stringLTSS.cc, stringMAIN.cc, stringNEPS.cc, stringNESP.cc,
3206 stringNESS.cc, stringSCOPY.cc: Remove.
3207 * src/wstringADDCS.cc, etc: Remove.
3208
3209 Benjamin Kosnik <bkoz@haight.constant.com>
3210 * src/Makefile.am: Modify to reflect above.
3211 * src/Makefile.in: Regenerate.
3212
3213 2000-04-17 Benjamin Kosnik <bkoz@cygnus.com>
3214
3215 * docs/install.html (--enable-libstdcxx-v3): Clean up install docs.
3216
3217 2000-04-13 Benjamin Kosnik <bkoz@haight.cygnus.com>
3218
3219 * bits/std_fstream.h (filebuf::sync): Need to use the abstracted
3220 io interface here instead of the libio particulars.
3221
3222 * config/threads-posix.h: Consistency with stl_config.h.
3223
3224 * mkcheck.in (CXX_FLAG): Add DDEBUG_ASSERT back in.
3225
3226 2000-04-13 Loren J. Rittle <ljrittle@acm.org>
3227
3228 * mknumeric_limits: Rename generic type template parameter name
3229 '_T' to '_Tp'.
3230 * stl/bits/type_traits.h: Ditto.
3231
3232 2000-04-06 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
3233
3234 * mkcheck.in (SRC_DIR): Change default mkcheck behavior, so that
3235 it is more useful for --enable-libstdcxx-v3. Use the built
3236 compilers with v3, instead of compilers in PATH, and don't
3237 re-include include directories for checking the install.
3238
3239 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
3240
3241 * src/Makefile.am (AM_CXXFLAGS): Disable NAMESPACES, as this is on
3242 by default when using --enable-libstdcxx-v3.
3243 * src/Makefile.in: Regenerate.
3244 * configure.in: Disable GLIBCPP_ENABLE_NAMESPACES,
3245 GLIBCPP_ENABLE_RELIBGCC for --enable-libstdcxx-v3 flag.
3246 * configure: Regenerate.
3247 * mkcheck.in: Deal with NAMESPACES.
3248
3249 2000-04-05 Petter Urkedal <petter@matfys.lth.se>
3250
3251 * src/cmath.cc: New file...
3252 (pow(*, int)): Define functions...
3253 * src/Makefile.am (sources): ...register file.
3254 * src/Makefile.in: Regenerate.
3255 * bits/std_cmath.h (pow): ...declare functions here, and remove
3256 old definitions.
3257
3258 2000-04-04 Benjamin Kosnik <bkoz@redhat.com>
3259
3260 * acinclude.m4 (GCC_OBJDIR): Tweaks
3261
3262 2000-04-03 Benjamin Kosnik <bkoz@redhat.com>
3263
3264 * acinclude.m4 (GLIBCPP_CHECK_CPU): Add arm configure bits.
3265 * config/cpu/arm: New directory.
3266
3267 Jesper Skov <jskov@redhat.com>
3268 * config/cpu/arm/atomicity.h: New file.
3269
3270 2000-03-31 Benjamin Kosnik <bkoz@redhat.com>
3271
3272 * stl/bits/stl_config.h: Make _STL_THREADS depend on _REENTRANT.
3273 Remove unused bits. Clean.
3274
3275 2000-03-29 Benjamin Kosnik <bkoz@cygnus.com>
3276
3277 * testsuite/25_algorithms: New directory.
3278 * testsuite/25_algorithms/min_max.cc: New file.
3279
3280 2000-03-29 scott snyder <snyder@fnal.gov>
3281
3282 * bits/locale_facets.tcc (do_put): Allow a couple extra digits of
3283 precision beyond that which we get from numeric_limits::digits10.
3284
3285 * stl/bits/stl_algobase.h (max, min): Don't use comparison
3286 operator.
3287
3288 * testsuite/23_containers/bitset_shift.cc: Fix.
3289
3290 * testsuite/27_io/ios_manip_fmtflags.cc (test01): Don't give a
3291 temporary to imbue().
3292
3293 * bits/std_fstream.h (sync): Resync libio's idea of the current
3294 file position with the external file.
3295
3296 2000-03-28 Benjamin Kosnik <bkoz@cygnus.com>
3297
3298 * testsuite/27_io/istream_extractor_arith.cc.cvs: Fix merge
3299 mistake.
3300
3301 * bits/std_fstream.h (filebuf::is_open): Check for _M_file before
3302 attempting calls to it.
3303 * bits/fstream.tcc (ctors): Don't call _M_init_filebuf in
3304 ctors. Instead, call _M_init_filebuf ...
3305 (open): Here, as suggested by 27.8.1.3.
3306 * src/ios.cc (ios_base::Init::Init()): Clean up default filebufs
3307 properly when initializing cout/cin/cerr.
3308
3309 2000-03-27 Russell Davidson <russell@ehess.cnrs-mrs.fr>
3310
3311 * testsuite/23_containers/multiset.cc (main): Clean up for namespaces.
3312 * testsuite/22_locale/ctype_char_members.cc: And here.
3313 * testsuite/27_io/streambuf.cc (streambuf): And here.
3314 * testsuite/27_io/ostream_inserter_char.cc (test06): And here.
3315 * testsuite/27_io/istream_unformatted.cc (test05): And here.
3316 * testsuite/27_io/istream_extractor_arith.cc: And here.
3317 * testsuite/27_io/ios_manip_basefield.cc (test02): And here.
3318 * testsuite/27_io/ios_base_members_static.cc: And here.
3319 * bits/std_climits.h (_CPP_CLIMITS): Fix typo.
3320
3321 2000-03-27 Chris Faylor <cgf@cygnus.com>
3322
3323 * configure.in: Remove setting of CXX if canadian cross.
3324 * configure: Regenerate.
3325
3326 2000-03-27 Nathan Myers <ncm@zembu.com>
3327
3328 * bits/sstream.tcc: Optimize.
3329 * bits/basic_string.h(string::append): Don't inline.
3330 * bits/string.tcc: Move out-of-line.
3331
3332 2000-03-27 Phil Edwards <pme@sourceware.cygnus.com>
3333
3334 * acinclude.m4: (GLIBCPP_CHECK_COMPILER_VERSION) When using <2.96,
3335 define WERRORSUPPRESS so that the inlining warnings won't kill us.
3336 * aclocal.m4: Regenerate.
3337 * configure: Regenerate.
3338 * src/Makefile.am: Use WERRORSUPPRESS for the files that need it.
3339 * src/Makefile.in: Regenerate.
3340
3341 * docs/install.html: Almost complete rewrite.
3342
3343 2000-03-25 Phil Edwards <pme@sourceware.cygnus.com>
3344
3345 * docs/install.html: Explain -Werror problem at "#Werror" mark.
3346 * docs/faq/index.html: Testsuite will die horribly if new libgcc.a
3347 not installed.
3348 * docs/faq/index.txt: Regenerate.
3349
3350 2000-03-24 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3351
3352 * src/Makefile.am (libio_headers_install): Fix.
3353 * src/Makefile.in: Regenerate.
3354
3355 2000-03-24 Benjamin Kosnik <bkoz@cygnus.com>
3356
3357 * docs/17_intro/RELEASE-NOTES: Fix typos.
3358 * docs/index.html: Update.
3359 * docs/17_intro/BUGS: Update.
3360 * docs/status.html: Update for 2.90.8 release.
3361
3362 2000-03-23 Phil Edwards <pme@sourceware.cygnus.com>
3363
3364 * Makefile.am: Better error message when missing libgcc2.ready.
3365 * Makefile.in: Regenerate.
3366 * acinclude.m4: Fastidious nitpicking reformatting.
3367 * aclocal.m4: Regenerate.
3368 * configure: Regenerate.
3369 * mkcheck.in: Must use same namespace settings as the library being
3370 tested. Also log ST_FLAG, since it's being passed.
3371 * docs/install.html: Add brief chunk on configuration.
3372 * docs/17_intro/RELEASE-NOTES: Fix minor Cygwin typo.
3373 * docs/23_containers/howto.html: Mention MT-safe string.
3374 * docs/faq/index.html: Minor updates.
3375 * docs/faq/index.txt: Regerarate.
3376
3377 2000-03-22 Benjamin Kosnik <bkoz@cygnus.com>
3378
3379 * bits/sstream.tcc (seekoff): Fix for gptr() null cases.
3380 Return newoff.
3381 * bits/fstream.tcc (seekoff): Sync.
3382 (seekpos): Sync.
3383 * testsuite/27_io/ostream_unformatted.cc: New file.
3384 * testsuite/27_io/stringbuf.cc: Fix.
3385 * testsuite/27_io/istream_unformatted.cc (test04): Fix.
3386
3387 * config/newlib/bits/ctype_base.h (ctype_base): Fix.
3388 * config/newlib/ctype.cc (ctype): Change __ctype -> _ctype_.
3389
3390 * src/complex_io.cc (operator>>complex): Tweak.
3391
3392 * config/cpu/alpha/atomicity.h: Explicitly typedef uint32_t, int32_t if
3393 <inttypes.h> does not exist.
3394 * config/cpu/sparc/sparc64/atomicity.h: Same.
3395 * config/cpu/sparc/sparc32/atomicity.h: Same.
3396 * config/cpu/powerpc/atomicity.h: Same.
3397 * config/cpu/i386/atomicity.h: Same.
3398 * config/cpu/generic/atomicity.h: Same.
3399 * configure.in: Check for inttypes.h.
3400 * configure: Regnerate.
3401
3402 2000-03-21 Benjamin Kosnik <bkoz@cygnus.com>
3403
3404 * bits/std_sstream.h (_M_init_stringbuf): Set initial ate position
3405 correctly.
3406 * testsuite/27_io/ostream_inserter_char.cc (test06): Add tests for ate.
3407
3408 * docs/17_intro/RELEASE-NOTES (New): Add bits.
3409
3410 * configure.in: Move AC_CHECK_HEADERS to a point where we know we
3411 are compiling natively.
3412
3413 * libio/*: Update to CVS libio from egcs.
3414
3415 2000-03-21 Phil Edwards <pme@sourceware.cygnus.com>
3416
3417 * docs/download.html: Document use of -z9 for CVS.
3418 * docs/index.html: Add target date (no link) for future snapshot.
3419
3420 2000-03-21 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
3421
3422 * bits/slice_array.h: Rename generic type template parameter name
3423 '_T' to '_Tp'.
3424 * bits/mask_array.h: Ditto
3425
3426 2000-03-20 Benjamin Kosnik <bkoz@cygnus.com>
3427
3428 * *: Change copyright holder from "Cygnus Solutions" to "Free
3429 Software Foundation, Inc."
3430
3431 * docs/configopts.html: Explain what "hella versions" means.
3432 * docs/install.html: Some tweaks--nice job on this Phil.
3433 * docs/documentation.html: Add a direct link to configuration options.
3434
3435 * src/Makefile.am (OPTIMIZE_CXXFLAGS): Add in extras.
3436 * docs/17_intro/RELEASE-NOTES (New): Add.
3437 * bits/c++config.h (__GLIBCPP__): Bump version.
3438
3439 * config/c_io_libio.cc (__basic__file(__c_lock*)): Change argument
3440 type to match prototype.
3441
3442 2000-03-20 Phil Edwards <pme@sourceware.cygnus.com>
3443
3444 * docs/install.html: Update for new funky build procedure. Move
3445 description of 'configure' options to...
3446 * docs/configopts.html: ...here. New file.
3447 * docs/17_intro/howto.html: Updates for new snapshot.
3448 * docs/20_util/howto.html: Ditto.
3449 * docs/21_strings/howto.html: Ditto.
3450 * docs/21_strings/stringtok_std_h.txt: Fix example typos.
3451 * docs/22_locale/howto.html: Ditto.
3452 * docs/23_containers/howto.html: Ditto.
3453 * docs/faq/index.html: Ditto.
3454
3455 2000-03-18 Petter Urkedal <petter@matfys.lth.se>
3456 Benjamin Kosnik <bkoz@gnu.org>
3457
3458 * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_SUPPORT): Move code for main
3459 to the right place.
3460 * aclocal.m4: Regenerate.
3461 * configure: Regenerate.
3462
3463 2000-03-16 Benjamin Kosnik <bkoz@cygnus.com>
3464 scott snyder <sss@karma.fnal.gov>
3465
3466 * config/c_io_libio.h: Add __c_lock.
3467 * config/threads-no.h: Same here.
3468 * config/threads-posix.h: Add __mutext_type typedef.
3469 * config/c_io_libio.cc: basic_file ctor takes lock arg.
3470 * bits/basic_file.h: Ctor takes lock arg.
3471 * bits/std_fstream.h: Add _M_lock.
3472 * bits/fstream.tcc: Supply it to basic_file ctor.
3473
3474 * mkcheck.in (resultstext): Change [[ to [.
3475
3476 * testsuite/27_io/ostream_inserter_char.cc (test06): Tweak.
3477
3478 * bits/locale_facets.h: Tweak.
3479
3480 * stl/bits/stl_config.h: Fix defines.
3481
3482 2000-03-16 Benjamin Kosnik <bkoz@cygnus.com>
3483
3484 * mkcheck.in (INC_PATH): Add paths from cpu_include_dir to find
3485 atomicity.h
3486 * configure: Regenerate.
3487 * aclocal.m4: Regnerate.
3488
3489 2000-03-16 Nathan Myers <ncm@zembu.com>
3490
3491 * bits/string.tcc: Add MT support.
3492 * bits/basic_string.h: Same.
3493
3494 2000-03-16 Phil Edwards <pme@sourceware.cygnus.com>
3495
3496 * configure.in: Make --enable-namespaces and -libgcc-rebuild=../..
3497 the defaults.
3498 * configure: Regenerate.
3499
3500 * config/solaris/solaris2.7/ctype.cc: Fix unsigned/signed comparison.
3501
3502 2000-03-16 Phil Edwards <pme@sourceware.cygnus.com>
3503
3504 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): If Sol2.5 ctype is found, keep
3505 checking for 2.[67]. (GLIBCPP_ENABLE_RELIBGCC): No longer ignore
3506 any defaults passed in.
3507 * aclocal.m4: Regenerate.
3508
3509 2000-03-16 Phil Edwards <pme@sourceware.cygnus.com>
3510
3511 * mkcheck.in: Report total successes and failures.
3512
3513 2000-03-15 Benjamin Kosnik <bkoz@cygnus.com>
3514
3515 * config/cpu: New directory, intended to be used to provide
3516 cpu-specific configuration files. In particular, assembly language
3517 primitives for thread safety.
3518 * config/cpu/alpha: Populate.
3519 * config/cpu/alpha/atomicity.h: New file.
3520 * config/cpu/arm: Populate.
3521 * config/cpu/generic: Populate.
3522 * config/cpu/generic/atomicity.h: New file.
3523 * config/cpu/hppa: Populate.
3524 * config/cpu/i386: Populate.
3525 * config/cpu/i386/atomicity.h: New file, take from i486.
3526 * config/cpu/m68k: Populate.
3527 * config/cpu/mips: Populate.
3528 * config/cpu/powerpc: Populate.
3529 * config/cpu/powerpc/atomicity.h: New file.
3530 * config/cpu/sparc: Populate.
3531 * config/cpu/sparc/sparc32: Populate.
3532 * config/cpu/sparc/sparc64: Populate.
3533 * config/cpu/sparc/sparc32/atomicity.h: New file.
3534 * config/cpu/sparc/sparc64/atomicity.h: New file.
3535
3536 * src/Makefile.am (myinstallheaders): Add install routines.
3537 * acinclude.m4 (GLIBCPP_CHECK_CPU):Add configuration for the
3538 cpu dir.
3539 * configure.in: Add.
3540
3541 * config/default: Adopt glibc naming conventions, and so move to
3542 * config/generic: Here.
3543 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Modify default case to generic.
3544
3545 2000-03-15 Bill Thompson <billt@toast.net>
3546
3547 * testsuite/27_io/ostream_inserter_char.cc (test06): Add test.
3548
3549 2000-03-14 Phil Edwards <pme@sourceware.cygnus.com>
3550
3551 * docs/17_intro/howto.html: Add missing "TOC" entry, and new section.
3552
3553 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Fixup.
3554 * aclocal.m4: Regenerate.
3555 * configure: Regenerate.
3556
3557 2000-03-13 scott snyder <snyder@fnal.gov>
3558 Jason Merrill <jason@cygnus.com>
3559
3560 * bits/locale_facets.h (class ctype, class ctype<char>, class
3561 ctype<wchar_t>): More mask fixes.
3562 * testsuite/22_locale/ctype.cc: Test for the problem.
3563
3564 2000-03-13 Benjamin Kosnik <bkoz@cygnus.com>
3565
3566 * acconfig.h: Add bits.
3567 * configure.in: Move AM_PROG_LIBTOOL up in file.
3568 Tweak cross compiling info.
3569 * configure: Regenerate.
3570
3571 * mknumeric_limits (XCOMPILE): Echo compilation line for
3572 gen-num-limits.cc
3573
3574 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add aix checks.
3575 * aclocal.m4: Regenerate.
3576 * configure: Regenerate.
3577 * config/aix/ctype.cc (ctype): Tweak.
3578 * config/aix/bits/ctype_base.h (ctype_base): Tweak.
3579 * config/aix/bits/ctype_specializations.h: New file.
3580
3581 2000-03-10 scott snyder <snyder@fnal.gov>
3582
3583 * stl/bits/stl_vector.h (_M_assign_aux): Fix for __normal_iterator
3584 conversions.
3585 * testsuite/23_containers/vector_modifiers.cc (test01): Add a
3586 regression test for the problem.
3587
3588 2000-03-09 Benjamin Kosnik <bkoz@fidel.cygnus.com>
3589
3590 * testsuite/27_io/streambuf.cc (class testbuf): Same here.
3591 * bits/fpos.h: And here.
3592 * bits/std_ostream.h: Same here.
3593 * bits/std_istream.h: Same here.
3594 * bits/basic_ios.h: Same here.
3595 * bits/std_fstream.h: Same here.
3596 * bits/sbuf_iter.h (std): Here too.
3597 * bits/std_sstream.h: Make types public.
3598
3599 * src/misc-inst.cc: Use size_t instead of unsigned int.
3600 * bits/locale_facets.tcc (_S_format): For now, cast to char. I
3601 suppose this should be ctype::narrow... all the ctype<wchar_t>
3602 stuff needs to be cleaned up.
3603
3604 2000-03-09 Phil Edwards <pme@sourceware.cygnus.com>
3605
3606 * docs/gentop: Remove entire directory, finally.
3607
3608 2000-03-09 scott snyder <snyder@fnal.gov>
3609
3610 * bits/std_cmath.h (modf): Fix pointer overrun.
3611 * testsuite/26_numerics/c_math.cc (test04, main): Add a regression
3612 test for the problem.
3613
3614 2000-03-09 Phil Edwards <pme@sourceware.cygnus.com>
3615
3616 Looks like changes to the #include'd files must be followed by a
3617 change to the #include'ing files to take effect. Caveat emptor.
3618 * docs/header.html: New file, for server-side include.
3619 * docs/footer.html: New file, for server-side include.
3620 * docs/documentation.html: Change to use SSI.
3621 * docs/download.html: Ditto.
3622 * docs/index.html: Ditto.
3623 * docs/mail.html: Ditto.
3624 * docs/status.html: Ditto.
3625 * docs/thanks.html: Ditto, plus minor updates.
3626 * docs/how.html: Remove.
3627
3628 2000-03-09 Benjamin Kosnik <bkoz@gnu.org>
3629
3630 Preliminary alpha-linux support.
3631 * src/locale.cc (ctype<wchar_t>): Use correct types...
3632 * bits/locale_facets.h (ctype<char>): Add __table_type typedef.
3633 (ctype<wchar_t>): Same.
3634 * bits/locale_facets.h (ctype<wchar_t>): Have char and wchar_t
3635 types match for table_size (size_t).
3636
3637 * config/gnu-linux/ctype.cc (ctype): Change char_type to wchar_t
3638 as per char specialization.
3639 * config/*/ctype.cc: Same.
3640
3641 2000-03-09 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
3642
3643 * bits/locale_facets.h (_Ctype<>::mask): Import from base class
3644 _Ctype_nois<>. Template base classes are never examinated in
3645 first-phase name-lookup.
3646
3647 2000-03-08 Benjamin Kosnik <bkoz@gnu.org>
3648
3649 Add Solaris 2.5.1 support.
3650 * config/solaris/solaris2.5/bits/ctype_base.h (ctype_base): And here.
3651 * config/solaris/solaris2.5/ctype.cc: Fixup.
3652 * config/solaris/solaris2.5/bits/ctype_specializations.h: Add.
3653 * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add bits for solaris2.5.1.
3654 * aclocal.m4: Regenerate.
3655 * configure: Regenerate.
3656
3657 * config/default/ctype.cc (ctype): Fixup.
3658
3659 2000-03-07 Benjamin Kosnik <bkoz@blues.cygnus.com>
3660
3661 * testsuite/27_io/filebuf.cc: Activate init code from yesterday...
3662 * testsuite/27_io/ostream_inserter_arith.cc (testcases): Fix for
3663 non-wchar_t case.
3664
3665 2000-03-07 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
3666
3667 * bits/cpp_type_traits.h: Expand on this file purpose.
3668
3669 2000-03-06 Benjamin Kosnik <bkoz@gnu.org>
3670
3671 * bits/locale_facets.h (ctype<char>): Remove static members, and
3672 re-work initialization code.
3673 (ctype<wchar_t>): Same.
3674 Move _S_touppper to _M_toupper and initialize in ctor.
3675 Move _S_tolower to _M_tolower and initialize in ctor.
3676 Move _S_table to _M_ctable and intialize in ctor.
3677 * bits/locale_facets.h (std): And here.
3678 * src/locale.cc (std): Tweak.
3679 * config/gnu-linux/ctype.cc: Change initialization here.
3680 * config/newlib/ctype.cc: And here.
3681 * config/solaris/solaris2.7/ctype.cc: And here.
3682 * config/solaris/solaris2.6/ctype.cc: And here.
3683
3684 * bits/localefwd.h: Tweak.
3685 * bits/std_streambuf.h: Tweak formatting.
3686
3687 * testsuite/27_io/filebuf.cc: Remove BUFSIZ dependancies.
3688
3689 2000-03-05 Chip Salzenberg <chip@valinux.com>
3690
3691 * src/misc-inst.cc (basic_iostream<>): Instantiate.
3692
3693 2000-03-02 Phil Edwards <pme@sourceware.cygnus.com>
3694 Kevin Atkinson <kevinatk@home.com>
3695
3696 Initial grab of SGI's strstream implementation with minor
3697 modifications.
3698 * src/strstream.cc: New file.
3699 * std/strstream: New file.
3700 * stl/bits/std_strstream.h: New file.
3701 * bits/std_streambuf.h: Add public access.
3702 * src/Makefile.am: Add strstream sources to list of dependancies.
3703 * src/Makefile.in: Regenerate.
3704
3705 2000-03-03 2000 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
3706
3707 * bits/valarray_meta.h: Fix typo.
3708
3709 2000-03-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3710 Chip Salzenberg <chip@valinux.com>
3711 Petter Urkedal <petter@matfys.lth.se>
3712
3713 * src/Makefile.am (myinstallheaders): Hack to avoid
3714 `for i in ; do'.
3715 * src/Makefile.in: Regenerate.
3716
3717 2000-03-02 Chip Salzenberg <chip@valinux.com>
3718
3719 * libio/Makefile.an, math/Makefile.an, src/Makefile.am
3720 (LINK): Put quotes around "$(CC)" for libtool link mode,
3721 so libtool will use "-B" options during GCC bootstrap.
3722 * */Makefile.in: Regenerate.
3723
3724 2000-03-02 Petter Urkedal <petter@matfys.lth.se>
3725
3726 * config/c_io_libio.h: Enclose it all in ::std.
3727 * bits/basic_string.h (basic_string<>): Make types and
3728 `npos' public.
3729 * mkc++config: Truncate output file before writing.
3730
3731 2000-03-01 Benjamin Kosnik <bkoz@gnu.org>
3732
3733 * math/cabsf.c (__mycabsf): Rename to cabsf.
3734 * math/cabs.c (__mycabs): Rename to cabs.
3735
3736 2000-02-29 LLeweLLyn Reese <llewelly@198.dsl.xmission.com>
3737
3738 * bits/basic_string.h: Move declarations of __out_of_range(),
3739 __length_error() and accompanying macros ...
3740 * bits/exception_support.h: here. (Newly created file).
3741 * bits/basic_string.h: #include <bits/exception_support.h>
3742 * stl/bits/stl_vector.h: #include <bits/exception_support.h>
3743 * src/Makefile.am (headers): Add.
3744 * src/Makefile.in: Regenerate.
3745
3746 2000-02-29 Benjamin Kosnik <bkoz@cygnus.com>
3747
3748 * bits/cpp_type_traits.h: Rename structs so they don't clash with
3749 type_traits.h.
3750 * bits/valarray_array.h: Synch. Fix typos.
3751
3752 * libio/Makefile.am: Change to only compile source files that
3753 config/c_io_libio.cc actually needs.
3754 * libio/Makefile.in: Regnerate.
3755 * libio/PlotFile.hes SFile.h builtinbuf.h editbuf.h floatconv.c
3756 floatio.h fstream.h indstream.h iofclose.c iofdopen.c iofeof.c
3757 ioferror.c iofflush.c iofgetpos.c iofgets.c iofopen.c iofprintf.c
3758 iofputs.c iofread.c iofscanf.c iofsetpos.c ioftell.c iofwrite.c
3759 iogetc.c iogetdelim.c iogetline.c iogets.c ioignore.c iomanip.h
3760 iopadn.c ioperror.c iopopen.c ioprims.c ioprintf.c ioputc.c
3761 ioputs.c ioscanf.c ioseekoff.c ioseekpos.c iosetbuffer.c
3762 iosetvbuf.c iosprintf.c iosscanf.c iostream.h iostrerror.c
3763 ioungetc.c iovfprintf.c iovfscanf.c iovsprintf.c iovsscanf.c
3764 istream.h list.out ostream.h outfloat.c parsestream.h peekc.c
3765 pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h
3766 strops.c strstream.h: Delete.
3767
3768 * bits/basic_file.h: Stub out or delete unused bits in this
3769 interface.
3770 (filepos_beg): Remove.
3771 (filepos_cur): Remove.
3772 (filepos_valid): Remove.
3773 * config/c_io_libio.cc: Resynch with the changes to basic_file.
3774
3775 2000-02-29 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
3776
3777 * bits/cpp_type_traits.h: Correct typo.
3778
3779 2000-02-29 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
3780
3781 * bits/cpp_type_traits.h: New file.
3782
3783 * bits/valarray_array.h: Tweak. #include <bits/cpp_type_traits.h>
3784 Improve array construction.
3785 (_Array_default_ctor): New dispatcher class.
3786 (__valarray_default_construct): New function.
3787 (_Array_copy_ctor): New dispatcher class.
3788 (__valarray_copy_construct): New function.
3789 (_Array<>::free_data): Remove.
3790
3791 * src/Makefile.am (headers): Add cpp_type_traits.h
3792 * src/Makefile.in: Regenerate.
3793
3794 2000-02-28 Benjamin Kosnik <bkoz@cygnus.com>
3795
3796 Prune libio directory to match files in libio/Makefile.
3797 * libio/PlotFile.cc,indstream.cc, isgetsb.cc, sbform.cc,
3798 stream.cc, SFile.cc, ioassign.cc, isscan.cc, sbgetline.cc,
3799 streambuf.cc, builtinbuf.cc, ioextend.cc, osform.cc, sbscan.cc,
3800 strstream.cc, editbuf.cc, iomanip.cc, parsestream.cc,
3801 stdiostream.cc, filebuf.cc, iostream.cc, pfstream.cc,
3802 stdstrbufs.cc, fstream.cc, isgetline.cc, procbuf.cc,
3803 stdstreams.cc: Remove.
3804 * libio/floatio.h, iolibio.h, iostdio.h, iostreamP.h: Remove.
3805 * libio/iofflush_u.c: Remove.
3806
3807 * libio/dbz: Remove.
3808 * libio/include: Remove.
3809 * libio/stdio: Remove.
3810 * libio/tests: Remove.
3811 * libio/testsuite: Remove.
3812
3813 * config/c_io_libio.cc: Add fcntl.h include for Solaris.
3814
3815 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Add bits.
3816 * configure.in: Replace 'grep -e' with 'grep' for Solaris.
3817 * configure: Regenerate.
3818
3819 2000-02-25 Benjamin Kosnik <bkoz@gnu.org>
3820
3821 Abstract out the underlying "C" io bits.
3822 * bits/std_new.h: Remove <stl_config> include, as well as <cstddef>.
3823 * stl/bits/stl_string_fwd.h: Remove <stddef> include.
3824 * bits/std_cwchar.h: Wrap with _GLIBCPP_USE_WCHAR_T guards. Don't
3825 include <cstddef>.
3826 * stl/bits/stl_config.h: Don't include _G_config.h.
3827
3828 * bits/basic_file.h: Allow for non-inheritance based __basic_files.
3829 * config/c_io_libio.h (_GLIBCPP_BASIC_FILE_INHERITANCE): Define.
3830 * config/c_io_libio.cc: Tweak.
3831
3832 * src/Makefile.am (TOPLEVEL_INCLUDES): Add includedir.
3833 * src/Makefile.in: Regenerate.
3834 * Makefile.am (AM_MAKEFLAGS): Define includedir so that
3835 prefix/include files will be picked up.
3836 * Makefile.in: Regenerate.
3837 * math/Makefile.am (TOPLEVEL_INCLUDES): And here.
3838 * libio/Makefile.am (TOPLEVEL_INCLUDES): And here.
3839
3840 * bits/std_ios.h: Include <bits/c++io.h> instead of libio.
3841 * bits/fpos.h: And here.
3842 * bits/basic_file.h (get_fileno): Move definition from ...
3843 * src/basic_file.cc (std): To here.
3844 * bits/fpos.h: Move types for streamoff, streampos to..
3845 * bits/basic_file.h: Move __c_file_type and fpos typedefs to...
3846 * config/c_io_libio.h: ...here.
3847 (_GLIBCPP_[BOOLALPHA, HEX, DEC, FIXED, INTERNAL, LEFT, OCT, RIGHT,
3848 SCIENTIFIC, SHOWBASE, SHOWPOINT, SHOWPOS, SKIPWS, UNITBUF,
3849 UPPERCASE, ADJUSTFIELD, BASEFIELD, FLOATFIELD, BADBIT, EOFBIT,
3850 FAILBIT, GOODBIT, APP, ATE, BINARY, IN, OUT, TRUNC): New macros to
3851 abstract out bits in ios_base.
3852 * bits/ios_base.h: Re-macrofy.
3853 * src/basic_file.cc : Rename, move to
3854 * config/c_io_libio.cc: Here.
3855 * config/c_io_libio.h: New file. Include libio.
3856 * bits/c++config.h: Don't define _GLIBCPP_USE_LIBIO.
3857 * configure.in (blddir): Add enabling bits for GLIBCPP_ENABLE_CSTDIO.
3858 * configure: Regenerate.
3859 * src/Makefile.am (sources): Take out basic_file.cc and add c++io.cc.
3860 (generated_headers): Add c++io.h
3861 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): New function to select
3862 underlying "C" io library.
3863 * acinclude.m4 (GLIBCPP_CHECK_LIBIO): Roll functionality into
3864 GLIBCPP_ENABLE_CSTDIO.
3865
3866 * configure.in: Add configure bits for cross compiling non-newlib
3867 targets. .
3868 GLIBCPP_CHECK_COMPILER_VERSION: Take out this test for this
3869 target, as we assume g++ support is not the limiting factor.
3870 GLIBCPP_CHECK_LIBIO: Same, know we don't need libio.
3871 * configure: Regenerate.
3872
3873 2000-02-22 Benjamin Kosnik <bkoz@cygnus.com>
3874
3875 * Makefile.am (INTERFACE): Define.
3876 * Makefile.in: Regenerate.
3877 * libio/ChangeLog: Add entry.
3878
3879 2000-02-21 Benjamin Kosnik <bkoz@cygnus.com>
3880
3881 * docs/install.html: Update install directions.
3882
3883 * docs/status.html: Fix sidebar to be consistent.
3884 * docs/thanks.html: Same.
3885 * docs/links.html: Same.
3886 * docs/mail.html: Same.
3887 * docs/download.html: Same.
3888
3889 * testsuite/27_io/filebuf.cc: Change BUFSIZ to buffer_size, and
3890 kill the macro BUFSIZ. I think the solaris fails lie elsewhere
3891 however, in the ctype_char_members.cc fail (for instance.)
3892 * testsuite/17_intro/headers.cc: Remove extraneous fails for hosts
3893 that do not have wchar_t enabled.
3894 * testsuite/27_io/ostream_inserter_arith.cc (struct _TestCase):
3895 Same here.
3896 * testsuite/27_io/iostream_objects.cc: And here.
3897
3898 * libio/gen-params (CONFIG_NM): Specifically add in nm as the
3899 default CONFIG_NM.
3900
3901 2000-02-18 Benjamin Kosnik <bkoz@haight.constant.com>
3902 Tom Tromey <tromey@cygnus.com>
3903
3904 * configure.in: Manually add MULTISUBDIR.
3905 * configure: Regenerate.
3906 * src/Makefile.am (MULTISUBDIR): Add the lesser evil of Tom's two
3907 "Eww" hacks to get multilib installs working correctly.
3908 ($(headers): Test for MULTISUBDIR before installing.
3909 * Makefile.am (AM_MAKEFLAGS): Don't define MULTISUBDIR, instead
3910 have configure hack it in.
3911 * Makefile.in: Regenerate.
3912 * acinclude.m4 (GLIBCPP_CXXFLAGS): Tweak wording.
3913 Add enabling bits for native Cygwin ctypes, and other newlib-based
3914 Oses.
3915
3916 2000-02-17 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
3917
3918 * mkc++config (OUT_H): Remove EOF in cygwin.
3919 * acinclude.m4 (LIBS): Tweaks to allow cygwin to configure.
3920
3921 Tom Tromey <tromey@cygnus.com>
3922 * src/Makefile.am: Tweaks for installing multilibs.
3923
3924 2000-02-17 Benjamin Kosnik <bkoz@cygnus.com>
3925
3926 * src/Makefile.am:
3927 (toolexeclib_LTLIBRARIES): Use this instead of lib_LTLIBRARIES.
3928 Add USE_LIBDIR bits here, not...
3929 * src/Makefile.in: Regenerate.
3930 * Makefile.am: ...here.
3931 * Makefile.in: Regenerate.
3932
3933 2000-02-17 Benjamin Kosnik <bkoz@gnu.org>
3934
3935 * acinclude.m4 (LIBS): Fix typos.
3936 * configure.in: _GLIBCPP_BUGGY_FLOAT_COMPLEX,
3937 _GLIBCPP_BUGGY_COMPLEX for crosses.
3938 * src/Makefile.am (std_headers): Add libio.h as install include,
3939 as with _G_config.h
3940 * src/Makefile.in: Regenerate.
3941
3942 * mkcheck.in: Add bits to set CXX to cross compiler.
3943
3944 * src/complex_io.cc: Tweak.
3945 * configure.in: _GLIBCPP_BUGGY_COMPLEX for crosses.
3946 * configure: Regenerate.
3947
3948 * config/newlib/ctype.cc: Tweaks.
3949 * config/newlib/bits/ctype_base.h (ctype_base): Set mask to char,
3950 not const char.
3951 * src/complex_io.cc (operator>>(istream, complex): Define out if
3952 BUGGY_COMPLEX.
3953
3954 2000-02-16 Benjamin Kosnik <bkoz@cygnus.com>
3955
3956 * config/newlib/bits/ctype_base.h: Correct _S_table.
3957
3958 Reconfigure ctype support for "C" libraries that don't use arrays.
3959 * testsuite/22_locale/ctype_char_members.cc: New file. Test for
3960 basic ctype<char> functionality.
3961 * src/locale.cc: Move host-specific ctype functions that are not
3962 inlines to config/*/ctype.cc files.
3963 (ctype<char>::do_tolower): For instance.
3964 (ctype<char>::do_toupper): For instance.
3965 (ctype<wchar_t>::do_tolower): For instance.
3966 (ctype<wchar_t>::do_toupper): For instance.
3967 * config/gnu-linux/ctype.cc: Modify.
3968 * config/default/ctype.cc: Modify.
3969 * config/newlib/ctype.cc: Modify.
3970 * config/solaris/solaris2.6/ctype.cc: Modify.
3971 * config/solaris/solaris2.7/ctype.cc: Modify.
3972
3973 * bits/locale_facets.h (ctype<char>::is): Mark inline, move
3974 out-of-line.
3975 (ctype<char>::scan_is): Here too.
3976 (ctype<char>::scan_not): Here too.
3977 Move out of line defs to config/*/bits/ctype_specializations.h.
3978 * config/gnu-linux/bits/ctype_specializations.h: ...here. New file.
3979 * config/default/bits/ctype_specializations.h: ...here. New file.
3980 * config/newlib/bits/ctype_specializations.h: ...here. New file.
3981 * config/solaris/solaris2.6/bits/ctype_specializations.h: New file.
3982 * config/solaris/solaris2.7/bits/ctype_specializations.h: New file.
3983 * src/Makefile.am (headers): Add ctype_specializations.h.
3984 * src/Makefile.in: Regenerate.
3985
3986 Aaron Weiss <weiss@clearway.com>
3987 * Makefile.am (AM_MAKEFLAGS): Add NM_FOR_BUILD, NM_FOR_TARGET, and
3988 CONFIG_NM for Solaris builds.
3989 * Makefile.in: Regenerate.
3990
3991 * src/locale.cc: Tweak formatting.
3992
3993 2000-02-15 Benjamin Kosnik <bkoz@cygnus.com>
3994
3995 Jim Parsons <parsons@clearway.com>
3996 * testsuite/27_io/istream_unformatted.cc (test06): Add test.
3997 * bits/istream.tcc (read): Set failbit if !good(). Don't increment
3998 gcount if eof.
3999 (readsome): Same.
4000
4001 Michel Decima <michel.decima@cnet.francetelecom.fr>
4002 * testsuite/27_io/streambuf.cc: Add test.
4003 * bits/streambuf.tcc (xsgetn): Don't test for valid mode.
4004 (xsputn): Same.
4005
4006 * src/Makefile.am (AM_CXXFLAGS): Pass down AC_CXXFLAGS,
4007 OPTIMIZE_CXXFLAGS, etc. So --enable-debug and --enable-namespaces
4008 will work correctly, for instance.
4009 * src/Makefile.in: Regenerate.
4010
4011 * bits/locale_facets.h: Fix merge error.
4012 (num_put::put(unsigned long long): And here.
4013 * mknumeric_limits (trait_name): Same.
4014
4015 2000-02-15 Chip Salzenberg <chip@valinux.com>
4016
4017 Support 'configure --enable-long-long'.
4018 * bits/c++config.h (_GLIBCPP_USE_LONG_LONG): Remove.
4019 * stl/bits/stl_config.h (__STL_LONG_LONG): Remove '#if 0'.
4020 * acconfig.h (_GLIBCPP_USE_LONG_LONG): Add. Default to undef.
4021 * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Define flag macro.
4022 * configure.in (GLIBCPP_ENABLE_LONG_LONG): Use it.
4023
4024 * aclocal.m4: Regenerate.
4025 * config.h.in: Regenerate.
4026 * configure: Regenerate.
4027
4028 2000-02-15 Chip Salzenberg <chip@valinux.com>
4029
4030 Improve (complete?) 'long long' support.
4031 * mknumeric_limits: Call $CXX with $CPPFLAGS. Define statics
4032 for {,unsigned} long long if the limits header declares them.
4033 * src/gen-num-limits.cc: Include <bits/c++config.h> early.
4034 (__USE_GNU, _GNU_SOURCE): Define if _GLIBC_USE_LONG_LONG.
4035 (long long, unsigned long long): Gen limits if _GLIBC_USE_LONG_LONG.
4036 * bits/locale_facets.h (num_get<>::get(..., long long &)): Define.
4037 (num_put<>::put(..., long long)): Likewise.
4038 (num_put<>::put(..., unsigned long long)): Likewise.
4039 * bits/locale_facets.tcc (_S_format): Rename from _S_format_long.
4040 Templatize last parameter to support 'long long'.
4041 (num_put<>::put(...)): Call _S_format with new name.
4042 (num_put<>::put(..., long long)): Define.
4043 (num_put<>::put(..., unsigned long long)): Likewise.
4044 * src/locale-inst.cc (_S_format): Instantiate under new name.
4045
4046 2000-02-15 Petter Urkedal <petter@matfys.lth.se>
4047
4048 * src/complex.cc (operator<<, operator>>): Moved from here...
4049 * src/complex_io.cc: ...to new file.
4050 (operator>>): Stub replaced by the real thing.
4051 * src/Makefile.am (sources): Inserted complex_io.cc.
4052 * src/Makefile.in: Regenerate.
4053 * testsuite/26_numerics/complex_inserters_extractors.cc: Check it.
4054
4055 2000-02-14 Benjamin Kosnik <bkoz@gnu.org>
4056
4057 Add in ctype information for newlib "C" libraries.
4058 * config/newlib: New directory
4059 * config/newlib/bits/ctype_base.h: New file.
4060 * config/newlib/ctype.cc: New file.
4061
4062 * ctype/config/linux/*: Rename, move to...
4063 * ctype/config/gnu-linux/*: Here.
4064
4065 Finish off multilib work.
4066 * configure.in: Don't set CXX if not Canadian cross.
4067 * configure: Regenerate.
4068 * acinclude.m4 (GLIBCPP_CHECK_LIBIO): Tweak messages.
4069 * aclocal.m4: Regenerate.
4070 * config.h.in: Regenerate.
4071
4072 * install-sh: Remove, as AC_CONFIG_AUX_DIR(..) picks this out of
4073 the top-level gcc directory now.
4074 * mkinstalldirs: Remove.
4075 * missing: Remove
4076 * ltconfig: Remove.
4077 * ltmain.sh: Remove.
4078 * config.guess: Remove.
4079 * config.sub: Remove.
4080
4081 2000-02-13 Benjamin Kosnik <bkoz@cygnus.com>
4082
4083 * configure.in (glibcpp_basedir): Add glibcpp_basedir.
4084 * Makefile.am: Move mutlilib stuff to src/Makefile.am.
4085 * Makefile.in: Regenerate.
4086 * src/Makefile.am: Add multilib bits.
4087 * src/Makefile.in: Regenerate.
4088
4089 2000-02-12 Benjamin Kosnik <bkoz@cygnus.com>
4090
4091 * configure.in: Clean, add some multilib support.
4092 * configure: Regenerate.
4093 * configure.host: New file.
4094
4095 * acinclude.m4: GLIBCPP_CHECK_LIBIO. Take bits from configure.in and
4096 roll a new function, checks for presence of libio.
4097 GLIBCPP_CHECK_COMPILER_VERSION: Same.
4098 GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT: Same.
4099 GLIBCPP_CHECK_MATH_SUPPORT: Same.
4100 GLIBCPP_CHECK_WCHAR_T_SUPPORT: Same.
4101 GLIBCPP_CHECK_LIBIO: Same.
4102 GLIBCPP_CHECK_CTYPE: Same.
4103 * aclocal.m4: Regenerate.
4104 * config.h.in: Regenerate.
4105
4106 * Makefile.am: Tweaks.
4107 * Makefile.in: Regenerate.
4108
4109 2000-02-11 Benjamin Kosnik <bkoz@cygnus.com>
4110
4111 * configure.in: Make outputing the libio/Makefile
4112 conditional. Haha, yeah right. Anyway, we instead do this thing
4113 where if libio is found, then we build a null library, as there is
4114 no point in duplicating the found libio.
4115 * Makefile.am: Tweak.
4116 * Makefile: Regenerate.
4117 * libio/Makefile.am: Add _G_config.h stuff. Now cross compilers
4118 are happy happy happy.
4119 * libio/Makefile.am: Regenerate.
4120 * libio/gen-params: New file.
4121 * src/Makefile.am: Make libio.la non-conditional, as it is now a
4122 null library if it's not needed. At least we are being consistent,
4123 if not as elegant as we could be.
4124 * src/Makefile: Regenerate.
4125
4126 2000-02-10 Benjamin Kosnik <bkoz@gnu.org>
4127
4128 * Makefile.am (SUBDIRS): Add libio again.
4129 * Makefile.in: Regenerate.
4130 * configure.in (BUILD_LIBIO_INCLUDE): And here.
4131 (AC_OUTPUT): Generate libio/Makefile again.
4132 * configure: Regnerate.
4133 * src/Makefile.am (libstdc___la_LIBADD): Change path so that
4134 libio.la is referring back to the libio subdir again.
4135 (LIBIO_INCLUDES): And here.
4136 * src/Makefile.in: Regenerate.
4137
4138 2000-02-09 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
4139
4140 * math/complex-stub.h: Missed one. Change __mycabs* to cabs*.
4141
4142 2000-02-09 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4143
4144 * bits/valarray_array.h (<bits/std_new.h>): #include.
4145 (__valarray_get_memory): New function.
4146 (__valarray_release_memory): Likewise.
4147 (__valarray_default_construct): New functions.
4148 (__valarray_fill_construct): New function.
4149 (__valarray_copy_construct): New funstions.
4150 (__valarray_destroy_elements): New function.
4151
4152 * bits/valarray_array.tcc (__valarray_copy_construct): New
4153 functions.
4154
4155 * bits/std_valarray.h (valarray<>::valarray): Use
4156 __valarray_get_memory and __valarray_fill_construct,
4157 __valarray_copy_construct, __valarray_default_construct to
4158 properly construct valarrays.
4159 (valarray<>::~valarray): Use __valarray_destroy_elements to
4160 destroy elements and __valarray_release_memory to return memory.
4161 (valarray<>::shift): Tweak.
4162 (valarray<>::cshift): Likewise.
4163 (valarray<>::resize): Robustify.
4164
4165 2000-02-09 Benjamin Kosnik <bkoz@cygnus.com>
4166
4167 * mknumeric_limits (XCOMPILE): Add support for cross compiling.
4168 * bits/limits_generic.h: New file, defaults.
4169 * src/limits_generic.cc: New file, defaults.
4170 * configure.in (LIBS): Run mknumeric_limits at configure time.
4171 * acconfig.h: Remove PACKAGE VERSION HAVE_COMPLEX
4172 HAVE_LC_MESSAGES, tidy, clean, etc.
4173 * src/Makefile.am (geberated_sources): Remove.
4174
4175 * bits/fpos.h: Use _GLIBCPP_USE_LIBIO guards for libio typenames
4176 (_IO_off_t, _IO_ssize_t)
4177
4178 * src/complex.cc: Use glibc's <complex.h> if
4179 possible. . . apparently this was not being done before. Include
4180 tweaks.
4181 (abs): Enable cabs if it's around, instead of mycabs.
4182 * src/complexf.cc (FCT): Add global scope to match complex.cc.
4183 * src/complexl.cc (FCT): Same.
4184 * math/Makefile.am (EXTRA_LONG_DOUBLE_yes): Change mycabsl to cabsl.
4185 (libmath_la_SOURCES): And here.
4186 * math/(mycabs.c, mycabsf.c, mycabsl.c): Move to. . .
4187 * math/(cabs.c, cabsf.c, cabsl.c): . . . Here.
4188 * math/complex-stub.h: Move c_log declarations into. . .
4189 * math/mathconf.h: Here. This is because glibc's <complex.h>
4190 declares cclog, not c_log. The case of the dueling standards. . .
4191 * math/mathconf.h: Add _GLIBCPP_HAVE_* to macros.
4192 * math/Makefile.am: Change.
4193 * math/nan.c (nan): Change signature.
4194 * math/mathconf.h (NAN): Same.
4195 * math/complex-stub.h (nan): And here.
4196
4197 * Makefile.am (rebuild-stamp): Remove libio and libio
4198 dependancies. Plan to take out libio subdir and just merge with
4199 libio in top level gcc directory. Of course, this assumes there is
4200 a libio in the top level directory (ie ../src_dir). This will
4201 probably change the way this library is configured by default.
4202 * libio/*: Remove.
4203
4204 2000-02-09 Chip Salzenberg <chip@valinux.com>
4205
4206 * localefwd.h (locale): Make public: facet, id, category.
4207
4208 2000-02-09 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4209
4210 * testsuite/26_numerics/buggy_complex.cc: Fix Origin:.
4211
4212 * acinclude.m4: Patch only once!
4213
4214 2000-02-09 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4215
4216 * testsuite/26_numerics/buggy_complex.cc: New file.
4217
4218 2000-02-05 Petter Urkedal <petter@matfys.lth.se>
4219
4220 * acinclude.m4: New GLIBCPP_CHECK_COMPLEX_SUPPORT macro. Based
4221 on the 1999-11-21 entries by Mumit Khan.
4222 * configure.in: Use.
4223 * acconfig.h: New _GLIBCPP_BUGGY_COMPLEX macro.
4224 * bits/std_complex.h: Use.
4225
4226 2000-02-04 Philip Martin <pm@corris.dircon.co.uk>
4227
4228 * stl/bits/stl_algobase.h: Add traits based dispatch for
4229 __normal_iterator in the copy_backward()algorithm
4230 * stl/bits/stl_vector.h: Reduce use of __normal_iterator
4231 base() function.
4232
4233 2000-02-04 Mumit Khan <khan@xraylith.wisc.edu>
4234
4235 * src/gen-num-limits.cc (signal_handler): Work around signal
4236 handling problem on Cygwin.
4237 Thanks to Chris Faylor <cgf@cygnus.com>.
4238
4239 2000-02-03 Benjamin Kosnik <bkoz@cygnus.com>
4240
4241 * configure.in: Add (preliminary) support for cross compiles and
4242 multilibs.
4243 Remove AC_C_BIGENDIAN tests. Why is this necessary? Cross
4244 compilation freaks on this.
4245 * configure: Regenerate.
4246 * src/Makefile.am: Add support for cross compiles.
4247 * src/Makefile: Regenerate.
4248 * Makefile.am: Add support for cross compiles.
4249 * Makefile.in: Regenerate.
4250
4251 2000-02-02 Benjamin Kosnik <bkoz@cygnus.com>
4252
4253 * configure.in (LIBS): Remove unused subdirs.
4254 * configure: Regenerate.
4255 * Makefile.am (SUBDIRS): And here.
4256 * Makefile.in: Regenerate.
4257 * src/Makefile.am (sources): And here.
4258 * src/Makefile.in: Regenerate.
4259 * string/*: Remove.
4260 * amm1/*: Remove.
4261 * generic/*: Remove.
4262 * glibc/*: Remove.
4263 * mkcheck.in (INC_PATH): Include $BUILD_DIR before any source dirs.
4264
4265 * libtool: Update to libtool-1.3.4.
4266 * ltconfig: Same
4267 * ltmain.sh: Same
4268 * config.sub: Same.
4269 * config.guess: Same.
4270
4271 2000-02-02 Benjamin Kosnik <bkoz@cygnus.com>
4272 Alexandre Petit-Bianco <apbianco@cygnus.com>
4273
4274 * mkc++config: New file. Put autoconf macros into _GLIBCPP_
4275 namespace instead of polluting global namespace with duplicate
4276 autoconf output.
4277 * configure.in (AC_OUTPUT): Don't need to generate bits/config.h
4278 here anymore. . .
4279 (AC_OUTPUT_COMMANDS): Make it here.
4280 * configure: Regenerate.
4281 * bits/c++config.h.in (_CPP_CPPCONFIG): Change. Tweak. Remove
4282 endif, as now we will add it manually.
4283 Move to this file. . .
4284 * bits/c++config.h: New file. Same as old c++config.h.in except
4285 the ending macro guard is now appended manually.
4286
4287 * bits/locale_facets.tcc: Change HAVE_* macros to _GLIBCPP_HAVE_*.
4288 * bits/std_cmath.h: Same here.
4289 * bits/std_cwchar.h: And here.
4290 * src/locale.cc: And here.
4291 * src/complexl.cc: And here.
4292 * math/mathconf.h: Change to include "config.h" instead of
4293 bits/c++config.h.
4294
4295 2000-02-01 Benjamin Kosnik <bkoz@gnu.org>
4296
4297 * configure.in: Add support for threads. Try a model closer to
4298 libjava, as hopefully if the thread bits are added carefully
4299 enough, the source code will not have gross hacks. Besides, the
4300 libstdc++-v2 model could be easily emulated without the necessity
4301 of linking files in (as currently done)--all that needs to be done
4302 is AC_DEFINE(-D_PTHREADS) etc. However, let's try something
4303 new. . . and see if we arrive at a more elegant solution.
4304 * configure: Regenerated.
4305 * config/threads-no.h: New file.
4306 * config/threads-posix.h: New file.
4307 * src/Makefile.am (myinstallheaders): Install c++threads.h.
4308 * src/Makefile.in: Regenerated.
4309
4310 2000-01-31 Benjamin Kosnik <bkoz@gnu.org>
4311
4312 META-QUESTION: Can we just make a "header.html" file and a
4313 "footer.html" and just include them in all the doc sub-pages. The
4314 duplication of the header info is kind of gross, and weak
4315 considering that if you change order or layout then all this stuff
4316 has to be changed in all the sub-files.
4317
4318 * docs/17_intro/contribute.html: Take out duplicate file info.
4319 * README: Should just contain a link to the docs/index.html
4320 page. Duplicate information removed.
4321 * docs/faq/index.html: Remove indexes into HOWTOS.
4322 * docs/17_intro/howto.html: Make intro and docs part more
4323 centralized. Move intro stuff to documentation.html.
4324 * docs/how.html: Tweak. Does this file need to exist? What calls it?
4325 * docs/README.html: Move documentation files to
4326 documentation.html. Should this file be renamed
4327 "config_and_install.html" as that is what is apparently covered
4328 here. . .
4329 * docs/install.html: Yes. New file, moved and renamed README.html.
4330 * docs/documentation.html: New file. This is the index file for
4331 the documentation.
4332 * docs/index.html: Edit sidebar order. Insert new link to new
4333 documentation spine, documentation.html.
4334
4335 2000-01-31 Scott Snyder <snyder@fnal.gov>
4336
4337 * bits/istream.tcc (operator>>(istream&, string&)): Set failbit if
4338 we don't extract any characters.
4339 * testsuite/21_strings/inserters_extractors.cc (main): New tests.
4340
4341 2000-01-31 Anders Widell <awl@hem.passagen.se>
4342
4343 * stl/bits/std_bitset.h (_M_do_left_shift): Handle case when shift
4344 step is a multiple of the word size.
4345 (_M_do_right_shift): Same.
4346 * testsuite/23_containers/bitset_shift.cc: New file.
4347
4348 2000-01-31 Nathan Myers <ncm@zembu.com>
4349
4350 * README (Documentation): Add path info, fix typos.
4351
4352 2000-01-26 Benjamin Kosnik <bkoz@redhat.com>
4353
4354 * bits/locale_facets.tcc (num_get::_M_extract): Add the freaking
4355 crazy group checking for numpunct, for real this time. At some
4356 point, the local variable __grp should probably get replaced a
4357 char array, or something a bit more lightweight.
4358 (num_get::do_get(bool)): Simplify. Don't set bool reference to
4359 parsed value unless err isn't failbit.
4360 (num_get::do_get(*)): Same, make consistent.
4361
4362 Nathan Myers <ncm@zembu.com>
4363 Jim Parsons <parsons@clearway.com>
4364 * testsuite/27_io/istream_extractor_arith.cc (test08): Add
4365 more grouping tests, tweak, scold, wine.
4366
4367 2000-01-24 Benjamin Kosnik <bkoz@gnu.org>
4368
4369 * testsuite/27_io/istream_extractor_arith.cc (test07): Add
4370 grouping tests.
4371 * bits/locale_facets.tcc (num_get::_M_extract): Change to fix
4372 grouping bugs. Only allow thousands_sep if _M_use_groupings is
4373 true.
4374
4375 via <llewelly@198.dsl.xmission.com>
4376 * stl/bits/stl_vector.h (vector::_M_range_check): Throw
4377 out_of_range instead of range_error.
4378
4379 2000-01-17 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4380
4381 * bits/std_iomanip.h (setw): Fix typo.
4382
4383 2000-01-14 Benjamin Kosnik <bkoz@gnu.org>
4384
4385 * testsuite/27_io/istream_extractor_arith.cc: Fix.
4386 * bits/locale_facets.tcc (do_get(...void)): Change to strtoul.
4387 * testsuite/27_io/istream_unformatted.cc (test04): Tweak.
4388
4389 2000-01-14 Phil Edwards <pme@sourceware.cygnus.com>
4390
4391 * docs/README.html: Reformat, more installation instructions.
4392 * docs/gccrebuild.html: New file.
4393 * docs/faq/index.html: Update for new testsuite output filenames.
4394 * docs/faq/index.txt: Regenerate.
4395
4396 2000-01-14 Phil Edwards <pme@sourceware.cygnus.com>
4397
4398 * Makefile.am (rebuild-stamp, all-local): New targets.
4399 * Makefile.in: Regenerated.
4400 * acinclude.m4: New macro, GLIBCPP_ENABLE_RELIBGCC.
4401 * aclocal.m4: Regenerated.
4402 * configure.in: Call new macro. Also do some sanity checks
4403 for combinations of --enable's that may not make sense.
4404 * configure: Regenerated.
4405
4406 2000-01-13 Benjamin Kosnik <bkoz@cygnus.com>
4407
4408 * testsuite/27_io/istream_extractor_arith.cc: Add checks for void*.
4409 * bits/locale_facets.tcc (do_get::(...void)): Set fmtflags
4410 correctly for hex-formatted input.
4411
4412 * testsuite/27_io/istream_manip.cc (test01): Fix, as per setting
4413 eofbit instead of eofbit | failbit.
4414 * testsuite/27_io/istream_unformatted.cc (test04): Fix, as
4415 ifstreams now are opened or'd with ios_base::in (as is correct).
4416 * bits/fstream.tcc (filebuf::seekoff): Simplify.
4417 * testsuite/27_io/ios_base_members_static.cc (test01): Fix thinko.
4418
4419 2000-01-12 Benjamin Kosnik <bkoz@gnu.org>
4420
4421 * bits/std_fstream.h: Add ios_base as a friend to basic_filebuf.
4422 * bits/basic_file.h (basic_file::filepos_cur): Remove incorrect
4423 (misleading) code.
4424 (__basic_file::filepos_valid): Same.
4425 (__basic_file::filepos_beg): Same.
4426 (__baseic_file::get_fileno): New function.
4427 * bits/ios_base.h (ios_base::sync_with_stdio): Implement, including
4428 feedback from LWG 49.
4429 * src/ios.cc: Move definition here.
4430 * testsuite/27_io/ios_base_members_static.cc (test01): Add tests.
4431
4432 * bits/std_sstream.h (_M_really_sync): Simplify argument list. Set
4433 output part of internal buffer based on string size, so that
4434 _M_out_end is set consistently with filebufs. Correct comments.
4435 * bits/sstream.tcc (stringbuf::overflow): Update here too.
4436 * testsuite/27_io/stringbuf.cc: Changes.
4437
4438 2000-01-11 Benjamin Kosnik <bkoz@gnu.org>
4439
4440 * bits/sstream.tcc (seekoff): Set based on end of written buffer,
4441 not buffer size.
4442 * testsuite/27_io/stringbuf.cc: Add tests for seekoff(end).
4443
4444 * bits/std_fstream.h (ifstream::open): Add ios_base::in to openmode.
4445 (ofstream::open): Add ios_base::out to openmode.
4446
4447 * bits/locale_facets.tcc (_M_extract): Have consistency between
4448 istream::sentry and extractors, where failbit | eofbit is
4449 set. Don't change this, but instead change. . (do some formatting
4450 tweaks.)
4451 * bits/istream.tcc (istream::sentry): Only set eofbit.
4452
4453 2000-01-10 Benjamin Kosnik <bkoz@gnu.org>
4454
4455 * testsuite/27_io/istringstream_members.cc: New file.
4456
4457 2000-01-09 Benjamin Kosnik <bkoz@gnu.org>
4458
4459 * bits/istream.tcc (istream::sentry): Flush.
4460
4461 * configure.in (AC_OUTPUT_COMMANDS): Simplify.
4462 * configure: Regenerate.
4463 * src/Makefile.am (generated_headers): Remove bits/c++config.h so
4464 that make clean will not delete it.
4465 * src/Makefile: Regenerate.
4466
4467 2000-01-07 Phil Edwards <pme@sourceware.cygnus.com>
4468
4469 * mkcheck.in: Use host-specific invocation of size(1);
4470 GNU binutils isn't necessarily there (more's the pity).
4471
4472 2000-01-06 Benjamin Kosnik <bkoz@cygnus.com>
4473
4474 * configure.in (LIBS): Better tests for solaris2.6.
4475 * configure: Regenerate.
4476
4477 <vakatov@ncbi.nlm.nih.gov>
4478 * bits/std_sstream.h: As per libstdc++20.
4479
4480 2000-01-06 Benjamin Kosnik <bkoz@gnu.org>
4481
4482 Break out configuration on solaris.
4483 * configure.in (ctype_solaris): Add in bits for solaris2.6 and 2.7.
4484 * config/solaris/ctype.cc: Delete and move to proper version.
4485 * config/solaris/bits: Same.
4486 * config/solaris/solaris2.5: Add this directory, with subdir bits
4487 and file ctype.cc. Probably doesn't work.
4488 * config/solaris/solaris2.6: Same.
4489 * config/solaris/solaris2.7: Same, as per specs via Phil Edwards.
4490
4491 * Makefile.am: Change paths to mkcheck.
4492 * Makefile: Regenerate.
4493 * configure.in (AC_OUTPUT_COMMANDS): Build mkcheck here.
4494 * configure: Regenerate.
4495 * src/Makefile.am (generated_headers): Add bits/c++config.h.
4496
4497 * mkcheck: Now autogenerated by configure and renamed. . .
4498 * mkcheck.in (INC_PATH): Add glue for ctype_include_dir.
4499 Have longer-style dates.
4500 Raja R Harinath <harinath@cs.umn.edu>
4501 * mkcheck: Change path to #!/usr/clocal/bin/bash.
4502
4503 * docs/README.html: Correct links, maybe. FAQ, install notes, and
4504 general documentation need to be organized around each other, not
4505 fight against each other. . .
4506
4507 2000-01-04 Phil Edwards <pme@sourceware.cygnus.com>
4508 Nicolai Josuttis <nicolai.josuttis@braunschweig.netsurf.de>
4509
4510 * README: Add a note referring to README.html.
4511 * docs/README.html: New file from Nicolai.
4512 * docs/faq/index.html: Move "how to get a copy" to here.
4513 * docs/gentop/footchunk.html: Update.
4514 * docs/gentop/headchunk.html: New links according to
4515 bkoz's idea for "How to..." stuff.
4516 * docs/gentop/thanks: Actually put people here.
4517 * docs/download.html: Regenerated.
4518 * docs/index.html, docs/links.html, docs/mail.html,
4519 docs/status.html, docs/thanks.html, docs/faq/index.txt: Ditto.
4520 * docs/how.html: Ditto. (This file should go away soon.)
4521
4522 1999-12-26 Phil Edwards <pme@sourceware.cygnus.com>
4523
4524 * docs/gentop/status: Add snapshot version column, update
4525 for Solaris 7.
4526 * docs/status.html: Regenerated.
4527
4528 1999-12-26 Phil Edwards <pme@sourceware.cygnus.com>
4529
4530 * docs/faq/index.html: Turn README and RELEASE-NOTES into links
4531 from installation FAQ, and specify location of text files.
4532 * docs/faq/index.txt: Regenerated.
4533
4534 1999-12-23 Phil Edwards <pme@sourceware.cygnus.com>
4535
4536 * docs/gentop/download: Add links to prebuilds for Cygwin/Mingw32.
4537 * docs/download.html: Regenerated.
4538
4539 1999-12-22 Phil Edwards <pme@sourceware.cygnus.com>
4540
4541 * docs/faq/index.html: Update 'what works' for .7 snapshot,
4542 clean up various links.
4543 * docs/faq/index.txt: Regenerated.
4544 * docs/gentop/gentop: Smarter regeneration script.
4545 * docs/gentop/{head,foot}chunk.html: Updated with new
4546 contributors link and mod date.
4547 * docs/gentop/index: Snapshot relase date.
4548 * docs/gentop/thanks: New contributors page added.
4549 * docs/{download,how,index,links,mail,status,thanks}.html:
4550 Regenerated from gentop; thanks.html created.
4551
4552 1999-12-21 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
4553
4554 * bits/c++config.h.in (__GLIBCPP__): 19991221.
4555 * docs/index.html: Add correct information.
4556
4557 * config/irix: New directory.
4558 * config/irix/ctype.cc: Add irix-6.5 info. Not tested.
4559 * config/irix/bits/ctype_base.h: And here.
4560
4561 * config/aix: New directory.
4562 * config/aix/ctype.cc: Add aix-4.2 info. Not tested.
4563 * config/aix/bits/ctype_base.h: And here.
4564
4565 1999-12-21 Philip Martin <pm@corris.dircon.co.uk>
4566
4567 * bits/basic_string.h: Add special case handling for integral
4568 "iterators".
4569 * bits/std_string.h: include type_traits.h
4570 * testsuite/21_strings/ctor_copy_dtor.cc: Tweak.
4571
4572 1999-12-21 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
4573
4574 * bits/fstream.tcc (seekoff): Output buffer based on _M_*_in and
4575 _M_*_end now.
4576 * bits/std_fstream.h (sync): And here.
4577 * testsuite/27_io/filebuf.cc: Revisions.
4578 * testsuite/27_io/filebuf-2.tst: Correct, remove weird character
4579 at the end of the file.
4580 * testsuite/27_io/filebuf-3.tst: Correct.
4581
4582 1999-12-21 Phil Edwards <pedwards@jaj.com>
4583
4584 * docs/gentop/index: Hold off on .7 announcement date.
4585 * docs/index.html: Regenerate.
4586
4587 1999-12-21 Benjamin Kosnik <bkoz@kcygnus.com>
4588
4589 * bits/std_fstream.h (sync): Move _M_file->sync() to
4590 _M_really_overflow().
4591 * bits/fstream.tcc (seekoff): Call sync, not _M_really_overflow so
4592 as to get the _M_file->sync action, which forces the external
4593 buffer to update itself.
4594 (underflow): Same here.
4595
4596 1999-12-21 Phil Edwards <pedwards@jaj.com>
4597
4598 * bits/c++config.h.in: Uncomment _GLIBCPP_USE_NAMESPACES and move...
4599 * acconfig.h: ...to here.
4600 * config.h.in: Regenerate from aclocal.
4601 * acinclude.m4: Add GLIBCPP_ENABLE_DEBUG, GLIBCPP_ENABLE_NAMESPACES.
4602 * aclocal.m4: Regenerate from acinclude.
4603 * configure.in: Use ENABLE macros here.
4604 * configure: Regenerate.
4605 * src/Makefile.am: Use results from ENABLE macros.
4606 * src/Makefile.in: Regenerate.
4607
4608 1999-12-20 Benjamin Kosnik <bkoz@cygnus.com>
4609
4610 * mkcheck (SRC_DIR): Now have to include config/* dir if "make
4611 check" and not "make check-install." Temporarily hack in linux
4612 support.
4613
4614 * bits/std_streambuf.h: Tweaks.
4615 * bits/streambuf.tcc (xsgetn): Tweaks.
4616 * bits/std_fstream.h (sync): Make _M_really_overflow consistent.
4617 * bits/fstream.tcc (filebuf::underflow): Simplify.
4618 * bits/std_sstream.h (streambuf::underflow): Minor change to make
4619 checks for read position precisely implement the standard.
4620 * bits/basic_file.h (filepos_cur): Base this on _offset.
4621 * testsuite/21_strings/inserters_extractors.cc (test05): Tweaks.
4622 * testsuite/27_io/filebuf.cc: Tweak.
4623
4624 1999-12-20 Benjamin Kosnik <bkoz@cygnus.com>
4625
4626 * docs/17_intro/RELEASE-NOTES: Fix typos.
4627
4628 * bits/locale_facets.h (ctype): Modify, use __to_type to abstract
4629 out platform-specific bits.
4630 * config/default/ctype.cc: And here.
4631 * config/defaults/bits/ctype_base.h: And here.
4632 * config/linux/ctype.cc: And here.
4633 * config/linux/bits/ctype_base.h (ctype_base): And here.
4634 * config/solaris/bits/ctype_base.h (ctype_base): Add
4635 __to_type. Comment, as it looks like this is for solaris2.6 and
4636 above: solaris2.5.1 doesn't seem to have the same definitions.
4637 * config/solaris/ctype.cc: And here.
4638
4639 1999-12-19 Benjamin Kosnik <bkoz@cygnus.com>
4640 Ulrich Drepper <drepper@cygnus.com>
4641
4642 * acconfig.h: Remove _GLIBCPP_USE_CTYPE_ISBIT.
4643
4644 * src/locale.cc: Take out platform-specific hacks.
4645 * config/linux/ctype.cc: Put here.
4646 * config/solaris/ctype.cc: Put here.
4647 * config/default/ctype.cc: Put here.
4648
4649 * bits/locale_facets.h: Take out platform-specific hacks.
4650 * config/linux/bits/ctype_base.h: Put here.
4651 * config/solaris/bits/ctype_base.h: Put here.
4652 * config/default/bits/ctype_base.h: Put here.
4653
4654 * configure.in: Bump version.
4655 Add tests for top-level config directory.
4656 * configure: Regenerated.
4657 * src/Makefile.am (INCLUDES): Add platform-specific dir.
4658 * src/Makefile: Regenerate.
4659
4660 1999-12-19 Benjamin Kosnik <bkoz@cygnus.com>
4661 Ulrich Drepper <drepper@cygnus.com>
4662
4663 * bits/locale_facets.h: Hack in solaris support.
4664 * src/locale.cc: Here too.
4665
4666 1999-12-18 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4667
4668 * docs/17_intro/TODO: Update
4669 * docs/17_intro/RELEASE-NOTES (New): Update.
4670
4671 1999-12-17 Benjamin Kosnik <bkoz@milou.cygnus.com>
4672
4673 * bits/c++config.h.in (__GLIBCPP__): Bump.
4674 * docs/17_intro/RELEASE-NOTES: Update, Gaby please add your stuff.
4675 * docs/17_intro/TODO: Update.
4676
4677 * bits/locale_facets.h: Touch this too.
4678 * bits/localefwd.h: Add typedefs for loooooong vector names.
4679 * bits/locale_facets.tcc (locale::operator()): Need parens.
4680 (has_facet): Simplify.
4681 * src/locale-inst.cc: Add instantiations.
4682 * src/locale.cc: Tweaks.
4683
4684 * bits/std_streambuf.h: Move indeterminates into. .
4685 * bits/std_fstream.h: Here.
4686 * bits/fstream.tcc (underflow): Rewind just for ios_base::out
4687 streams.
4688 * bits/sstream.tcc: Very minor formatting tweaks.
4689 * bits/std_streambuf.h (_M_set_determinate): If exclusively an
4690 input buffer, set _M_buf to offset.
4691 * bits/istream.tcc (std): Tweaks.
4692 * testsuite/27_io/istream_unformatted.cc (test05): More tweaks,
4693 include fstream.
4694 * testsuite/27_io/filebuf.cc: Tweaks.
4695
4696 1999-12-17 Phil Edwards <pedwards@jaj.com>
4697
4698 * configure.in: Add OPTLEVEL, -O2 for gcc 2.96+, nothing otherwise.
4699 * configure: Regenerate.
4700 * src/Makefile.am: Use OPTLEVEL in CXXFLAGS.
4701 * src/Makefile.in: Regenerate. Also picks up OTHER_CXXFLAGS rename
4702 to OPTIMIZE_CXXFLAGS from a previous revision (1.96) to Makefile.am.
4703
4704 1999-12-17 Phil Edwards <pedwards@jaj.com>
4705
4706 * docs/21_strings/stringtok_std_h.txt: New algorithm
4707 suggested by Chris King.
4708 * docs/21_strings/howto.html: Link to new version.
4709
4710 1999-12-16 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4711
4712 * bits/valarray_array.h (__valarray_sum): Use operator+=, not
4713 operator+.
4714 * docs/17_intro/TODO: Update.
4715
4716 1999-12-15 Phil Edwards <pme@sourceware.cygnus.com>
4717
4718 * docs/gentop/footchunk.html: Updated, fixed CRLFs.
4719 * docs/gentop/gentop: Ditto.
4720 * docs/gentop/headchunk.html: Ditto.
4721 * docs/*.html: Regenerated from gentop.
4722 * docs/*/howto.html: Updated as test.
4723 * docs/faq/index.html: Updated, fixed CRLFs.
4724 * docs/faq/index.txt: Regenerated.
4725
4726 1999-12-15 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4727
4728 * mknumeric_limits (OUT_C): restart only if $OUT_C is present.
4729
4730 * bits/std_complex.h
4731 (complex<float>::complex(const complex<double>&),
4732 complex<float>::complex(const complex<long double>&)): Define.
4733
4734 * docs/17_intro/TODO: Update.
4735
4736 1999-12-13 Benjamin Kosnik <bkoz@cygnus.com>
4737
4738 * bits/istream.tcc (seekg): Don't set _M_gcount.
4739 (tellg): Same.
4740 * bits/fstream.tcc (filebuf::underflow): Re-sync
4741 external byte sequence's input buffer only. . .
4742 * testsuite/27_io/istream_unformatted.cc (test04): New tests for
4743 tellg, seekg and filebufs.
4744 (test05): Same for stringbufs.
4745 * testsuite/27_io/istream_unformatted-2.tst: New file.
4746 * testsuite/27_io/istream_unformatted-1.tst: New file.
4747 * testsuite/27_io/istream_unformatted-1.txt: New file.
4748 * testsuite/21_strings/inserters_extractors.cc (test05): Change
4749 output file.
4750
4751 1999-12-13 Phil Edwards <pedwards@jaj.com>
4752
4753 * docs/gentop/*: New directory, containing bits for the homepages.
4754 * docs/*.html: Regenerated from gentop.
4755 * docs/*/*.html: Entries added and regenerated.
4756
4757 1999-12-13 Benjamin Kosnik <bkoz@gnu.org>
4758
4759 Efforts to get -O2 to work with -Winline -Werrors.
4760 * bits/valarray_array.h (__valarray_fill(_Tp*, size_t, const
4761 _Tp&): Remove inline declaration, as cannot be inlined and
4762 -Winline -Werror complains. An interesting question is why this
4763 cannot be inlined, as I can see no real reason to disqualify it.
4764 (__valarray_product(const _Tp*, const _Tp*)): Same here.
4765 * bits/std_valarray.h (valarray::operator[](size_t)): Same here.
4766
4767 * docs/17_intro/TODO: Update.
4768
4769 1999-12-12 Benjamin Kosnik <bkoz@gnu.org>
4770
4771 * bits/std_fstream.h (seekpos): Tweaks, fixes. Move definition to
4772 fstream.tcc.
4773 * bits/basic_file.h (filepos_cur()): Make pointers themselves be
4774 the resultant position.
4775 * bits/fstream.tcc (seekoff): Explicitly set return value to
4776 resultant external byte sequence position, not value returned from
4777 _M_file->seekoff. Need to make
4778 (seekpos): New definition.
4779
4780 * bits/istream.tcc (seekg): As per Library Issues List 136, set to
4781 just istream. Necessary, or else tellg will give an invalid stream
4782 position, but seekg will return a valid stream position, which is
4783 not groovy: see testcase addition.
4784 * bits/ostream.tcc (seekp): Same.
4785
4786 * bits/streambuf.tcc (_S_copy_streambufs): Simplify.
4787 * bits/sstream.tcc: Tweaks.
4788 * bits/locale_facets.tcc: Tweaks.
4789 (num_put::do_put(iter_type, ios_base, char_type, const void*)):
4790 Re-write in a way that is easier for the inliner to work with.
4791 * bits/ios_base.h: Use explicit static_cast<int>(...) notation.
4792
4793 1999-12-10 Benjamin Kosnik <bkoz@cygnus.com>
4794
4795 * bits/locale_facets.tcc: Tweaks.
4796 * bits/locale_facets.h (use_facet): Can't inline, remove inline
4797 from declaration.
4798 * bits/localefwd.h: And here.
4799 * bits/std_ostream.h: Tweaks, sentry ctor can't be inlined.
4800 * bits/ostream.tcc: Put here.
4801
4802 Frank Ch. Eigler <fche@cygnus.com>
4803 * src/Makefile.am: Adjust CXXFLAGS, add AM_CXXFLAGS.
4804
4805 1999-12-08 Benjamin Kosnik <bkoz@cygnus.com>
4806
4807 * bits/sstream.tcc (stringbuf::seekoff): Long overdue revamp. Make
4808 in and out buffers update independantly.
4809
4810 * bits/basic_ios.h: Minor formatting.
4811 * bits/fstream.tcc (std): Fix indentation.
4812
4813 1999-12-08 Chip Salzenberg <chip@valinux.com>
4814
4815 * bits/char_traits.h (char_traits<>): Move not_eof() functions
4816 after corresponding eof() functions, so they're easier for the
4817 compiler to inline.
4818 * bits/locale_facets.h (money_base::__default_pattern): Move
4819 static variable out of inline functions.
4820 (_Moneypunct<>::do_{pos,neg}_format): Use it.
4821 * src/locale-inst.cc (money_base::__default_pattern): Define it.
4822
4823 1999-12-08 Benjamin Kosnik <bkoz@cygnus.com>
4824
4825 * bits/std_fstream.h (filebuf::open): Tweak.
4826 * bits/fstream.tcc (filebuf::seekoff): Simplify, fix.
4827 * bits/std_ios.h: Minor tweaks for headers.
4828
4829 1999-12-06 Benjamin Kosnik <bkoz@gnu.org>
4830
4831 * bits/c++config.h.in (_GLIBCPP_FULLY_COMPLIANT_HEADERS): New macro.
4832 * src/string-inst.cc: Add guards . . .
4833 * src/misc-inst.cc: And here.
4834 * bits/std_sstream.h: And here.
4835 * bits/std_fstream.h: And here.
4836 * bits/std_streambuf.h: And here.
4837 * bits/std_istream.h: And here.
4838 * bits/std_ostream.h: And here.
4839
4840 1999-12-06 Scott Snyder <snyder@fnal.gov>
4841
4842 * bits/istream.tcc (basic_istream::read): Try to handle __n == 0
4843 case.
4844 (basic_istream::readsome): And here as well.
4845 * testsuite/27_io/istream_unformatted.cc: Test a zero-length
4846 read().
4847
4848 1999-12-06 Mumit Khan <khan@xraylith.wisc.edu>
4849
4850 * bits/istream.tcc (basic_istream::ignore): streamsize is not
4851 necessarily an `int'.
4852
4853 1999-12-06 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
4854
4855 * mknumeric_limits: Don't use $CXXFLAGS when building
4856 gen-num-limits. It's definitely wrong to use it since $CXXFLAGS
4857 generally instructs the compiler not to emit template
4858 instantiations and we end up with undefined symbols. Sigh.
4859
4860 1999-12-05 Benjamin Kosnik <bkoz@gnu.org>
4861
4862 * bits/locale_facets.tcc: Tweak.
4863 (_S_format_long): Adjust showpos formatting for hex and oct.
4864 * bits/std_ostream.h (operator<<(short)): Correctly deal with hex
4865 and oct by formatting as unsigned.
4866 (operator<<(int)): Same here.
4867 * bits/ostream.tcc (operator<<(long)): Same.
4868 (operator<<(long long)): Same.
4869 (_S_pad_char): Actually treat ios_base::internal as something
4870 worth doing correctly. Remove const designation on ios argument.
4871 * testsuite/27_io/ios_manip_basefield.cc (test02): Add tests.
4872 * testsuite/27_io/ostream_inserter_arith.cc (test03): Add tests.
4873
4874 1999-12-04 Benjamin Kosnik <bkoz@gnu.org>
4875
4876 * bits/std_sstream.h (streambuf::underflow): Check for mode == in.
4877
4878 1999-12-03 Benjamin Kosnik <bkoz@gnu.org>
4879
4880 * bits/locale_facets.tcc (num_put::do_put(bool): Fix.
4881
4882 * bits/sstream.tcc (streambuf::seekoff): Add parens.
4883 * bits/istream.tcc (istream::get(sb)): Handle exceptional events.
4884 (operator>>(istream, _CharT*)): Change streamsize to int_type.
4885 (operator>>(istream, _CharT&)): Fix typedef'd type to be _CharT.
4886 * bits/ostream.tcc (ostream::operator<<(const char*)): Stub out
4887 unused argument.
4888 (ostream::operator<<(_CharT)): Fix.
4889
4890 * bits/std_sstream.h: Temporarily disable including sstream.tcc to
4891 see if this will increase compile speed.
4892 * bits/std_ostream.h: Likewise. . .
4893 * bits/std_istream.h: And here.
4894 * bits/std_fstream.h: And here.
4895 * src/misc-inst.cc: Add relevant header file includes for
4896 instantiation purposes.
4897 * src/string-inst.cc: And here.
4898 * testsuite/27_io/ostream_inserter_arith.cc: Add test case.
4899
4900 1999-12-02 Benjamin Kosnik <bkoz@gnu.org>
4901
4902 * testsuite/27_io/istream_unformatted.cc (test03): Add tests.
4903 * bits/istream.tcc (get(streambuf)): More fixes.
4904 (istream::ignore): Get specific about numeric_limits<int>::max()
4905 requirements.
4906
4907 * bits/fstream.tcc (filebuf::open): Tweaks for _M_last_overflowed.
4908 (filebuf::close): Same.
4909 * testsuite/27_io/filebuf.cc: Add tests for ios_base::ate.
4910
4911 1999-12-01 Phil Edwards <pedwards@jaj.com>
4912
4913 * mkcheck: Support for compilation/execution timing.
4914 * testsuite/printnow.c: New file.
4915
4916 1999-12-01 Phil Edwards <pedwards@jaj.com>
4917
4918 * bits/std_cwchar.h: Test for _GLIBCPP_USE_WCHAR_T.
4919 * configure.in: Test for presence of wchar.h before testing
4920 for any of its features.
4921 * configure: Regenerate.
4922
4923 1999-11-30 Benjamin Kosnik <bkoz@gnu.org>
4924
4925 Preliminary istream validations complete.
4926 * bits/istream.tcc (istream::getline): Fixes. Tweaks to make
4927 formatting more consistent. Removal of if-statements inside of for
4928 loops.
4929 (ignore): Fix.
4930 (get): Same.
4931 (putback): Same.
4932 * bits/std_istream.h: Same.
4933 * bits/sstream.tcc (stringbuf::pbackfail): Fix.
4934 * testsuite/27_io/stringbuf.cc: Tweak.
4935 * testsuite/27_io/istream_unformatted.cc (test02): Mo' tests.
4936
4937 * bits/ostream.tcc (ostream::operator<<(arith)): Set badbit, not
4938 failbit on failure, as per 27.6.2.5.2.
4939
4940 * stl/bits/std_vector.h: Allow bool specializations. Should move
4941 ext/std_bvector to bits, not ext, maybe.
4942
4943 1999-11-30 Mumit Khan <khan@xraylith.wisc.edu>
4944
4945 * configure.in: Fix checks for mbstate_t and WCHAR_MIN/MAX.
4946 * configure: Regenerate.
4947
4948 999-11-29 Benjamin Kosnik <bkoz@gnu.org>
4949
4950 * bits/istream.tcc (get(streambuf, char)): Fix.
4951 * testsuite/27_io/istream_unformatted.cc (test03): Add tests.
4952
4953 1999-11-29 Scott Snyder <snyder@fnal.gov>
4954
4955 * bits/basic_string.h (append(const _Char*, size_type)): The
4956 length of the appended string is given exactly by the second arg,
4957 regardless of the data in the character array.
4958 * bits/string.tcc (basic_string(const _CharT*, size_type, const
4959 _Alloc&)): Likewise.
4960 * testsuite/21_strings/append.cc (test01): Remove erroneous test
4961 of basic_string::append.
4962
4963 1999-11-29 Chip Salzenberg <chip@valinux.com>
4964
4965 * Makefile.in: Tweaks for CXXFLAGS.
4966 * */Makefile.in: Same.
4967
4968 1999-11-29 Mumit Khan <khan@xraylith.wisc.edu>
4969
4970 * conficd bgure.in: Check for wide character support.
4971 * bits/c++config.h.in (_GLIBC_USE_WCHAR_T): Move from here ...
4972 * acconfig.h (_GLIBC_USE_WCHAR_T): to here.
4973 * bits/string.tcc (wstring::_S_find): Guard wchar_t specialization.
4974
4975 1999-11-29 Mumit Khan <khan@xraylith.wisc.edu>
4976
4977 * acinclude.m4: Fix typo.
4978 * src/complex.cc: Fix macro line continuation.
4979
4980 1999-11-29 Petter Urkedal <petter@matfys.lth.se>
4981
4982 * src/Makefile.am (CXXFLAGS): Add -Wno-format to allow non-
4983 string literals in format, as used in locale-facets.tcc.
4984
4985 1999-11-28 Benjamin Kosnik <bkoz@gnu.org>
4986
4987 * testsuite/27_io/istream_unformatted.cc (test03): Add tests.
4988 * bits/istream.tcc (istream::get): Extract to argument minus one.
4989 Various tweaks and fixes.
4990
4991 1999-11-22 Mumit Khan <khan@xraylith.wisc.edu>
4992
4993 * bits/locale_facets.tcc: Workaround for compiler crash on
4994 ix86-*-mingw32.
4995
4996 1999-11-21 Mumit Khan <khan@xraylith.wisc.edu>
4997
4998 * acinclude.m4: New file. New _GLIBCPP_CHECK_FLOAT_SUPPORT macro.
4999 * configure.in: Use.
5000 * acconfig.h: New _GLIBCPP_BUGGY_FLOAT_COMPLEX macro.
5001 * src/complexf.cc: New _GLIBCPP_FLOAT_SPECIALIZATION macro.
5002 * bits/std_complex.h: Use.
5003 * src/complex.cc: Use.
5004
5005 1999-11-19 Mumit Khan <khan@xraylith.wisc.edu>
5006
5007 * testsuite/18_support/numeric_limits.cc: Add missing std:: prefix.
5008 * testsuite/21_strings/inserters_extractors.cc: Likewise.
5009 * testsuite/22_locale/ctype.cc: Likewise.
5010 * testsuite/23_containers/multiset.cc: Likewise.
5011 * testsuite/23_containers/vector_ctor.cc: Likewise.
5012 * testsuite/26_numerics/binary_closure.cc: Likewise.
5013 * testsuite/27_io/fpos.cc: Likewise.
5014 * testsuite/27_io/ios_base_callbacks.cc: Likewise.
5015 * testsuite/27_io/istream_extractor_arith.cc: Likewise.
5016 * testsuite/27_io/istream_extractor_char.cc: Likewise.
5017 * testsuite/27_io/istream_extractor_other.cc: Likewise.
5018 * testsuite/27_io/istream_sentry.cc: Likewise.
5019 * testsuite/27_io/ostream_inserter_char.cc: Likewise.
5020 * testsuite/27_io/ostream_inserter_other.cc: Likewise.
5021 * testsuite/27_io/streambuf.cc: Likewise.
5022 * testsuite/27_io/stringstream.cc: Likewise.
5023
5024 1999-11-19 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5025
5026 * bits/valarray_meta.h: Don't forget to define tanh
5027
5028 1999-11-18 Philip Martin <pm@corris.dircon.co.uk>
5029
5030 * src/stl-inst.cc: Use typedef to refer to iterator
5031 * stl/bits/stl_algobase.h: Add traits based dispatch for
5032 __normal_iterator in the copy()algorithm
5033 * stl/bits/type_traits.h: Add _Is_normal_iterator trait support
5034
5035 1999-11-18 Kevin Ediger <kediger@licor.com>
5036
5037 * src/locale.cc (locale::_Imp::_Imp): Use auto_ptr to make
5038 constructors for locale::_Impl exception safe.
5039
5040 1999-11-18 Scott Snyder <snyder@fnal.gov>
5041
5042 * stl/bits/stl_queue.h: The C++ standard gives the default for the
5043 _Sequence template argument of priority_queue<> as vector<>, not
5044 deque<>.
5045
5046 1999-11-18 Benjamin Kosnik <bkoz@gnu.org>
5047
5048 * bits/std_sstream.h (stringbuf::_M_really_sync): Add __iend as a
5049 parameter.
5050 * bits/sstream.tcc: Adjust here too.
5051
5052 1999-11-17 Benjamin Kosnik <bkoz@gnu.org>
5053
5054 * bits/sbuf_iter.h (istreambuf_iter::equal): Tweak.
5055 * bits/istream.tcc (operator>>): Replace iostate(0) with
5056 iostate(ios_base::goodbit), which is the same thing, but hopefully
5057 a bit clearer.
5058 * bits/locale_facets.tcc (do_get(bool)): Streamline, deal with
5059 libraries issue list 17.
5060 (do_gets): Don't set goodbit explicitly, instead only set on
5061 failures as good bit is the default setting.
5062 * bits/ios_base.h (setf): Set correctly.
5063 * bits/fstream.tcc: Tweak.
5064 * bits/std_sstream.h (_M_really_sync): Fix ibuffer positioning for
5065 in|out bufs that are empty. . .
5066 * testsuite/27_io/istream_extractor_arith.cc (test03): Add.
5067
5068 1999-11-16 Benjamin Kosnik <bkoz@gnu.org>
5069
5070 * testsuite/27_io/streambuf.cc (class testbuf): Don't set _M_buf_size.
5071 * bits/std_streambuf.h (setp): Set _M_buf_size, _M_mode.
5072 Add comments "all about _M_buf."
5073 (setg): Set _M_mode.
5074
5075 1999-11-16 Kevin Ediger <kediger@licor.com>
5076
5077 * bits/locale_facets.tcc (_S_build_float_format): New function.
5078 (_S_output_float): New function.
5079 (num_put::do_put(double)): Use 'em.
5080 (num_put::do_put(long double)): Use 'em.
5081 * testsuite/27_io/ostream_inserter_arith.cc: New file.
5082
5083 1999-11-15 Scott Snyder <snyder@fnal.gov>
5084
5085 * bits/basic_file.h: Type of __off parm should be __c_streampos, to
5086 match how libio is calling us.
5087 * src/basic_file.cc (sys_seek): Likewise.
5088 * bits/std_fstream.h (basic_filebuf::sync): Restore sync call.
5089
5090 1999-11-15 Benjamin Kosnik <bkoz@gnu.org>
5091
5092 * docs/17_intro/contribute.html: Add link to assignment form.
5093 * docs/17_intro/libstdc++-assign.txt: New file.
5094
5095 * mkcheck (TESTS_FILE): Move a copy of test files as well as
5096 output files.
5097
5098 * bits/std_streambuf.h (_M_buf_bump): New function.
5099 * bits/streambuf.tcc: Mods to support _M_buf_bump.
5100 (xsputn): Here. Also add checks for output valid.
5101 (xsgetn): Add checks for input valid.
5102 (sputc): Here.
5103 (sgetc): Set _M_in_end to _M_buf + _M_buf_end.
5104 * bits/std_sstream.h (_M_really_sync): Set _M_buf.
5105 Set _M_out_end to variable-length-end.
5106 * bits/sstream.tcc (overflow): Use _M_buf_bump.
5107 (seekpos): Same.
5108 (seekoff): Same.
5109 * bits/fstream.tcc (std): Tweak formatting.
5110 (filebuf::overflow): Simplify.
5111 (filebuf::showmanyc): Same.
5112 (filebuf::underflow): Same.
5113 * testsuite/27_io/filebuf.cc: Fix.
5114 * testsuite/27_io/ostream_inserter_other.cc: Fix.
5115 * testsuite/27_io/ostream_inserter_other-2.tst: New file.
5116 * testsuite/27_io/stringbuf.cc: Tweak.
5117 * testsuite/27_io/streambuf.cc: Tweak.
5118 * testsuite/27_io/istream_extractor_other.cc: Fix.
5119
5120 1999-11-11 Matthias Klose <doko@cs.tu-berlin.de>
5121
5122 * stl_deque.h: Use static_casts<size_type>(signed_type).
5123
5124 1999-11-11 Benjamin Kosnik <bkoz@gnu.org>
5125
5126 Cleanups for callbacks, more regression hunting. Remaining
5127 failures (1) due to last unresolved stringstream issues, not
5128 regressions per se.
5129 * bits/std_fstream.h: Revert. Disable call to _M_file->sync as
5130 killing 27_io/filebuf.cc tests. . . need another solution.
5131
5132 * bits/streambuf.tcc (_S_copy_streambufs): Fix.
5133 * testsuite/27_io/istream_extractor_other.cc: Tweak comments.
5134
5135 * bits/basic_ios.h: Add cached facets here. UGH. The standard
5136 foils all attempts at a graceful, minimal implementation.
5137 * bits/basic_ios.tcc: Tweaks.
5138 * bits/istream.tcc: Fix.
5139 * bits/ostream.tcc: Fix.
5140 * bits/std_istream.h: Fix.
5141 * bits/std_ostream.h: Fix.
5142 * src/ios.cc (ios_base::imbue): Set _M_locale_ios before calling
5143 callbacks.
5144 * bits/locale_facets.tcc (std): Minor, minor formatting tweak.
5145 (_S_pad_numeric): Make comprehensible.
5146
5147 1999-11-10 Benjamin Kosnik <bkoz@cygnus.com>
5148
5149 * bits/std_ostream.h: Add callbacks for _M_fnumput.
5150 (_S_ostream_fcache): New function.
5151 Move functions out-of-line.
5152 * bits/ostream.tcc: Put here.
5153
5154 * bits/std_istream.h: Add callbacks for _M_fnumget.
5155 (_S_istream_fcache): New function.
5156 Move functions out-of-line.
5157 * bits/istream.tcc: Put here.
5158
5159 * bits/basic_ios.tcc (basic_ios::imbue): Tweaks, remove call to
5160 _M_call_callbacks(), as ios_base::imbue does this already.
5161 * src/ios.cc (register_callback): Clean.
5162 (_M_call_callbacks): Same.
5163 * bits/ios_base.h: Callback work.
5164 * testsuite/27_io/ios_base_callbacks.cc (test01): New file.
5165
5166 1999-11-10 Benjamin Kosnik <bkoz@cygnus.com>
5167 Matthias Klose <doko@cs.tu-berlin.de>
5168
5169 * stl/ext/stl_rope.h: Fix initialization order.
5170
5171 1999-11-09 Scott Snyder <snyder@fnal.gov>
5172
5173 * bits/std_fstream.h (basic_filebuf::sync): Unconditionally call
5174 _M_file->sync() so that redirection works correctly.
5175
5176 1999-11-09 Benjamin Kosnik <bkoz@gnu.org>
5177
5178 * bits/istream.tcc: Re-order.
5179 * bits/std_istream.h: Fix getline problems.
5180 * testsuite/27_io/istream_unformatted.cc: New tests.
5181
5182 Clean up regressions.
5183 * bits/std_sstream.h: Set initial stringbufs correctly.
5184
5185 1999-11-09 Scott Snyder <snyder@fnal.gov>
5186
5187 * stl_vector.h (_M_range_insert): Fix mixing pointers and
5188 vector::iterator.
5189 * testsuite/23_containers/vector_modifiers.cc (test01): New file,
5190 tests.
5191
5192 1999-11-09 Benjamin Kosnik <bkoz@cygnus.com>
5193
5194 * src/Makefile.am (CXXFLAGS): Add -Winline.
5195 * src/Makefile.in: Regenerate.
5196
5197 1999-11-05 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5198
5199 * bits/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): When
5200 building meta-expressions don't forget to take the contained
5201 closures.
5202
5203 1999-11-02 Benjamin Kosnik <benjamin@cygnus.com>
5204
5205 * configure: Regenerate.
5206
5207 1999-11-02 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5208
5209 * bits/valarray_meta.h (_Expr<>::sum): Tweak. Use copy-initialization
5210 syntax.
5211 * bits/valarray_meta.h (min): Likewise.
5212 * bits/valarray_meta.h (max): Likewise.
5213
5214 1999-11-01 Benjamin Kosnik <bkoz@cygnus.com>
5215
5216 * bits/std_sstream.h (_M_really_sync): Take into account in | out bufs.
5217 * bits/std_streambuf.h (_S_copy_streambufs): New function.
5218 * bits/streambuf.tcc: Define.
5219 * bits/istream.tcc (istream::operator>>(streambuf)): Rewrite.
5220 * bits/ostream.tcc (ostream::operator<<(streambuf)): Rewrite.
5221 * testsuite/27_io/ostream_inserter_other.cc: Add tests.
5222 * testsuite/27_io/ostream_inserter_other-1.tst: New file.
5223
5224 * bits/basic_string.h: Explicitly cast npos to unsigned type,
5225 reported by Richard Atterer.
5226 * bits/char_traits.h: For consistency's sake, here too.
5227
5228 * configure.in: Bump version to 2.90.7.
5229
5230 1999-10-31 Benjamin Kosnik <bkoz@cygnus.com>
5231
5232 * testsuite/27_io/ostream_inserter_char-1.tst: Check file output.
5233 * testsuite/27_io/ostream_inserter_char.cc (test05, test01): Add tests.
5234 * bits/streambuf.tcc (xsputn): Treat--size const char for long loops.
5235 (xsgetn): Same.
5236 * bits/sstream.tcc (seekpos): Tricks, mostly: check _M_mode before
5237 writing into buffer.
5238 (seekoff): Same.
5239
5240 1999-10-29 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5241
5242 * bits/valarray_array.h (__valarray_sum): New function.
5243 * bits/valarray_array.h (__valarray_product): Same.
5244
5245 * bits/std_valarray.h (valarray<T>::product): Comment out.
5246 * bits/std_valarray.h (valarray<T>::sum): Use __valarray_sum
5247 instead of accumulate.
5248
5249 * src/valarray-inst.cc: Remove explicit intantiation of
5250 class multiplies<size_t>, accumulate, valarray<size_t>::product.
5251 * src/valarray-inst.cc (__valarray_product): Instantiate
5252 explicitly.
5253 * src/valarray-inst.cc (__valarray_product(const
5254 valarray<size_t>&)): New function.
5255 * src/valarray-inst.cc (gslice::_Indexer::_Indexer): Don't use
5256 valarray<size_t>::product. Use __valarray_product instead.
5257
5258
5259 1999-10-25 Benjamin Kosnik <bkoz@cygnus.com>
5260
5261 * bits/std_ostream.h (ostream.inserters.char): Correctly pad output.
5262 (_S_pad_char): New function. Not done: ios_base::internal.
5263 * bits/ostream.tcc: Clean for above.
5264 * bits/locale_facets.tcc (_S_fill): Remove ostreambufiterator
5265 specialization that was commented out, as ostreams now have to
5266 correctly deal with padding.
5267 * testsuite/27_io/ostream_inserter_char.cc (main): Add tests.
5268
5269 * testsuite/21_strings/ctor_copy_dtor.cc(test02): Add test case
5270 from mailing list. This is a bug, and should be fixed.
5271 * testsuite/21_strings/inserters_extractors.cc (main): Tweak, fix typo.
5272
5273 1999-10-22 Petter Urkedal <petter@matfys.lth.se>
5274
5275 * stl/bits/stl_numeric.h (__power): Replaced argument name `__opr'
5276 to avoid conflict with gcc name mangling.
5277 * stl/bits/stl_algo.h (__transform): Same.
5278
5279 1999-10-21 Benjamin Kosnik <bkoz@cygnus.com>
5280
5281 * bits/ios_base.h: Change argument names.
5282 * docs/17_intro/BADNAMES: Add __opr.
5283
5284 1999-10-20 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
5285
5286 Work on compilation slowdowns from 10-5 to 10-12, which are
5287 related to the _Callback_list inlining/merge-ifcation, which is
5288 still a pending issue, but this stuff is necessary cleanup anyway.
5289
5290 * src/ios.cc: Re-arrange.
5291 * bits/ios_base.h: Tweak.
5292 * bits/basic_ios.tcc: Move out of line definitions here, move
5293 small out-of-line definitions inline.
5294 * bits/basic_ios.h: From here.
5295
5296 * bits/streambuf.tcc (pbackfail, overflow): Move back inline.
5297 * bits/std_streambuf.h: From here.
5298
5299 1999-10-19 Benjamin Kosnik <bkoz@cygnus.com>
5300
5301 * testsuite/27_io/istream_extractor_char.cc: Add tests.
5302 * bits/std_istream.h: Tweaks--set eofbit on eof condition.
5303 * bits/istream.tcc (operator>>(istream&, string&): Remove
5304 vestigial issspace hacks and use ctype::is instead.
5305 (getline): Remove unnecessary loops, fortify and pasteurize.
5306 (ws): Same.
5307
5308 1999-10-18 Benjamin Kosnik <bkoz@cygnus.com>
5309
5310 * bits/istream.tcc (operator>>): Tweak.
5311 * bits/std_istream.h: Fix according to library issues list 68.
5312 Add typedefs.
5313
5314 * bits/locale_facets.h: Fix table_size to be non-zero.
5315
5316 1999-10-18 Vadim Egorov <egorovv@HotPOP.com>
5317
5318 * src/basic_file.cc: ifdef instead of comment for binary mode
5319
5320 1999-10-18 Russell Davidson <russell@qed.econ.queensu.ca>
5321
5322 * bits/std_sstream.h: Stringbuf initialization based on actual,
5323 not allocated, size.
5324 * testsuite/21_strings/inserters_extractors.cc (test06): Add test
5325 case.
5326
5327 1999-10-17 Benjamin Kosnik <bkoz@cygnus.com>
5328
5329 * testsuite/26_numerics/c_math.cc (test03): Tweak.
5330 * testsuite/27_io/istream_manip.cc (test01): Corrections due to
5331 sentry change.
5332 * testsuite/21_strings/inserters_extractors.cc (test01): Same.
5333
5334 1999-10-14 Benjamin Kosnik <bkoz@cygnus.com>
5335
5336 * bits/std_istream.h: Tweaks.
5337 * bits/istream.tcc (istream::sentry::sentry()): Simplify, correct
5338 as per issues list addition--set failbit, eof on empty buffers.
5339 * testsuite/27_io/istream_sentry.cc: New file.
5340
5341 1999-10-12 Chris Prince <prince@wcug.wwu.edu>
5342
5343 * bits/std_cstdio.h: Remove Solaris hacks.
5344
5345 1999-10-12 Phil Edwards <philip.edwards@sn.wpafb.af.mil>
5346
5347 * docs/index.html: Fix minor typos and tweaks.
5348 * docs/17_intro/contribute.html: Ditto.
5349 * docs/*/howto.html: Ditto. More "EGCS"->"GCC" conversion, notes on
5350 thread safety and binary I/O, links to external sites.
5351 * docs/faq/index.html: EGCS/GCC cleanup, new entries for Cygwin
5352 and MT.
5353
5354 1999-10-12 Petter Urkedal <petter@matfys.lth.se>
5355
5356 * bits/std_cmath.h (abs(float)): When ::absf is not present, call
5357 ::fabs(double) rather than ::abs(int).
5358
5359 1999-10-11 Benjamin Kosnik <bkoz@milou.cygnus.com>
5360
5361 * bits/std_streambuf.h: Fix minor blip--should explicitly return
5362 *gptr(), not the result of underflow.
5363 (pbackfail): Conform to default behavior.
5364 (overflow): Same.
5365 * bits/streambuf.tcc: Add out-of-line streambuf members.
5366 (xsputn): Tweak.
5367 (xsgetn): Tweak.
5368 * testsuite/27_io/streambuf.cc: New file.
5369 * testsuite/27_io/filebuf.cc: Correct test.
5370
5371 1999-10-08 Benjamin Kosnik <bkoz@haight.constant.com>
5372
5373 * bits/std_cmath.h: Correctly cast int to double.
5374 * testsuite/26_numerics/c_math.cc: Add test.
5375
5376 * mknumeric_limits (OUT_C): Tweaks.
5377 * src/gen-num-limits.cc: Checks for WCHAR_MIN, WCHAR_MAX before
5378 trying to instantiate type_traits<wchar_t>.
5379 * acconfig.h: Add _GLIBCPP_HAS_WCHAR_MIN_MAX.
5380 * configure.in (LIBS): Plus checks for WCHAR_MIN, WCHAR_MAX.
5381 * configure: Regenerate.
5382
5383 1999-10-06 Benjamin Kosnik <bkoz@milou.cygnus.com>
5384
5385 * bits/streambuf.tcc (streambuf::xsgetn): Rewrite.
5386 (streambuf::xsputn): Put in break.
5387 Aiming for parity between these two (mostly) similar functions.
5388 Need to re-write tests.
5389
5390 * bits/ios_base.h (ios_base::_M_copy_base): Remove declaration.
5391 Make data members protected, not private.
5392 * src/ios.cc (ios_base::_M_copy_base): Move _Callback_list into
5393 ios_base.h. As called only once, collapse into . . .
5394 * bits/basic_ios.h (basic_ios::copyfmt): Fix.
5395 (basic_ios::clear): Throw ios_base::failure on occasion.
5396 (basic_ios::exceptions): Fix.
5397 * testsuite/27_io/ios_members.cc (test02): Add tests.
5398
5399 * bits/fpos.h: Default initialize.
5400 * testsuite/27_io/fpos.cc (test03): Add test.
5401
5402 1999-10-04 Russell Davidson <russell@qed.econ.queensu.ca>
5403
5404 * src/basic_file.cc: Fix open modes.
5405
5406 1999-10-04 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5407
5408 * bits/locale_facets.tcc (num_get<>::do_get): Fix typo.
5409
5410 1999-09-23 Benjamin Kosnik <bkoz@milou.cygnus.com>
5411
5412 * bits/streambuf.tcc: Yea. Fix this for real.
5413 * testsuite/27_io/ostream_inserter_other.cc: Add file.
5414 * src/Makefile.*: Regenerate.
5415
5416 1999-09-22 Benjamin Kosnik <bkoz@milou.cygnus.com>
5417
5418 * bits/std_cstdlib.h: Add more linux-specif hacks to the header
5419 files so that stdtof and strtold will be declared. Some hacks
5420 already exits in bits/std_cctype.h -- these should all be removed
5421 at a later date.
5422 * bits/locale_facets.tcc: Add cstring.h include.
5423 _S_format_long: Use long, not int.
5424 Add std_limits.h include, for numeric_limits.
5425 * testsuite/27_io/istream.cc: Make instantiations work when using
5426 -fhonor-std.
5427 * testsuite/27_io/ostream.cc: Same.
5428
5429 1999-09-21 Benjamin Kosnik <bkoz@milou.cygnus.com>
5430
5431 * bits/fpos.h (fpos::operator streamoff): Make const, don't return
5432 a reference. Same for operators == and !=.
5433 * testsuite/27_io/fpos.cc: Add tests.
5434
5435 1999-09-21 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5436
5437 * bits/valarray_array.h: Fix typo.
5438
5439 * mknumeric_limits: Make sure we are regenerating things from
5440 scratch. Otherwise things get redefined. Not good.
5441
5442 1999-09-20 Benjamin Kosnik <bkoz@milou.cygnus.com>
5443
5444 * bits/std_ostream.h: Fix typo.
5445 * bits/std_istream.h: Same.
5446 * bits/std_iomanip.h: Same.
5447
5448 * bits/istream.tcc (sentry::sentry()): Remove optional tie with
5449 ostream, as happens with underflow anyway.
5450 * testsuite/27_io/istream.cc (main): New file.
5451 * testsuite/27_io/ostream.cc (main): New file.
5452 * testsuite/27_io/istream_unformatted.cc: Add tests.
5453
5454 * src/Makefile.am (headers): Add new file.
5455 * src/Makefile.in (headers): Regenerated.
5456
5457 * bits/basic_ios.h: Remove local-related files.
5458 * bits/basic_ios.tcc: New file, add locale-related items.
5459 * src/misc-inst.cc: Add include of basic_ios.tcc, as a hack for now.
5460 * testsuite/27_io/ios_members_static.cc: Change to
5461 * testsuite/27_io/ios_base_members_static.cc: This.
5462 * testsuite/27_io/ios_members.cc: New file.
5463 * testsuite/27_io/stdios_basefield_manip: Change to
5464 * testsuite/27_io/ios_manip_basefield.cc: This.
5465 * testsuite/27_io/stdios_fmtflags_manip: Change to
5466 * testsuite/27_io/ios_manip_fmtflags.cc: This.
5467
5468 * bits/fpos.h: Fix discarding qualifiers on this when
5469 using _M_position with a const fpos.
5470 * bits/std_iosfwd.h: Tweak.
5471 * testsuite/27_io/fpos.cc: New file.
5472
5473 1999-09-17 Benjamin Kosnik <bkoz@milou.cygnus.com>
5474
5475 * bits/streambuf.tcc (streambuf::xsputn): Tweak.
5476 * bits/ostream.tcc: Tweak.
5477 * testsuite/21_strings/inserters_extractors.cc (test04, test05):
5478 Add new regressions.
5479
5480 1999-09-16 Benjamin Kosnik <bkoz@milou.cygnus.com>
5481
5482 * bits/basic_ios.h: Inline, tweak.
5483 * bits/fstream.tcc (basic_filebuf::_M_really_overflow): Tweak,
5484 pass back accurate return value to basic_filebuf::overflow.
5485 * bits/streambuf.tcc (streambuf::xsputn): Fix overflow accounting.
5486 This fixes sstream problems reported in libstdc++/9, but screws up
5487 filebufs. That solution is pending.
5488
5489 1999-09-15 Vadim Egorov <egorovv@1c.ru>
5490
5491 * bits/streambuf.tcc (basic_streambuf::xsputn): Add check for
5492 zero count puts.
5493 * testsuite/21_strings/inserters_extractors.cc (test01): Add test.
5494
5495 1999-09-08 Benjamin Kosnik <bkoz@milou.cygnus.com>
5496
5497 * bits/c++config.h.in: Add emacs hints.
5498
5499 * stl/bits/stl_range_errors.h: Don't define here, for now define
5500 in stdexcept.cc along with string inlines __length_error, etc.
5501 * src/stdexcept.cc: Define here.
5502 * stl/bits/stl_config.h (__STL_CAN_THROW_RANGE_ERRORS): Enable, so
5503 at(size_t) will be declared/defined.
5504 (__STL_THREADS): Fix mess surrounding use of this, enable.
5505
5506 1999-08-31 Benjamin Kosnik <bkoz@milou.cygnus.com>
5507
5508 * testsuite/27_io/istream_extractor_arith.cc: Fix.
5509 * src/localename.cc: Tweak formatting, fix assignment to
5510 const compiler errors.
5511
5512 1999-08-25 Benjamin Kosnik <bkoz@cygnus.com>
5513
5514 * acconfig.h: Add absf, cosf.
5515 * configure.in (use_builtin_sinf): Same.
5516 * configure: Regenerate.
5517 * bits/std_cmath.h: Add mess of defines.
5518 * testsuite/26_numerics/modf_float.cc: Change to
5519 * testsuite/26_numerics/c_math.cc: This.
5520
5521 * src/locale.cc: Change.
5522 * bits/locale_facets.h: Fix.
5523 * testsuite/22_locale/ctype.cc: Add temporary tests.
5524
5525 1999-08-24 Benjamin Kosnik <bkoz@cygnus.com>
5526
5527 * bits/fpos.h: Test.
5528
5529 * docs/index.html: Add powerpc-linux-gnu results with gcc-2.95.1.
5530 Fix database name for "libstdc++".
5531
5532 1999-08-23 Benjamin Kosnik <bkoz@cygnus.com>
5533
5534 * mknumeric_limits (numeric_limits): Add default definitions to
5535 member functions.
5536 * testsuite/18_support/numeric_limits.cc: New file.
5537
5538 1999-08-18 Benjamin Kosnik <bkoz@cygnus.com>
5539
5540 * bits/std_istream.h: Correct initialization.
5541 * bits/std_ostream.h: Likewise.
5542 * bits/std_sstream.h: Likewise.
5543 * bits/std_fstream.h: Likewise.
5544 * testsuite/27_io/stringstream.cc: Add test case.
5545
5546 * bits/std_sstream.h: Replace ____string_type with __string_type.
5547 * bits/basic_ios.h (basic_ios::rdbuf(sb*): Call clear(), as required.
5548 * bits/std_ostream.h: Tweak dtor.
5549
5550 1999-08-17 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
5551
5552 * src/Makefile.am (CXXFLAGS): Add -O2.
5553 * src/Makefile.in: Likewise.
5554
5555 * src/gen-num-limits.cc: Conditionally allow wchar_t. See what
5556 this breaks. . .
5557 * mknumeric_limits (numeric_limits): Uglify.
5558
5559 * bits/std_istream.h: Fix warnings.
5560 * bits/locale_facets.tcc: Collateral damage from
5561 char_traits<char>::int_type change.
5562
5563 * testsuite/27_io/istream_extractor_char.cc: Terminate strings.
5564
5565 1999-08-17 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
5566
5567 * docs/index.html: Add mailing list form.
5568 * docs/27_io/howto.html: Add link to iostreams_hierarchy.pdf.
5569
5570 1999-08-16 Benjamin Kosnik <bkoz@cygnus.com>
5571
5572 * bits/streambuf.tcc (streambuf::xsputn): Allow copies to continue
5573 if overflow successfully allocates more space.
5574 * bits/std_sstream.h: Adjust comments.
5575 * bits/sstream.tcc (stringbuf::overflow): Copy buffer into string
5576 before overflow forces a resize.
5577 * testsuite/27_io/ostream_inserter_char.cc: New file.
5578
5579 * bits/std_fstream.h: Remove declaration.
5580 * bits/fstream.tcc: Move uflow.
5581 * bits/std_streambuf.h: To here.
5582 * bits/streambuf.tcc: Make consistent.
5583
5584 * src/Makefile.am (WERROR): Enable.
5585 * src/Makefile.in: Regenerate.
5586 * bits/sbuf_iter.h: Tweak.
5587 * bits/char_traits.h: (char_traits<wchar_t>::eof): Use WEOF.
5588 Use unsigned int as char_traits<char>::int_type.
5589
5590 * bits/ostream.tcc (ostream::putc(char)): Tweak.
5591 * testsuite/27_io/iostream_objects.cc: Terminate string.
5592 Move cin::operator>>(char*) test to extractor_char.cc.
5593 * testsuite/27_io/stringstream.cc: Add stringstream instantiation.
5594 * bits/std_istream.h (basic_iostream): Make explicit definition
5595 for default ctor.
5596 * bits/std_sstream.h: Fix typos.
5597 * bits/fstream.tcc (_M_init_filebuf): Set to indeterminate for
5598 basic_filebuf ctor with fileno open arguments. Thus, filebufs are
5599 initialized in a consistent manner, no matter if the underlying
5600 FILE/bit bucket is a tty or a text file or some other imaginary
5601 construct. This and setting _M_buf_size to 1 for cin allows
5602 istream::get(char) to work in a manner consistent with what others
5603 expect.
5604
5605 * docs/index.html: Link Stroustrup's C++ page.
5606
5607 1999-08-12 Michael Cook <cook@sightpath.com>
5608
5609 * bits/fstream.tcc: Fix signed/unsigned -Wall warning.
5610 * bits/istream.tcc: ditto.
5611 * bits/sbuf_iter.h: ditto.
5612 * bits/std_istream.h: ditto.
5613 * src/Makefile.am: Add -Wall to CXXFLAGS.
5614 * src/Makefile.in: ditto.
5615
5616 1999-08-12 Benjamin Kosnik <bkoz@tintin.cygnus.com>
5617 Russell Davidson <russell@ehess.cnrs-mrs.fr>
5618
5619 * bits/locale_facets.tcc (_M_extract): Finish off patch from yesterday.
5620 * src/Makefile.am (myinstallheaders): Tweak, remove PHONY.
5621
5622 1999-08-11 Benjamin Kosnik <bkoz@tintin.cygnus.com>
5623
5624 * testsuite/27_io/istream_unformatted.cc: New file.
5625
5626 * testsuite/27_io/istream_extractor_arith.cc (test02): Add more
5627 elaborate tests for int types with noskipws.
5628
5629 * testsuite/27_io/istream_extractor_other-1.txt: New file.
5630 * testsuite/27_io/istream_extractor_other-1.tst: New file.
5631 * testsuite/27_io/istream_extractor_other-2.tst: New file.
5632 * testsuite/27_io/istream_extractor_other.cc: Add tests.
5633 * bits/istream.tcc: Fix operator>>(streambuf*).
5634
5635 * testsuite/23_containers/vector_ctor.cc (test01): Add.
5636
5637 * docs/index.html: Remove references to egcs.
5638 * docs/17_intro/DESIGN: Same.
5639 * docs/17_intro/contribute.html: Same.
5640 * docs/17_intro/RELEASE-NOTES: Ditto.
5641 * docs/17_intro/howto.html: Same here.
5642
5643 Russell Davidson <russell@ehess.cnrs-mrs.fr>
5644 * stl/bits/stl_vector.h (_M_insert_aux):
5645 * bits/locale_facets.tcc (_M_extract): Tweaks for preliminary
5646 decimal/floating point support.
5647 * bits/locale_facets.h: Change _M_extract prototype.
5648 * bits/char_traits.h (char_traits::to_int_type): Cast to unsigned.
5649 * bits/std_istream.h (istream::read(char_type, streamsize)): Fix.
5650
5651 1999-08-10 Michael Cook <cook@sightpath.com>
5652
5653 * bits/fstream.tcc: Fix for unused variable warning (-Wall).
5654 * bits/ios_base.h: ditto.
5655 * bits/istream.tcc: ditto.
5656 * bits/locale_facets.h: ditto.
5657 * bits/locale_facets.tcc: ditto.
5658 * bits/std_streambuf.h: ditto.
5659 * src/basic_file.cc: ditto.
5660 * src/locale.cc: ditto.
5661 * src/localename.cc: ditto.
5662
5663 1999-08-10 Kirat Singh <singhki@jany.gs.com>
5664
5665 * bits/std_iomanip.h: Inline.
5666
5667 1999-08-10 Alfred Minarik <a8601248@unet.univie.ac.at>
5668
5669 * bits/std_streambuf.h: Correct member initialization order.
5670 * src/ios.cc: Add definitions for ios_base data members.
5671
5672 1999-08-06 Phil Edwards <pedwards@ball.com>
5673
5674 * docs/index.html: Seventh snapshot updates. Minor tweaks.
5675 * docs/faq/index.html: Ditto. Removed bugs sections that have
5676 been fixed for a long time... Lots of "egcs" references still
5677 exist.
5678 * docs/faq/index.txt: Regenerated.
5679
5680 1999-08-05 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5681 Andreas Amann <amann@physik.tu-berlin.de>
5682
5683 * testsuite/26_numerics/binary_closure.cc (main): new test.
5684
5685 1999-07-29 Andreas Amann <amann@physik.tu-berlin.de>
5686
5687 * bits/valarray_meta.h: (_BinClos<>::_Binclos): fix typo causing
5688 segmentation fault.
5689
5690 1999-08-04 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
5691
5692 * docs/index.html (host): Put in testing status.
5693
5694 1999-08-03 Benjamin Kosnik <bkoz@cygnus.com>
5695
5696 * docs/index.html: Update for libstdc++-2.90.6 release.
5697 * docs/17_intro/RELEASE-NOTES (New): Update.
5698 * docs/17_intro/BUGS: Update.
5699 * bits/c++config.h.in (__GLIBCPP__): Bump version number.
5700 * README (file): Update.
5701
5702 1999-08-03 Benjamin Kosnik <bkoz@cygnus.com>
5703
5704 * src/Makefile.am (generated_headers): Remove bits/c++config.h as
5705 a target.
5706 ($(generated_headers)): Same.
5707 * src/gen-c++config.cc: Remove, rename to
5708 * bits/c++config.h.in: New file. Bump version number.
5709 * configure.in: Generate bits/c++config.h at configure time.
5710 * math/mathconf.h: include bits/c++config.h, not config.h.
5711
5712 * bits/std_cmath.h: Fix remaining link error for solaris shared
5713 builds. _GLIBCPP_HAS_BUILTIN_SINF has to be disabled for the time
5714 being, as on Solaris this silently calls sinf, which does not
5715 exist.
5716
5717 * src/complex.cc: More tweaks.
5718
5719 1999-08-03 Benjamin Kosnik <bkoz@cygnus.com>
5720
5721 * src/complex.cc: Same.
5722 * math/complex-stub.h: Change.
5723 * math/c_log10*.c: Change back to clog10*.c.
5724
5725 * configure.in (NEED_C_LOG10): Delete.
5726 * configure: Regenerate.
5727 * math/Makefile.am: Change.
5728
5729 1999-07-30 Benjamin Kosnik <bkoz@cygnus.com>
5730
5731 * math/Makefile.am: Fix, for real.
5732 * configure.in (use_builtin_sinf): Ok, make autoconf solution.
5733 * math/clog.c: Move to c_log.c.
5734 * math/clog*: Ditto.
5735 * math/c_log10l.c (c_log10l): Change function name.
5736 * math/c_log10f.c (c_log10f): Change function name.
5737 * math/c_log10.c (c_log10): Change function name.
5738
5739 * math/complex-stub.h: Change to c_log* variants.
5740 * src/complex.cc: And here.
5741
5742 1999-07-29 Benjamin Kosnik <bkoz@cygnus.com>
5743
5744 * testsuite/27_io/istream_extractor_other.cc: Correct last test.
5745 * bits/sstream.tcc (stringbuf::overflow): Don't update the input
5746 sequence, just the output sequence.
5747 * bits/std_sstream.h (stringbuf::str()): Only in stringbufs return
5748 the original string, all others use complicated heuristic.
5749
5750 * src/complex.cc: Assume c_log10.
5751 * math/Makefile.am (EXTRA_yes): Fix c_log/c_logf unresolved
5752 symbols in shared libraries by making c_log/c_log10 part of the
5753 "must cmpile" sources. This may not work on solaris, must check.
5754
5755 1999-07-29 Benjamin Kosnik <bkoz@cygnus.com>
5756
5757 * bits/istream.tcc (operator>>(streambuf*)): Re-do.
5758 * bits/std_istream.h: Fix char extractors.
5759 * testsuite/27_io/istream_extractor_char.cc: Change.
5760 * testsuite/27_io/istream_extractor_other.cc: Add tests.
5761
5762 1999-07-28 Benjamin Kosnik <bkoz@cygnus.com>
5763
5764 * bits/std_cctype.h: Fix for solaris2.6 builds.
5765
5766 * bits/istream.tcc: Fix, thanks Alfred.
5767 * bits/std_istream.h: Formatting changes.
5768
5769 * libio/Makefile.am (libio_la_SOURCES): Remove cleanup.c, so that
5770 _IO_cleanup will not be undefined.
5771 * libio/*: Regenerate.
5772
5773 * bits/basic_string.h: More namespace-safety stuff.
5774 * testsuite/27_io/istream_extractor_char.cc: Fix.
5775 * testsuite/27_io/istream_extractor_arith.cc: Fix.
5776 * testsuite/27_io/iostream_objects.cc: Fix.
5777 * testsuite/27_io/ios_ctor.cc: Fix.
5778 * testsuite/27_io/istream_manip.cc: Make namespace safe.
5779 * testsuite/27_io/istream_extractor_other.cc: New file.
5780
5781 * mkcheck (TESTS_FILE): Tweaks.
5782
5783 1999-07-27 Benjamin Kosnik <bkoz@cygnus.com>
5784
5785 * src/gen-c++config.cc: Note here, change version.
5786 * acconfig.h( _GLIBCPP_USE_CTYPE_ISBIT): New macro.
5787 * src/locale.cc: Used here.
5788 * configure.in (use_builtin_sinf): Check for _ISBit using autoconf.
5789
5790 * aclocal.m4: Regenerate by running `aclocal -I m4.`
5791
5792 * bits/istream.tcc: Fix.
5793 * bits/std_istream.h: More changes to extractors.
5794
5795 * testsuite/27_io/istream_extractor_char.cc: More.
5796 * testsuite/21_strings/inserters_extractors.cc (test01): Fix logic
5797 error in testsuite construction.
5798
5799 * bits/std_istream.h: Partially revert.
5800 * bits/std_ostream.h: Same.
5801 * bits/std_sstream.h: Revert.
5802
5803 1999-07-26 Benjamin Kosnik <bkoz@cygnus.com>
5804
5805 * bits/std_sstream.h: Change initialization.
5806 * bits/std_ostream.h: Make default ctor/assign/operator= private.
5807 * bits/std_istream.h: Same, also correct sentry args.
5808 * bits/istream.tcc: Add correct sentry args.
5809
5810 * testsuite/27_io/istream_extractor_char.cc: New file.
5811 * testsuite/27_io/istream_extractor_arith.cc: New file, old file,
5812 name changes making me dizzy.
5813
5814 1999-07-26 Ulrich Drepper <drepper@happy.cygnus.com>
5815 Benjamin Kosnik <bkoz@cygnus.com>
5816
5817 * aclocal.m4, config.guess, config.sub, ltconfig ltmain.sh: Update
5818 to libtool 1.3.3.
5819
5820 1999-07-26 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5821
5822 * bits/std_complex.h: Tweak. Make the primary template class
5823 complex work with user-defined numerical types. Provide member
5824 definitions. Restructure.
5825 (class complex<float>): Uglify. Remove __value(). Rename __val
5826 to _M_value. Rename __complex_value_type to _ComplexT. Make it
5827 private. Remove dependency on __value(). Fix various explicit
5828 specialization syntax. Declare a some functions friend. Now the
5829 implementation is nearly comforming.
5830 (class complex<double>): Likewise.
5831 (class complex<long double>): Likewise.
5832
5833 * src/complex.cc: Tweak. Remove dependency on complex::__value().
5834 (sin, sinh, tan, than): Fix call to corresponding C9x function
5835 syntax.
5836
5837 1999-07-24 Benjamin Kosnik <bkoz@fidel.cygnus.com>
5838
5839 * bits/istream.tcc (ws): Fix error with failbit being set.
5840
5841 Disabled due to egcs/gcc-2_95 internal compiler errors.
5842 * src/Makefile.am (CXXFLAGS): Add -fsquangle -fhonor-std
5843 -fnew-exceptions. Compiling with namespaces enabled will now be
5844 the default.
5845 * mkcheck (CXX_FLAG): Same.
5846 * src/gen-c++config.cc (_GLIBCPP_USE_NAMESPACES): Yup. New macro.
5847 * bits/std_cctype.h: Not enough to just define in namespace std if
5848 ctype-isms are macros. Need to also define in namespace std:: if
5849 the C functions are just plain functions.
5850
5851 * src/gen-num-limits.cc: Fix spelling inconsistencies.
5852
5853 1999-07-24 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5854
5855 * docs/18_support/howto.html: Start documentation. Need to keep
5856 track of the ongoing discussion in th LWG reflector.
5857
5858 * src/gen-num-limits.cc: Tweak.
5859 (class predicate): New class.
5860 (class value): Likewise.
5861 Make the whole machinery more flexible. Add comments.
5862
5863 1999-07-23 Benjamin Kosnik <bkoz@fidel.cygnus.com>
5864
5865 * bits/ios_base.h: Move state/exception functions into basic_ios.
5866 * bits/basic_ios.h: Same.
5867 * src/ios.cc: And here. Callbacks don't attempt to reset
5868 state now.
5869
5870 * bits/std_streambuf.h: Separate ios and streambuf locale data
5871 members and cached facets. Using this convention: _M_locale_buf for
5872 the streambuf-related classes, and _M_locale_ios for the ios
5873 hierarchy.
5874 * bits/fstream.tcc: And here.
5875 * bits/basic_ios.h: And here. Also, add cached ctype.
5876 * src/ios.cc: Ditto.
5877 * bits/ios_base.h: Ditto.
5878 * bits/std_istream.h: Use cached ctype facet.
5879 * docs/27_io/iostreams_hierarchy.pdf: Update for new data member
5880 arraignment.
5881
5882 * testsuite/27_io/ios_ctor.cc: New file.
5883 * src/ios.cc: Move _M_state init to basic_ios::init().
5884 * bits/basic_ios.h: To here.
5885
5886 Attempt for some consistency in naming for testsuite/27_io/*.cc.
5887 * testsuite/27_io/boolfmt.cc: Rename to stdios_fmtflags_manip.cc
5888 * testsuite/27_io/octfmt.cc: Rename to stdios_basefield_manip.cc
5889 * testsuite/27_io/istream_manip.cc: Rename to istringstream_manip.cc.
5890 * testsuite/27_io/ostream_manip.cc: Rename to ostringstream_manip.cc.
5891
5892 1999-07-22 Benjamin Kosnik <bkoz@fidel.cygnus.com>
5893
5894 * src/ios.cc: Tweak initializations of standard iostream
5895 objects to closely match the standard. Tie cin/wcin, set flags on
5896 cerr/wcerr
5897 * bits/char_traits.h: Change from size_t to int_type, as per
5898 standard. As per wide streams.
5899 * bits/basic_ios.h: Infect with __ctype_type, as a preparation
5900 for caching a bunch of ctype info. For instance, ctype_base::space
5901 info needs to be stored somewhere, somehow.
5902 * bits/std_istream.h: Also here.
5903 * bits/std_ostream.h: Ditto.
5904 * bits/std_istream.h (operator>>(istream, char): Aggh. Fixup.
5905 * testsuite/27_io/iostream_objects.cacc (test01): Oh yeah. Fix
5906 stream states.
5907
5908 * bits/istream.tcc (ws): Fix.
5909 * testsuite/27_io/istream_manip.cc: New file, test ws.
5910 * testsuite/27_io/ostream_manip.cc: New file, test endl, ends, flush.
5911
5912 * bits/basic_string.h: Provide a specialized member function for
5913 _S_find<char> using strchr.
5914 * src/string-inst.cc: Put specializations here.
5915 * bits/string.tcc: Small fix for find, remove typo.
5916 * testsuite/21_strings/find.cc (test01): Add tests to catch this
5917 find bug. . .
5918
5919 1999-07-20 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
5920
5921 * bits/basic_ios.h: Put into basic_ios namespace.
5922 Tweak widen/narrow.
5923
5924 1999-07-19 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
5925
5926 * bits/std_sstream.h (stringbuf::sync): Change to _M_really_sync,
5927 adjust _M_*_cur pointers inside the function, so callee doesn't
5928 have to adjust.
5929 * bits/sstream.tcc (stringbuf::overflow): Tweak.
5930
5931 * mkcheck: Tweak. Add execution time field, even though it is not
5932 implemented yet. Simplify pass/fail status notation.
5933
5934 1999-07-18 Mumit Khan <khan@xraylith.wisc.edu>
5935
5936 * configure.in: Check for float.h and underscored version of
5937 math functions.
5938 * acconfig.h: Add @BOTTOM@ section for handling underscored
5939 math functions.
5940 * configure: Regenerate.
5941 * config.h.in: Regenerate.
5942 * math/mathconf.h (float.h): Include conditionally.
5943 (M_PI): Define conditionally.
5944 (INFINITE_P): Define for Mingw.
5945 * bits/locale_facets.tcc: Workaround for compiler crash on
5946 ix86-*-mingw32.
5947 * bits/std_cwchar.h (bits/std_cstddef.h): Include.
5948 * src/locale.cc (bits/std_istream.h): Include.
5949 (bits/std_ostream.h): Likewise.
5950
5951 1999-07-18 Phil Edwards <pedwards@ball.com>
5952
5953 * docs/faq/index.html: Updated __black_count notes, fixed typos.
5954 * docs/faq/index.txt: Regenerated.
5955
5956 1999-07-15 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
5957
5958 * testsuite/27_io/stringbuf.cc: Cccchanges, latent bugs.
5959
5960 * bits/sstream.tcc (stringbuf::overflow): Modify accounting of
5961 newly-allocated buffer.
5962 * bits/streambuf.tcc (streambuf::xsgetn): Aaaaaah. Fix final
5963 overflow condition bits.
5964
5965 1999-07-14 Benjamin Kosnik <bkoz@cygnus.com>
5966
5967 * bits/std_sstream.h (stringbuf::_M_init_stringbuf): Set
5968 _M_buf_size to initial _M_string.size(), even though for
5969 ostringstreams it is pretty pointless. It's necessary for
5970 istringstreams.
5971 (stringbuf::str()): Adjust.
5972 (stringbuf::str()): Adjust, call _M_init_stringbuf.
5973 * bits/streambuf.tcc (streambuf::xsgetn): Adjust return value for
5974 overflow's possible success.
5975 (streambuf::xsputn): Adjust.
5976
5977 * testsuite/27_io/filebuf.cc: Adjust for the xsgetn re-write from
5978 yesterday.
5979 * testsuite/27_io/stringbuf.cc: Tweak.
5980 * testsuite/21_strings/inserters_extractors.cc (test01): Remove
5981 notes to myself.
5982 * testsuite/23_containers/vector_cons.cc: Rename to be consistent
5983 with other constructor tests to. . .
5984 * testsuite/23_containers/vector_ctor.cc: New file.
5985
5986 1999-07-14 Alfred Minarik <a8601248@unet.univie.ac.at>
5987
5988 * testsuite/*: Changes to make the testsuit compilable with
5989 -fhonor-std. Contains direct qualification of library names with
5990 std::.
5991
5992 1999-07-13 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
5993
5994 * bits/streambuf.tcc: Tweaks.
5995 (streambuf::xsputn): Optimize, fix for sstreams.
5996 (streambuf::xsgetn): Same.
5997 * bits/sstream.tcc (stringbuf::overflow): Adjust _M_buf_size
5998 correctly, handle overflow/reallocate conditions correctly.
5999 * bits/std_sstream.h: Fix typo.
6000 _M_init_stringbuf(): Fix _M_buf_size initialization.
6001 (stringbuf::str()): Construct return string if output has occurred.
6002
6003 * bits/basic_string.h: Fix typo from yesterday's patch.
6004
6005 1999-07-12 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
6006
6007 * bits/string.tcc: _M_mutate - clear _M_state again.
6008 * bits/basic_string.h: In the three functions that return
6009 an iterator set _M_state to -1 before return.
6010 Also optimized two cases of operator+.
6011
6012 1999-07-12 Phil Edwards <pedwards@ball.com>
6013
6014 * docs/index.html: Expand egcs-1.1.2 notes/links.
6015 * docs/faq/index.html: And here. Add links to LWG issues-list.
6016 * docs/faq/index.txt: Regenerate. (lynx rocks)
6017 * docs/21_strings/howto.html: Fix notes on case conversion.
6018 * docs/21_strings/stringtok_h.txt: Goodly spelling...
6019 * docs/23_containers/howto.html: Stub for bitmasks.
6020 * docs/27_io/howto.html: Add section on buffering, stub binary.
6021
6022 1999-07-12 Nathan Myers <ncm@cantrip.org>
6023
6024 * stl/bits/stl_tree.h (__black_count): Optimize.
6025
6026 1999-07-09 Vadim Egorov <egorovv@1c.ru>
6027
6028 * src/basic_file.cc: Cleanup in __basic_file destructor.
6029
6030 1999-07-08 Benjamin Kosnik <bkoz@cygnus.com>
6031
6032 * bits/std_streambuf.h: Changes. . .
6033 * bits/streambuf.tcc: Merge xsputn from filebuf into xsputn in
6034 basic_streambuf, to be used for both filebufs and streambufs.
6035 * bits/std_fstream.h (_M_init_filebuf): New function.
6036 Take out specialized xsputn, put into basic_streambuf.
6037 * bits/fstream.tcc: Define, call from both ctors.
6038 * bits/std_sstream.h (_M_init_stringbuf): New function.
6039 * bits/sstream.tcc: Tweak.
6040
6041 * docs/27_io/iostreams_heirarchy.pdf: New file.
6042
6043 * docs/17_intro/CHECKLIST (basic_string<char>): Validation and
6044 acceptance. Wooo-hoo!
6045
6046 * bits/char_traits.h: Change int_type for char_traits general
6047 template, so that 21_strings/capacity.cc will compile.
6048 * testsuite/21_strings/capacity.cc: Add operators.
6049
6050 * bits/string.tcc (string::compare): Clean up, re-implement.
6051 * testsuite/21_strings/compare.cc: Tweak.
6052
6053 * bits/string.tcc (string:_M_mutate): Keep leaked value in
6054 _M_state, which means that whenever begin() or end() has been
6055 called, the string is unshareable, period. By doing this, insert
6056 and erase member functions that return iterators can remain
6057 footloose and fancy free.
6058 * testsuite/21_strings/invariants.cc: Update.
6059
6060 * bits/basic_string.h (string::append): Fix self-referential
6061 problems, ie when "this" is also an argument to a member function.
6062 * bits/string.tcc: Tweak, same.
6063 * testsuite/21_strings/append.cc: New file.
6064
6065 1999-07-07 Benjamin Kosnik <bkoz@cygnus.com>
6066
6067 * bits/char_traits.h: Tweaks.
6068 * bits/basic_string.h: Tweak.
6069 * bits/fstream.tcc: Remove warning for _M_buf_size assignment.
6070
6071 1999-07-06 Benjamin Kosnik <bkoz@cygnus.com>
6072
6073 * bits/std_streambuf.h: Absorb/acquire data members previously
6074 working in basic_filebuf.
6075 * bits/streambuf.tcc: Tweaks.
6076 * bits/fstream.tcc: Adjust.
6077 * bits/std_fstream.h: Move and rename the following functions:
6078 _M_set_ideterminate, _M_is_indeterminate, _M_set_determinate are
6079 now declared and defined in the base class, basic_streambuf. Oh
6080 fuck it, move data members _M_buf, and _M_buf_size into
6081 basic_streambuf as well.
6082
6083 * bits/ostream.tcc: Tweak.
6084 * bits/locale_facets.tcc: Fix typo in comments.
6085
6086 * testsuite/21_strings/inserters_extractors.cc (test01): Change
6087 state from good to not good, as eof() is set.
6088
6089 1999-07-05 Benjamin Kosnik <bkoz@cygnus.com>
6090
6091 * bits/char_traits.h (char_traits::compare). Fix.
6092
6093 * config.guess, config.sub: Update.
6094
6095 1999-07-02 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
6096
6097 * bits/string.tcc: Check the __res_arg for a length error.
6098
6099 1999-07-01 Benjamin Kosnik <bkoz@nabi.net>
6100
6101 * bits/std_streambuf.h: Tweaks. Need to move _M_is_indeterminate
6102 and related functions into basic_streambuf, from basic_filebuf to
6103 take care of ostringstreams and empty strings. So that's groovy,
6104 or will be groovy.
6105 * bits/std_istream.h: Tweaks.
6106 * bits/istream.tcc: Implement ws, getline, operator>> for string.
6107 * bits/std_ostream.h: And here.
6108 * bits/ostream.tcc: Same.
6109 * src/misc-inst.cc: Add instantiations for ws.
6110
6111 * src/string-inst.cc: Add instantiations for inserters and
6112 extractors (operators << and >>, getline).
6113
6114 * testsuite/21_strings/inserters_extractors.cc: Amazingly enough,
6115 a testcase for getline and operators << and >>. Ostream tests are
6116 failing right now, but istream tests should work. . .
6117
6118 * bits/string.tcc: Change _S_max_size, as GNU malloc won't budge.
6119 * bits/std_sstream.h: Revert.
6120
6121 * testsuite/17_intro: header_[iosfwd, ios, iostream, iomanip,
6122 istream, ostream, streambuf, fstream, sstream].cc: New files.
6123
6124 1999-06-30 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
6125
6126 * bits/std_sstream.h (stringbuf::sync): Don't use string::begin()
6127 and string::end().
6128
6129 * bits/basic_string.h (basic_string<>::_S_copy_chars): Add
6130 specializations for _CharT*, iterator and const_iterator.
6131 * src/string-inst.cc: Remove explicit instantiation, as
6132 now explicitly specialized.
6133
6134 * bits/basic_string.h: Add a size_type parameter to _M_clone with
6135 a default value set to 0.
6136 * bits/string.tcc: In _M_clone by the call of _S_create add the
6137 value of the new parameter to _M_length. In reserve check
6138 _M_state and use _M_clone instead of _M_mutate.
6139
6140 1999-06-30 Benjamin Kosnik <bkoz@happy.cygnus.com>
6141
6142 * bits/basic_string.h: Fix _S_max_size.
6143 * bits/string.tcc: Add def here.
6144 * testsuite/21_strings/insert.cc: Fix.
6145
6146 * bits/sbuf_iter.h: Remove detritus.
6147 * testsuite/24_iterators/istreambuf_iterator.cc: Add tests.
6148
6149 * src/locale-inst.cc: Elaborate iterator/locale instantiations
6150 to resolve alpha-osf4 build problems.
6151
6152 1999-06-29 Benjamin Kosnik <bkoz@happy.cygnus.com>
6153
6154 * bits/string.tcc: Fix signed/unsigned issues in compares.
6155 * stl/bits/stl_deque.h: And here.
6156 * stl/bits/stl_string_fwd.h: Remove __get_c_string.
6157
6158 1999-06-29 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
6159
6160 * bits/string.tcc: New implementation and interface of _M_mutate.
6161 Adapt the change in all functions that call _M_mutate.
6162 * bits/basic_string.h: And here.
6163
6164 1999-06-29 Benjamin Kosnik <bkoz@happy.cygnus.com>
6165
6166 * testsuite/21_strings/capacity.cc (test01): Fix.
6167
6168 1999-06-29 Phil Edwards <pedwards@ball.com>
6169
6170 * mknumeric_limits: Exit script if gen-num-limits isn't built.
6171
6172 1999-06-29 Andreas Gruenbacher <agruenba@pent224.infosys.tuwien.ac.at>
6173
6174 * stl/bits/stl_vector.h: Fix.
6175 * testsuite/23_containers/vector_cons.cc: Add.
6176
6177 1999-06-29 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6178
6179 * mknumeric_limits (LDFLAGS): fix.
6180
6181 1999-06-29 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6182
6183 * mknumeric_limits (LDFLAGS): set it according to the system.
6184
6185 * math/mathconf.h (NAN): Check whether host is running under
6186 Cygwin and make the appropriate definition.
6187 * math/complex-stub.h (nan): protect declaration.
6188
6189 1999-06-28 Benjamin Kosnik <bkoz@haight.constant.com>
6190
6191 * bits/sbuf_iter.h: Rename internal data structure to prevent
6192 confusion between basic_ios and istreambuf_iterators internal
6193 basic_streambuf data member.
6194 * testsuite/24_iterators/istreambuf_iterator.cc: New file.
6195
6196 * bits/basic_string.h: Remove conditionals, add input_iterator
6197 version of S_construct again.
6198 * bits/string.tcc: Same.
6199 * src/string-inst.cc: And add explicit instantiation here.
6200
6201 * src/gen-c++config.cc (_GNU_SOURCE): Take out both _GNU_SOURCE
6202 and __USE_GNU macro defines, as single __USE_GNU use leading to
6203 confusion on glibc2.1 systems (ie, RedHat 6.0).
6204
6205 * src/Makefile.am (headers): Add std_utility to installed headers.
6206
6207 1999-06-25 John Potter <jpotter@eagle.lhup.edu>
6208
6209 * stl/bits/stl_tree.h (insert_unique): Revert, just fix insert_equal.
6210
6211 1999-06-25 Gilles Zunino <Gilles.Zunino@hei.fr>
6212
6213 * mknumeric_limits (LDFLAGS): Swap -lc and -lgcc.
6214
6215 1999-06-24 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6216
6217 * src/gen-c++config.cc (_GLIBCPP_*): Change all
6218 macros to include _GLIBCPP as a distinct namespace.
6219 * bits/*: And here.
6220 * src/*: And here.
6221
6222 * stl/bits/std_stdexcept.h: Forward-declare __Named_exception ctor.
6223 * bits/basic_string.h: Remove __get_c_string.
6224 * src/stdexcept.cc: Define ctor here.
6225 * bits/ios_base.h: And fix ios_base::failure as well.
6226 * src/ios.cc: Define here.
6227
6228 * bits/std_streambuf.h: Add a private copy ctor and assignment
6229 operator wrapped in _G_RESOLVE_LIB_DEFECTS.
6230 * bits/ios_base.h: And here too.
6231
6232 * bits/basic_string.h: Tweak.
6233 * testsuite/21_strings/nonmember.cc: Add operator+ tests.
6234
6235 * src/valarray.cc: Rename to. . .
6236 * src/valarray-inst.cc: This.
6237 * src/Makefile.am (sources): Change here.
6238 * src/Makefile.in: Regenerated.
6239
6240 1999-06-24 Vadim Egorov <egorovv@1c.ru>
6241
6242 * bits/string.tcc(basic_string<>::_Rep::_S_create): Fixed
6243 allocated size
6244
6245 1999-06-24 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6246 Tom Tromey <tromey@cygnus.com>
6247
6248 * configure.in (use_glibc2): Eek, correct for non-glibc systems.
6249 Use AM_CONDITIONAL to get us out of this jam. .
6250 * libio/Makefile.am: Same.
6251 * */Makefile: Regenerated.
6252
6253 1999-06-24 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6254 John Potter <jpotter@eagle.lhup.edu>
6255
6256 * stl/bits/stl_tree.h (insert_equal): Fix.
6257 * testsuite/23_containers/multiset.cc: New file.
6258
6259 1999-06-23 Benjamin Kosnik <bkoz@cygnus.com>
6260
6261 * configure.in (test for glibc2): Correct AC_TRY_COMPILE so that
6262 this works correctly on glibc-2 systems. This should allow
6263 simplified linking on these systems, and successful linking on Red
6264 Hat 6.0 systems.
6265 * configure, Makefile: Regenerate.
6266
6267 * bits/std_cwctype.h: Add missing 'w' to _S_iswpunct_helper name.
6268
6269 * testsuite/ext: New directory.
6270 * testsuite/ext/headers.cc: New file.
6271
6272 1999-06-23 Vadim Egorov <egorovv@1c.ru>
6273
6274 * stl/ext/hash_set: include missing headers
6275 * stl/ext/hash_map: Same
6276 * stl/ext/slist: Same
6277
6278 1999-06-17 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6279
6280 * bits/std_cmath.h: comment out modf. Kills build on hpux10.20
6281
6282 1999-06-15 Benjamin Kosnik <bkoz@cygnus.com>
6283
6284 * src/Makefile.am (sources): Regenerate.
6285 * mkcheck: Add TESTS_FILE as a way of controlling what testcases
6286 are run.
6287
6288 1999-06-14 Benjamin Kosnik <bkoz@cygnus.com>
6289
6290 * src/string-inst.cc: Change _S_construct signature, to
6291 track requested allocation size versus valid input iterator range.
6292 * bits/basic_string.h: Here too.
6293 * bits/string.tcc: And here.
6294
6295 1999-06-12 Benjamin Kosnik <bkoz@cygnus.com>
6296
6297 * mkcheck (LOG_FILE): Correctly append errors.
6298
6299 * stl/bits/stl_iterator.h: Revert previous, delirious, change.
6300
6301 * bits/basic_string.h: Change _Rep::_M_data to _Rep::_M_refdata,
6302 to clarify differences between basic_string::_M_data() calls and
6303 _Rep::_M_data() calls.
6304 * bits/std_string.h: Fix.
6305 Put in check for out_of_range in substr.
6306 * bits/string.tcc: Fix for _S_find.
6307
6308 * testsuite/21_strings/compare.cc: Add tests.
6309 * testsuite/21_strings/find.cc: New file.
6310 * testsuite/21_strings/substr: New file.
6311 * testsuite/21_strings/replace.cc: New file.
6312
6313 1999-06-11 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6314
6315 * bits/valarray_array.h: __restrict__ify pointers.
6316
6317 * bits/std_valarray.h: Tweak.
6318 (valarray<T>::cshift, valarray<T>::shift): use __builtin_alloca.
6319
6320 * bits/gslice_array.h: Tweak. Reflect changes in bits/gslice.h
6321
6322 * bits/gslice.h: Tweak.
6323 (class gslice::_Indexer): new class.
6324 (gslice::gslice(const gslice&)): implement copy-ctor to support
6325 ref-counted index.
6326 (gslice::operator=(const gslice&)): support ref-counted index.
6327 (gslice::_M_convert_to_index): delete.
6328
6329 * src/valarray.cc: New file.
6330 (__gslice_to_index): turn a gslice into a valarray<size_t>
6331 (ctor gslice::_Indexer::_Indexer): implement.
6332
6333 * src/Makefile.am (sources): add valarray.cc
6334 * src/Makefile.in: regenerate.
6335
6336 1999-06-08 Benjamin Kosnik <bkoz@cygnus.com>
6337
6338 * stl/bits/stl_iterator.h (__normal_iterator::const_iterator
6339 ctor): Put in a const_cast.
6340
6341 * testsuite/21_strings/invariants.cc: New file.
6342
6343 * testsuite/21_strings/insert.cc: Add exception handling bits.
6344 * testsuite/21_strings/ctor_copy_dtor.cc: Same.
6345
6346 * src/wstring-inst.cc: Add c++config.h include.
6347
6348 * bits/basic_string.h: Fix const operator[] for size == pos.
6349 Add _M_leak for rbegin, non-const.
6350 Add _M_leak for rend, non-const.
6351 Make member function at standards conformant.
6352 Add _S_terminal to _Rep for operator[] const, add this into
6353 c_str() as well.
6354 * bits/string.tcc: Add static member definition here,
6355 temporarily.
6356
6357 * testsuite/21_strings/element_access.cc: Add tests.
6358
6359 1999-06-08 Vadim Egorov <egorovv@1c.ru>
6360
6361 * bits/fstream.tcc (_M_really_overflow): Fixed size of
6362 conversion buffer.
6363
6364 1999-06-08 Phil Edwards <pedwards@ball.com>
6365
6366 * bits/fstream.tcc (basic_filebuf::xsputn): Fix off-by-one count
6367 caused when __testinit is true.
6368 * bits/ostream.tcc (basic_ostream::op<<(streambuf*)): Write buffer
6369 using rdbuf()->sputn rather than _M_fnumput->put.
6370
6371 1999-06-08 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6372
6373 * testsuite/23_containers/bitset_ctor.cc: New file.
6374 * stl/bits/std_bitset.h (__BITSET_WORDS): Fix integration bug.
6375
6376 1999-06-08 Phil Edwards <pedwards@ball.com>
6377
6378 * bits/fstream.tcc (basic_filebuf::underflow): Fix, rename local vars.
6379
6380 1999-06-07 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6381
6382 * testsuite/21_strings/element_access.cc: Finish off these tests.
6383 * testsuite/21_strings/insert.cc (test01): Uncomment.
6384 * testsuite/21_strings/ctor_copy_dtor.cc (test01): Finish off ctors.
6385 * bits/basic_string.h: Tweak, okay, fix for real this time.
6386 * bits/string.tcc: Same.
6387 * bits/char_traits.h: Tweak.
6388
6389 1999-06-07 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6390
6391 * bits/std_cmath.h: Example of how to use the generated macro.
6392 * acconfig.h: Add macro for sinf here.
6393 * configure.in (LIBS): Add test for builtin math function sinf.
6394 * configure: Regenerated.
6395
6396 * bits/basic_string.h: Fix _S_max_size.
6397
6398 1999-06-06 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6399
6400 * bits/basic_string.h: Fixes for out-of-memory segv for large strings.
6401 Remove _S_construct signature for forward_iterator_tag and
6402 input_iterator_tag.
6403 Clean _M_fold.
6404 * src/string-inst.cc: Same, tweaks.
6405 * bits/string.tcc: Same, tweaks.
6406
6407 * testsuite/21_strings/ctor_copy_dtor.cc: Add/clarify tests.
6408 * mkcheck (LOG_FILE): Fix filebuf-[2,3].tst checks.
6409 * mknumeric_limits (LD_FLAGS): Add -nodefaultlibs -lc -lgcc as per
6410 Gaby.
6411
6412 * src/locale.cc: Final separation for char/wchar_t bits.
6413
6414 1999-06-05 Phil Edwards <pedwards@ball.com>
6415
6416 * docs/index.html: Added link to book upon request'n'agreement.
6417 * docs/23_containers/wrappers_h.txt: Added.
6418 * docs/{23_containers,27_io}/howto.html: Added sections.
6419
6420 * bits/std_fstream.h: Tweak.
6421
6422 1999-06-05 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6423
6424 * src/ios.cc: Same here.
6425 * bits/std_iosfwd.h: More wchar_t defines.
6426
6427 * bits/basic_string.h: Tweaks.
6428 * bits/string.tcc: Tweak. Fix _S_construct to check for max_size
6429 when doing error checking, as per LWG defect #83.
6430
6431 * src/gen-c++config.cc: Fix comment.
6432
6433 * testsuite/21_strings/ctor_copy_dtor.cc: New file, checks ctors,
6434 assignments, dtors.
6435 * testsuite/21_strings/element_access.cc: New file, checks for
6436 operator[], at(...).
6437 * testsuite/21_strings/insert.cc: New file, tests string::insert.
6438 * testsuite/21_strings/char_traits.cc: New file, tests
6439 for char_traits<char>.
6440
6441 * bits/utility.h: Remove, again.
6442 * src/Makefile.am (std_headers): Remove utility.h.
6443 * src/Makefile.in (std_headers): Regenerate.
6444
6445 Alfred Minarik <a8601248@unet.univie.ac.at>
6446 * bits/basic_string.h: Move __out_of_range and __length_error into
6447 namespace std.
6448
6449 1999-06-05 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6450
6451 * testsuite/26_numerics/modf_float.cc: New file.
6452
6453 * bits/std_cmath.h (modf(float, float*)): Fix signature. Correct
6454 typo: use ::modff, not ::modf.
6455
6456 1999-06-03 Vadim Egorov <egorovv@1c.ru>
6457
6458 * bits/string.tcc (basic_string::_M_mutate): Fixed memory
6459 allocation error
6460 * testsuite/21_strings/capacity.cc (test01): Test.
6461
6462 1999-06-03 Phil Edwards <pedwards@ball.com>
6463
6464 * bits/fstream.tcc: Re-order inits to stop warnings. Comment/move
6465 unused variables to within #if 0 blocks to do the same.
6466 * bits/std_fstream.h: Fix typos (one prevents compilation).
6467
6468 1999-06-03 Benjamin Kosnik <bkoz@pacifica.cygnus.com>
6469
6470 * src/wstring-inst.cc: Fix.
6471
6472 1999-06-02 Benjamin Kosnik <bkoz@madcow.cygnus.com>
6473
6474 * bits/char_traits.h: Add _G_USE_WCHAR_T macro guards.
6475 * stl/bits/stl_string_fwd.h: Same.
6476 * bits/locale_facets.h: Same.
6477 * bits/locale_facets.tcc: Same.
6478 * src/wstring-inst.cc: And here.
6479
6480 * src/gen-c++config.cc: Comment _G_USE_WCHAR_T. Leading to
6481 problems on HPUX 10.20.
6482 * your-build-directory-here/bits/c++config.h: Just kidding, do it
6483 here as a temporary hack till the compiler/host problems get
6484 worked out.
6485
6486 * bits/locale_facets.tcc (num_get::do_get): Change from ifdef
6487 HAVE_STRTOLD to HAVE_STRTOLD && !(__hpux). Apparently, problems
6488 converting "long double" to struct long_double. Probably should be
6489 done with one macro (HAVE_STRTOLD) at configure time.
6490
6491 * bits/std_cmath.h: Comment out pow(double, int) defintion as
6492 gives re-declaration under hpux10.20. Revert previous change, as
6493 kills linux/x86, solaris 2.7, hpux builds. These should be done
6494 using autoconf, see std_cctype.h and the solutions started in
6495 configure.in (see config.h for the generated file.)
6496
6497 * mknumeric_limits (LDFLAGS): Remove '-nodefaultlibs -lc', as
6498 -nodefaultlibs prevents linking under HPUX 10.20 as __main is not
6499 defined.
6500
6501 * docs/index.html: Add some useful links.
6502 * docs/17_intro/contribute.html: Fix broken links.
6503
6504 1999-06-02 Benjamin Kosnik <bkoz@rhino.cygnus.com>
6505
6506 * mkcheck (LOG_FILE): Add !/bin/bash instead of cygnus-style
6507 paths. The rest of the world should be able to run this script
6508 now.
6509
6510 * src/Makefile.am ($(generated_headers)): Remove comment.
6511 * Makefile*: Regenerate.
6512
6513 * bits/std_locale.h: Remove detritus.
6514 * bits/localefwd.h: Add <cctype> include to undefine the isspace
6515 macro.
6516
6517 1999-06-01 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6518
6519 * src/gen-c++config.cc: New file. Making c++config.h at configure
6520 time by catting this file (nee bits/config.h) with the build
6521 directories config.h. This is not a complete or perfect solution
6522 but is better than what was in place previously.
6523 * bits/c++config.h: Rename/move to above.
6524 * src/Makefile.am (headers): Remove c++config.h.
6525 (myinstallheaders). Add.
6526 * Makefile*: Regenerated.
6527
6528 * bits/std_cwchar.h: Add include of c++config.h for HAVE_*
6529 definitions, so that wmemcmp, wcslen, wmemchr, etc are properly
6530 declared only if not present in the host's wchar.h.
6531
6532 * bits/locale_facets.tcc (std): Change _G_USE_STRTO* to HAVE_STRTO*.
6533
6534 * bits/std_cmath.h: Define out, for the moment. Linux has no
6535 __buitin_fsqrtl? Probably need some kind of configure trickery
6536 here as well.
6537
6538 * src/Makefile.*: Regenerate.
6539 * bits/c++config.h: Add config.h include.
6540
6541 * bits/std_cwchar.h: Remove remaining #error guard.
6542
6543 * acconfig.h: Add bits for HAVE_LC_MESSAGES.
6544
6545 * configure.in (LIBS): Replace previous effort for mbstate_t and
6546 strtold/strtof with this implementation.
6547
6548 1999 06-01 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6549
6550 * bits/std_cmath.h: Tweak. Add more functions. Use __builtin_xxx
6551 whenever possible.
6552
6553 1999-05-28 Benjamin Kosnik <bkoz@cygnus.com>
6554
6555 * bits/locale_facets.tcc (std): Eek: this left in. Autoconf bits
6556 for determining mbstate_t differences across various hosts not
6557 finished.
6558
6559 1999-05-26 Benjamin Kosnik <bkoz@nabi.net>
6560
6561 * bits/locale_facets.tcc: Change to ifdef.
6562
6563 * bits/std_sstream.h (stringbuf::setbuf): Remove dynamic_cast.
6564 * bits/std_fstream.h (filebuf::setbuf): Same.
6565
6566 * bits/std_istream.h: Add ws declaration.
6567 * bits/istream.tcc: Stub out definition.
6568
6569 * docs/index.html: Fix broken link for design.txt.
6570
6571 * configure.in: Test for mbstate_t. If wchar.h doesn't have it,
6572 then set _G_NEED_MBSTATE_T.
6573 * configure: Regenerate.
6574 * bits/c++config.h: Move mbstate_t define.
6575 * bits/std_cwchar.h: To here.
6576
6577 1999-05-25 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
6578
6579 * bits/std_sstream.h:
6580 basic_stringbuf<>::basic_stringbuf: fix.
6581 basic_stringbuf<>::setbuf:
6582 remove the temporary __string_type object,
6583 remove the unnecessary dynymic_cast in the return value,
6584 change the type of the returned value from __streambuf_type*
6585 to basic_stringbuf<_CharT, _Traits, _Alloc>*.
6586
6587 1999-05-25 Phil Edwards <pedwards@ball.com>
6588
6589 * bits/std_streambuf.h (streambuf::setbuf): Always return streambuf*.
6590
6591 1999-04-25 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6592
6593 * bits/std_cmath.h: Tweak. Add float versions of the math functions
6594 in <math.h>. <cmath> still incomplete and incorrekt.
6595
6596 1999-05-24 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6597
6598 * mknumeric_limits (LDFLAGS): set appropriate link flags.
6599
6600 1999-05-23 Phil Edwards <pedwards@ball.com>
6601
6602 * docs/17_intro/howto.html: Added links to text docs,
6603 e.g., BUGS.
6604 * docs/21_strings/howto.html: Updated sections and links.
6605 * docs/21_strings/{gotw29a.txt,stringtok_h.txt}: Added.
6606 * docs/faq/index.html: Updated what-works for sixth
6607 snapshot. Also a number of "internal" links have been
6608 fixed, now that the web pages are the docs directory...
6609 * docs/faq/index.txt: Regenerated.
6610
6611 1999-05-21 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6612
6613 * bits/basic_string.h: Add Nathan's documentation on the string class.
6614
6615 * testsuite/27_io/ios_members_static.cc: New file, for testing
6616 ios_base::sync_with_stdio.
6617
6618 1999-05-21 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6619
6620 * bits/std_locale.h: Simplify includes.
6621 * bits/loccore.h: Delete.
6622 * bits/localefwd.h: Renamed, trimmed.
6623 * bits/locfacets.h: Delete.
6624 * bits/locale_facets.h: Rename, expanded.
6625 * bits/loccore.tcc: Deleted.
6626 * bits/locfacets.tcc: Deleted.
6627 * bits/locale_facets.tcc: Resultant merge.
6628 * bits/std_fstream.h: Modify include.
6629 * bits/ostream.tcc: Same.
6630 * bits/istream.tcc: Same.
6631
6632 * src/locale-inst.cc: And here.
6633 * src/locale.cc: Ditto.
6634 * src/Makefile.am: Updated.
6635 * src/Makefile.in: Rengenerated.
6636
6637 * bits/std_istream.h: Move istream::sentry ctor definition.
6638 * bits/istream.tcc: Move istream::sentry ctor here.
6639 Add more detailed locale include here for ctype member functions.
6640 * bits/ostream.tcc (std): And here.
6641
6642 * bits/sbuf_iter.h: Include std_streambuf.h
6643
6644 * bits/locfacets.h: Start separating this into a localeimp.h file.
6645 * bits/loccore.h: Start separating this into a localefwd.h file.
6646 Add std_climits for CHAR_BIT.
6647
6648 * bits/ios_base.h (ios_base::sync_with_stdio): Stub in.
6649
6650 * bits/char_traits.h: Tweak.
6651
6652 * bits/ios_base.h: Remove INT_MAX, use 1<<16.
6653
6654 * bits/std_ostream.h: Remove c++config.h include.
6655 * bits/std_istream.h: Same.
6656 * bits/std_streambuf.h: Same.
6657 * bits/std_fstream.h: Same.
6658 * bits/std_sstream.h: And here.
6659
6660 * bits/std_iosfwd.h: Add _G_RESOLVE_LIB_DEFECTS here for streampos.
6661 * bits/char_traits.h: Add include of std_cwchar.h for mbstate_t.
6662 * bits/fpos.h: Tweak, format.
6663
6664 * std/ciso646: New file.
6665 * bits/std_ciso646.h: New file.
6666 * src/Makefile.am (std_headers): Add ciso646.
6667 (headers): Add bits/std_ciso646.h.
6668 * src/Makefile.in: Regenerate.
6669 * testsuite/17_intro/header_ciso646.cc: New file, disable
6670 equivalance tests.
6671
6672 * bits/fpos.h: Remove libio.h include.
6673 * bits/basic_file.h: And here.
6674 * bits/std_ios.h: Put here.
6675
6676 * src/ios.cc: Simplify includes, tweak.
6677 * bits/std_ios.h: Simplify include order.
6678 * bits/ios_base.h: Modify ios_base::failure.
6679
6680 * stl/bits/std_numeric.h: Change include from stl_iterator to
6681 std_iterator.
6682
6683 1999-05-19 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6684
6685 * std/iostream: Remove static member __ioint.
6686 * bits/std_iostream.h: Put here.
6687
6688 * stl/bits/std_numeric.h: Remove unneccessary std_iostream.h include.
6689 * stl/bits/stl_algobase.h: Same.
6690 * testsuite/27_io/iostream_objects.cc: Regression tests.
6691 * testsuite/27_io/hello.cc: Remove, subset of above.
6692
6693 1999-05-19 Phil Edwards <pedwards@ball.com>
6694
6695 * docs/index.html: Tweak, update.
6696
6697 1999-05-18 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6698
6699 * docs/17_intro/RELEASE-NOTES: remove outdated
6700 documentation about numeric_limits. Correct CXXINCLUDE setting
6701 documentation.
6702
6703 1999-05-18 Phil Edwards <pedwards@ball.com>
6704
6705 * docs/{17_intro,18_support,19_diagnostics,20_util,21_strings,
6706 22_locale,23_containers,24_iterators,25_algorithms,26_numerics,
6707 27_io}/howto.html: Created, with some initial entries.
6708 * docs/faq/index.html: Fixed some links.
6709 * docs/faq/index.txt: Regenerated.
6710
6711 1999-05-18 Benjamin Kosnik <bkoz@tintin.cygnus.com>
6712
6713 * bits/c++config.h (__GLIBCPP__): Set version to 19990518.
6714
6715 * docs/17_intro/RELEASE-NOTES: Update.
6716 * docs/index.html: Correct link to mailing list help page, update News.
6717 * docs/faq/index.html: Change fifth to sixth for snapshot.
6718
6719 * src/Makefile.am (myinstallheaders): Bring over Gaby's changes to
6720 install $(top_builddir)/bits/std_limits.h into
6721 $(myincludepfx)/bits. This was mistakenly omitted from yesterday's
6722 Makefile.am changes.
6723 * *Makefile*: Regenerate using automake.
6724
6725 * mkcheck (LOG_FILE): Fix filebuf directory oddness.
6726 * testsuite/27_io/filebuf.cc: Same.
6727
6728 1999-05-18 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6729
6730 * docs/17_intro/CHECKLIST: update.
6731 * docs/17_intro/TODO: update.
6732
6733 1999-05-17 Phil Edwards <pedwards@ball.com>
6734
6735 * docs/{17_intro,18_support,19_diagnostics,20_util,21_strings,
6736 22_locale,23_containers,24_iterators,25_algorithms,26_numerics,
6737 27_io}/howto.html: Created, with some initial entries.
6738 * docs/faq/index.html: Fixed some links.
6739 * docs/faq/index.txt: Regenerated.
6740
6741 1999-05-17 Benjamin Kosnik <bkoz@unhappy.cygnus.com>
6742
6743 * src/Makefile.am (myinstallheaders): Missed removing missing.h.
6744 * Makefile.in*: Regenerate.
6745
6746 1999-05-17 Benjamin Kosnik <bkoz@happy.cygnus.com>
6747
6748 * bits/std_streambuf.h: Same.
6749
6750 * bits/loccore.h (_Bad_use_facet): Remove bits warned about.
6751 * bits/locfacets.h (std): Same.
6752 * bits/sstream.tcc: Same.
6753 * testsuite/27_io/stringstream.cc: Tweak.
6754
6755 * testsuite/27_io/filebuf.cc: Adjust.
6756 * testsuite/21_strings/capacity.cc (test01): Add more
6757 string::reserve tests.
6758
6759 * bits/c++config.h: Remove broken CCTYPE.
6760 * bits/std_cctype.h: Tweak, remove de-macroization, enable
6761 sequestered topper implementation.
6762 * bits/std_cwctype.h: Same.
6763
6764 * bits/missing.h: Remove.
6765 * bits/std_locale.h: Remove missing.h include.
6766
6767 * stl/bits/std_bitset.h (bitset::bitset(string): Tweak to compile.
6768
6769 * src/Makefile.am (headers): Add bits/std_cwctype.h.
6770 INCLUDES: Add top_builddir.
6771 * src/Makefile.in: Regenerate.
6772
6773 * Makefile.am: Add check and check-install as new targets.
6774 * testsuite/make_check_libfree++: Move to. . .
6775 * mkcheck: Here.
6776 * configure.in: Tweak versions.
6777 * mknumeric_limits: Set paths correctly.
6778
6779 1999-05-17 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6780
6781 * src/Makefile.in (myinstallheaders): add rule to install
6782 std_limits.h.
6783
6784 * bits/slice.h (class slice): don't const-qualify data members
6785 since the copy and assignment operator is implicitly used. The
6786 valarray specification is definitively a bad one.
6787
6788 * Makefile.in (generate-limits-sources): fix typo.
6789
6790 * docs/text/TODO: update.
6791 * docs/text/CHECKLIST: update.
6792
6793 * bits/gslice.h (gslice): fix bugglet.
6794 (gslice::gslice): set _M_index_size to 0 whenever given lengths
6795 (lj) of size zero.
6796
6797 * src/Makefile.am (libstdc___la_SOURCES): add gen-num-limits.
6798 * src/Makefile.in (libstdc___la_SOURCES): keep in sync.
6799 [Note: **/Makefile.in should be generated from the corresponding
6800 Makefile.am. The current situation is a litte chaotic. ]
6801
6802 1999-05-16 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6803
6804 * mknumeric_limits: tweak.
6805
6806 * Makefile.in (all): add target generate-limits-sources.
6807 (generate-limits-sources): make a directory bits/ in top_builddir
6808 where the generated std_limits.h is put; generate limitsMEMBERs.cc
6809 directly under $(top_builddir)/src. Remains to put the appropriate
6810 rule for installing std_limits.h.
6811
6812 * src/Makefile.in (headers): remove bits/std_limits.h to this list.
6813 (INCLUDES): add -I$(top_builddir) for bits/std_limits.h which is
6814 now generated at build-time in the build directory
6815 (libstdc___la_SOURCES): remove limitsMEMBERS.cc form this list
6816 * src/Makefile.am: reflect changes in src/Makefile.in
6817
6818 1999-05-12 Phil Edwards <pedwards@ball.com>
6819
6820 * docs/faq/index.html: Add more entries (5.4,5.5), finish
6821 all but one empty entry. Add links for HOWTOs, but no files yet.
6822 (Corrected HOWTO links are for bkoz's new scheme.)
6823 * docs/faq/index.txt: Regenerated.
6824
6825 1999-05-12 Benjamin Kosnik <bkoz@happy.cygnus.com>
6826
6827 * testsuite/17_intro/headers.cc: New file.
6828 * stl/bits/std_queue.h: Change stl_bvector.h include path.
6829 * bits/std_cwctype.h: New file.
6830
6831 * testsuite/27_io/filebuf.cc: Need to tweak directory structure.
6832
6833 1999-05-11 Benjamin Kosnik <bkoz@loony.cygnus.com>
6834
6835 * stl/bits/stl_config.h (__USE_MALLOC): Change underlying allocator.
6836 Check __USE_MALLOC before defining specializations containing
6837 __default_alloc_template.
6838 * src/stl-inst.cc: Here too.
6839
6840 * bits/basic_string.h: Change.
6841
6842 * testsuite/make_check_libfree++: More tweaks.
6843 * testsuite/21/capacity.cc: New file.
6844
6845 * src/string.cc: Rename to be consistent with other inst files.
6846 Rename to string-inst.cc.
6847 * src/string*.cc: Change include.
6848 * src/wstring.cc: Rename to wstring-inst.cc.
6849 * src/wstring*.cc: Ditto.
6850 * src/Makefile.in: Also here.
6851 * src/Makefile.am: Ditto.
6852
6853 * src/traits.cc: Remove.
6854 * src/wtraits.cc: Same.
6855
6856 Try a new way of organizing documentation, one with synchronicity
6857 between testsuites and docs subdirectories, and see who yelps.
6858 * docs/html: Remove, use chapter and subject specific directories
6859 instead of forcing things immediately into format of
6860 documentation.
6861 * docs/text: Same.
6862 * docs/image: Same.
6863 * docs/faq/text, docs/faq/html: Remove, put in the docs/faq
6864 directory and sort by filename and extension.
6865 * docs/17_intro, 18_support, 19_diagnostics, 20_util, 21_strings,
6866 22_locale, 23_containers, 24_iterators, 25_algorithms,
6867 26_numerics, 27_io: Add.
6868 * docs/17_intro/*: Populate with all the text files. . .
6869 * docs/index.html: Construct.
6870
6871 * testsuite/*: Update with same names as the docs subdir.
6872 * testsuite/results: Where to stash conformance results for the
6873 different snapshots, so that progress/size/speed issues can be
6874 tracked over time.
6875
6876 1999-05-10 Benjamin Kosnik <bkoz@loony.cygnus.com>
6877
6878 * src/string.cc: Add _S_copy_chars instantiation, as well as
6879 string::binary operators !=, ==, etc.
6880
6881 * src/Makefile.am (CXXFLAGS): Remove -fvtable-thunks.
6882 * src/Makefile.in (CXXFLAGS): Same here.
6883 * testsuite/make_check_libfree++ (CXX_FLAG): And here.
6884
6885 1999-05-07 Benjamin Kosnik <bkoz@cygnus.com>
6886
6887 * src/string.cc: Add missing member functions to instantiation list.
6888
6889 1999-05-07 Benjamin Kosnik <bkoz@cygnus.com>
6890
6891 * src/misc-inst.cc: Remove unused string instantiations.
6892
6893 * bits/string.tcc: Tweak, fix.
6894 * bits/basic_string.h: Format. Fix reported error with c_str().
6895
6896 * testsuite/make_check_libfree++: Tweak for shared builds.
6897 * testsuite/21/operations.cc: New file for testing c_str() etc.
6898
6899 1999-05-06 Benjamin Kosnik <bkoz@cygnus.com>
6900 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
6901
6902 * stl/bits/stl_vector.h: Fix the code of vector<> for usage with
6903 an iterator class. Delineate pointer versus iterator differences
6904 in implementation.
6905 * 23/vector_capacity.cc: New file, tests for above.
6906
6907 1999-05-06 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6908
6909 * mknumeric_limits: Fix typo. 'unsigned lont' should read
6910 'unsigned long'.
6911 * src/Makefile.am (libstdc___la_SOURCES): add limitsMEMBERS.cc,
6912 generated by mknumeric_limits to the list. Now std_limits.h is
6913 basically working.
6914 * src/Makefile.in (generate-numeric-limits): new target to handle
6915 automatic generation of bits/std_limits.h and src/limitsMEMBERS.cc.
6916 (all): add target generate-numeric-limits.
6917 (libstdc___la_OBJECTS): add limitsMEMBERS.lo
6918 (libstdc___la_SOURCES): add limitsMEMBERS.cc
6919
6920 1999-05-05 Benjamin Kosnik <bkoz@cygnus.com>
6921
6922 Irix build issues.
6923 * bits/c++config.h (_G_USE_CTYPE_ISBIT): Defines new macro for
6924 mask values in ctype_base. Move hacks for _ISBit to locfacets.h.
6925 * bits/locfacts.h: Here.
6926
6927 1999-05-05 Benjamin Kosnik <bkoz@cygnus.com>
6928 Ulrich Drepper <drepper@cygnus.com>
6929
6930 Solaris build issues.
6931 * bits/c++config.h: Define new macros, _G_USE_STRTOF and
6932 _G_USE_STRTOLD.
6933
6934 * bits/locfacets.tcc (num_get::do_get): Tweak long double and
6935 float overloads to use the above macros. Account for the lack of
6936 strtold on some systems, and revert back to using sscanf.
6937
6938 1999-05-04 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
6939
6940 * bits/locfacets.tcc (num_get::do_get): Check the errno variable.
6941 Use strtoul/strtoull for unsigned types. Check the ranges for
6942 short/unsigned short and if necessary for int/unsigned int.
6943
6944 1999-05-04 Benjamin Kosnik <bkoz@cygnus.com>
6945
6946 * src/gen-num-limits.cc (round_style): Need to use mknumericlimits
6947 to generate bits/std_limits.h now, as the SGI std_limits.h is
6948 being depricated. Not done, but should be done immediately: need
6949 to make sure this script is run as part of the configuration
6950 process, because without it "make" in a configured build directory
6951 will fail. Also tweaked: added a space for float_round_style, and
6952 used static_cast of zero to default-initialize, which should be ok
6953 according to the standard. (see 8.5 p5 and 20.1.3).
6954 * mknumeric_limits (OUT_C): Need this for x86 long
6955 double extensions.
6956
6957 * bits/basic_file.h: Include libio.h, not libioP.h.
6958 * src/basic_file.cc: And add libioP.h include here, so that
6959 _IO_init, et. al are well-declared.
6960
6961 * testsuite/make_check_libfree++ (LIB_PATH): Test installed
6962 headers, not source directory headers.
6963
6964 * src/Makefile.am (headers): Add stl_range_errors.h, also adjust
6965 for ext/*. Also add basic_file.h.
6966 * src/Makefile.in (headers): Same.
6967
6968 * bits/std_string.h: Reduce dependencies for faster
6969 pre-processing. Move istream and ostream specific defines into
6970 istream.tcc and ostream.tcc respectively.
6971 * bits/string.tcc: And here.
6972 * bits/basic_string.h: Move getline inline out-of-line, and to
6973 istream.tcc.
6974 * bits/istream.tcc: Move string::getline and operator>> here.
6975 * bits/ostream.tcc: And here too.
6976
6977 * bits/utility.h: Remove, as clashes with a standard header. Put
6978 __OUTOFRANGE and __LENGTHERROR macros into string.tcc for the time
6979 being, until this can be combined with SGI's approach.
6980 * bits/string.tcc: Add macros, as above.
6981 * bits/loccore.h: Add _Count_ones defines.
6982 * bits/std_string.h: And here too.
6983 * bits/std_locale.h: And here.
6984 * bits/std_ios.h: Take out include here.
6985 * src/Makefile.am (headers): Remove utility.h
6986 * src/Makefile.in (headers): Remove utility.h
6987
6988 * stl/bits/*: Update to SGI STL 3.20.
6989 * stl/ext/pthread_alloc: Delete this file.
6990
6991 1999-05-04 Phil Edwards <pedwards@ball.com>
6992
6993 * docs/faq/html/index.html: Add more entries
6994 * docs/faq/html/index.txt: regenerated.
6995
6996 1999-05-04 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
6997
6998 * src/gen-num-limits.cc (DO_DEFINE_MIN_MAX): fix typo.
6999
7000 1999-04-29 Benjamin Kosnik <bkoz@haight.cygnus.com>
7001
7002 * bits/locfacets.tcc (num_get::do_get): Re-implement, with input
7003 from Ulrich and Nathan. Remove extraneous string class usage,
7004 tweak, clean, simplify and consolidate with a eye towards removing
7005 duplcate code. Use strto[l, ll, f, d, ld] instead of sscanf.
7006 Not done: dealing with leading zeros, wchar_t work.
7007 * bits/locfacets.h: And here too.
7008
7009 * doc: Remove.
7010
7011 1999-04-29 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7012
7013 * docs/: add a FAQ.
7014 * docs/faq/: New directory.
7015 * docs/faq/html/: Likewise.
7016 * docs/faq/text/: Likewise.
7017 * docs/faq/html/index.html: New file.
7018 * docs/faq/html/index.txt: Likewise. Generated from
7019 docs/faq/html/index.html by lynx.
7020
7021 1999-04-28 Benjamin Kosnik <bkoz@happy.cygnus.com>
7022 Ryszard Kabatek and Branko Cibej
7023
7024 * bits/locfacets.tcc: Modify.
7025
7026 1999-04-27 Benjamin Kosnik <bkoz@happy.cygnus.com>
7027
7028 * bits/sbuf_iter.h: Clean, fix istreambuf_iterator, make
7029 conformant to 14882, wrap non-standard extensions with
7030 _G_RESOLVE_LIB_DEFECTS, remove detritus and cruft, rennovate.
7031 * bits/locfacets.tcc (num_get::do_get(bool)): Return correct iterator.
7032
7033 * testsuite/27/istringstream_formatted.cc: Add tests.
7034
7035 * bits/locfacets.h: Remove cruft from _Format_cache, continue
7036 commenting, simplify.
7037 * bits/locfacets.tcc: Same.
7038
7039 1999-04-27 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
7040 * bits/locfacets.tcc (num_get::do_get):
7041 Fix the sscanf format parameter
7042 for long long 'll' (as in C9X) instead of 'l'.
7043 Fix the order of sscanf format parameters: "%dl" --> "%ld".
7044 Change the type of the local variable '__conv' from 'string'
7045 to 'const char*' and adapt the change.
7046
7047 1999-04-26 Benjamin Kosnik <bkoz@happy.cygnus.com>
7048
7049 * bits/locfacets.h: Document _Format_cache, and name data members
7050 after the corresponding functions in numpunct. For instance:
7051 _M_grsep -> _M_thousands_sep, and _M_decsep -> _M_decimal_point.
7052 Break apart _M_boolnames{2] into _M_truename and _M_falsename.
7053 * bits/locfacets.tcc: Same.
7054
7055 * bits/locfacets.h (num_get::_M_extract): Don't allow groupings to
7056 stop parsing--store for later analysis.
7057 * testsuite/27/istringstream_formatted.cc: Add cases.
7058
7059 1999-04-25 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7060
7061 * bits/valarray_meta.h: tweak.
7062 (_UnFunBase, _BinFunBase, _BinFunBase1, _BinFunBase2, _BinBase1,
7063 _BinFunBase2): rename typedef-name _Tp to _Vt to keep the compiler
7064 happy -- boggus warning.
7065 * bits/std_valarray.h: Fix.
7066 (valarray<T>::shift): Fix. Update comment.
7067 (valarray<T>::cshift): Fix.
7068
7069 1999-04-23 Benjamin Kosnik <bkoz@cygnus.com>
7070
7071 * testsuite/27filebuf-2.txt: Delete.
7072 * testsuite/27/filebuf.cc: Put output files directly into the
7073 correct subdirectory (27).
7074
7075 Alexandre Petit-Bianco <apbianco@cygnus.com>
7076 * testsuite/make_check_libfree++: Check generated (*.txt) file
7077 against stored results file (*.tst).
7078
7079 1999-04-22 Benjamin Kosnik <bkoz@nabi.net>
7080
7081 * bits/locfacets.tcc: Fix.
7082
7083 * bits/fstream.tcc (filebuf::seekoff): Output current out pointer.
7084 (filebuf::overflow): Simplify.
7085 (filebuf::xsputn): Correctly handle indeterminate state.
7086
7087 * testsuite/27/istringstream_formatted.cc: Tweak.
7088 * testsuite/27/filebuf.cc: Tweak.
7089 * testsuite/27/filebuf-3.tst: Correct: this is the canonical
7090 results file, please use this in the future to guarantee filebuf
7091 positioning accuracy.
7092 * testsuite/27/filebuf-2.tst: Same.
7093
7094 1999-04-21 Benjamin Kosnik <bkoz@cygnus.com>
7095
7096 * bits/fstream.tcc (filebuf::xsputn): Add.
7097 * bits/std_fstream.h: Declare.
7098
7099 * src/basic_file.cc (__basic_file::open): Add O_CREAT to open
7100 calls using ios_base::trunc.
7101
7102 * bits/sstream.tcc (streambuf::overflow): Fix crasher.
7103
7104 * testsuite/make_check_libfree++ (LOG_FILE): Ugh. Another fix.
7105 * testsuite/27/27stringstream.cc: Same.
7106 * testsuite/27/27stringbuf.cc: More tweaks.
7107 * testsuite/27/27filebuf-2.txt: Remove.
7108
7109 * testsuite/27/27filebuf-1.tst: Append, to force byte size over
7110 BUFSIZE so that overflows/underflow can be tested with default
7111 buffer setting.
7112 * testsuite/27/27filebuf-1.tst: Add.
7113
7114 * testsuite/*/*: Remove pre-pended chapter names, as they
7115 duplicate the chapter info contained in the enclosing directory
7116 anyway.
7117
7118 1999-04-20 Benjamin Kosnik <bkoz@cygnus.com>
7119
7120 * bits/streambuf.tcc (streambuf::xsputn): Re-implement to conform
7121 to sputc conditions.
7122
7123 * bits/ios_base.h: Define here.
7124 * src/ios.cc (ios_base::_M_clear): Remove hack.
7125 * bits/basic_ios.h: Fix rdstate().
7126
7127 * bits/sstream.tcc (streambuf::seekoff): Fix.
7128 * bits/fstream.tcc (filebuf::seekoff): Tweak comments.
7129
7130 * testsuite/make_check_libfree++ (LOG_FILE): More c-c-c-changes.
7131 * testsuite/24/24iterator.cc: Add/Fixes for DEBUG_ASSERT.
7132 * testsuite/27/27stringstream.cc: Same.
7133 * testsuite/27/27stringbuf.cc: Same.
7134 * testsuite/27/27istringstream_formatted.cc: Same.
7135 * testsuite/27/27filebuf.cc: Same.
7136
7137 * bits/locfacets.h: Remove specializations for messages<char> and
7138 messages<wchar_t> ctors. Same for moneypunct. Not required, not used.
7139 * src/locale.cc: Remove definitions for above.
7140 * src/misc-inst.cc: Revert, take out iomanip.h include.
7141 * bits/std_iomanip.h: Tweak, format.
7142
7143 1999-04-19 Benjamin Kosnik <bkoz@cygnus.com>
7144
7145 * bits/loccore.h: Format, move inline.
7146 * bits/locfacets.tcc: Same.
7147 * bits/locfacets.h: Same.
7148
7149 Ulrich Drepper <drepper@cygnus.com>
7150 * aclocal.m4: Re-generate.
7151 * configure, configure.in: Same.
7152 * m4/lc_messages.m4: New file.
7153
7154 1999-04-18 Benjamin Kosnik <bkoz@cygnus.com>
7155
7156 * bits/std_ostream.h: Fix typedef for wchar_t instantiations.
7157 * bits/sstream.tcc: Tweak.
7158
7159 * std/iostream: Put __ioinit inside macro guards.
7160
7161 * src/stlinst.cc: Delete and move to . . .
7162 * src/stl-inst.cc: New file, plus wrapping in namespace std.
7163 * src/Makefile.in: Change.
7164 * src/Makefile.am: Same.
7165 * src/misc-inst.cc: Add istringstream/ostringstream instantiations.
7166
7167 * testsuite/make_check_libfree++: Efficiently format for minimal
7168 space. Enforce stricter execution tests by enabling
7169 -DDEBUG_ASSERT.
7170
7171 1999-04-16 Benjamin Kosnik <bkoz@cygnus.com>
7172
7173 * docs/text/RELEASE-NOTES: Fix include typo.
7174
7175 * src/Makefile.am (headers): Add istream.tcc.
7176 * src/Makefile.in (headers): Add istream.tcc.
7177
7178 * ltconfig, ltmain.sh, libtool: Update to libtool-1.2g.
7179
7180 1999-04-16 Benjamin Kosnik <bkoz@cygnus.com>
7181
7182 * bits/locfacets.tcc (num_get::do_get(long)): Finish roughing in.
7183 * bits/locfacets.h (num_get::_M_extract): New functin:
7184 consolidate logic for do_get(...) members.
7185
7186 * bits/sbuf_iter.h (istreambuf_iterator::operator++()): Fix.
7187 * testsuite/27/27istringstream_formatted.cc: Add.
7188
7189 1999-04-16 Martin v. Loewis <martin@mira.isdn.cs.tu-berlin.de>
7190
7191 * src/basic_file.cc (__basic_file::open): Fix thinko in
7192 _G_HAVE_IO_FILE_OPEN bits.
7193 * bits/std_istream.h (sentry::sentry(istream, bool)): Fix isspace bug.
7194 * bits/std_cmath.h: Add stdlib.h include for ldiv_t.
7195 * src/complex.cc (FCT): Qualify all functions with global namespace.
7196 * src/locale.cc: Don't qualify memcpy and setlocale.
7197 * src/stdexcept.cc (__out_of_range): Qualify out_of_range with std::.
7198 (__length_error): Likewise, for length_error.
7199 * src/stlinst.cc: Qualify instantiations with std::.
7200
7201 1999-04-15 Benjamin Kosnik <bkoz@cygnus.com>
7202
7203 * C++STYLE: Add ChangeLog guidelines for member functions.
7204
7205 * doc/* : Delete.
7206 * BADNAMES, BUGS, C++STYLE, CHECKLIST, COPYING,
7207 DESIGN, HEADER_POLICY, PROBLEMS, RELEASE-NOTES, TODO: Moved into
7208 docs/text and made less strident.
7209
7210 * bits/fstream.tcc: Change non-standard ctor to match Sun's sematics.
7211 * bits/std_fstream.h: Same.
7212 * src/ios.cc: Same.
7213
7214 * bits/locfacets.h: Touch.
7215
7216 1999-04-15 Ulrich Drepper <drepper@cygnus.com>
7217
7218 * math/cexp.c (cexp): Use NAN instead of nan("").
7219 Reported by joel reed <joelreed@yahoo.com>.
7220
7221 * libio/libioP.h: Define _IO_seek_fpos_t and _IO_seek_off_t based on
7222 _G_IO_IO_FILE_VERSION. Use these types in the prototypes.
7223 * libio/fileops.c: Use _IO_seek_fpos_t and _IO_seek_off_t types
7224 instead of #if cascades.
7225 * libio/genops.c: Likewise.
7226 * libio/ioseekoff.c: Likewise.
7227 * libio/ioseekpos.c: Likewise.
7228 * libio/strops.c: Likewise.
7229 Patch by Chip Salzenberg <chip@perlsupport.com>.
7230
7231 1999-04-15 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7232
7233 * docs: New directory.
7234 * docs/html: Likewise.
7235 * docs/text: Likewise.
7236 * docs/image: Likewise.
7237
7238 * bits/std_cmath.h: Add new functions.
7239 (abs): overload for long and double.
7240 (div): overload for long.
7241
7242 * bits/valarray_array.h: Fix.
7243 * bits/gslice.h: Adjust friend.
7244 * bits/slice_array.h: likewise.
7245 * bits/valarray_meta.h: likewise.
7246
7247 1999-04-13 Benjamin Kosnik <bkoz@tintin.cygnus.com>
7248
7249 * bits/locfacets.h: More changes, for num_get for insertion
7250 operators for integral types. Comment fields in _Format_cache.
7251 * bits/locfacets.tcc: And here too: add preliminary long version.
7252 * testsuite/27/27istringstream_formatted.cc: Add cases.
7253
7254 1999-04-13 Mark Elbrecht <snowball3@usa.net>
7255
7256 * configure.in: Add locale.h to AC_CHECK_HEADERS argument. Call
7257 AC_LC_MESSAGES macro.
7258 * aclocal.m4 (AC_LC_MESSAGES): New. Determines if a target
7259 supports LC_MESSAGES.
7260 * config.h.in: Add entry for HAVE_LC_MESSAGES.
7261 * src/locale.cc (locale::_S_normalize_category): Use the
7262 HAVE_LC_MESSAGES macro to check for LC_MESSAGES support instead of
7263 _G_NO_CLOCALE_HAS_MESSAGES.
7264 * aclocal.m4 (AM_PROG_LD): For DOS style paths, simplify test to
7265 '?:' from '?:\\' so any path beginning with a drive name matches.
7266
7267 1999-04-12 Mark Elbrecht <snowball3@usa.net>
7268
7269 * src/basic_file.cc(sys_open) [O_BINARY]: Declare __testb.
7270
7271 1999-04-12 Benjamin Kosnik <bkoz@tintin.cygnus.com>
7272
7273 * bits/locfacets.h: Tweak.
7274 * bits/locfacets.tcc(do_get): Clean/fix bool method.
7275
7276 * testsuite/21/21nonmember.cc: Same.
7277 * testsuite/21/21compare.cc: Fix license.
7278 * testsuite/27/27istringstream_formatted.cc: New file.
7279
7280 1999-04-12 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7281
7282 * bits/valarray_meta.h: _BinFunBase1, _BinFunBase2, _BinBase1,
7283 _BinBase2: new template classes; put in there to work around a
7284 compiler limitation. The whole valarray architecture is now
7285 working.
7286
7287 1999-04-08 Benjamin Kosnik <bkoz@haight.constant.com>
7288
7289 * bits/locfacets.tcc: Fix, format.
7290 * bits/locfacets.h: Fix.
7291 * src/locale.cc: Same, plus format.
7292
7293 * bits/basic_string.h: Re-add definition here.
7294 * src/string.cc: Take out.
7295
7296 1999-04-08 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7297
7298 * bits/std_valarray.h: tweak.
7299 * bits/valarray_array.h tweak. use _Expr.
7300 * bits/slice_array.h: likewise.
7301 * bits/gslice_array.h: likewise.
7302 * bits/mask_array.h: likewise.
7303 * bits/indirect_array.h: likewise.
7304 * bits/valarray_meta.h: tweak.
7305 _UnFunBase, _UnFunClos, _BinFunBase, _FunBase, _ValFunClos,
7306 _RefFunClos, _UnBase, _UnClos, _BinBase, _BinClos, _SClos, _GClos,
7307 _IClos: new template classes.
7308 _Meta: renamed to _Expr. Made template with args.
7309 _Constant: made template with two args.
7310
7311 1999-04-05 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7312
7313 * bits/valarray_array.h: tweak.
7314
7315 1999-04-06 Benjamin Kosnik <bkoz@cygnus.com>
7316
7317 * bits/basic_string.h: Whoops--fix blip.
7318
7319 1999-04-06 Benjamin Kosnik <bkoz@cygnus.com>
7320
7321 Update to SGI STL 3.13
7322 * bits/basic_string.h: Add __get_c_string definition.
7323 * stl/bits/stl_range_errors.h: New file.
7324 * stl/bits/std_bvector.h: Same.
7325 * stl/bits/*: Update.
7326
7327 1999-04-04 1999 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7328
7329 * bits/slice_array.h: tweak.
7330 * bits/gslice_array.h: tweak.
7331 * bits/mask_array.h: tweak.
7332 * bits/indirect_array.h: tweak.
7333 * bits/valarray_array.h: tweak.
7334 (__valarray_copy): replace copy with memcpy.
7335 * bits/std_valarray.h: use __valarray_copy whenever possible.
7336 use __valarray_fill instead of fill.
7337
7338 1999-04-02 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7339
7340 * src/gen-num-limits.cc: new file
7341 * mknumeric_limits: Ditto.
7342
7343 1999-03-30 Benjamin Kosnik <bkoz@cygnus.com>
7344
7345 * bits/locfacets.tcc: Do a stub version of num_get for short, int,
7346 and long types.
7347 * bits/locfacets.h: Add num_get::get methods overloaded for int
7348 and short, to resolve ambiguous overloads in istream insertion
7349 operators.
7350
7351 1999-03-30 Benjamin Kosnik <bkoz@cygnus.com>
7352
7353 * bits/std_istream.h: Fix.
7354 * bits/istream.tcc: Fix.
7355
7356 1999-03-30 Philip Martin <pm@corris.dircon.co.uk>
7357
7358 * testsuite/24/24iterator.cc: fix ++/-- tests
7359
7360 1999-03-29 Benjamin Kosnik <bkoz@cygnus.com>
7361
7362 * bits/std_ostream.h: Looks like this, actually: Fix up eh-isms.
7363 * bits/ostream.tcc: Same.
7364
7365 * bits/std_istream.h: Bring over ostream changes, implement member
7366 functions. Baseline.
7367 * bits/istream.tcc: New file.
7368
7369 1999-03-26 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7370
7371 * bits/gslice.h (class gslice): fix friends template.
7372
7373 1999-03-23 Benjamin Kosnik <bkoz@cygnus.com>
7374
7375 * bits/std_ostream.h: Fix sentry objects, implement seekp, tellp,
7376 delete cruft, etc.
7377 * bits/ostream.tcc: Same.
7378
7379 * bits/std_istream.h: Minor tweaks.
7380
7381 1999-03-18 Benjamin Kosnik <bkoz@cygnus.com>
7382
7383 * src/locale-inst.cc: Remove duplicate instantiations.
7384 * bits/locfacets.tcc: Tweak definitions of static member.
7385
7386 1999-03-18 Benjamin Kosnik <bkoz@cygnus.com>
7387
7388 * bits/std_fstream.h: Format: prepend "__" in front of
7389 non-standard typedefs.
7390 * bits/fstream.tcc: Match.
7391 * bits/std_streambuf.h: Format: prepend "__" in front of
7392 non-standard typedefs.
7393
7394 * bits/sstream.tcc: Match.
7395 * bits/std_istream.h: Format.
7396 * src/locale-inst.cc: Add num_get instantiations.
7397
7398 * bits/std_sstream.h: Fix crash in stringstreams. Remove member
7399 _M_sb, a basic_stringbuf object, and use the basic_ios pointer
7400 _M_streambuf instead. Make initializations sane. Fix
7401 allocation/deallocation of _M_streambuf.
7402 * bits/std_ostream.h: Fix initialization code.
7403 (ctor): Eliminate redundant this->init(), let base class initialize.
7404 (default ctor): New. Assume base classes already initialzed.
7405 * bits/std_istream.h: Parallel work to ostream.
7406 (ctor): Eliminate redundant this->init(), let base class initialize.
7407 (default ctor): New. Assume base classes already initialzed.
7408 Fix initialization of basic_iostream.
7409
7410 * bits/std_fstream.h: While we're at it, make initializations sane
7411 here too. Now matches sstream.h.
7412
7413 * bits/string.tcc: Fix crash in basic_string::compare.
7414 * bits/basic_string.h: And here.
7415 * bits/c++config.h: Add comment about _G_USE_EXCEPTIONS.
7416
7417 * testsuite/make_check_libfree++: Check shared as well.
7418 * testsuite/27/27stringstream.cc: Add bits.
7419 * testsuite/27/27boolfmt.cc: Add bits.
7420 * testsuite/27/27octfmt.cc: Add bits.
7421
7422 1999-03-17 Benjamin Kosnik <bkoz@happy.cygnus.com>
7423
7424 * configure.in (USE_LONG_DOUBLE): signbitl link error.
7425
7426 * bits/locfacets.h: Fix errors that cause build problems
7427 with current egcs (template parameters have class scope).
7428 * bits/locfacets.tcc: Same.
7429 * src/locale-inst.cc: Same, clean.
7430 * src/misc-inst.cc: Same, clean.
7431
7432 1999-03-17 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
7433
7434 * stl/bits/std_memory.h: Modify auto_ptr::reset to reflect the
7435 standard. Re-apply this previous patch.
7436
7437 1999-03-17 Philip Martin <pm@corris.dircon.co.uk>
7438
7439 * bits/basic_string.h: Use __normal_iterator<> for iterators.
7440 * bits/std_sstream.h: Support __normal_iterator<> iterators.
7441 * bits/string.tcc: Ditto.
7442 * src/misc-inst.cc: Ditto.
7443 * src/locale-inst.cc: Ditto.
7444 * stl/bits/stl_iterator.h: Add __normal_iterator<>.
7445 * stl/bits/stl_vector.h: Use __normal_iterator<> for iterators.
7446 * testsuite/24/24iterator.cc: Add test cases for basic_string and
7447 vector iterators.
7448
7449 1999-03-16 Benjamin Kosnik <bkoz@cygnus.com>
7450
7451 * bits/locfacets.tcc: Remove macro hack.
7452 * bits/locfacets.h: Tweaks.
7453 * src/misc-inst.cc: Weed out locale-related instantiations.
7454 * src/locale-inst.cc: Same.
7455
7456 * RELEASE-NOTES: Make more changes.
7457 * bits/c++config.h: Bump version number.
7458
7459 * testsuite/make_check_libfree++: Collect diagnostics.
7460
7461 * bits/std_ostream.h: Fix ostream initialization/destruction
7462 problem, related to dtor cleanup and new cached facets, agggggggh.
7463 * bits/ostream.tcc: Tweak.
7464 * bits/locfacets.h: Remove all friends of iostream classes.
7465 * bits/ios_base.h: Same.
7466 * bits/streambuf.tcc: Tweak.
7467 * bits/std_streambuf.h: Tweak.
7468 * bits/std_fstream.h: Tweak.
7469 * bits/fstream.tcc: Tweak.
7470 * src/stdstreams.cc: Tweak.
7471 * src/ios.cc: Close streams.
7472
7473 * math/Makefile.in: Add missing files for shared link errors.
7474 * math/Makefile.am: Same.
7475
7476 1999-03-15 Benjamin Kosnik <bkoz@cygnus.com>
7477
7478 * src/locale-inst.cc: More wchar_t instantiations.
7479 * src/misc-inst.cc: Missed a few bits.
7480 * testsuite/make_check_libfree++: Add static and shared runs.
7481 * src/ios.cc: Add clarity to ios_base::Init::~Init().
7482
7483 1999-03-15 Benjamin Kosnik <bkoz@cygnus.com>
7484
7485 * bits/std_ostream.h: Format, expunge, simplify. Add cached
7486 facets. Resolve link errors.
7487 * bits/ostream.tcc: Same.
7488 * src/misc-inst.cc: Add ostream, wostream instantiations.
7489 * src/Makefile.am: Add missing bits for stdstreams.cc.
7490 * src/Makefile.in: Same.
7491 * bits/std_iosfwd.h: Format.
7492 * bits/locfacets.h (num_put): Add basic_ostream as a friend to
7493 num_put so that cached _M_fnumput pointer can be deleted in
7494 basic_ostream's dtor. Now everybody plays nice.
7495
7496 1999-03-12 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7497
7498 * bits/gslice.h (class gslice): Make friends valarray,
7499 gslice_array and _GliceExpression.
7500
7501 1999-03-11 Benjamin Kosnik <bkoz@cygnus.com>
7502
7503 * RELEASE-NOTES: Update.
7504 * src/ios.cc: Use do proper init.
7505 * bits/std_streambuf.h: Tweak.
7506 * bits/std_iostream.h: Take out static member.
7507 * std/iostream: Put here.
7508 * bits/std_ostream.h: Non-default ctor shouldn't smash _M_streambuf.
7509 * bits/std_istream.h: Ditto.
7510 * bits/basic_ios.h: Format.
7511 * bits/ostream.tcc(write): Fix.
7512 * bits/fstream.tcc: Fix stdstreams ctor to do a proper
7513 initialization of the fstream class.
7514 * src/stdstreams.cc: I'm baaaaaaaack.
7515
7516 1999-03-10 Benjamin Kosnik <bkoz@rhino.cygnus.com>
7517
7518 * bits/ios_base.h: Correct comments. Add ios_base::init()
7519 functionality. Format, tweak, expunge, clean, bathe, and hang to dry.
7520 * src/misc-inst.cc: Add instantiations here.
7521 * src/ios.cc: Clean.
7522 * bits/std_iostream.h: Add wrappers, global ios_base::Init object.
7523 * src/stdstreams.cc: Delete this file, as now unnecessary.
7524 * bits/fstream.tcc: Add missing initialization bits for ctor.
7525 * src/Makefile.am (libstdc___la_SOURCES): Delete here as well.
7526 * src/Makefile.in (libstdc___la_OBJECTS): And here.
7527
7528 * bits/streambuf.tcc: Tweak.
7529 * bits/sstream.tcc: Here too.
7530
7531 * bits/fstream.tcc: And change definition as well.
7532 * bits/std_fstream.h: Change ctor.
7533 * src/basic_file.cc (sys_open): Add call that opens a specific fileno.
7534 * bits/basic_file.h: Add declarations.
7535
7536 * testsuite/27/27hello.cc: New file.
7537
7538 * bits/std_ostream.h: Move flush() inline.
7539 * bits/ostream.tcc: From here.
7540
7541 * bits/char_traits.h: Add include of fpos.h for streamoff/streampos.
7542 * bits/std_ios.h: Change include libio to only when necessary.
7543 * bits/fpos.h: Like here.
7544 * ios_base.h: And here.
7545
7546 * bits/locfacets.h: Change _Iostate to _Ios_Iostate.
7547 * bits/locfacets.tcc: Same.
7548 * bits/std_locale.h: Include std_ios.h not std_iosfwd.h.
7549 * bits/std_iosfwd.h: Move _Ios_Iostate to ios_base.h
7550
7551 1999-03-09 Benjamin Kosnik <bkoz@rhino.cygnus.com>
7552
7553 * bits/basic_ios.h: Change _M_ctype to _M_fctype.
7554
7555 * bits/std_streambuf.h: Clean, tweak.
7556 * bits/std_fstream.h: Same.
7557 * bits/std_sstream.h: Same.
7558 * bits/streambuf.tcc: Move most member functions out-of-line.
7559 * bits/fstream.tcc: Same.
7560 * bits/streambuf.tcc: Same.
7561
7562 * bits/basic_file.h(filepos_cur): Set correctly.
7563 (filepos_beg): Same.
7564 (seekpos): Change to __c_streampos.
7565 * src/basic_file.cc (std): Change to __c_streampos.
7566
7567 * testsuite/27/27filebuf.cc: Round one is finished.
7568 * testsuite/27/27filebuf-2.tst: New file, final output should match.
7569 * testsuite/27/27filebuf-3.tst: Same.
7570
7571 1999-03-08 Benjamin Kosnik <bkoz@rhino.cygnus.com>
7572
7573 * bits/basic_file.h: Fix typo, add comments about what to expect
7574 from the various member functions in __basic_file.
7575
7576 * bits/std_fstream.h: Re-do sync/underflow to work
7577 together. Change from sys_read to xsgetn and from sys_write to
7578 xsputn. As it should have been from the beginning. . .
7579
7580 1999-03-06 Benjamin Kosnik <bkoz@haight.constant.com>
7581
7582 * bits/c++config.h (__GLIBCPP__): Add versioning macro.
7583
7584 * bits/basic_file.h(file_beg): New function.
7585 (file_cur): Ditto.
7586
7587 * testsuite/27/27filebuf.cc: Test in, out, in | out.
7588 * bits/std_fstream.h: More _M_mode refinements.
7589 (synch): Add bits for out mode only.
7590 * bits/std_streambuf.h(xsputn): Correct for filebufs.
7591 * bits/std_sstream.h: Ditto.
7592
7593 1999-03-03 Benjamin Kosnik <bkoz@cygnus.com>
7594
7595 * bits/std_fstream.h: Fix _M_mode AND with ios_base::openmode.
7596 * testsuite/27/27filebuf.cc: Modify.
7597 * bits/c++config.h: Fix.
7598
7599 1999-03-02 Benjamin Kosnik <bkoz@tintin.cygnus.com>
7600
7601 * bits/c++config.h: New macro, _G_RESOLVE_LIB_DEFECTS, used to put
7602 code in place that diverges from the final standard, but has been
7603 brought up on the library mailing list.
7604
7605 * bits/std_fstream.h(underflow): Position all three internal
7606 buffer pointers at the same initial position. Re-implement with
7607 basic_filebuf abstraction.
7608 (overflow): Ditto.
7609 (seekoff): Ditto.
7610 (seekpos): Ditto.
7611 * bits/std_sstream.h: Move _M_mode down into base class
7612 basic_streambuf.
7613 * bits/sstream.tcc: Ditto.
7614 * bits/std_streambuf.h: Ditto.
7615
7616 * testsuite/27/27filebuf.cc: Tweak.
7617
7618 1999-02-27 Benjamin Kosnik <bkoz@slap-happy.cygnus.com>
7619
7620 * bits/std_sstream.h: Ditto.
7621 * bits/std_fstream.h: Fix blip.
7622
7623 1999-02-26 Benjamin Kosnik <bkoz@happy.cygnus.com>
7624
7625 * C++STYLE: Add cases.
7626 * bits/std_fstream.h: Format.
7627 * bits/std_streambuf.h: Ditto.
7628 * bits/std_sstream.h: Ditto.
7629
7630 * src/basic_file.cc(sys_seek): Fix stack delirium, by keeping
7631 return type for _IO_file_seek and __basic_file::seek the same size.
7632 * bits/basic_file.h: Ditto.
7633
7634 1999-02-26 Benjamin Kosnik <bkoz@happy.cygnus.com>
7635
7636 * bits/fstream.tcc: Add include guards.
7637 * src/misc-inst.cc: Add instantiations for shared libes.
7638 * src/locale-inst.cc: Add instantiaions for use_facet.
7639 * bits/loccore.h: Remove specialization foward decls for
7640 use_facet<ctype>: perhaps add the whole lot of them later on.
7641 * bits/std_fstream.h: Fix.
7642 * bits/locfacets.h: Ditto.
7643 * src/stdstreams.cc: Disable wide streams for now.
7644
7645 * src/Makefile.am (CXXFLAGS): Change up.
7646 * src/Makefile.in (CXXFLAGS): Ditto.
7647
7648 1999-02-25 Benjamin Kosnik <bkoz@happy.cygnus.com>
7649
7650 * src/basic_file.cc: Change to ios_base::seekdir from int.
7651 * bits/basic_file.h: Ditto.
7652 * bits/locfacets.h : Fix blip with new guard macros.
7653
7654 1999-02-25 Benjamin Kosnik <bkoz@cygnus.com>
7655
7656 * stl/bits/stl_config.h (__STL_USE_STD_ALLOCATORS): Minor tweaking.
7657 * bits/c++config.h: Clean. Remove _G_NO_STREAMBUF_ITERATORS and
7658 _G_USE_NAMESPACE.
7659 * amm1/locale: Remove unused defines.
7660 * generic/locale: Ditto.
7661 * src/ios.cc: Ditto.
7662 * src/locale.cc: Ditto.
7663 * src/locale-inst.cc: Ditto.
7664 * src/localename.cc: Ditto.
7665 * src/stdstreams.cc: And here.
7666
7667 * bits/c++config.h (_G_USE_WCHAR_T): Fix.
7668 * bits/loccore.h: Simplify, clean, add wchar_t guards.
7669 * bits/loccore.tcc: Ditto.
7670 * bits/locfacets.h: Ditto.
7671 * src/locale-inst.cc: Ditto.
7672 * bits/locfacets.tcc: Add do_put long long here.
7673
7674 1999-02-24 Benjamin Kosnik <bkoz@cygnus.com>
7675
7676 * bits/std_streambuf.h: Add cached ctype facet, _M_ctype.
7677 * bits/basic_ios.h: Clean. Replace _M_strbuf with
7678 _M_streambuf. Use cached _M_cvt in basic_streambuf.
7679 * bits/std_istream.h: Replace _M_strbuf with _M_streambuf.
7680 * bits/std_fstream.h: Tweak.
7681
7682 * bits/char_traits.h: Remove fpos definitions from here. . .
7683 * bits/fpos.h: New file, put them here. Eventually, this may allow
7684 the severing of char_traits and fpos dependancies.
7685 * src/Makefile.in: Add fpos.h.
7686 * src/Makefile.am: Ditto.
7687 * bits/std_string.h: Add fpos.h include here.
7688 * bits/std_ios.h: And here.
7689
7690 * bits/std_streambuf.h: Change _M_init to _M_initialized.
7691 * bits/ios_base.h: Remove cstdio include.
7692 * bits/std_ios.h: ... Place here.
7693
7694 1999-02-23 Benjamin Kosnik <bkoz@loony.cygnus.com>
7695
7696 * src/Makefile.in (CXXFLAGS): Re-add -fvtable-thunks.
7697 * src/Makefile.am (CXXFLAGS): Re-add -fvtable-thunks.
7698
7699 * bits/basic_file.h: Comment, adjust arguments.
7700 * src/basic_file.cc: Ditto.
7701
7702 * bits/std_fstream.h(seekoff): Error is of fpos type, not integral
7703 type: check and convert accordingly. Re-interpet "resultant stream
7704 position" to indicate external byte sequence location, not internal
7705 buffer info.
7706
7707 1999-02-22 Benjamin Kosnik <bkoz@loony.cygnus.com>
7708
7709 * mkcshadow: And change copyright here.
7710 * src/Makefile.am (CXXFLAGS): Add -g -O2. Add new header
7711 dependencies for stl_pthread_alloc.h, pthread_allocimpl.h,
7712 stl_thread.h, and stl_iterator_base.h.
7713 * src/Makefile.in (CXXFLAGS): Ditto.
7714 * stl/backward/pthread_alloc.h: Remove.
7715
7716 1999-02-19 Benjamin Kosnik <bkoz@loony.cygnus.com>
7717
7718 * bits/std_streambuf.h (sungetc): Use standard defs for putback
7719 position.
7720 * bits/std_fstream.h (pbackfail): Correct.
7721 (sungetc): Test.
7722 (seekoff): Implement.
7723 (seekpos): Re-do.
7724 * testsuite/27/27filebuf.cc: Add test cases.
7725
7726 1999-02-18 Benjamin Kosnik <bkoz@loony.cygnus.com>
7727
7728 * bits/std_fstream.h: Go with basic_file's interfaces for dealing
7729 with the external buffers, and stop mucking around with setting
7730 and re-setting the external buf's pointers. Aka, clarity and
7731 simplicity rule the day.
7732 * src/locale.cc: Use memcpy in codecvt::do_in and codecvt::do_out.
7733 Remove partial result and support code.
7734
7735 1999-02-18 Ulrich Drepper <drepper@cygnus.com>
7736
7737 * configure.in: Add hypot, hypotf, atan2f, expf, and copysignf to
7738 list of function which have to be replaced.
7739 Remove expf from list of functions to test for.
7740 Define USE_LONG_DOUBLE in case the libm has partial support for long
7741 doubles.
7742 * Makefile.in: Regenerated.
7743 * config.h.in: Likewise.
7744 * configure: Likewise.
7745 * libio/Makefile.am (LIBIO_SRCS): Add missing backslash.
7746 * libio/Makefile.in: Regenerated.
7747 * src/Makefile.in: Regenerated.
7748 * string/Makefile.in: Regenerated.
7749 * math/Makefile.am (EXTRA_DIST): Add hypot.c, hypotf.c, hypotl.c,
7750 atan2f.c, expf.c, and $(EXTRA_yes).
7751 (EXTRA_yes): Add signbitl.c mycabsl.c.
7752 (libmath_la_LIBADD): Add $(EXTRA_$(USE_LONG_DOUBLE)).
7753 (libmath_la_SOURCES): remove long double versions.
7754 * math/Makefile.in: Regnerated.
7755 * math/atan2f.c: New file.
7756 * math/copysignf.c: New file.
7757 * math/expf.c: New file.
7758 * math/hypot.c: New file.
7759 * math/hypotf.c: New file.
7760 * math/hypotl.c: New file.
7761 * math/cargf.c: Use correct function and macro names.
7762 * math/ccos.c: Likewise.
7763 * math/ccosh.c: Likewise.
7764 * math/ccoshf.c: Likewise.
7765 * math/ccoshl.c: Likewise.
7766 * math/cexp.c: Likewise.
7767 * math/cexpf.c: Likewise.
7768 * math/cexpl.c: Likewise.
7769 * math/clog.c: Likewise.
7770 * math/clog10.c: Likewise.
7771 * math/clog10f.c: Likewise.
7772 * math/clog10l.c: Likewise.
7773 * math/clogf.c: Likewise.
7774 * math/clogl.c: Likewise.
7775 * math/copysignf.c: Likewise.
7776 * math/csin.c: Likewise.
7777 * math/csinf.c: Likewise.
7778 * math/csinh.c: Likewise.
7779 * math/csinhf.c: Likewise.
7780 * math/csinhl.c: Likewise.
7781 * math/csinl.c: Likewise.
7782 * math/csqrt.c: Likewise.
7783 * math/csqrtf.c: Likewise.
7784 * math/csqrtl.c: Likewise.
7785 * math/ctan.c: Likewise.
7786 * math/ctanf.c: Likewise.
7787 * math/ctanh.c: Likewise.
7788 * math/ctanhf.c: Likewise.
7789 * math/ctanhl.c: Likewise.
7790 * math/ctanl.c: Likewise.
7791
7792 1999-02-17 Benjamin Kosnik <bkoz@cygnus.com>
7793
7794 * testsuite/27/27filebuf.cc: Add cases.
7795 * testsuite/27/27filebuf-1.txt: Remove inadvertent garbage.
7796 * bits/std_streambuf.h: Simplify, always have one return statement.
7797 * bits/std_fstream.h: Tweak comments in underflow.
7798
7799 1999-02-17 Ulrich Drepper <drepper@cygnus.com>
7800
7801 * ltmain.sh: Update from libtool 1.2d and fix Solaris problems.
7802 * ltconfig: Likewise.
7803
7804 1999-02-16 Christophe Pierret <cpierret@businessobjects.com>
7805
7806 * src/locale.cc: Fix assert.
7807
7808 1999-02-16 Benjamin Kosnik <bkoz@cygnus.com>
7809
7810 FIXME: Still need some kind of solution for undefined math symbols.
7811 * src/Makefile.in (locale-inst.lo): Compile with
7812 -fimplicit-templates to fix Solaris link problem.
7813 * src/Makefile.am: Ditto.
7814 * libio/Makefile.in: Add stdfiles.c so that _IO_list_all is defined.
7815 * libio/Makefile.am: Ditto.
7816 * src/locale.cc: Provide some kind of def for _S_tolower.
7817 * bits/locfacets.h: Fix declarations of ctype<wchar_t> to
7818 match ctype<char> for _S_tolower, _S_toupper, _S_table.
7819
7820 1999-02-10 Benjamin Kosnik <bkoz@cygnus.com>
7821
7822 * bits/loccore.tcc: Move member-template ctor inline...
7823 * bits/loccore.h: ...here.
7824 * src/locale-inst.cc: Add instantiation here.
7825
7826 * testsuite/27/27stringstream.cc: Tweak.
7827
7828 * bits/ostream.tcc: Include sbuf_iter.h.
7829
7830 * bits/ostream.tcc: Convert *this to ostreambuf_iterator before
7831 passing to num_put, as num_put's first argument is an interator,
7832 not basic_ostream.
7833
7834 * testsuite/make_check_libfree++: New file, runs through the
7835 existing test files in the testsuite directory and makes sure
7836 they link.
7837
7838 1999-02-10 Brendan Kehoe <brendan@cygnus.com>
7839
7840 * testsuite/21/21compare.cc: Fix typo.
7841 * src/locale.cc (ctype<wchar_t>::_S_{toupper,tolower,table}):
7842 Don't try to provide non-linux versions, since it's impossible to
7843 initialize their const references with the integer 0, no matter
7844 how we try to cast it.
7845
7846 1999-02-10 Benjamin Kosnik <bkoz@cygnus.com>
7847
7848 * bits/std_locale.h: Move std_vector.h dependency.
7849 * bits/std_ios.h: ...from here.
7850 * bits/std_string.h: ...and here.
7851 * src/locale.cc: ..to here.
7852 * bits/loccore.h: Ditto, add vector forward declaration,
7853 make locale::_Impl data members pointers not containers.
7854 * bits/loccore.tcc: Move out-of-line for now.
7855 * bits/locfacets.h: Move vector dependency from here...
7856 * bits/locfacets.tcc: ...to here.
7857 * src/localename.cc: ..and here.
7858 * src/locale-inst.cc: Add include of locfacets.tcc here.
7859
7860 * stl/bits/stl_string_fwd.h: Make __get_c_string non-static.
7861 * bits/basic_string.h: Can't use sizeof on an incomplete type.
7862 * bits/string.tcc: Tweak.
7863 * src/string.cc: And add __get_c_string def here.
7864
7865 * bits/std_fstream.h: Yeah, comment the fill_n idea out as impractical.
7866
7867 * src/stlinst.cc: Add include of stl_config.h.
7868
7869 1999-02-09 Benjamin Kosnik <bkoz@cygnus.com>
7870
7871 * stl/bits/std_bitset.h: Update to SGI STL 3.12.
7872 * stl/bits/stl_config.h: Tweak, update.
7873 * stl/bits/std_stdexcept.h: Ditto, change stl_exception to
7874 std_exception.
7875 * stl/bits/std_memory.h: Reconstructed auto_ptr, Ditto.
7876 * stl/bits/std_functional.h: Ditto.
7877
7878 * stl/bits/stl_string.h: New file, SGI's string
7879 implementation. For reference only, corresponding to string in
7880 3.12 source.
7881 * stl/bits/stl_char_traits.h: As above.
7882
7883 * stl/bits/pthread_allocimpl.h: New file corresponding to
7884 pthread_alloc.
7885 * stl/bits/stl_pthread_alloc.h: New file corresponding to
7886 pthread_alloc.h
7887 * stl/bits/stl_threads.h: New file.
7888
7889 Note that SGI STL 3.12's file iterator.h is not used.
7890 * stl/bits/std_iterator.h: Ditto.
7891 * stl/bits/stl_iterator.h: Drop in replace.
7892 * stl/bits/stl_iterator_base.h: New file, drop in replace.
7893
7894 * stl/bits/stl_queue.h, stl_rope.h, stl_set.h, stl_stack.h,
7895 stl_string_fwd.h, stl_tempbuf.h, stl_tree.h, stl_vector.h,
7896 stl_pair.h, stl_multimap.h, stl_multiset.h, stl_list.h,
7897 stl_hashtable.h, stl_hash_set.h, stl_hash_map.h, stl_function.h,
7898 stl_deque.h, stl_alloc.h, stl_algo.h, stl_algobase.h, ropeimpl.h:
7899 Drop-in replace (ie, stop changing __SGI_STL_* to _CPP_BITS_* for
7900 preprocessor guards, but fixup include paths and names according
7901 to new directory layout).
7902
7903 1999-02-05 Benjamin Kosnik <bkoz@cygnus.com>
7904
7905 * bits/std_fstream.h: Remove _M_open data member.
7906 * bits/fstream.tcc: Ditto.
7907
7908 * src/locale.cc: Tweak.
7909
7910 * bits/std_sstream.h: Simplify.
7911
7912 * bits/std_streambuf.h: Simplify.
7913 (sputc): Use correct definition of "write area."
7914
7915 * bits/std_fstream.h: Fix uflow.
7916 * src/basic_file.cc: Tweak.
7917 * testsuite/27/27filebuf.cc: Add tests.
7918 * testsuite/27/27filebuf-3.txt: Rename to *-2.txt.
7919
7920 1999-02-02 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
7921
7922 * bits/ios_base.h: Make protected.
7923
7924 1999-02-01 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
7925
7926 * bits/ios_base.h: Changes in the class ios_base:
7927 Rename _M_exceptions member to _M_exceptions_data.
7928 Make the member functions rdstate(), clear(), exceptions()
7929 and exceptions(iostate) protected and add the "_M_" prefix.
7930 * src/ios.cc: Ditto.
7931 * bits/basic_ios.h: Adapt the changes from ios_base.
7932
7933 1999-01-29 Benjamin Kosnik <bkoz@cygnus.com>
7934
7935 * bits/std_fstream.h: Remove _M_flags, _M_equilibrate as unnecessary.
7936 * bits/fstream.tcc: Ditto.
7937
7938 * bits/std_fstream.h (underflow): Resize deallocates memory and
7939 resets pointers in the internal cache according to new _M_buf. . dooh!
7940 * src/locale.cc: Mas changes with codecvt::do_in, do_out.
7941
7942 1999-01-29 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
7943
7944 * stl/bits/std_memory.h: Modify auto_ptr::reset to reflect the
7945 standard.
7946
7947 1999-01-28 Benjamin Kosnik <bkoz@cygnus.com>
7948
7949 * src/locale.cc (codecvt::do_in): Finer-grained tuning to take
7950 into account partial returns.
7951 (codecvt::do_out): Likewise.
7952
7953 * bits/char_traits.h: Change streamsize to be a signed type, as
7954 required by 27.4.1 Types p 2. (Changing to _IO_ssize_t.)
7955 * bits/std_streambuf.h: Make
7956 in_avail() and showmanyc() have streamsize as return types, so
7957 that showmanyc()'s return of eof won't underflow in_avail's return
7958 value and give a bogus result.
7959 * src/misc-inst.cc: And more changes. . .
7960
7961 * bits/std_streambuf.h (basic_streambuf): Add _M_buf_unified to keep
7962 track of joint in/out pointers into the internal buffer.
7963 (sbumpc): Add check for _M_buf_unified.
7964 (sputbackc): Ditto.
7965 (sungetc): Ditto.
7966
7967 * testsuite/27/27filebuf.cc: Add cases.
7968 * testsuite/27/27stringbuf.cc: Add showmanyc case.
7969
7970 * bits/std_fstream.h (close): Fix logic error.
7971 (open): Initialize internal pointers based on _M_buf and _M_buf_size.
7972 (showmanyc): Add underflow component, to match the standard.
7973
7974 * bits/fstream.tcc: Ditto.
7975
7976 1999-01-27 Benjamin Kosnik <bkoz@cygnus.com>
7977
7978 * bits/basic_file.h: Match vtables w/ _IO_FILE_plus.
7979 * src/basic_file.cc: Ditto.
7980 * src/Makefile.in: Add -fvtable-thunks to CXXFLAGS: preferred
7981 format for dealing with _IO_file in libio.
7982
7983 1999-01-27 Ulrich Drepper <drepper@cygnus.com>
7984
7985 * src/basic_file.cc: Include fcntl.h.
7986
7987 1999-01-27 Benjamin Kosnik <bkoz@cygnus.com>
7988
7989 * libio/Makefile.in: Add fileops.lo, genops.lo to objects to debug
7990 libio calls.
7991 * bits/std_streambuf.h: Redefine read posion.
7992
7993 * bits/std_fstream.h: Temporary hack to get vtables working again.
7994 * bits/basic_file.h: Revert.
7995 * src/basic_file.cc: Ditto.
7996 * testsuite/27/27filebuf.cc: Tweak.
7997
7998 1999-01-26 Benjamin Kosnik <bkoz@cygnus.com>
7999
8000 * bits/basic_file.h: Add showmanyc, underflow. .
8001 * src/basic_file.cc: Ditto.
8002
8003 * bits/std_fstream.h (showmanyc): Add bits to ping libio to see if more
8004 chars can be read.
8005
8006 * testsuite/27/27filebuf.cc: Add testcases.
8007 * src/basic_file.cc: Add O_CREAT to open calls with
8008 ios_base::trunc as part of the open mode.
8009
8010 1999-01-26 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
8011
8012 * bits/basic_ios.h: fix basic_ios::exceptions(iostate)
8013
8014 1999-01-25 Benjamin Kosnik <bkoz@nabi.net>
8015
8016 * src/ios.cc (clear): Correct typo.
8017 * bits/ios_base.h: Tweak spacing.
8018
8019 1999-01-25 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
8020
8021 * bits/basic_ios.h: fix basic_ios::fail()
8022
8023 1999-01-25 Benjamin Kosnik <bkoz@loony.cygnus.com>
8024
8025 * bits/basic_file.h: Include libioP.h from libio instead of here.
8026 * bits/iolibio.h: Remove.
8027 * bits/libio.h: Remove.
8028
8029 1999-01-22 Benjamin Kosnik <bkoz@lunatic.cygnus.com>
8030
8031 * bits/std_fstream.h: Tweak cvt-> in call for newer egcs compilers.
8032
8033 1999-01-22 Ulrich Drepper <drepper@cygnus.com>
8034
8035 * Makefile.am (SUBDIRS): Add libio.
8036 * configure.in: Add rule to test for glibc2.
8037
8038 * src/Makefile.am (INCLUDES): Add -I to libio subdir.
8039 (libstdc___la_LIBADD): Add libio.la.
8040
8041 1999-01-21 Benjamin Kosnik <bkoz@cygnus.com>
8042
8043 * bits/basic_file.h: Make new abstraction for underlying C library
8044 FILE, named __basic_file.
8045 * src/basic_file.cc: New file.
8046 * bits/os_raw.h: Delete.
8047 * src/os_raw.cc: Delete.
8048 * src/Makefile.in: Tweak.
8049 * src/Makefile.am: Tweak.
8050 * bits/iolibio.h: Add this here, for the time being.
8051 * bits/libioP.h: Ditto.
8052
8053 * bits/ios_base.h: Delete unused defines.
8054 * src/locale.cc (codecvt<char, char, mbstate_t>::do_in): Use
8055 strcpy to copy between the two buffers.
8056
8057 * testsuite/27/27stringbuf.cc: Change license, fix in_avail tests.
8058 * testsuite/27/27filebuf.cc: New file.
8059 * testsuite/27/27filebuf-1.txt: Data file for above test.
8060 * testsuite/27/27filebuf-2.txt: Ditto.
8061
8062 * bits/std_streambuf.h (uflow): Re-implement default.
8063 * bits/std_fstream.h: Set _M_buf_size based on cstdio's BUFSIZ.
8064 Re-implement virtual functions.
8065 * bits/fstream.tcc: Delete unused mf's.
8066
8067 1998-12-31 Benjamin Kosnik <bkoz@lunatic.cygnus.com>
8068
8069 * bits/fstream.tcc: Add fstream ctor for cin/cout/etc.
8070 * bits/std_fstream.h: Ditto.
8071 * src/stdstreams.cc: Ditto.
8072
8073 * math/cpowl.c: Fix header typo with last change.
8074
8075 1998-12-31 Benjamin Kosnik <bkoz@loony.cygnus.com>
8076
8077 * COPYING: New file (GPL v 2).
8078 * LICENSE.STD: Remove.
8079 * ./*: Change license.
8080
8081 1998-12-30 Benjamin Kosnik <bkoz@haight.constant.com>
8082
8083 * bits/std_streambuf.h (std): Remove static on _M_init.
8084 * bits/streambuf.tcc (std): Ditto.
8085
8086 * bits/std_fstream.h: Add changes as discussed with Nathan, including
8087 state_type and codecvt_type members, the allocation of an internal
8088 buffer, the streamlined codecvt calls, etc.
8089
8090 1998-12-21 Benjamin Kosnik <bkoz@haight.constant.com>
8091
8092 * bits/std_sstream.h: Tweak.
8093 * bits/fstream.tcc: Remove unused stubs.
8094 * bits/std_fstream.h: Tweak.
8095
8096 1998-12-17 Benjamin Kosnik <bkoz@tintin.cygnus.com>
8097
8098 * bits/std_streambuf.h: Move _IO_file_flags into basic_filebuf.
8099 Remove unused _IO_* members, possibly put into filebuf, which may
8100 need them.
8101 * bits/std_fstream.h: Add _M_flag.
8102 * bits/sbuf_iter.h: Tweak.
8103
8104 * bits/std_cstdio.h: Add SEEK_SET, SEEK_END, SEEK_CUR.
8105 * bits/ios_base.h: Use.
8106
8107 * src/stdstreams.cc: Modify to reflect standard ctors for
8108 filebuf.
8109 * src/misc-inst.cc: Ditto.
8110
8111 * bits/os_raw.h: Wrap in std namespace. Model parameters on
8112 underlying C library calls instead of the underlying unix
8113 filesystem.
8114 * src/os_raw.cc (_S_os_open): Use fopen, and compute a mode
8115 string as per p.659.
8116 (_S_os_close): Model on fopen.
8117 (_S_os_read): Model on fread.
8118 (_S_os_write): Model on fwrite.
8119 (_S_os_seek): Model on fseek.
8120
8121 * bits/ios_base.h: Tweak.
8122 * bits/std_iosfwd.h: Wrap libio.h include with extern "C".
8123 * bits/std_sstream.h: Tweak.
8124 * bits/sstream.tcc: Remove old, uncalled code.
8125 * bits/std_fstream.h: Major reconstruction.
8126 * bits/fstream.tcc: Disable for the time being.
8127
8128 1998-12-11 Benjamin Kosnik <bkoz@haight.constant.com>
8129
8130 * bits/basic_string.h: Fix insert method.
8131 * stl/bits/stl_iterator.h: Remove previous hack.
8132 * bits/std_streambuf.h (sbumpc): Correct increment/return oddness.
8133 * bits/std_sstream.h: Fix more regressions.
8134 * testsuite/27/27stringbuf.C: Add (almost) complete tests.
8135
8136 1998-12-09 Benjamin Kosnik <bkoz@loony.cygnus.com>
8137
8138 * bits/basic_string.h: Tweak.
8139
8140 * stl/bits/stl_iterator.h: Specialize iterator_traits for int so
8141 that string::append can be instantiated. HACK--checkin
8142 basic_string::iterator class.
8143
8144 1998-12-07 Benjamin Kosnik <bkoz@haight.constant.com>
8145
8146 * bits/std_sstream.h: Tweak.
8147 * bits/sstream.tcc: Tweak ctors.
8148
8149 FIXME invalid friend defs. . WHERE ARE THEY??
8150
8151 * bits/sbuf_iter.h (istreambuf_iterator::equal): Change to new
8152 names for basic_streambuf data members.
8153
8154 * bits/std_streambuf.h: Add getloc() initialization bits.
8155 basic_streambuf(): Initialize with global locale data.
8156 imbue(): Set _M_init.
8157
8158 * bits/std_streambuf.h(seekoff, seekpos): Complete with invalid
8159 stream pos == pos_type(off_type(-1)).
8160 in_avail(): Complete default implementation.
8161 snextc, sbumpc, sputbackc, sungetc, sputc, setg, xsputn,
8162 underflow, uflow, xsgetn, showmany, sync: Ditto.
8163
8164 * bits/std_streambuf.h: _M_snextc_helper(): Remove.
8165
8166 * bits/streambuf.tcc (sputbackc): Temporarily remove, need to
8167 re-populate with in-line member functions that are too big. Add
8168 initialization for _M_init.
8169
8170 1998-12-03 Benjamin Kosnik <bkoz@cygnus.com>
8171
8172 * bits/sstream.tcc: Convert _Allocator to _Alloc. Add typedefs
8173 for basic_string and basic_streambuf. Scope _IO_buf_* pointers to
8174 streambuf_type.
8175
8176 * src/stdstreams.cc (std): Disable wchar_t instantiations.
8177
8178 * bits/c++config.h (_G_DEPRICATED): Add.
8179 (_G_USE_WCHAR_T): Add.
8180 * bits/std_streambuf.h: Radical reconstruction of basic_streambuf.
8181 Take out _Streambuf_base. Put _IO_FILE data member in basic_filebuf.
8182 * bits/streambuf.tcc (sputbackc): Remove ctor anti-def, Tweak.
8183 * bits/std_fstream.h: Add comment for implementation.
8184 * src/streambuf.cc: Remove.
8185 * src/Makefile.in: Remove streambuf.lo.
8186 * src/misc-inst.cc: Tweak.
8187
8188 1998-12-02 Benjamin Kosnik <bkoz@cygnus.com>
8189
8190 * bits/std_sstream.h: Add const_cast to rdbuf returns.
8191 * testsuite/27stringstream.C: Modify.
8192
8193 1998-11-25 Benjamin Kosnik <bkoz@haight.constant.com>
8194
8195 * src/Makefile.in (libstdc___la_OBJECTS): Add streambuf.lo.
8196 (libstdc___la_SOURCES): Ditto.
8197
8198 * bits/streambuf.tcc: Tweak.
8199
8200 * src/streambuf.cc: New file, add out-of-line definitions for
8201 _Streambuf_base.
8202
8203 * src/misc-inst.cc: Remove _Streambuf_base instantiations.
8204 Comment out wchar_t versions of the buffer instantiations, for now.
8205
8206 * bits/std_streambuf.h: Wrap libio.h include with extern "C".
8207 Remove template wrapper around _Streambuf_base.
8208 Move IO_* data members into _Streambuf_base.
8209 Move _Streambuf_base members into streambuf.tcc.
8210
8211 * bits/c++config.h (_G_USE_LIBIO): Enable.
8212
8213 1998-11-02 Nathan Myers <ncm@cantrip.org>
8214
8215 * CHECKLIST: downgrade iterator implementations
8216 * DESIGN: fill out notes about unimplemented features
8217
8218 1998-10-31 Nathan Myers <ncm@cantrip.org>
8219
8220 * CHECKLIST: itemized list of all interfaces, and status of each.
8221
8222 1998-10-30 Nathan Myers <ncm@cantrip.org>
8223
8224 * RELEASE-NOTES: add notes about optional includes, linking, running
8225 * src/Makefile.am: handle header installs properly
8226 * src/Makefile.in: regenerate from new src/Makefile.am
8227
8228 1998-10-30 Benjamin Kosnik <bkoz@loony.cygnus.com>
8229
8230 * bits/basic_string.h: Revert npos pending ciso646.
8231 * src/Makefile.am: Revert CXX flags for now.
8232 * src/Makefile.in: Ditto.
8233
8234 1998-10-30 Brendan Kehoe <brendan@cygnus.com>
8235
8236 * bits/std_sstream.h: Re-order ctors to put base before member
8237 inits.
8238
8239 1998-10-30 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
8240
8241 * stl/bits/std_memory.h: Fix typo.
8242
8243 1998-10-30 Nathan Myers <ncm@cantrip.org>
8244
8245 * src/string[A-Z]+.cc: change back to include "string.cc".
8246 * src/Makefile.am: revert filename changes. We need a different
8247 way to keep filenames in std/ from confusing Make.
8248 * bits/basic_string.h: define _S_max_size right, return it from
8249 string::max_size(); churn definition of npos again.
8250 * bits/string.tcc: fix _S_frob_size to avoid uint overflow.
8251 * bits/ios.cc: remove #ifdef on ios_base locale member initialization
8252 * BUGS: clear cruft.
8253 * C++STYLE: Touchup for release.
8254 * CHECKLIST: Touchup for release.
8255 * DESIGN: New file.
8256 * LICENSE.STD: Add requirement to retain copyrights and to provide
8257 the license with any copies.
8258 * README: Update for release.
8259 * TODO: Minor touchup for release.
8260 * RELEASE-NOTES: prepare for release
8261
8262 1998-10-29 Ulrich Drepper <drepper@cygnus.com>
8263
8264 * src/string[A-Z]+.cc: Include stdstring.cc, not string.cc.
8265
8266 * src/Makefile.am (CXXFLAGS): Define _GNU_SOURCE.
8267
8268 * src/Makefile.am (CXXLINK): New variable. Make sure we don't use
8269 CXX to generate the shared object.
8270
8271 * src/Makefile.am (headers): Remove duplicated char_traits.h.
8272
8273 1998-10-29 Brendan Kehoe <brendan@cygnus.com>
8274
8275 * bits/basic_string.h (basic_string<>::max_size): Subtract 1, not
8276 2, from npos, solving infinite loop problems.
8277
8278 1998-10-29 18:41 Ulrich Drepper <drepper@cygnus.com>
8279
8280 * src/Makefile.am: Add rules to install headers.
8281
8282 1998-10-29 Nathan Myers <ncm@cantrip.org>
8283
8284 * bits/std_ostream.h: Remove #ifdef on operator<< for long double
8285 * bits/ostream.tcc: Remove #ifdef on operator<< for long double
8286 * shadow/libio.h:
8287 * shadow/unistd.h:
8288 * shadow/bits/wrap_libio.h:
8289 * shadow/bits/wrap_unistd.h: New files.
8290
8291 1998-10-29 Brendan Kehoe <brendan@cygnus.com>
8292
8293 * bits/ostream.tcc (operator<<): Wrap with #ifdef
8294 _G_HAVE_LONG_DOUBLE_IO, to match bits/std_ostream.h.
8295
8296 1998-10-29 Ulrich Drepper <drepper@cygnus.com>
8297
8298 * src/Makefile.am: Add temporarily rules to make sure misc-inst.cc
8299 is not compiled with -fno-implicit-templates in effect.
8300
8301 * src/Makefile.am (EXTRA_SOURCES): Add string.cc and wstring.cc here.
8302 (libstdc___la_SOURCES): Add all the string*.cc and wstring*.cc files.
8303 * src/stringADDCS.cc: Wrapper around string.cc to define individual
8304 function.
8305 * src/stringADDPS.cc: Likewise.
8306 * src/stringADDSC.cc: Likewise.
8307 * src/stringADDSP.cc: Likewise.
8308 * src/stringADDSS.cc: Likewise.
8309 * src/stringBIST.cc: Likewise.
8310 * src/stringBOST.cc: Likewise.
8311 * src/stringCHTR.cc: Likewise.
8312 * src/stringEQPS.cc: Likewise.
8313 * src/stringEQSP.cc: Likewise.
8314 * src/stringEQSS.cc: Likewise.
8315 * src/stringEXTRA.cc: Likewise.
8316 * src/stringGEPS.cc: Likewise.
8317 * src/stringGESP.cc: Likewise.
8318 * src/stringGESS.cc: Likewise.
8319 * src/stringGETLI.cc: Likewise.
8320 * src/stringGTPS.cc: Likewise.
8321 * src/stringGTSP.cc: Likewise.
8322 * src/stringGTSS.cc: Likewise.
8323 * src/stringINSER.cc: Likewise.
8324 * src/stringLEPS.cc: Likewise.
8325 * src/stringLESP.cc: Likewise.
8326 * src/stringLESS.cc: Likewise.
8327 * src/stringLTPS.cc: Likewise.
8328 * src/stringLTSP.cc: Likewise.
8329 * src/stringLTSS.cc: Likewise.
8330 * src/stringMAIN.cc: Likewise.
8331 * src/stringNEPS.cc: Likewise.
8332 * src/stringNESP.cc: Likewise.
8333 * src/stringNESS.cc: Likewise.
8334 * src/stringSCOPY.cc: Likewise.
8335 * src/wstringADDCS.cc: Wrapper around wstring.cc to define individual
8336 functions.
8337 * src/wstringADDPS.cc: Likewise.
8338 * src/wstringADDSC.cc: Likewise.
8339 * src/wstringADDSP.cc: Likewise.
8340 * src/wstringADDSS.cc: Likewise.
8341 * src/wstringBIST.cc: Likewise.
8342 * src/wstringBOST.cc: Likewise.
8343 * src/wstringCHTR.cc: Likewise.
8344 * src/wstringEQPS.cc: Likewise.
8345 * src/wstringEQSP.cc: Likewise.
8346 * src/wstringEQSS.cc: Likewise.
8347 * src/wstringEXTRA.cc: Likewise.
8348 * src/wstringGEPS.cc: Likewise.
8349 * src/wstringGESP.cc: Likewise.
8350 * src/wstringGESS.cc: Likewise.
8351 * src/wstringGETLI.cc: Likewise.
8352 * src/wstringGTPS.cc: Likewise.
8353 * src/wstringGTSP.cc: Likewise.
8354 * src/wstringGTSS.cc: Likewise.
8355 * src/wstringINSER.cc: Likewise.
8356 * src/wstringLEPS.cc: Likewise.
8357 * src/wstringLESP.cc: Likewise.
8358 * src/wstringLESS.cc: Likewise.
8359 * src/wstringLTPS.cc: Likewise.
8360 * src/wstringLTSP.cc: Likewise.
8361 * src/wstringLTSS.cc: Likewise.
8362 * src/wstringMAIN.cc: Likewise.
8363 * src/wstringNEPS.cc: Likewise.
8364 * src/wstringNESP.cc: Likewise.
8365 * src/wstringNESS.cc: Likewise.
8366 * src/wstringSCOPY.cc: Likewise.
8367 * src/string.cc: Remove now unneeded #defines now.
8368
8369 1998-10-29 Nathan Myers <ncm@cantrip.org>
8370
8371 * bits/locfacets.tcc: Define num_put::put(... const void*), improve
8372 integer formatting.
8373 * bits/ostream.tcc: Delete cruft, rewrite various op<< as members,
8374 add definitions for double, long double, const void*.
8375 * bits/std_ostream.h: Move op<<'s back into class ostream,
8376 define some in-line.
8377 * bits/string.tcc: fix unnecessary-copying bug in op[], typos in
8378 string construction from input iterators that Brendan reported.
8379
8380
8381 1998-10-28 Brendan Kehoe <brendan@cygnus.com>
8382
8383 * stl/bits/stl_pair.h (op!=, op>, p<=, op>=): Add missing definitions.
8384
8385 * bits/valarray_meta.h (class _Constant): Move declaration to the
8386 top, so the rest of the file can grok it.
8387 (_ApplyBinaryFunction::operator[]): Add missing parenthesis.
8388
8389 * bits/std_sstream.h (basic_ostringstream::str): Fix typo of extra
8390 semicolon.
8391 (basic_stringstream::str, both instances): Likewise.
8392
8393 1998-10-28 Nathan Myers <ncm@cantrip.org>
8394
8395 * bits/locfacets.h: fix num_put<>::falsename()
8396 * bits/locfacets.tcc: fix _Format_cache<>::_M_populate bool name init
8397 * testsuite/27/27octfmt.C, testsuite/27/27octfmt.C: new tests
8398 * bits/locfacets.tcc: touch up _S_group_digits.
8399 * src/misc-inst.cc: adjust _S_group_digits insts to match.
8400
8401 1998-10-27 Nathan Myers <ncm@cantrip.org>
8402
8403 * stl/bits/stl_config.h: Turn off long long support, for now.
8404 * src/locale-inst.cc: Instantiate num_put<> only for
8405 ostreambuf_iterator, num_get only for istreambuf_iterator.
8406 * src/misc-inst.cc: Delete duplicate locale-related instantiations,
8407 add lots of new instantiations for num_put support function templates;
8408 remove junk about __match_parallel for ostreambuf_iterator.
8409
8410 1998-10-27 Nathan Myers <ncm@cantrip.org>
8411
8412 * bits/locfacets.tcc: Make num_put's digit grouping work.
8413 * bits/string.tcc: More uglification.
8414 * src/ios.cc: initialize format cache right
8415
8416 1998-10-26 Nathan Myers <ncm@cantrip.org>
8417
8418 * bits/basic_string.h: Uglify more names.
8419 * bits/fstream.tcc: Rewrite some filebut output handling.
8420 * bits/ios_base.h: Cosmetic.
8421 * bits/locfacets.h: Changes to _Format_cache for support of num_put.
8422 Also, specialize its default ctor for optimal default case.
8423 #ifdef out "long long" prototypes for now.
8424 * bits/locfacets.tcc: Do complete, optimized num_put<>::do_put
8425 implementation for integer types. (Still needs optimized
8426 std::copy() applied to ostreambuf_iterator to be optimal.)
8427 * bits/ostream.tcc: Write operator<< for long, bool types.
8428 Make other operators<< non-members, per spec. (Many still
8429 not implemented.) Identify those that fail to create a sentry.
8430 * bits/sbuf_iter: Cosmetic.
8431 * bits/std_fstream.h: Add some filebuf members.
8432 * bits/std_locale.h: Include <limits> for use in bits/locfacets.h
8433 * bits/std_ostream.h: Make member operators<< global, per spec.
8434 (Should do the same in std_istream.h.)
8435 * bits/std_string.h: Include <limits> for use in bits/locfacets.h
8436 * bits/string.tcc: Uglify names
8437 * shadow/bits/std_cstdlib.h: Optimize std::div and std::ldiv.
8438 * src/ios.cc: Specialize _Format_cache<> for char and wchar_t,
8439 for optimal default behavior.
8440
8441 1998-10-26 Benjamin Kosnik <bkoz@loony.cygnus.com>
8442
8443 * src/Makefile.in (libstdc___la_SOURCES): Add misc-inst.cc again.
8444
8445 1998-10-21 Nathan Myers <ncm@cantrip.org>
8446
8447 * src/locale.cc: make ctype operations actually work for glibc
8448 * CHECKLIST: add a comprehensive (i.e. huge) implementation
8449 checklist of stdlib facilities. Not filled in yet.
8450
8451 1998-10-20 Nathan Myers <ncm@cantrip.org>
8452
8453 * bits/string.tcc: fix patching NULs on string ends.
8454
8455 1998-10-19 Nathan Myers <ncm@cantrip.org>
8456
8457 * bits/std_iosfwd.h: eliminate "basic_" prefix on streambuf
8458 iterator forward declarations
8459 * bits/sbuf_iter.h: eliminate default template argument definitions
8460 on streambuf iterators (rely on <iosfwd> decls).
8461 * TODO: add note about lazy facet construction
8462 * bits/basic_ios.h: hit operator void* again. This should be the
8463 last time we need to touch it.
8464 * bits/basic_ios.h: copyfmt now returns *this.
8465 * bits/basic_string.h: fix npos again. npos cannot be defined as zero.
8466 * bits/basic_string.h: put back overloaded constructors; adjust
8467 behavior for default allocator on copy constructor.
8468 * bits/char_traits.h: make not_eof return correct type.
8469 * bits/loccore.h: remove call to bits/std_stdexcept.h; subincludes
8470 cannot be in non-standard headers or we get include loops (bad)
8471 * bits/loccore.h: delete ifdef'd out workarounds for old compiler bugs.
8472 * bits/loccore.h: add apparatus to support lazy construction of
8473 facets.
8474 * bits/locfacets.tcc: Uglify names in __match_parallel decl.
8475 * bits/std_ios.h: add include of <typeinfo> to get bad_cast for
8476 locale use_facet<> failure.
8477 * bits/std_locale.h: same.
8478 * bits/std_string.h: same.
8479 * bits/std_stdexcept.h: change exception member __msg from a
8480 reference to a regular object.
8481 * bits/string.tcc: add pasting a NUL on the end of strings after
8482 each operation. We had already left room for it, but previously
8483 plugged it only on a call to c_str(), but the WG changed the
8484 requirement when I wasn't looking. (Can't leave them alone for
8485 a second without they break something else.)
8486 * bits/valarray_meta.h: add Gaby's changes from 981018.
8487 * src/locale.cc: add new type _Bad_use_facet to be thrown on
8488 failure of use_facet<>().
8489 * src/stdexcept.cc: remove pragma, remove bkoz's #if 0,
8490 comment out leftover member definitions
8491
8492 1998-10-16 Ulrich Drepper <drepper@cygnus.com>
8493
8494 * string/Makefile.am: Revert last change.
8495 * math/Makefile.am: Likewise.
8496
8497 1998-10-15 Benjamin Kosnik <bkoz@haight.constant.com>
8498
8499 * bits/std_sstream.h: Fix typo.
8500
8501 1998-10-15 Benjamin Kosnik <bkoz@haight.constant.com>
8502
8503 * src/Makefile.am (libstdc___la_SOURCES): Add misc-inst.cc.
8504
8505 * bits/std_sstream.h: Add typedefs, member definitions. Clean.
8506 * bits/std_stdexcept.h: Remove.
8507
8508 1998-10-15 Benjamin Kosnik <bkoz@haight.constant.com>
8509
8510 * src/misc-inst.cc: Tweak again.
8511
8512 * bits/std_sstream.h: Move out-of-line definitions to sstream.tcc.
8513 * bits/sstream.tcc: New file.
8514
8515 1998-10-15 Ulrich Drepper <drepper@cygnus.com>
8516
8517 * configure.in: Test for machine/param.h, sys/machine.h and fp.h.
8518 Don't run AC_C_BIGENDIAN if machine/param.h or sys/machine.h are
8519 available.
8520
8521 * math/mathconf.h: Include sys/machine.h, machine/param.h and fp.h
8522 if available.
8523 (INFINITE_P): Use IS_INF macro if available.
8524
8525 1998-10-15 Ulrich Drepper <drepper@cygnus.com>
8526
8527 * math/Makefile.am (EXTRA_LTLIBRARIES): Renamed from
8528 noinst_LTLIBRARIES.
8529 * string/Makefile.am: Likewise.
8530
8531 1998-10-15 Ulrich Drepper <drepper@cygnus.com>
8532
8533 * configure.in (AC_CHECK_FUNCS): Add finite, qfinite, fpclass, and
8534 qfpclass.
8535 (AC_CHECK_HEADERS): Add machine/endian.h. If no header specifying
8536 endianess is available run AC_C_BIGENDIAN.
8537
8538 * math/clog10l.c: Add ugly hack around bug in Irix 6.2 header until
8539 fixincludes is fixed.
8540 * math/clogl.c: Likewise.
8541 * math/csqrtl.c: Likewise.
8542 * math/mycabsl.c: Likewise.
8543
8544 * math/mathconf.h: Include machine/endian.h if possible. If no
8545 header describing endianess is available rely on WORDS_BIGENDIAN
8546 macro.
8547 (FINITE_P, FINITEF_P, FINITEL_P): Use finite functino if available.
8548 (INFINITE_P, INFINITEF_P, INFINITEL_P): Use fpclass function if
8549 available.
8550
8551 * src/complex.cc (polar): Don't use sincos on OSF machines.
8552
8553 1998-10-09 Benjamin Kosnik <bkoz@loony.cygnus.com>
8554
8555 * src/locale-inst.cc: Don't instantiate time_get for
8556 ostreambuf_iterators as time_get::do_get_weekday and
8557 time_get::do_get_monthname use __match_parallel, which is illegal
8558 for ostreambuf_iterators to use, as they don't have operator== or
8559 operator!=.
8560 * bits/std_stdexcept.h: Add dtor definitions.
8561 Use stl/bits/std_stdexcept.h instead of this file?
8562 * bits/sbuf_iter.h : Tweak.
8563 * src/misc-inst.cc: Tweak.
8564
8565 1998-10-09 Benjamin Kosnik <bkoz@haight.constant.com>
8566
8567 * bits/std_stdexcept.h: New file.
8568 * src/stdexcept.cc: Define the following:
8569 logic_error::what()
8570 runtime_error::what()
8571
8572 * src/misc-inst.cc: New file.
8573 * src/Makefile.in (libstdc___la_SOURCES): Add misc-inst.cc.
8574 (libstdc___la_OBJECTS): Add misc-inst.lo.
8575
8576 * bits/basic_string.h: Disable non-standard ctor declarations.
8577 * bits/string.tcc: Disable definitions as well.
8578 * src/string.cc: Disable <ios> dependancies.
8579 * bits/sbuf_iter.h (std): Add default to template parameter for
8580 ostreambuf_iterator and istreambuf_iterator.
8581 * bits/std_iosfwd.h: Change istreambuf_iterator to
8582 basic_istreambuf_iterator. Likewise for ostreambuf.
8583 * bits/locfacets.tcc (__match_parallel): Fix typo.
8584 * src/ios.cc (imbue): Remove the _G_HAVE_LOCALE guards around
8585 ios_base::imbue.
8586 * bits/std_streambuf.h: Define _Streambuf_base::getloc().
8587 * bits/std_istream.h: Define the following:
8588 get (basic_streambuf<char_type,_Traits>& __sb, char_type __delim)
8589 get (char_type* __s, streamsize __n, char_type __delim);
8590 getline (char_type* __s, streamsize __n, char_type __delim)
8591 * bits/loccore.h : FIXME friend template code for use_facet.
8592 Add std_stdexcept.h include so that range_error will be defined.
8593 Add explicit conversion to string for range_error throws. (HACK?)
8594
8595 1998-10-8 Ulrich Drepper <drepepr@cygnus.com>
8596
8597 * configure.in: Check for sincos, sincosf, and sincosl.
8598 * src/complex.cc (polar): Use sincos if available.
8599
8600 * bits/c++config.h: Fix hack to get LONG_LONG* definitions on Linux.
8601 * stl/bits/std_limits.h: Include bits/c++config.h. HACK!!!
8602
8603 * math/clog10.c: Fix typo (FP_INIFITE_P -> INFINITE_P).
8604
8605 * math/cpow.c: Use c_log, not clog.
8606 * math/cpowf.c: Likewise.
8607 * math/cpowl.c: Likewise.
8608
8609 * math/cexp.c: Remove unused fpclassify calls. Use FINITE_P instead
8610 of isfinite call.
8611
8612 * math/mathconf.h (FINITE_P, FINITEF_P, FINITEL_P): Define using
8613 isfinite macro if it is available.
8614 (INFINITE_P, INFINITEF_P, INFINITEL_P): Define using isinf macro.
8615
8616 * math/ccosf.c: Use appropriate test macros for this type.
8617 * math/ccoshf.c: Likewise.
8618 * math/ccoshl.c: Likewise.
8619 * math/ccosl.c: Likewise.
8620 * math/cexpf.c: Likewise.
8621 * math/cexpl.c: Likewise.
8622 * math/clog10f.c: Likewise.
8623 * math/clog10l.c: Likewise.
8624 * math/clogf.c: Likewise.
8625 * math/clogl.c: Likewise.
8626 * math/csinf.c: Likewise.
8627 * math/csinhf.c: Likewise.
8628 * math/csinhl.c: Likewise.
8629 * math/csinl.c: Likewise.
8630 * math/csqrtf.c: Likewise.
8631 * math/csqrtl.c: Likewise.
8632 * math/ctanf.c: Likewise.
8633 * math/ctanhf.c: Likewise.
8634 * math/ctanhl.c: Likewise.
8635 * math/ctanl.c: Likewise.
8636
8637 1998-10-06 Benjamin Kosnik <bkoz@bliss.nabi.net>
8638
8639 * bits/basic_ios.h: Fix previous change.
8640
8641 1998-10-06 Benjamin Kosnik <bkoz@bliss.nabi.net>
8642
8643 * bits/basic_ios.h: Add const_cast<basic_ios&>
8644 (operator void*): As per 5.2.9 p 2, make sure static_cast is
8645 well-formed.
8646 * bits/char_traits.h: No _CharT for specialization, change to 0.
8647 * bits/basic_string.h: As per 9.4.2 p4, initialize with
8648 constant-initializer.
8649 * bits/locfacets.tcc: Add template parameter to initialization list.
8650
8651 1998-10-02 Benjamin Kosnik <bkoz@loony.cygnus.com>
8652
8653 * bits/basic_string.h: Should just be <, not <=.
8654
8655 1998-10-01 Benjamin Kosnik <bkoz@bliss.nabi.net>
8656
8657 * bits/string.tcc (compare): Fix for strings that are similar, but
8658 not the same length.
8659
8660 1998-09-04 Brendan Kehoe <brendan@cygnus.com>
8661
8662 * bits/c++config.h: For __linux__, define _GNU_SOURCE. This is
8663 required for us to get LONG_LONG_{MIN,MAX} out of gcc's limits.h.
8664 We can't check for __GLIBC__ here, since this header can be read
8665 before any system one (that would lead to features.h) being used.
8666
8667 * stl/bits/stl_config.h (__STL_LONG_LONG): Re-enabled
8668
8669 * stl/bits/std_limits.h [__STL_LONG_LONG]: Fix usage to use
8670 LONG_LONG_MIN, LONG_LONG_MAX, and ULONG_LONG_MAX.
8671
8672 * stl/bits/stl_config.h: Don't do __STL_LONG_LONG, it uses
8673 LONGLONG_{MIN,MAX} which I can't find the origin of.
8674
8675 1998-09-03 Brendan Kehoe <brendan@cygnus.com>
8676
8677 * stl/bits/stl_iterator.h: Add extern decl of cin for now; where
8678 should this come from, if not iostream.h?
8679 (class istream_iterator): Make the new operator!= a friend also.
8680
8681 * stl/bits/stl_config.h: Define __STL_HAS_WCHAR_T,
8682 __STL_MEMBER_TEMPLATE_CLASSES, and __STL_LONG_LONG. Don't include
8683 _G_config.h like the egcs one does.
8684
8685 1998-09-01 Brendan Kehoe <brendan@cygnus.com>
8686
8687 * bits/string.tcc: Call `_M_destroy' instead of `destroy'.
8688
8689 * bits/valarray_meta.h: Throughout, rename _Expr typedefs to be
8690 _Expr1 (or _Expr_def if it's taken), and change definitions.
8691 Avoids redecl of the template parm.
8692
8693 * bits/string.tcc (basic_string copy ctor): Fix typo in declaration.
8694 (operator>>): Initialize __ERROR with ios_base::goodbit, not 0.
8695
8696 * bits/std_streambuf.h (_POSIX_SOURCE): Only define if it's not
8697 already done.
8698
8699 * src/locale-inst.cc: New file, **TOTAL HACK**. There has GOT to
8700 be a better way to do this.
8701
8702 * src/stlinst.cc: New file.
8703
8704 * BUGS: New file, with various discovered bugs that need to be
8705 fixed.
8706
8707 * Makefile.in, math/Makefile.in, string/Makefile.in,
8708 src/Makefile.in: Reran automake.
8709
8710 Workarounds, these may not all be the final fixes:
8711
8712 * bits/basic_ios.h (class basic_ios): Make _M_strbuf be protected,
8713 not private, for basic_istream::get() in std_istream.h to be able
8714 to use it.
8715 (basic_ios::operator void*): Don't use static_cast for the false
8716 case.
8717 (basic_ios::copyfmt): Fix `rhs.except' to be `rhs.exceptions ()'.
8718 This appears to have been in sep94, but didn't get corrected
8719 afterwards.
8720
8721 * bits/basic_string.h (npos): Don't init here.
8722 * bits/string.tcc: Instead, do initialization here, to -1 instead
8723 of the size_type destructor.
8724
8725 * src/traits.cc, src/wtraits.cc: New files.
8726 * bits/char_traits.h: For char_traits<char> and
8727 char_traits<wchar_t>, declare static, but define over in the src
8728 files.
8729
8730 * bits/gslice.h: Comment out forward decls of _Array, valarray,
8731 gslice_array, and _GsliceExpression.
8732
8733 * bits/std_cstdio.h [__sparc__ && __svr4__]: #undef all of
8734 clearerr, feof, ferror, getc, getchar, putc, putchar, stdin,
8735 stdout, and stderr. Note we do get unresolved refs to stdin, but
8736 that'll get fixed by the "true" solution.
8737
8738 * bits/std_ios.h: Include <bits/std_streambuf.h> to get the
8739 definition of basic_streambuf.h, which is used in basic_ios.h to
8740 call pubimbue.
8741
8742 * bits/std_streambuf.h: Don't include libio.h for now.
8743 (class basic_streambuf): Define missing methods pubimbue and
8744 getloc.
8745
8746 * src/Makefile.am (libstdc___la_SOURCES): Add stdexcept.cc,
8747 ios.cc, os_raw.cc, stdstreams.cc, locale.cc, localename.cc,
8748 locale-inst.cc, stlinst.cc, traits.cc, wtraits.cc.
8749
8750 * src/ios.cc: Instantiate basic_ios<char> and basic_ios<wchar_t>.
8751
8752 * src/locale.cc: Come up with munged versions of _S_toupper,
8753 _S_tolower, and _S_table instead of the glibc-specific ones, so
8754 they're at least defined, if not necessarily usable. The glibc
8755 ones on any other system will yield unresolved refs to
8756 __ctype_{b,toupper,tolower}.
8757
8758 * src/string.cc: Define all of ADDCS, ADDPS, et al. Add
8759 basic_ios, basic_istream, basic_ostream. Don't do char_traits
8760 anymore cuz of the explicit specialization in char_traits.h.
8761 Also add _S_string_copy, but this doesn't fix it -- cf the BUGS
8762 file for the details.
8763
8764 * stl/bits/stl_algobase.h (equal): Fix to do `! (x==y)'.
8765 * stl/bits/stl_iterator.h (__distance): Likewise.
8766
8767 * stl/bits/stl_iterator.h: As with 8/18 set, define missing op!=,
8768 op>, op<=, and op>= for reverse_iterator. Also add op!= for
8769 istream_iterator.
8770
8771 1998-08-26 Brendan Kehoe <brendan@cygnus.com>
8772
8773 * bits/string.tcc (basic_string::compare (const char*)): Fix to
8774 return 0, not 1.
8775
8776 1998-08-25 Brendan Kehoe <brendan@cygnus.com>
8777
8778 This should really be fixed with __asm__ directives renaming the
8779 symbol, but keeping the function.
8780 * math/clogf.c (c_logf): Renamed from `clogf'.
8781 * math/clogl.c (c_logl): Renamed from `clogl'.
8782 * math/complex-stub.h (c_logf, c_logl): Change decls.
8783
8784 * bits/locfacets.h (class _Numeric_get): For friend decls, rename
8785 _CharT and _InIter parms, since they duplicate the enclosing ones.
8786
8787 1998-08-19 Brendan Kehoe <brendan@cygnus.com>
8788
8789 Deal with conflict of the iostreams `clog' and our internal
8790 complex number `clog'.
8791 * src/complex.cc: Call `c_log' instead of `clog'.
8792 * math/clog.c (c_log):: Renamed from clog.
8793 * math/complex-stub.h (c_log): Renamed from clog decl.
8794
8795 * bits/locfacets.h (class _Numeric_get): Tweak fwd decls of the
8796 get/put classes.
8797 (num_put::put): #if 0 long long version, since we don't declare or
8798 define the long long version of do_put.
8799
8800 1998-08-18 Nathan Myers <ncm@cantrip.org>
8801
8802 * bits/basic_string.h: add basic_string<>::push_back(), fix return
8803 type of get_allocator (thanks to Ryszard Kabatek).
8804 * bits/char_traits.h: make init order of fpos<> members
8805 match decl order.
8806 * bits/ios_base.h: fix decls of ios_base bitmask & enum types, add
8807 flags _S_fd_in etc. for special filebuf ctor.
8808 * bits/locfacets.h: make _Numeric_get and _Format_cache public
8809 to work around problems in friend declarations.
8810 * bits/locfacets.tcc: qualify _S_get_cache in num_get<>::get(..bool&),
8811 fix random type errors & typos
8812 * bits/std_fstream.h: major refitting to bypass libio (for now),
8813 instrument to use bits/fstream.tcc template definitions
8814 * bits/std_iosfwd.h: mess with wrappers
8815 * bits/std_istream.h: remove meaningless comment
8816 * bits/std_ostream.h: instrument to work with ostream.tcc.
8817 * bits/std_streambuf.h: instrument to work with streambuf.tcc
8818 * bits/fstream.tcc: template defs for <fstream>
8819 * bits/ostream.tcc: template defs for <ostream>
8820 * bits/streambuf.tcc: template defs for <streambuf>
8821 * bits/os_raw.h: thin OS interface wrapper, to bypass libio (for now).
8822 * Delete .cc files, replace with bits/*.tcc
8823 src/fstream.cc
8824 src/istream.cc
8825 src/ostream.cc
8826 src/streambuf.cc
8827 * Add files:
8828 src/os_raw.cc: thin interface to OS, to bypass libio (for now).
8829 src/stdstreams.cc: cout, cin, etc. definitions
8830 (these still need work: must be init'd before user statics.)
8831
8832
8833 1998-08-18 Brendan Kehoe <brendan@cygnus.com>
8834
8835 Sent to SGI before checkin:
8836 * stl/bits/stl_vector.h (operator!=, operator>, operator<=,
8837 operator>=): Define.
8838 * stl/bits/stl_bvector.h (vector<bool>::flip): Define method.
8839 * stl/bits/stl_deque.h (operator!=, operator>, operator<=,
8840 operator>=): Define.
8841 (operator==, operator<): Add inline.
8842 * stl/bits/stl_map.h (operator!=, operator<, operator<=,
8843 operator>=): Define.
8844 * stl/bits/stl_multimap.h (operator!=, operator<, operator<=,
8845 operator>=): Define.
8846 * stl/bits/stl_list.h (operator!=, operator<, operator<=,
8847 operator>=): Define.
8848 * stl/bits/stl_set.h (operator!=, operator<, operator<=,
8849 operator>=): Define.
8850 * stl/bits/stl_multiset.h (operator!=, operator<, operator<=,
8851 operator>=): Define.
8852
8853 * bits/std_valarray.h (_Shift_left, _Shift_right): Inherit from
8854 unary_function.
8855
8856 1998-08-15 Nathan Myers <ncm@cantrip.org>
8857
8858 * bits/ios_base.h: change nominal bitmask and enum types to real enums
8859 * bits/locfacets.h: make _Format_cache bool names usable by num_get
8860 * bits/locfacets.tcc: make num_get<>::get(... bool&) use _Format_cache
8861 * bits/std_fstream.h: minor cleanups: ctors delegate to open()
8862 * bits/std_iosfwd.h: more bitmask changes, for ios_base::iostate
8863 * bits/std_sstream.h: formatting cleanups
8864
8865 1998-08-14 Nathan Myers <ncm@cantrip.org>
8866
8867 * bits/locfacets.tcc: implement num_get<>::do_get(..., bool&)
8868 * bits/locfacets.tcc: implement time_get<>::do_get_weekday
8869 * bits/locfacets.tcc: implement time_get<>::do_get_monthname
8870 * bits/locfacets.h: fix missing argument in do_get_monthname
8871 (this is a bug in the standard, ref. 36 in my list.)
8872 * bits/locfacets.h: make month and day name caches mutable
8873 * bits/locfacets.tcc: various typos in get() functions
8874 * bits/sbuf_iter.h: fix omission in istreambuf_iterator::op++().
8875 * bits/std_streambuf.h: fix typo in sgetn (Brendan)
8876
8877 1998-08-12 Nathan Myers <ncm@cantrip.org>
8878 * move streambuf iterators to bits/sbuf_iter.h
8879 * optimize streambuf iterators
8880 * begin generalizing streambuf
8881 * begin implementing num_get<>::get (starting with bool)
8882 * patch stl/bits/stl_config.h so that relops operators are
8883 contained properly, out of the way.
8884
8885 1998-07-24 Nathan Myers <ncm@cantrip.org>
8886 * Fold in SGI 3.11 changes (uglified names, some algorithm
8887 improvements, very minor bug fixes.)
8888 * Uglify names elsewhere to match (s/_T/_Tp/).
8889 * Begin work on optimized streambuf
8890 * Put complex.cc in namespace std:: (thanks Martin)
8891
8892 1998-07-17 Nathan Myers <ncm@cantrip.org>
8893
8894 * bits/char_traits.h: add _Char_traits_match template.
8895 * bits/string.tcc: fix bugs in various find_last* members.
8896 * bits/basic_string.h: redeclare member _S_find.
8897 * stl/bits/stl_iterator.h: change member names in nonstandard
8898 templates bidirectional_reverse_iterator and
8899 random_access_reverse_iterator to match expected changes
8900 in upstream source.
8901 * src/string.cc: fix definitions of stream operators.
8902
8903 1998-07-14 16:06 Ulrich Drepper <drepper@cygnus.com>
8904
8905 * Makefile.am (SUBDIRS): Add string.
8906
8907 * configure.in: Test for long double functions separately. Test for
8908 ISO C 89 float functions. Test for endian.h and sys/isa_defs.h.
8909 Generate string/Makefile.
8910
8911 * bits/c++config.h: Define mbstate_t for Solaris.
8912
8913 * bits/char_traits.h: Remove unused #if.
8914
8915 * bits/std_cwchar.h: Declare wide char string functions.
8916
8917 * m4/stringfcts.m4: New file.
8918
8919 * math/complex-stub.h: Declare nan.
8920 * math/nan.c: New file.
8921
8922 * math/mathconf.h: Hack around missing endian.h file.
8923 Handle missing NAN definition.
8924 Handle missing float math functions.
8925
8926 * src/Makefile.am (libstdc___la_LIBADD): Add libstring.la.
8927 (libstdc___la_LDFLAGS): Set version information.
8928
8929 * src/complexl.cc: Don't compile any code if no long double functions
8930 are available.
8931
8932 * string/Makefile.am: New file.
8933 * string/dummy.c: New file.
8934 * string/wmemchr.c: New file.
8935 * string/wmemcmp.c: New file.
8936 * string/wmemcpy.c: New file.
8937 * string/wmemmove.c: New file.
8938 * string/wmemset.c: New file.
8939
8940 1998-07-14 10:45 Ulrich Drepper <drepper@cygnus.com>
8941
8942 * configure.in: Make it work.
8943 * install-sh: New file.
8944 * missing: New file.
8945 * mkinstalldirs: New file.
8946 * m4/mathfcts.m4: New file.
8947 * math/Makefile.am: New file.
8948
8949 * bits/std_complex.h (conj): Mark specializations as inline.
8950
8951 * math/carg.c: New file.
8952 * math/cargf.c: New file.
8953 * math/cargl.c: New file.
8954 * math/mycabs.c: New file.
8955 * math/mycabsf.c: New file.
8956 * math/mycabsl.c: New file.
8957 * math/signbit.c: New file.
8958 * math/signbitf.c: New file.
8959 * math/signbitl.c: New file.
8960
8961 * math/ccos.c: Avoid ISO C 9x functionality.
8962 * math/ccosf.c: Likewise.
8963 * math/ccosh.c: Likewise.
8964 * math/ccoshf.c: Likewise.
8965 * math/ccoshl.c: Likewise.
8966 * math/ccosl.c: Likewise.
8967 * math/cexp.c: Likewise.
8968 * math/cexpf.c: Likewise.
8969 * math/cexpl.c: Likewise.
8970 * math/clog.c: Likewise.
8971 * math/clog10.c: Likewise.
8972 * math/clog10f.c: Likewise.
8973 * math/clog10l.c: Likewise.
8974 * math/clogf.c: Likewise.
8975 * math/clogl.c: Likewise.
8976 * math/cpow.c: Likewise.
8977 * math/cpowf.c: Likewise.
8978 * math/cpowl.c: Likewise.
8979 * math/csin.c: Likewise.
8980 * math/csinf.c: Likewise.
8981 * math/csinh.c: Likewise.
8982 * math/csinhf.c: Likewise.
8983 * math/csinhl.c: Likewise.
8984 * math/csinl.c: Likewise.
8985 * math/csqrt.c: Likewise.
8986 * math/csqrtf.c: Likewise.
8987 * math/csqrtl.c: Likewise.
8988 * math/ctan.c: Likewise.
8989 * math/ctanf.c: Likewise.
8990 * math/ctanh.c: Likewise.
8991 * math/ctanhf.c: Likewise.
8992 * math/ctanhl.c: Likewise.
8993 * math/ctanl.c: Likewise.
8994
8995 * math/complex-stub.h: New file.
8996
8997 * math/mathconf.h: New file.
8998
8999 * src/Makefile.am: New file.
9000
9001 * src/complex.cc: Use mathconf.h instead of complex.h.
9002 Don't use cabs, always use __mycabs.
9003
9004 1998-02-13 Brendan Kehoe <brendan@cygnus.com>
9005
9006 * iterator (class reverse_iterator): Do some tweaks to be in sync
9007 w/ the FDIS.
This page took 0.488493 seconds and 6 git commands to generate.