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