[multiple changes]
[gcc.git] / libstdc++-v3 / ChangeLog
1 2001-05-25 Benjamin Kosnik <bkoz@redhat.com>
2
3 other/2931
4 * acinclude.m4 (GLIBCPP_ENABLE_C99): Use AC_TRY_COMPILE.
5 * aclocal.m4: Regenerate.
6 * configure: Same.
7
8 2001-05-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9 Phil Edwards <pme@sources.redhat.com>
10 Alexandre Oliva <aoliva@redhat.com>
11
12 * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Set glibcpp_srcdir
13 in an amd-safe manner. Revert glibcpp_prefixdir.
14
15 2001-05-25 Gabriel Dos Reis <gdr@codesourcery.com>
16
17 * include/c_std/bits/std_cmath.h: Tweak. #define away abs, cos,
18 fabs, sin, sqrt. They are now implemented in terms of __builtin_
19 variants.
20
21 2001-05-24 Benjamin Kosnik <bkoz@redhat.com>
22
23 libstdc++/2830
24 * testsuite/21_strings/inserters_extractors.cc (test09): New test.
25 * include/bits/ostream.tcc: Format to match istream.tcc.
26 (operator<<(basic_ostream __out, const basic_string __s)): Fix.
27
28 2001-05-24 Phil Edwards <pme@sources.redhat.com>
29
30 * libsupc++/eh_alloc.cc (__cxa_allocate_exception): Qualify
31 malloc with std:: .
32 (__cxa_free_exception): Likewise with free.
33
34 2001-05-24 Mark Mitchell <mark@codesourcery.com>
35
36 * include/c_std/bin/std_cstring.h: #define away all global
37 functions we will redeclare in namespace `std'.
38 * libsupc++/eh_alloc.cc (__cxa_allocate_exception): Use
39 std::memset, instead of memset.
40 * testsuite/19_diagnostics/stdexceptions.cc: Use `std::strcmp',
41 not plain `strcmp'.
42 * testsuite/21_strings/c_strings.cc: Use `std::strcpy' instead of
43 plain `strcpy'.
44
45 2001-05-24 Benjamin Kosnik <bkoz@redhat.com>
46
47 libstdc++/2832
48 * include/bits/basic_ios.tcc: Small tweak.
49 * include/bits/std_fstream.h (ifstream): Add buffer member. Adjust
50 ctors and dtors, and rdbuf settings.
51 (ofstream): Same.
52 (fstream): Same.
53 * include/bits/std_sstream.h: Same, but for stringstream classes.
54 * testsuite/27_io/ostringstream_members.cc: New.
55 * testsuite/27_io/stringstream_members.cc: New.
56 * testsuite/27_io/fstream_members.cc: New.
57 * testsuite/27_io/ifstream_members.cc: Add test.
58 * testsuite/27_io/istringstream_members.cc: Add test.
59 * testsuite/27_io/ofstream_members.cc: Add test.
60
61 2001-05-24 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
62
63 * include/bits/c++config(__NO_MATH_INLINES): Move to...
64 * config/os/gnu-linux/bits/os_defines.h: ...here.
65
66 2001-05-24 Gabriel Dos Reis <gdr@codesourcery.com>
67
68 * include/bits/c++config (__NO_MATH_INLINES): New macro.
69 * testsuite/26_numerics/fabs_inline.cc (main): New test.
70
71 2001-05-22 Benjamin Kosnik <bkoz@redhat.com>
72
73 libstdc++/2841
74 * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Set
75 ld_library_path.
76 (libstdc++-v3_set_ld_library_path): New, copied from g++.exp.
77 (libstdc++-v3-finish): Remove.
78 (libstdc++-v3_exit): Remove.
79
80 2001-05-22 Phil Edwards <pme@sources.redhat.com>
81
82 * docs/html/documentation.html: Point to doxygen output.
83
84 2001-05-21 Benjamin Kosnik <bkoz@redhat.com>
85
86 * mkcheck.in (static_fail): Remove S_FLAG decoration on output.
87
88 * include/bits/std_sstream.h (stringbuf::setbuf): Require both
89 arguments to be non-null.
90 * include/bits/fstream.tcc (filebuf::_M_allocate_buffers): Only
91 try allocations if allocated size is greater than zero.
92 (filebuf::_M_filebuf_init): Change to
93 (filebuf::_M_allocate_file): Which is what it does now.
94 (filebuf::_M_allocate_bufers): Change to
95 (filebuf::_M_allocate_internal_buffer): This, and create
96 (filebuf::_M_allocate_pback_buffer): New.
97 (filebuf::_M_destroy_internal_buffer): New.
98 (filebuf::_M_buf_allocated): New data member.
99 (filebuf::setbuf): Use new logic, allow use of external buffer.
100 * testsuite/27_io/stringbuf_virtuals.cc: New file.
101 * testsuite/27_io/filebuf_virtuals.cc: New file.
102
103 2001-05-21 Stephen M. Webb <stephen@bregmasoft.com>
104
105 * include/c_std/bits/std_cstring.h (memchr): Define "C" functions to
106 __glibcpp_memchr.
107 (strchr): Same, but to __glibcpp_strchr.
108 (strpbrk): Same.
109 (strrchr): Same.
110 (strstr): Same.
111 * include/c_std/bits/std_cwchar.h (wcschr): Same.
112 (wcsbrk): Same.
113 (wcsrchr): Same.
114 (wcsstr): Same.
115 (wmemchr): Same.
116
117 2001-05-21 Benjamin Kosnik <bkoz@redhat.com>
118
119 * testsuite/21_strings/c_strings.cc (main): Fix.
120
121 2001-05-19 Phil Edwards <pme@sources.redhat.com>
122
123 * acinclude.m4: Fix --help spacing, correct comments.
124 * aclocal.m4: Regenerate.
125 * configure: Regenerate.
126 * mkcheck.in: Add usage comments.
127 * docs/html/documentation.html: Point to doxygen'd tarball.
128
129 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
130
131 * testsuite/README: Add notes.
132
133 * src/Makefile.am (libstdc++.INC): Remove.
134 * src/Makefile.in: Regenerate.
135
136 Phil Edwards <pedwards@disaster.jaj.com>
137 * mkcheck.in: Add missing '#'.
138
139 2001-05-18 Angela Marie Thomas <angela@cygnus.com>
140
141 * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Set flags
142 appropriately for remote testing and testing installed files without
143 a build dir.
144
145 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
146
147 * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Set glibcpp_srcdir
148 amd glibcpp_prefixdir with absolute paths.
149
150 * include/bits/c++config (__GLIBCPP__): Bump.
151 * acinclude.m4 (GLIBCPP_CONFIGURE): Correct version number.
152
153 2001-05-18 Gabriel Dos Reis <gdr@codesourcery.com>
154
155 * include/bits/std_valarray.h (valarray<>::operator[] const):
156 Return a const reference.
157 * testsuite/26_numerics/valarray_const_bracket.cc: New test.
158
159 2001-05-18 Alexandre Oliva <aoliva@redhat.com>
160
161 * configure.target (ATOMICITYH): Actually use AIX-specific code on
162 earlier versions of AIX 4.*.
163
164 2001-05-18 Angela Marie Thomas <angela@cygnus.com>
165
166 * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-dg-test): Set
167 output_file based on the name of the testcase.
168
169 2001-05-18 Angela Marie Thomas <angela@cygnus.com>
170
171 * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Build
172 gluefile and use it if needs_status_wrapper is set.
173
174 2001-05-18 Alexandre Oliva <aoliva@redhat.com>
175
176 * configure.target (ATOMICITYH): Use cpu/generic code on earlier
177 versions of AIX.
178
179 2001-05-17 Alexandre Oliva <aoliva@redhat.com>
180
181 * configure.target (ATOMICITYH): Don't use AIX 4.3-specific code
182 on earlier versions of AIX.
183
184 2001-05-15 Benjamin Kosnik <bkoz@redhat.com>
185
186 * testsuite_flags.in (query): Add backwards, ext directories.
187
188 2001-05-15 Mark Mitchell <mark@codesourcery.com>
189
190 * porting.texi: Correct documentation about handling
191 _LARRGEFILE_SOURCE and its ilk.
192 * config/os/solaris/solaris2.5/bits/os_defines.h: Remove
193 definitions of _XOPEN_SOURCE, _LARGEFILE64_SOURCE, and
194 __EXTENSIONS__.
195 * config/os/solaris/solaris2.6/bits/os_defines.h: Likewise.
196 * config/os/solaris/solaris2.7/bits/os_defines.h: Likewise.
197
198 2001-05-15 Zack Weinberg <zackw@stanford.edu>
199
200 * testsuite/21_strings/inserters_extractors.cc,
201 testsuite/27_io/istream_unformatted.cc,
202 testsuite/27_io/stringstream.cc:
203 Replace multi-line string constants with C89-style
204 concatenated string constants.
205
206 2001-05-14 Richard Henderson <rth@redhat.com>
207
208 * mknumeric_limits: Build with -fno-exceptions.
209
210 2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
211
212 Switch over to new harness.
213 * testsuite_flags.in: Tweaks via Gaby.
214 * testsuite/Makefile.am: Change tool to libstdc++-v3.
215 (EXPECT): Quote directly.
216 (RUNTEST): Same.
217 * configure.in: Output testsuite_flags.
218 * acinclude.m4: Substitute src, bld, and prefix dirs.
219 Remove glibcpp_expect, glibcpp_runtestflags.
220 * Makefile.am (RUNTESTFLAGS): Pass this down to subdirs.
221 * mkcheck.in: Port to new interface.
222
223 * aclocal.m4: Regerate.
224 * configure: Regnerate.
225 * Makefile.in: Regnerate.
226 * */Makefile.in: Regenerate.
227
228 * tests_flags.in: Remove.
229 * testsuite/lib/libstdc++.exp: Remove.
230 * testsuite/libstdc++.tests/tests.exp: Remove.
231
232 2001-05-13 Alexandre Oliva <aoliva@redhat.com>
233
234 * configure.target: Remove detection of AIX pthread multilib, now
235 obtained from `gcc -v'.
236
237 2001-05-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
238
239 * mkcheck.in (setup_size_command): Use Berkeley "-B" mode with GNU
240 size. Add hpux case for HP size.
241
242 2001-05-11 Benjamin Kosnik <bkoz@redhat.com>
243
244 * testsuite_flags.in: New, simplified interface.
245 * testsuite/lib/libstdc++-v3-dg.exp: New test harness.
246 * testsuite/libstdc++-v3.dg: Add.
247 * testsuite/libstdc++-v3.dg/dg.exp: Add.
248
249 2001-05-11 Benjamin Kosnik <bkoz@redhat.com>
250
251 * testsuite/*/*.cc: Remove spaces, make sure testcases return zero.
252 * testsuite/config/default.exp: Update bugs email address.
253
254 2001-05-11 Richard Henderson <rth@redhat.com>
255
256 * libsupc++/eh_personality.cc: Include unwind-pe.h. Remove
257 all pointer encoding logic.
258 (struct lsda_header_info): Add ttype_base.
259 (get_ttype_entry): Use it instead of a context.
260 (check_exception_spec): Likewise.
261 (PERSONALITY_FUNCTION): Initialize ttype_base. Store it in
262 the c++ exception header for __cxa_call_unexpected.
263 (__cxa_call_unexpected): Use it.
264
265 2001-05-09 Benjamin Kosnik <bkoz@redhat.com>
266
267 * testsuite/lib/libstdc++.exp: Use libgloss.exp. Call
268 libgloss_link_flags to find crt0.o for targets that use libgloss
269 instead of newlib.
270 Change LDFLAGS to LIBS.
271 Consistently name procedures libstdc++-XXX.
272 * testsuite/libstdc++.tests/tests.exp: Use new procedure names.
273
274 2001-05-08 Benjamin Kosnik <bkoz@fillmore.constant.com>
275
276 * include/c_std/bits/std_cstring.h (memchr): Correct definitions.
277 (strchr): Same.
278 (strpbrk): Same.
279 (strrchr): Same.
280 (strstr): Same.
281 * include/c_std/bits/std_cwchar.h (wcschr): Same.
282 (wcsbrk): Same.
283 (wcsrchr): Same.
284 (wcsstr): Same.
285 (wmemchr): Same.
286 * testsuite/21_strings/c_strings.cc: Add tests.
287
288 2001-05-07 Benjamin Kosnik <bkoz@redhat.com>
289
290 libstdc++/2523
291 * include/bits/std_fstream.h (basic_filebuf): Change signature.
292 * include/bits/fstream.tcc (basic_filebuf): Change bool argument
293 to int_type, pass in buffer size info.
294 * include/bits/std_streambuf.h (_M_is_indeterminate): Check for
295 unbuffered situation.
296 (underflow): Remove codecvt bits for the time being.
297 * include/bits/istream.tcc (istream::sentry): Avoid sputbackc call.
298 * include/bits/locale_facets.tcc (_M_extract): Cache dereference
299 values from iterators, clean.
300 * src/locale.cc: Ditto.
301 * include/bits/sbuf_iter.h: Format.
302 * src/ios.cc: Explicitly pass in buffer sizes at creation time.
303 * testsuite/27_io/narrow_stream_objects.cc: Add tests.
304 * testsuite/27_io/filebuf.cc: Tweaks.
305 * testsuite/27_io/filebuf_members.cc: Tweaks.
306
307 2001-05-07 Mark Mitchell <mark@codesourcery.com>
308
309 * config/os/solaris/solaris2.7/bits/os_defines.h
310 (_LARGEFILE_SOURCE): Define it.
311
312 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
313
314 * configure.in (LIBSUPCXX_PICFLAGS): Set it to -prefer-pic or
315 -prefer-non-pic depending on whether libtool has shared libraries
316 enabled or disabled.
317 * libsupc++/Makefile.am (LIBSUPCXX_CXXFLAGS): Set to
318 $(LIBSUPCXX_PICFLAGS).
319 * configure, */Makefile.in: Rebuilt.
320
321 2001-05-01 Benjamin Kosnik <bkoz@redhat.com>
322
323 * include/bits/sbuf_iter.h (istreambuf_iterator): Correct.
324 * testsuite/24_iterators/istreambuf_iterator.cc (test02): Add test.
325
326 * include/bits/std_sstream.h (stringbuf): Leak
327 copied string.
328 * testsuite/24_iterators/ostreambuf_iterator.cc: Correct.
329
330 2001-05-01 Tom Browder <tbrowder@home.com>
331
332 * docs/html/ext/howto.html: Fix typo.
333
334 2001-05-01 Gabriel Dos Reis <gdr@codesourcery.com>
335
336 * testsuite/libstdc++.tests/tests.exp: Add comment.
337
338 2001-05-01 Gabriel Dos Reis <gdr@codesourcery.com>
339
340 * testsuite/libstdc++.tests/tests.exp: Set ulimits.
341
342 2001-04-30 Mark Mitchell <mark@codesourcery.com>
343
344 * porting.texi: Use the GFDL.
345
346 2001-04-30 Benjamin Kosnik <bkoz@redhat.com>
347
348 libstdc++/2627
349 * testsuite/24_iterators/ostreambuf_iterator.cc: New file.
350 * include/bits/sbuf_iter.h (ostreambuf_iterator): Remove bogus
351 specializations.
352
353 2001-04-30 Benjamin Kosnik <bkoz@redhat.com>
354
355 libstdc++/2964
356 * include/bits/stl_iterator_base_funcs.h (__advance): Fix.
357
358 2001-04-28 Phil Edwards <pme@sources.redhat.com>
359
360 * docs/doxygen/run_doxygen: Minor tweaks.
361 * docs/doxygen/style.css: New file.
362 * docs/doxygen/user.cfg.in: Update using "doxygen -u" to get the
363 latest parameters available. Use style.css.
364
365 2001-04-27 Benjamin Kosnik <bkoz@redhat.com>
366
367 * docs/doxygen/mainpage.doxy: New.
368 * docs/doxygen/user.cfg.in: Change default configuration. Single
369 frame, other tweaks.
370
371 2001-04-26 Mark Mitchell <mark@codesourcery.com>
372
373 * docs/html/17_intro/BADNAMES: Remove EGCS reference.
374 Indicate obsolete nature of thelist for G++ 3.0.
375
376 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
377
378 * acinclude.m4 (GLIBCPP_ENABLE_THREADS): Obtain
379 target_thread_file with `gcc -v'.
380 * aclocal.m4, configure: Rebuilt.
381
382 2001-04-25 Benjamin Kosnik <bkoz@redhat.com>
383
384 * include/c_std/bits/std_cmath.h (std): Explicitly inject c99 names.
385 * include/c_std/bits/std_cstdlib.h (std): Same, except for llabs.
386 * include/c_std/bits/std_cwchar.h (std): Same.
387 * acconfig.h (std): Remove c99 injection into std.
388 * config.h.in: Regenerate.
389
390 * testsuite/README: Fix typo.
391
392 * include/bits/codecvt.h: Remove warnings.
393
394 2001-04-24 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
395
396 * include/ext/slist: Include required header files.
397
398 2001-04-23 Loren J. Rittle <ljrittle@acm.org>
399
400 * include/c_std/bits/std_cerrno.h (errno): Define macro from
401 identifier declared with external linkage, if needed.
402 * include/c_std/bits/std_csetjmp.h (setjmp): Likewise.
403 * include/c_std/bits/std_cstdarg.h (va_end): Likewise.
404
405 2001-04-23 Benjamin Kosnik <bkoz@fillmore.constant.com>
406
407 * acinclude.m4 (CXX): Set to glibcpp_CXX so that in-directory
408 re-configures find the build compiler.
409 (GLIBCPP_ENABLE_C99): Do all fp-tests with 0.0, not 0. Fixes
410 libstdc++/2609.
411 * aclocal.m4: Regenerate.
412 * configure: Regenerate.
413
414 2001-04-20 Benjamin Kosnik <bkoz@redhat.com>
415
416 * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Make sure required C99
417 support is enabled correctly before long long is activated.
418 * aclocal.m4: Regenerate.
419 * configure: Regenerate.
420
421 * include/backward/backward_warning.h: Format correctly.
422
423 * testsuite/26_numerics/c99_classification_macros_c.cc: Add.
424 * testsuite/26_numerics/c99_classification_macros_c++.cc: Add.
425 * testsuite/26_numerics/c99_macros.cc: Remove.
426
427 2001-04-20 Phil Edwards <pme@sources.redhat.com>
428
429 * include/bits/stl_bvector.h: Replace __ITERATOR_CATEGORY with
430 __iterator_category.
431
432 2001-04-19 Benjamin Kosnik <bkoz@redhat.com>
433
434 * acconfig.h (_GLIBCPP_USE_C99): Add.
435 * config.h.in: Regenerate.
436 * acinclude.m4 (GLIBCPP_ENABLE_C99): New macro. Test for ISO/IEC
437 9899: 1999 support.
438 * aclocal.m4: Regenerate.
439 * configure.in (GLIBCPP_ENABLE_C99): Use it, on by default.
440 * configure: Regenerate.
441 * configure.in (GLIBCPP_ENABLE_LONG_LONG): Set default to yes.
442 * configure: Regenerate.
443 * include/c_std/bits/std_cwchar.h: Put wcstold, wcstoll, wcstoull
444 into c99.
445 * include/c_std/bits/std_cmath.h: Bring C99 functions into c99
446 namespace.
447 * include/c_std/bits/std_cstdlib.h: Same.
448 * docs/html/configopts.html: Update.
449 * testsuite/26_numerics/c99_macros.cc: Edit, use cmath instead of
450 math.h
451 (test_c99_classify): Add.
452 * config/os/gnu-linux/bits/os_defines.h (_GNU_SOURCE): Remove.
453 (_ISOC99_SOURCE): Remove.
454
455 * include/bits/stl_algo.h: Use _GLIBCPP_HAVE_DRAND48.
456 * include/bits/c++config (__STL_ASSERTIONS): Simplify.
457 * acinclude.m4 (GLIBCPP_CHECK_STDLIB_SUPPORT): Add check for drand48.
458 * aclocal.m4: Regenerate.
459 * configure: Regenerate.
460
461 2001-04-19 Phil Edwards <pme@sources.redhat.com>
462
463 * Makefile.am (doxygen): Assume script is missing execute perms.
464 * Makefile.in: Regenerated.
465 * docs/doxygen/user.cfg.in: Add class diagrams and source browsing.
466
467 2001-04-17 Loren J. Rittle <ljrittle@acm.org>
468
469 * testsuite/27_io/istream_seeks.cc: Inform DejaGnu of required files.
470
471 2001-04-17 Benjamin Kosnik <bkoz@redhat.com>
472
473 * testsuite/23_containers/map_operators.cc: Add dg-excess-errors.
474 * testsuite/23_containers/set_operators.cc: Same.
475
476 * include/bits/c++config: Add _GLIBCPP_CONCEPT_CHECKS. Disable by
477 default.
478 (__GLIBCPP__): Bump from value of last release.
479 * include/bits/concept_check.h: Default to off, edit comments.
480 * src/stl-inst.cc: Use _GLIBCPP_CONCEPT_CHECKS.
481 * src/Makefile.am (AM_CXXFLAGS): Remove _GLIBCPP_NO_CONCEPT_CHECKS.
482 * src/Makefile.in: Regenerate.
483
484 2001-04-14 Martin Reinecke <martin@MPA-Garching.MPG.DE>
485
486 * include/bits/boost_concept_check.h(_Mutable_ContainerConcept):
487 Properly uglify member.
488
489 2001-04-13 Phil Edwards <pme@sources.redhat.com>
490
491 * include/bits/stl_algobase.h (equal): Use EqualOpConcept instead
492 of EqualityCo
493 mparableConcept.
494
495 2001-04-13 Phil Edwards <pme@sources.redhat.com>
496
497 * include/bits/boost_concept_check.h: Uglify, fork from Boost.
498 * include/bits/concept_check.h: Uglify.
499 * include/bits/stl_algo.h: Likewise.
500 * include/bits/stl_algobase.h: Likewise.
501 * include/bits/stl_deque.h: Likewise.
502 * include/bits/stl_heap.h: Likewise.
503 * include/bits/stl_iterator_base_funcs.h: Likewise.
504 * include/bits/stl_list.h: Likewise.
505 * include/bits/stl_map.h: Likewise.
506 * include/bits/stl_multimap.h: Likewise.
507 * include/bits/stl_multiset.h: Likewise.
508 * include/bits/stl_numeric.h: Likewise.
509 * include/bits/stl_queue.h: Likewise.
510 * include/bits/stl_set.h: Likewise.
511 * include/bits/stl_stack.h: Likewise.
512 * include/bits/stl_vector.h: Likewise.
513 * include/ext/hash_map: Likewise.
514 * include/ext/hash_set: Likewise.
515 * include/ext/slist: Likewise.
516
517 2001-04-13 Gabriel Dos Reis <gdr@codesourcery.com>
518
519 * testsuite/23_containers/set_operators.cc: Just try to compile.
520 Mark as XFAIL.
521 * testsuite/23_containers/map_operators.cc: Same.
522
523 2001-04-12 Jason Merrill <jason_merrill@redhat.com>
524
525 * testsuite/lib/libstdc++.exp (libstdc++-dg-test): Prepend "./" to
526 output_file.
527 (dg-test): Revert rth's change.
528
529 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
530
531 * libsupc++/eh_alloc.cc (__cxa_allocate_exception): Don't
532 terminate holding the mutex. Make sure size fits in EMERGENCY_OBJ_SIZE.
533
534 2001-04-12 Gabriel Dos Reis <gdr@codesourcery.com>
535
536 * testsuite/README: Add DejaGnu specific documentation.
537
538 2001-04-11 Benjamin Kosnik <bkoz@redhat.com>
539
540 * acinclude.m4: AC_CHECK_TOOL for expect.
541 * aclocal.m4: Regenerate.
542 * configure: Regenerate.
543 * testsuite/Makefile.am (RUNTEST): Use substituted.
544 (EXPECT): Same.
545
546 * configure.in: Remove xcompiling substitution.
547 * tests_flags.in (CROSS_LIB_PATH): Remove.
548 (xcompiling): Remove.
549 (CXX): Use substituted CXX.
550
551 2001-04-11 Richard Henderson <rth@redhat.com>
552
553 * testsuite/lib/libstdc++.exp: Specify path for output_file.
554
555 2001-04-08 Gabriel Dos Reis <gdr@codesourcery.com>
556
557 * include/bits/std_valarray.h(valarray<>::operator[]): Make
558 inline.
559
560 2001-04-06 Gabriel Dos Reis <gdr@codesourcery.com>
561
562 * testsuite/25_algorithms/equal.cc: New test.
563
564 2001-04-06 Joe Buck <jbuck@welsh-buck.org>
565
566 * stl_algobase.h (std::equal): avoid use of possibly-undefined
567 operator != (one line patch).
568
569 2001-04-06 Benjamin Kosnik <bkoz@redhat.com>
570
571 * include/backward/backward_warning.h: Re-enable.
572
573 2001-04-06 Benjamin Kosnik <bkoz@redhat.com>
574 Alexandre Oliva <aoliva@redhat.com>
575
576 * tests_flags.in (CROSS_LIB_PATH): Add as -B flag.
577
578 2001-04-06 Gabriel Dos Reis <gdr@codesourcery.com>
579
580 * include/c_std/bits/std_cmath.h: Get rid of C99 math macros.
581 * testsuite/26_numerics/c99_macros.cc: Add test.
582
583 2001-04-06 Phil Edwards <pme@sources.redhat.com>
584
585 * docs/html/faq/index.html: Update for 2.92, grab from RELEASE-NOTES.
586 * docs/html/faq/index.txt: Regenerated.
587
588 2001-04-06 Benjamin Kosnik <bkoz@redhat.com>
589
590 * include/backward/backward_warning.h: Temporarily disable until
591 g++ testsuite changes go in.
592 * tests_flags.in (CROSS_LIB_PATH): Add.
593
594 2001-04-05 Benjamin Kosnik <bkoz@redhat.com>
595
596 Warn when using backward headers.
597 * include/backward/algo.h: Include warning file.
598 * include/backward/vector.h: Same.
599 * include/backward/tree.h: Same.
600 * include/backward/tempbuf.h: Same.
601 * include/backward/strstream: Same.
602 * include/backward/streambuf.h: Same.
603 * include/backward/stream.h: Same.
604 * include/backward/stack.h: Same.
605 * include/backward/slist.h: Same.
606 * include/backward/set.h: Same.
607 * include/backward/rope.h:
608 * include/backward/queue.h: Same.
609 * include/backward/pair.h: Same.
610 * include/backward/ostream.h: Same.
611 * include/backward/new.h: Same.
612 * include/backward/multiset.h: Same.
613 * include/backward/multimap.h: Same.
614 * include/backward/map.h: Same.
615 * include/backward/list.h: Same.
616 * include/backward/iterator.h: Same.
617 * include/backward/istream.h: Same.
618 * include/backward/iostream.h:
619 * include/backward/iomanip.h:
620 * include/backward/heap.h: Same.
621 * include/backward/hashtable.h:
622 * include/backward/hash_set.h:
623 * include/backward/hash_map.h:
624 * include/backward/function.h:
625 * include/backward/fstream.h:
626 * include/backward/deque.h:
627 * include/backward/defalloc.h: Same.
628 * include/backward/complex.h: Same.
629 * include/backward/bvector.h:
630 * include/backward/alloc.h:
631 * include/backward/algobase.h: Same.
632
633 * include/backward/backward_warning.h: New file.
634 * src/Makefile.am (backward_headers): Add backward_warning.h
635 * src/Makefile.in: Regenerate.
636
637 2001-04-05 Benjamin Kosnik <bkoz@redhat.com>
638
639 * src/Makefile.am (myinstalldirs): Make sure backward directory is
640 created.
641 (myinstallheaders): Install backward headers in backward directory.
642 * src/Makefile.in: Regenerate.
643
644 2001-04-05 Benjamin Kosnik <bkoz@redhat.com>
645
646 Prepare for libstdc++-2.92.
647 * docs/html/17_intro/RELEASE-NOTES (New): Update.
648 * docs/html/configopts.html: Fix formatting.
649 * README (file): Updates.
650 * include/bits/c++config (__GLIBCPP__): Update.
651
652 2001-04-05 Phil Edwards <pme@sources.redhat.com>
653
654 * docs/doxygen/run_doxygen: Check for the existence of Doxygen.
655
656 2001-04-04 Phil Edwards <pme@sources.redhat.com>
657
658 * docs/doxygen/user.cfg.in: Extract all non-private members;
659 reduce confusing documentation output.
660
661 2001-04-04 Geoffrey Keating <geoffk@redhat.com>
662
663 * include/backward/fstream.h: Add missing semicolons.
664
665 2001-04-03 Benjamin Kosnik <bkoz@redhat.com>
666
667 * include/bits/fstream.tcc: Add bool parameter to filebuf ctor.
668 * include/bits/ios_base.h(ios_base::Init): Remove _M_cout, _M_cin,
669 _M_cerr, _M_wcout, _M_wcin, _M_wcerr.
670 (ios_base::Init::_S_ios_create): New.
671 (ios_base::Init::_S_ios_destroy): New.
672 * include/bits/std_fstream.h: Change ctor args.
673 * src/ios.cc (ios_base::Init::Init): Use _S_ios_create.
674 (ios_base::Init::~Init): Use _S_ios_destroy.
675 (ios_base::sync_with_stdio): Use new members.
676 * testsuite/27_io/filebuf_members.cc: Fix calling conventions for
677 filebuf ctor.
678
679 2001-04-03 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
680
681 * include/backward/fstream.h: Expose streampos to global
682 namespace.
683
684 2001-04-03 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
685
686 * include/bits/stl_iterator_base_types.h: Fix typo
687
688 2001-04-03 Andreas Schwab <schwab@suse.de>
689
690 * include/backward/fstream.h: Define filebuf and wfilebuf.
691
692 2001-04-02 Phil Edwards <pme@sources.redhat.com>
693
694 New concept checking implementation.
695 * docs/html/19_diagnostics/howto.html: Document.
696 * docs/html/17_intro/concept_check.diff: New file, for reference.
697 * include/bits/boost_concept_check.h: New file from Boost.
698 * include/bits/c++config: Update comments.
699
700 * include/bits/concept_check.h: New file.
701 * include/bits/concept_checks.h: Removed.
702 * include/bits/container_concepts.h: Removed.
703 * include/bits/sequence_concepts.h: Removed.
704 * include/bits/stl_iterator_base.h: Removed; split into...
705 * include/bits/stl_iterator_base_funcs.h: ...this new file...
706 * include/bits/stl_iterator_base_types.h: ...and this new file.
707
708 * include/bits/sbuf_iter.h: Update to use new implementation.
709 * include/bits/std_iterator.h: Likewise.
710 * include/bits/std_memory.h: Likewise.
711 * include/bits/stl_algo.h: Likewise.
712 * include/bits/stl_algobase.h: Likewise.
713 * include/bits/stl_construct.h: Likewise.
714 * include/bits/stl_deque.h: Likewise.
715 * include/bits/stl_heap.h: Likewise.
716 * include/bits/stl_list.h: Likewise.
717 * include/bits/stl_map.h: Likewise.
718 * include/bits/stl_multimap.h: Likewise.
719 * include/bits/stl_multiset.h: Likewise.
720 * include/bits/stl_numeric.h: Likewise.
721 * include/bits/stl_queue.h: Likewise.
722 * include/bits/stl_set.h: Likewise.
723 * include/bits/stl_stack.h: Likewise.
724 * include/bits/stl_uninitialized.h: Likewise.
725 * include/bits/stl_vector.h: Likewise.
726 * include/ext/hash_map: Likewise.
727 * include/ext/hash_set: Likewise.
728 * include/ext/slist: Likewise.
729 * include/ext/stl_hashtable.h: Likewise.
730
731 * src/Makefile.am (base_headers): Update list of headers.
732 * Makefile.in: Regenerated.
733 * src/Makefile.in: Regenerated.
734 * libio/Makefile.in: Regenerated.
735 * libmath/Makefile.in: Regenerated.
736 * libsupc++/Makefile.in: Regenerated.
737 * testsuite/Makefile.in: Regenerated.
738
739 * docs/html/install.html: Update contact information.
740 * docs/html/17_intro/howto.html: Ditto.
741 * docs/html/18_support/howto.html: Ditto.
742 * docs/html/20_util/howto.html: Ditto.
743 * docs/html/21_strings/howto.html: Ditto.
744 * docs/html/22_locale/howto.html: Ditto.
745 * docs/html/23_containers/howto.html: Ditto.
746 * docs/html/24_iterators/howto.html: Ditto.
747 * docs/html/25_algorithms/howto.html: Ditto.
748 * docs/html/26_numerics/howto.html: Ditto.
749 * docs/html/27_io/howto.html: Ditto.
750 * docs/html/faq/index.html: Ditto, plus info on new checking code.
751 * docs/html/ext/howto.html: Ditto, plus info on new checking code.
752 * docs/html/faq/index.txt: Regenerated.
753
754 2001-04-02 Zack Weinberg <zackw@stanford.edu>
755
756 * testsuite/lib/libstdc++.exp (dg-test): Annotate result
757 messages with $which_library as well as $tool_flags and
758 ${dg-extra-tool-flags}. Factor out annotation text into
759 a single variable.
760
761 2001-04-02 Stephen M. Webb <stephen@bregmasoft.com>
762
763 * include/c_std/bits/std_cstring.h: Fix for const-correctness.
764 * include/c_std/bits/std_cwchar.h: Same.
765 * testsuite/21_strings/c_strings.cc: Add.
766
767 2001-04-01 Benjamin Kosnik <bkoz@codesourcery.com>
768
769 * docs/html/configopts.html: Add --enable-sjlj-exceptions docs.
770
771 2001-04-01 Zack Weinberg <zackw@stanford.edu>
772
773 * tests_flags.in: Use test a = b, not test a == b which is not
774 portable.
775
776 2001-03-31 Benjamin Kosnik <bkoz@redhat.com>
777
778 * configure.target: Remove duplicate aix entry.
779
780 2001-03-30 Benjamin Kosnik <bkoz@redhat.com>
781
782 * include/ext/stl_bvector.h: Move to...
783 * include/bits/stl_vector.h: ...here.
784 * include/ext/bvector: Move to...
785 * include/backward/bvector.h: ...here.
786 * include/bits/std_vector.h: Change stl_bvector include.
787 * include/bits/std_queue.h: Remove bvector include.
788 * include/ext/tree: Insert using rb_tree, move to...
789 * include/backward/tree.h: ...here.
790 * include/backward/hash_map.h: Include ext/hash_map.
791 * include/backward/hash_set.h: Include ext/hash_set.
792 * include/backward/queue.h: New file.
793 * include/backward/stack.h: Edit.
794 * include/backward/algo.h: Same.
795 * include/backward/algobase.h: Same.
796 * include/backward/alloc.h: Same.
797 * include/backward/function.h: Same.
798 * include/backward/iomanip.h: Same.
799 * include/backward/istream.h: Same.
800 * include/backward/iterator.h: Same.
801 * include/backward/list.h: Same.
802 * include/backward/map.h: Same.
803 * include/backward/multimap.h: Same.
804 * include/backward/multiset.h: Same.
805 * include/backward/ostream.h: Same.
806 * include/backward/pair.h: Same
807 * include/backward/rope.h: Same.
808 * include/backward/set.h: Same.
809 * include/backward/stream.h: Same.
810 * include/backward/strstream.h: Same.
811 * include/backward/tempbuf.h: Same.
812 * src/Makefile.am (ext_headers): Edit.
813 * src/Makefile.in: Regenerate.
814 * testsuite/ext/headers.cc (main): Fix.
815 * mkcheck.in: Fix.
816
817 2001-03-30 Phil Edwards <pme@sources.redhat.com>
818
819 * tests_flags.in (LIBS): Pass correct path for installed testing.
820
821 2001-03-28 Benjamin Kosnik <bkoz@redhat.com>
822
823 * mkcheck.in (LIBTOOL): Don't construct -B argument here...
824 * tests_flags.in (CXX): Construct here.
825 (static_fail): Don't remove compile.out. Format with spaces.
826 (INCLUDES): Deal with xcompiling.
827 * configure.in (xcompiling): Substitute.
828 * testsuite/Makefile.am: Snake libjava configury.
829 * testsuite/Makefile.in: Regenerate.
830 * testsuite/23_containers/map_operators.cc: Tweaks.
831 * testsuite/23_containers/set_operators.cc: Tweaks.
832
833 2001-03-28 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
834
835 Enable dejagnu testing framework.
836 * configure.in: Generate testsuite/Makefile.
837 * configure: Regenerate.
838 * Makefile.am (check-install): Change rule from this...
839 (check-script-install): ...to this.
840 (check): Change rule from this...
841 (check-script):...to this.
842 * Makefile.in: Regenerate.
843
844 2001-03-28 Alexandre Oliva <aoliva@redhat.com>
845
846 * libsupc++/Makefile.am (CXXLINK): Add --tag disable-shared after
847 --tag CXX.
848 (LIBTOOL): Let automake take care of its definition.
849 * libsupc++/Makefile.in: Rebuilt.
850
851 2001-03-28 Richard Henderson <rth@redhat.com>
852
853 IA-64 ABI Exception Handling:
854 * acinclude.m4 (GLIBCPP_ENABLE_SJLJ_EXCEPTIONS): New.
855 * configure.in: Use it.
856 * Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.
857 * libsupc++/Makefile.am (sources): Update files list.
858 * libsupc++/Makefile.in: Regenerate.
859 * libsupc++/eh_alloc.cc, libsupc++/eh_aux_runtime.cc: New files.
860 * libsupc++/eh_catch.cc, libsupc++/eh_exception.cc: New files.
861 * libsupc++/eh_globals.cc, libsupc++/eh_personality.cc: New files.
862 * libsupc++/eh_terminate.cc, libsupc++/eh_throw.cc: New files.
863 * libsupc++/exception_support.cc: Remove.
864 * libsupc++/exception_support.h: Remove.
865 * libsupc++/pure.cc: Use std::terminate.
866 * libsupc++/tinfo2.cc (__throw_type_match_rtti_2): Remove.
867 (__is_pointer): Remove.
868 * libsupc++/unwind-cxx.h: New file.
869 * libsupc++/vec.cc (uncatch_exception): Update for new abi.
870
871 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
872
873 * libsupc++/Makefile.am (CXXLINK): Use CXX again, and choose
874 CXX tag explicitly.
875 * src/Makefile.am (CXXLINK): Likewise.
876 * libsupc++/Makefile.in, src/Makefile.in: Rebuilt.
877
878 2001-03-27 Benjamin Kosnik <bkoz@redhat.com>
879
880 * include/bits/c++config (_STL_USE_CONCEPT_CHECKS): Disable by default.
881
882 2001-03-26 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
883
884 * libstdc++-v3/tests_flags.in: Change the order of libstdc++
885 and libc
886
887 2001-03-26 Benjamin Kosnik <bkoz@redhat.com>
888
889 * include/bits/basic_file.h (get_fileno): Remove.
890 (_M_fileno): Remove.
891 (_M_cfile_created): Add.
892 (basic_file::basic_file(__c_file_type*, openmode): Add.
893 (basic_file::basic_file(int, const char*, openmode): Remove.
894 * include/bits/fstream.tcc (basic_fstream::basic_filebuf(int __fd,
895 const char*, ios_base::openmode): Don't allocate
896 internal buffers. Turn off internal buffers.
897 (basic_filebuf::overflow): Remove test for null buffer.
898 (basic_filebuf::_M_really_overflow): Same. Allow unbuffered use.
899 * include/bits/streambuf.cc: Tweak.
900 * include/bits/std_ostream.h: Tweak.
901 * config/basic_file_libio.h: Same.
902 * config/basic_file_stdio.h: Same.
903 * src/ios.cc (ios_base::Init::Init()): Unbuffer stdout by default.
904 * testsuite/27_io/filebuf_members.cc: Tweaks.
905 * testsuite/27_io/ios_base_members_static.cc: Tweaks.
906
907 2001-03-24 Phil Edwards <pme@sources.redhat.com>
908
909 * Makefile.am: New targets, doxygen and doxygen-maint.
910 * Makefile.in: Regenerated.
911 * docs/doxygen/run_doxygen: Finally implemented.
912 * docs/doxygen/maint.cfg.in: New file.
913 * docs/doxygen/user.cfg.in: New file.
914
915 2001-03-24 Phil Edwards <pme@sources.redhat.com>
916
917 * acinclude.m4 (GLIBCPP_CHECK_COMPILER_FEATURES): Update comment.
918 * src/Makefile.am: Replace leading spaces with tabs on continuation
919 lines.
920 * aclocal.m4: Regenerated.
921 * configure: Ditto.
922 * Makefile.in: Ditto.
923 * src/Makefile.in: Ditto.
924 * libio/Makefile.in: Ditto.
925 * libmath/Makefile.in: Ditto.
926 * libsupc++/Makefile.in: Ditto.
927
928 2001-03-24 Phil Edwards <pme@sources.redhat.com>
929
930 * docs/html/19_diagnostics/howto.html: HTML fixup. Describe
931 concept-checking code and current status of same.
932 * docs/html/ext/howto.html: Ditto.
933 * docs/html/faq/index.html: Ditto.
934 * docs/html/faq/index.txt: Regenerated.
935
936 2001-03-24 Phil Edwards <pme@sources.redhat.com>
937
938 * include/bits/std_bitset.h: Include ostream and istream headers
939 instead of iostream.
940
941 2001-03-22 Greg Bumgardner <bumgard@roguewave.com>
942
943 * include/bits/ostream.tcc: Use __builtin_alloca.
944
945 2001-03-22 Benjamin Kosnik <bkoz@redhat.com>
946
947 * src/misc-inst.cc (__sink_unused_warning): Move to...
948 * src/locale-inst.cc (__sink_unused_warning): Move to...
949 * src/stl-inst.cc: Here.
950 * include/bits/c++config (_STL_NO_CONCEPT_CHECKS): Add define,
951 commented it out.
952
953 2001-03-21 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
954
955 * intclude/bits/basic_file.h: Fix typos in comments.
956
957 2001-03-20 Richard Henderson <rth@redhat.com>
958
959 * src/gen-num-limits.cc: Instantiate for wchar_t.
960 * config/os/aix/bits/ctype_base.h (mask): Use unsigned int.
961
962 2001-03-20 Jason Merrill <jason@redhat.com>
963
964 * libsupc++/vec.cc (__cxa_vec_cleanup): New fn.
965 (__cxa_vec_ctor, __cxa_vec_cctor, __cxa_vec_dtor): Call it.
966 * libsupc++/cxxabi.h: Declare it.
967
968 2001-03-16 Alexandre Oliva <aoliva@redhat.com>
969
970 * src/gen-num-limits.cc (signal_adapter): Overloaded to match
971 signal_func with an unspecified argument list.
972
973 2001-03-15 Benjamin Kosnik <bkoz@redhat.com>
974
975 * tests_flags.in (CXXFLAGS): Link libstdc++ before libsupc++.
976
977 2001-03-15 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
978
979 * include/bits/basic_string.tcc (operator+): Fix thinko.
980
981 2001-03-14 Benjamin Kosnik <bkoz@redhat.com>
982
983 libstdc++/2020
984 * include/bits/std_streambuf.h: Remove cached locale facets.
985 (basic_streambuf::_M_buf_fctype): Remove.
986 (basic_streambuf::~basic_streambuf): Remove here.
987 (basic_streambuf::basic_streambuf): Same.
988 (basic_streambuf::imbue): Same.
989 * include/bits/fstream.tcc (filebuf::imbue): Remove _M_buf_fctype.
990 * include/bits/std_fstream.h (basic_filebuf::_M_fcvt): Remove.
991 (basic_filebuf::~basic_filebuf()): Remove here.
992 * include/bits/fstream.tcc (basic_filebuf::basic_filebuf): Same.
993 (basic_filebuf::imbue): Same.
994 * include/bits/localefwd.h (_Count_ones): Remove.
995 (locale::_S_num_categories): Just use 6, since this doesn't
996 actually change, ever.
997 * include/bits/locale_facets.tcc (has_facet): Simplify.
998 (use_facet): Same.
999 * testsuite/27_io/filebuf.cc (test06): Add tests.
1000
1001 2001-03-13 Steve Ellcey <sje@cup.hp.com>
1002
1003 * libstdc++-v3/config/os/hpux/bits/ctype_base.h: Make ctype masks
1004 match HP-UX ctype.h header file.
1005
1006 2001-03-13 Andris Pavenis <pavenis@latnet.lv>
1007
1008 * config/djgpp/bits/ctype_noninline.h: Fix typo and remove
1009 duplicate definitions of __dj_ctype_*
1010
1011 2001-03-13 Benjamin Kosnik <bkoz@redhat.com>
1012
1013 * libsupc++/new: Remove pragma interface.
1014 * libsupc++/typeinfo: Same.
1015 * libsupc++/exception: Same.
1016 * libsupc++/new_handler.cc: Remove pragma implementation.
1017 (bad_alloc::~bad_alloc()): Add.
1018 * libsupc++/exception_support.cc: Same.
1019 (exception::~exception): Add.
1020 (bad_exception::~bad_exception): Add.
1021 * libsupc++/tinfo.cc: Same.
1022 (bad_cast::~bad_cast): Add.
1023 (bad_typeid::~bad_typeid): Add.
1024
1025 2001-03-13 Phil Edwards <pme@sources.redhat.com>
1026
1027 * mkcheck.in: Fix IFS regression for non-bash-2.01 hosts.
1028
1029 2001-03-12 Felix Lee <flee@redhat.com>
1030
1031 * mkcheck.in: workaround for bash 2.01 IFS bug.
1032
1033 2001-03-12 Benjamin Kosnik <bkoz@redhat.com>
1034
1035 Fixups for -fno-for-scope
1036 * include/bits/locale_facets.tcc (__match_parallel): Fixup.
1037 * src/valarray-inst.cc (__gslice_to_index): Same.
1038
1039 2001-03-12 Rodney Brown <RodneyBrown@mynd.com>
1040
1041 * src/gen-num-limits.cc (traps) [SPECIALIZE_TRAPPING]: Add fflush
1042 prior to trapping signal (UnixWare 7 workaround).
1043
1044 2001-03-12 Craig Rodrigues <rodrigc@mediaone.net>
1045
1046 * include/backward/hashtable.h: Same.
1047 * include/backward/rope.h: Fix include.
1048
1049 2001-03-12 Benjamin Kosnik <bkoz@redhat.com>
1050
1051 * include/backward/vector.h: Include std_vector.h.
1052
1053 * include/bits/istream.tcc (basic_istream<_CharT, _Traits>&
1054 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s)):
1055 Fix typo.
1056
1057 2001-03-11 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
1058
1059 * include/ext/stl_hashtable.h: Change type of __n to size_t
1060 * include/backward/bvector.h: Include <ext/stl_bvector.h>
1061
1062 2001-03-09 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1063
1064 * include/bits/istream.tcc ( basic_istream<_CharT, _Traits>&
1065 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s)):
1066 Use streamsize, not int_type.
1067
1068 2001-03-08 Benjamin Kosnik <bkoz@redhat.com>
1069
1070 * testsuite/27_io/streambuf.cc (test06): New test, disabled at the
1071 moment.
1072
1073 2001-03-08 Andreas Schwab <schwab@suse.de>
1074
1075 * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Fix syntax in test
1076 command.
1077 * aclocal.m4, configure: Regenerated.
1078
1079 2001-03-07 Benjamin Kosnik <bkoz@redhat.com>
1080
1081 * include/bits/std_iosfwd.h: Remove string forward decls here.
1082 * include/bits/stringfwd.h: Add forward decls for char_traits
1083 specializations.
1084 * config/c_io_libio.h (wstreamoff): Delete.
1085 * config/c_io_stdio.h (wstreamoff): Same.
1086 * include/bits/char_traits.h: Use streamoff not wstreamoff for
1087 char_traits<wchar_t>::off_type.
1088 Remove duplicate typedefs.
1089 * include/bits/fpos.h: Define streampos/wstreampos here.
1090 * testsuite/27_io/istream_seeks.cc (test04): Explicitly cast int
1091 values to off_type.
1092 (test05): Same.
1093 Changeup output files.
1094 * testsuite/27_io/istream_unformatted.cc: Change output files.
1095 * testsuite/27_io/istream_seeks-1.txt: Add.
1096 * testsuite/27_io/istream_seeks-2.tst: Add.
1097 * testsuite/27_io/istream_seeks-1.tst: Add.
1098 * testsuite/27_io/istream_unformatted-2.tst: Delete.
1099 * testsuite/27_io/istream_unformatted-3.tst: Delete.
1100 * testsuite/27_io/istream_unformatted-3.txt: Delete.
1101
1102 2001-03-07 Alexandre Oliva <aoliva@redhat.com>
1103
1104 Add Irix 5.2, 6.3 support.
1105 * config/os/irix/bits: Renamed to...
1106 * config/os/irix/irix6.5/bits: this.
1107 * config/os/irix/irix5.2/bits: New, copied from irix6.5/bits.
1108 * config/os/irix/irix5.2/bits/ctype_base.h: Use _U, _L, _N,
1109 _X, _S, _P, _C and _B instead of IRIX-6.5 _IS* macros.
1110 * config/os/irix/irix5.2/bits/ctype_noninline.h
1111 (ctype<char>::ctype): Initialize _M_table with __ctype.
1112 * configure.target: Adjust.
1113
1114 2001-03-06 Benjamin Kosnik <bkoz@redhat.com>
1115
1116 libstdc++/2181
1117 * include/bits/istream.tcc (basic_istream<_CharT, _Traits>::
1118 operator>>(__istream_type& (*__pf)(__istream_type&)): Don't use
1119 sentry.
1120 (basic_istream<_CharT, _Traits>:: operator>>(__ios_type&
1121 (*__pf)(__ios_type&)): Same.
1122 (basic_istream<_CharT, _Traits>:: operator>>(ios_base&
1123 (*__pf)(ios_base&))): Same.
1124 * testsuite/27_io/istream_extractor_other.cc: Add tests.
1125 * testsuite/27_io/istream_manip.cc (test01): Fix.
1126
1127 2001-03-06 Nathan Myers <ncm@cantrip.org>
1128 Benjamin Kosnik <bkoz@redhat.com>
1129
1130 * include/c_std/bits/std_cerrno.h: Don't define errno in std::.
1131 * testsuite/17_intro/header_cerrno.cc (test01): New file.
1132 * testsuite/17_intro/header_cassert.cc (test01): New file.
1133 * testsuite/17_intro/header_cstddef.cc (test01): New file.
1134 * testsuite/17_intro/header_csetjmp.cc (test01): New file.
1135 * testsuite/17_intro/header_cstdarg.cc (test01): New file.
1136
1137 2001-03-05 scott snyder <snyder@fnal.gov>
1138
1139 libstdc++/2190
1140 * include/c_std/bits/std_cmath.h: Move abs(long), div(long,long)
1141 from here...
1142 * include/c_std/bits/std_cstdlib.h: ... to here.
1143 * testsuite/17_intro/header_cstdlib.cc: Add test.
1144
1145 2001-03-05 Stephen M. Webb <stephen.webb@cybersafe.com>
1146
1147 * libsupc++/vec.cc (__cxxa_vec_new2): Qualify size_t.
1148
1149 2001-03-05 Laurynas Biveinis <lauras@softhome.net>
1150
1151 * config/os/djgpp/ctype_base.h (ctype_base): fix __to_type
1152 definition. Replace enum with static const variables.
1153
1154 * config/os/djgpp/ctype_inline.h (ctype<char>::is): remove
1155 throw specification, fix typos, use <static_cast>.
1156 (ctype<char>::scan_is): remove throw specification.
1157 (ctype<char>::scan_not): likewise.
1158
1159 * config/os/djgpp/ctype_noninline.h (ctype<char>::ctype): fix typo.
1160 (ctype<char>::do_toupper(char)): use <static_cast>.
1161 (ctype<char>::do_toupper(char *, const char *)): likewise.
1162 (ctype<char>::do_tolower(char)): likewise.
1163 (ctype<char>::do_tolower(char *, const char *)): likewise.
1164
1165 2001-03-04 Phil Edwards <pme@sources.redhat.com>
1166
1167 http://gcc.gnu.org/ml/libstdc++/2001-03/msg00015.html
1168 * include/backward/algo.h: Use std not __STD. Remove unneeded
1169 macros and "never happens" code. Adjust to C++STYLE guidelines.
1170 * include/backward/algobase.h: Likewise.
1171 * include/backward/alloc.h: Likewise.
1172 * include/backward/bvector.h: Likewise.
1173 * include/backward/deque.h: Likewise.
1174 * include/backward/function.h: Likewise.
1175 * include/backward/hash_map.h: Likewise.
1176 * include/backward/hash_set.h: Likewise.
1177 * include/backward/hashtable.h: Likewise.
1178 * include/backward/heap.h: Likewise.
1179 * include/backward/iterator.h: Likewise.
1180 * include/backward/list.h: Likewise.
1181 * include/backward/map.h: Likewise.
1182 * include/backward/multimap.h: Likewise.
1183 * include/backward/multiset.h: Likewise.
1184 * include/backward/pair.h: Likewise.
1185 * include/backward/rope.h: Likewise.
1186 * include/backward/set.h: Likewise.
1187 * include/backward/slist.h: Likewise.
1188 * include/backward/stack.h: Likewise.
1189 * include/backward/strstream: Likewise.
1190 * include/backward/tempbuf.h: Likewise.
1191 * include/backward/tree.h: Likewise.
1192 * include/backward/vector.h: Likewise.
1193 * include/bits/basic_ios.h: Likewise.
1194 * include/bits/basic_ios.tcc: Likewise.
1195 * include/bits/basic_string.h: Likewise.
1196 * include/bits/c++config: Likewise.
1197 * include/bits/concept_checks.h: Likewise.
1198 * include/bits/fpos.h: Likewise.
1199 * include/bits/fstream.tcc: Likewise.
1200 * include/bits/functexcept.h: Likewise.
1201 * include/bits/ios_base.h: Likewise.
1202 * include/bits/istream.tcc: Likewise.
1203 * include/bits/mask_array.h: Likewise.
1204 * include/bits/ostream.tcc: Likewise.
1205 * include/bits/pthread_allocimpl.h: Likewise.
1206 * include/bits/sbuf_iter.h: Likewise.
1207 * include/bits/slice.h: Likewise.
1208 * include/bits/slice_array.h: Likewise.
1209 * include/bits/sstream.tcc: Likewise.
1210 * include/bits/std_bitset.h: Likewise.
1211 * include/bits/std_fstream.h: Likewise.
1212 * include/bits/std_iomanip.h: Likewise.
1213 * include/bits/std_ios.h: Likewise.
1214 * include/bits/std_istream.h: Likewise.
1215 * include/bits/std_iterator.h: Likewise.
1216 * include/bits/std_memory.h: Likewise.
1217 * include/bits/std_ostream.h: Likewise.
1218 * include/bits/std_sstream.h: Likewise.
1219 * include/bits/std_streambuf.h: Likewise.
1220 * include/bits/std_string.h: Likewise.
1221 * include/bits/std_valarray.h: Likewise.
1222 * include/bits/stl_algo.h: Likewise.
1223 * include/bits/stl_algobase.h: Likewise.
1224 * include/bits/stl_alloc.h: Likewise.
1225 * include/bits/stl_construct.h: Likewise.
1226 * include/bits/stl_deque.h: Likewise.
1227 * include/bits/stl_function.h: Likewise.
1228 * include/bits/stl_heap.h: Likewise.
1229 * include/bits/stl_iterator.h: Likewise.
1230 * include/bits/stl_iterator_base.h: Likewise.
1231 * include/bits/stl_list.h: Likewise.
1232 * include/bits/stl_map.h: Likewise.
1233 * include/bits/stl_multimap.h: Likewise.
1234 * include/bits/stl_multiset.h: Likewise.
1235 * include/bits/stl_numeric.h: Likewise.
1236 * include/bits/stl_pair.h: Likewise.
1237 * include/bits/stl_pthread_alloc.h: Likewise.
1238 * include/bits/stl_queue.h: Likewise.
1239 * include/bits/stl_raw_storage_iter.h: Likewise.
1240 * include/bits/stl_relops.h: Likewise.
1241 * include/bits/stl_set.h: Likewise.
1242 * include/bits/stl_stack.h: Likewise.
1243 * include/bits/stl_tempbuf.h: Likewise.
1244 * include/bits/stl_threads.h: Likewise.
1245 * include/bits/stl_tree.h: Likewise.
1246 * include/bits/stl_uninitialized.h: Likewise.
1247 * include/bits/stl_vector.h: Likewise.
1248 * include/bits/streambuf.tcc: Likewise.
1249 * include/bits/type_traits.h: Likewise.
1250 * include/bits/valarray_meta.h: Likewise.
1251 * include/ext/bvector: Likewise.
1252 * include/ext/hash_map: Likewise.
1253 * include/ext/hash_set: Likewise.
1254 * include/ext/ropeimpl.h: Likewise.
1255 * include/ext/slist: Likewise.
1256 * include/ext/stl_bvector.h: Likewise.
1257 * include/ext/stl_hash_fun.h: Likewise.
1258 * include/ext/stl_hashtable.h: Likewise.
1259 * include/ext/stl_rope.h: Likewise.
1260 * src/complex_io.cc: Likewise.
1261 * src/ios.cc: Likewise.
1262 * src/locale-inst.cc: Likewise.
1263 * src/locale.cc: Likewise.
1264 * src/localename.cc: Likewise.
1265 * src/misc-inst.cc: Likewise.
1266 * src/stdexcept.cc: Likewise.
1267 * src/stl-inst.cc: Likewise.
1268 * src/strstream.cc: Likewise.
1269 * src/valarray-inst.cc: Likewise.
1270
1271 2001-03-03 Benjamin Kosnik <bkoz@redhat.com>
1272
1273 * src/misc-inst.cc (__copy_streambufs): Fix typo for alpha.
1274
1275 2001-03-02 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
1276
1277 * include/bits/istream.tcc: change type of __extracted to __size_type
1278
1279 2001-03-02 Benjamin Kosnik <bkoz@redhat.com>
1280
1281 * src/wstring-inst.cc: New file.
1282 * src/Makefile.am (EXTRA_LTLIBRARIES): Remove.
1283 (libinst_wstring_la_SOURCES): Remove.
1284 (libstdc___la_LIBADD): Remove libinst_wstring_la.
1285 (sources): Add wstring-inst.cc
1286 * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Remove
1287 libinst_wstring_la.
1288
1289 2001-03-02 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
1290
1291 * src/locale.cc: initialise __ret with zero
1292 * src/strstream.cc:cast gptr to int_type
1293
1294 2001-03-01 Phil Edwards <pme@sources.redhat.com>
1295
1296 * docs/html/faq/index.html: Update broken links.
1297 * docs/html/faq/index.txt: Regenerated.
1298
1299 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
1300
1301 libstdc++/2064
1302 * configure.target: Change irix* to irix6.5* in target_os table.
1303
1304 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
1305
1306 libstdc++/2103
1307 * include/bits/c++config (__GLIBCPP__): Bump number in
1308 anticipation of 2.92.
1309
1310 * include/bits/codecvt.h: Fix typo.
1311 * include/bits/basic_file.h (__basic_file): Don't use _M_wfile for
1312 stdio model.
1313 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Enable wchar_t
1314 instantiations for stdio model.
1315
1316 2001-02-28 Phil Edwards <pme@sources.redhat.com>
1317
1318 * acinclude.m4 (GLIBCPP_CONFIGURE): Remove GLIBCPP_CFLAGS
1319 and GLIBCPP_CXXFLAGS as unused variables.
1320 * configure.host: Likewise.
1321 * configure.target: Likewise.
1322 * aclocal.m4: Regenerated.
1323 * configure: Regenerated.
1324 * Makefile.in: Regenerated.
1325 * libio/Makefile.in: Regenerated.
1326 * libmath/Makefile.in: Regenerated.
1327 * libsupc++/Makefile.in: Regenerated.
1328 * src/Makefile.in: Regenerated.
1329
1330 2001-02-27 Benjamin Kosnik <bkoz@redhat.com>
1331
1332 libstdc++/1886
1333 * include/bits/basic_file.h: Include basic_file_model.h.
1334 * config/c_io_libio.cc: Move to...
1335 * config/basic_file_libio.cc: Here.
1336 * config/basic_file_libio.h: New file.
1337 * config/c_io_stdio.cc: Move to...
1338 * config/basic_file_stdio.cc: Here.
1339 * config/basic_file_stdio.h: New file.
1340 * config/c_io_libio.h: Tweak.
1341 * config/c_io_stdio.h: Tweak.
1342 * src/Makefile.am (build_headers): Add basic_file_model.h.
1343 (sources): Add basic_file.cc, remove c++io.cc.
1344 * src/Makefile.in: Regenerate.
1345 * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Add support for
1346 basic_file_model.h and basic_file.cc.
1347 * aclocal.m4: Regenerate.
1348 * configure: Regenerate.
1349 * testsuite/27_io/filebuf.cc (test05): Add regression.
1350
1351 2001-02-27 Benjamin Kosnik <bkoz@redhat.com>
1352
1353 Correct license.
1354 * config/cpu/alpha/bits/atomicity.h: Change.
1355 * config/cpu/arm/bits/atomicit3y.h
1356 * config/cpu/generic/bits/atomicity.h
1357 * config/cpu/i386/bits/atomicity.h
1358 * config/cpu/i486/bits/atomicity.h
1359 * config/cpu/ia64/bits/atomicity.h
1360 * config/cpu/powerpc/bits/atomicity.h
1361 * config/cpu/sparc/sparc32/bits/atomicity.h
1362 * config/cpu/sparc/sparc64/bits/atomicity.h
1363 * config/os/aix/bits/atomicity.h
1364 * config/os/irix/bits/atomicity.h
1365
1366 2001-02-27 Benjamin Kosnik <bkoz@redhat.com>
1367
1368 * include/bits/std_stdexcept.h (runtime_error): Make string
1369 member non-const.
1370 (logic_error): Same.
1371 * testsuite/19_diagnostics/stdexceptions.cc (test04): Add test.
1372 (test03): Fix.
1373
1374 2001-02-26 Benjamin Kosnik <bkoz@redhat.com>
1375
1376 libstdc++/1972
1377 libstdc++/2089
1378 * include/bits/std_stdexcept.h (logic_error::logic_error): Use
1379 string object, not reference.
1380 (runtime_error::runtime_error): Same.
1381 * testsuite/19_diagnostics/stdexceptions.cc: New file.
1382
1383 2001-02-26 Phil Edwards <pme@sources.redhat.com>
1384
1385 * acinclude.m4 (GLIBCPP_CONFIGURE): Update required compiler version.
1386 (GLIBCPP_CHECK_COMPILER_FEATURES): Can safely assume new
1387 diagnostics. Remove WFMT_FLAGS.
1388 * configure.in: Replace WFMT_FLAGS with diagnostics options.
1389 * libsupc++/Makefile.am: Likewise.
1390 * src/Makefile.am: Likewise.
1391 * aclocal.m4: Regenerated.
1392 * configure: Regenerated.
1393 * Makefile.in: Regenerated.
1394 * libio/Makefile.in: Regenerated.
1395 * libmath/Makefile.in: Regenerated.
1396 * libsupc++/Makefile.in: Regenerated.
1397 * src/Makefile.in: Regenerated.
1398
1399 2001-02-26 Phil Edwards <pme@sources.redhat.com>
1400
1401 Fixes libstdc++/2079
1402 * include/backward/iomanip.h: Expose <ios> manipulators to global
1403 namespace.
1404 * include/backward/iostream.h: Also expose std::ws.
1405
1406 2001-02-25 Greg Freemyer <freemyer@NorcrossGroup.com>
1407
1408 * libmath/mathconf.h (GET_LDOUBLE_MSW64): Fix thinko.
1409
1410 2001-02-23 Benjamin Kosnik <bkoz@redhat.com>
1411
1412 * include/bits/codecvt.h: Use __builtin_alloca.
1413 * include/bits/ostream.tcc: Same.
1414 * include/bits/fstream.tcc: Same.
1415
1416 2001-02-23 Alexandre Oliva <aoliva@redhat.com>
1417
1418 * mknumeric_limits (CC): Use VAR=${VAR=...} form.
1419
1420 2001-02-23 David Edelsohn <dje@watson.ibm.com>
1421
1422 * mknumeric_limits (CC): Use $BUILD_DIR/../../gcc/xgcc
1423
1424 2001-02-23 Phil Edwards <pme@sources.redhat.com>
1425
1426 c++/2052
1427 * include/backward/iostream.h: Expose std::flush in old headers.
1428
1429 2001-02-23 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1430
1431 * mknumeric_limits: Remove special-casing on target. Use gcc
1432 instead of g++ to build gen-num-limits.cc
1433
1434 2001-02-22 Benjamin Kosnik <bkoz@redhat.com>
1435
1436 * tests_flags.in (CXXFLAGS): Add -rpath to gcc build dir.
1437
1438 * include/bits/codecvt.h: Use alloca instead of __extension__ for
1439 the time being.
1440 * include/bits/ostream.tcc: Same.
1441 * include/bits/std_ostream.h: Same.
1442 * include/bits/fstream.tcc: Same.
1443 * include/bits/locale_facets.tcc: Add typename.
1444 * include/bits/c++config (_GLIBCPP_FULLY_COMPLIANT_HEADERS): Enable.
1445
1446 2001-02-21 Phil Edwards <pme@sources.redhat.com>
1447
1448 * tests_flags.in: Remove -n flag from call to echo.
1449
1450 2001-02-20 Benjamin Kosnik <bkoz@redhat.com>
1451
1452 * config/c_locale_gnu.h: Add clocale include.
1453
1454 2001-02-20 Phil Edwards <pme@sources.redhat.com>
1455
1456 * include/bits/stl_config.h: Remove file.
1457 * src/Makefile.am (base_headers): Remove from list.
1458 * configure: Regenerate.
1459 * Makefile.in: Ditto.
1460 * libio/Makefile.in: Ditto.
1461 * libmath/Makefile.in: Ditto.
1462 * libsupc++/Makefile.in: Ditto.
1463 * src/Makefile.in: Ditto.
1464
1465 * include/bits/c++config: Move relevant macros to here.
1466 * include/backward/alloc.h: Include c++config.h instead.
1467 * include/backward/function.h: Ditto.
1468 * include/backward/heap.h: Ditto.
1469 * include/backward/pair.h: Ditto.
1470 * include/bits/pthread_allocimpl.h: Ditto.
1471 * include/bits/std_functional.h: Ditto.
1472 * include/bits/std_iterator.h: Ditto.
1473 * include/bits/std_numeric.h: Ditto.
1474 * include/bits/std_utility.h: Ditto.
1475 * include/bits/stl_algobase.h: Ditto.
1476 * include/bits/type_traits.h: Ditto.
1477 * src/stl-inst.cc: Ditto.
1478
1479 2001-02-19 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1480
1481 * include/bits/basic_file.h: Add #pragma system_header
1482 * include/bits/basic_ios.h: Ditto.
1483 * include/bits/basic_string.h: Ditto.
1484 * include/bits/char_traits.h: Ditto.
1485 * include/bits/codecvt.h: Ditto.
1486 * include/bits/cpp_type_traits.h: Ditto.
1487 * include/bits/fpos.h: Ditto.
1488 * include/bits/gslice.h: Ditto.
1489 * include/bits/gslice_array.h: Ditto.
1490 * include/bits/indirect_array.h: Ditto.
1491 * include/bits/ios_base.h: Ditto.
1492 * include/bits/limits_generic.h: Ditto.
1493 * include/bits/locale_facets.h: Ditto.
1494 * include/bits/localefwd.h: Ditto.
1495 * include/bits/mask_array.h: Ditto.
1496 * include/bits/sbuf_iter.h: Ditto.
1497 * include/bits/sequence_concepts.h: Ditto.
1498 * include/bits/slice.h: Ditto.
1499 * include/bits/slice_array.h: Ditto.
1500 * include/bits/std_algorithm.h: Likewise.
1501 * include/bits/std_bitset.h: Likewise.
1502 * include/bits/std_complex.h: Likewise.
1503 * include/bits/std_deque.h: Likewise.
1504 * include/bits/std_fstream.h: Likewise.
1505 * include/bits/std_functional.h: Likewise.
1506 * include/bits/std_iomanip.h: Likewise.
1507 * include/bits/std_ios.h: Likewise.
1508 * include/bits/std_iosfwd.h: Likewise.
1509 * include/bits/std_iostream.h: Likewise.
1510 * include/bits/std_istream.h: Likewise.
1511 * include/bits/std_iterator.h: Likewise.
1512 * include/bits/std_list.h: Likewise.
1513 * include/bits/std_locale.h: Likewise.
1514 * include/bits/std_map.h: Likewise.
1515 * include/bits/std_memory.h: Likewise.
1516 * include/bits/std_numeric.h: Likewise.
1517 * include/bits/std_ostream.h: Likewise.
1518 * include/bits/std_queue.h: Likewise.
1519 * include/bits/std_set.h: Likewise.
1520 * include/bits/std_sstream.h: Likewise.
1521 * include/bits/std_stack.h: Likewise.
1522 * include/bits/std_stdexcept.h: Likewise.
1523 * include/bits/std_streambuf.h: Likewise.
1524 * include/bits/std_string.h: Likewise.
1525 * include/bits/std_utility.h: Likewise.
1526 * include/bits/std_valarray.h: Likewise.
1527 * include/bits/std_vector.h: Likewise.
1528 * include/bits/stringfwd.h: Likewise.
1529 * include/bits/type_traits.h: Likewise.
1530 * include/bits/valarray_array.h: Likewise.
1531 * include/bits/valarray_meta.h: Likewise.
1532
1533 2001-02-19 Andreas Jaeger <aj@suse.de>
1534
1535 * config/cpu/sparc/sparc64/bits/atomicity.h (__compare_and_swap):
1536 Fix typo.
1537
1538 2001-02-16 Greg Bumgardner <bumgard@roguewave.com>
1539
1540 libstdc++/1734
1541 * include/bits/std_ostream.h: Replaced usage of
1542 _Traits::_S_eos() with _CharT() as per section 17.2.2.1.3.
1543 * include/bits/char_traits.h: Removed non-standard
1544 methods that cannot be used elsewhere.
1545
1546 libstdc++/1885
1547 * include/bits/basic_ios.h: Uncommented #include of
1548 bits/basic_ios.tcc
1549
1550 libstdc++/1897
1551 * include/bits/codecvt.h: See next...
1552 * include/bits/fstream.tcc: See next...
1553 * include/bits/ostream.tcc: Add __extension__
1554 to variable-length arrays.
1555
1556 libstdc++/1967
1557 * include/bits/localefwd.h: Changed int counter type to size_t.
1558
1559 libstdc++/1968
1560 * include/bits/std_fstream.h: Added typedef for __ctype_type.
1561
1562 2001-02-16 Benjamin Kosnik <bkoz@redhat.com>
1563
1564 * testsuite/21_strings/char_traits.cc: Move to ...
1565 * testsuite/21_strings/char_traits_requirements.cc: ..here.
1566 * testsuite/21_strings/char_traits-int_type.cc: Move to ...
1567 * testsuite/21_strings/char_traits_typedefs.cc: ..here.
1568
1569 2001-02-16 Gabriel Dos Reis <gdr@codesourcery.com>
1570
1571 * libmath/mathconf.h (FINITE_P, INFINITE_P): Remove macro
1572 definitions.
1573
1574 2001-02-15 Benjamin Kosnik <bkoz@redhat.com>
1575
1576 * include/bits/c++config: Revert.
1577
1578 2001-02-15 Mark Mitchell <mark@codesourcery.com>
1579
1580 * include/bits/istream.tcc: Use ios_base::iostate in place of
1581 iostate throughout. Insert `typename' keyword where necessary.
1582 * include/bits/ostream.tcc: Insert `typename' keyword where
1583 necessary.
1584
1585 2001-02-15 Jeffrey Oldham <oldham@codesourcery.com>
1586
1587 * include/bits/c++config (_GLIBCPP_FULLY_COMPLIANT_HEADERS):
1588 Define so library is compliant.
1589
1590 2001-02-15 Anthony Green <green@redhat.com>
1591
1592 * acinclude.m4 (glibcpp_toolexeclibdir): Fix test for cross
1593 compilation.
1594 * aclocal.m4: Regenerate.
1595 * configure: Regenerate.
1596
1597 2001-02-15 Rodney Brown <RodneyBrown@mynd.com>
1598
1599 * acinclude.m4 (GLIBCPP_CHECK_MATH_DECL_1):
1600 Include ieeefp.h for fpclass on UnixWare{2,7}.
1601 * aclocal.m4: Regenerate.
1602 * configure: Regenerate.
1603 * mkcheck.in (size_command): Do without GNU-grep when using
1604 size from binutils.
1605
1606 2001-02-15 Mark Mitchell <mark@codesourcery.com>
1607
1608 Remove old ABI support from libsupc++.
1609 * libsupc++/cxxabi.h: Remove conditionally compiled code.
1610 * libsupc++/exception_support.cc: Likewise.
1611 * libsupc++/pure.cc: Likewise.
1612 * libsupc++/tinfo.cc: Likewise.
1613 * libsupc++/tinfo.h: Likewise.
1614 * libsupc++/tinfo2.cc: Likewise.
1615 * libsupc++/typeinfo: Likewise.
1616 * libsupc++/vec.cc: Likewise.
1617
1618 2001-02-15 Benjamin Kosnik <bkoz@redhat.com>
1619
1620 Add support for -fno-exceptions.
1621 * include/bits/exception_support.h: Remove.
1622 * include/bits/basic_string.h: Remove exception_support.
1623 (string::_M_check): Replace __OUTOFRANGE with __throw_out_of_range.
1624 (string::at): Same.
1625 (string::substr): Same.
1626 * include/bits/basic_string.tcc (string::reserve): Replace
1627 __LENGTHERROR with __throw_length_error.
1628 (string::_S_create): Same.
1629 (string::resize): Same.
1630 (string::_M_replace): Same.
1631 (string::replace): Same.
1632 (string::copy): Replace __OUTOFRANGE with __throw_out_of_range.
1633 (string::compare): Same.
1634 * include/bits/stl_vector.h: Remove exception_support.
1635 * src/Makefile.am (base_headers): Remove here.
1636 * src/Makefile.in: Regenerate.
1637
1638 * include/bits/stl_range_errors.h: Remove.
1639 * include/bits/stl_deque.h: Use __throw_range_error.
1640 * include/bits/std_deque.h: Include functexcept.h.
1641 * include/bits/std_vector.h: Same.
1642 * src/Makefile.am (base_headers): Remove here.
1643 * src/Makefile.in: Regenerate.
1644 * include/ext/stl_bvector.h (class __BVECTOR): Use __throw_range_error.
1645 * include/ext/bvector: Remove stl_range_errors.h
1646
1647 * include/bits/c++config (_GLIBCPP_USE_EXCEPTIONS): Remove.
1648
1649 * include/bits/functexcept.h: New file.
1650 * src/functexcept.cc: New file. Definitions for function-based
1651 exception routines.
1652 * src/Makefile.am (sources): Add functexcept.cc.
1653 * src/Makefile.in: Regenerate.
1654
1655 * include/bits/stl_config.h (__STL_USE_EXCEPTIONS): Wrap with
1656 __EXCEPTIONS.
1657
1658 * include/bits/localefwd.h: Include functexcept.h.
1659 * include/bits/std_iosfwd.h: Same.
1660
1661 * include/bits/basic_ios.h: Use __throw_ios_failure instead of
1662 throw basic_ios::failure.
1663 * include/bits/fstream.tcc (filebuf::_M_allocate_buffers):
1664 Use __throw_exception_again.
1665 (filebuf::_M_filebuf_init): Same.
1666 * include/bits/streambuf.tcc (__copy_streambufs): Same.
1667 * include/bits/ostream.tcc (ostream::operator<<): Same.
1668 * include/bits/istream.tcc (istream::operator>>): Same.
1669 * include/bits/basic_string.tcc (string::_M_mutate): Same.
1670 (string::_S_construct): Same.
1671 (string::_M_clone): Same.
1672 * include/bits/locale_facets.tcc (use_facet(const locale&)): Use
1673 __throw_bad_cast.
1674 (num_put<_CharT, _OutIter>::do_put): Use __throw_exception_again.
1675 * src/localename.cc (locale::_Imp::_Imp(const _Impl&, size_t): Use
1676 __throw_exception_again.
1677 (locale::_Imp::_Imp(string, size_t): Same.
1678 (locale::_Imp::_M_replace_facet): Use __throw_runtime_error.
1679 * src/locale.cc (locale::_M_coalesce): Use __throw_exception_again.
1680 (locale::locale(const char*)): Use __throw_runtime_error.
1681 (locale::classic): Use __throw_exception_again.
1682 (locale::_S_normalize_category): Use __throw_runtime_error.
1683
1684 * src/stdexcept.cc: Remove cruft.
1685
1686 * libsupc++/exception_defines.h: New file.
1687 * libsupc++/new_opnt.cc: Include exception_defines.h.
1688 * libsupc++/vec.cc: Same.
1689 (__cxa_vec_new2): Use __throw_exception_again.
1690 (__cxa_vec_new3): Same.
1691 (__cxa_vec_ctor): Same.
1692 (__cxa_vec_delete3): Same.
1693 (__cxa_vec_cctor): Same.
1694 (__cxa_vec_delete2): Same.
1695 (__cxa_vec_dtor): Same.
1696 * libsupc++/exception_support.cc: Include exception_defines.h. Only
1697 compile exception-handling bits if __EXCEPTIONS is defined.
1698 Remove old ABI support.
1699 * libsupc++/new_op.cc (new): Include exception_defines.h. Use
1700 std::__throw_bad_alloc() instead of throw bad_alloc.
1701 * libsupc++/Makefile.am: Add exception_defines.h.
1702 * libsupc++/Makefile.in: Reformat.
1703 * libsupc++/*: Format.
1704
1705 2001-02-15 Phil Edwards <pme@sources.redhat.com>
1706
1707 * docs/html/configopts.html: Minor updates and typo fixes.
1708 * docs/html/faq/index.html: Updates of the "not really bugs" list.
1709 * docs/html/faq/index.txt: Regenerated.
1710
1711 2001-02-15 Gabriel Dos Reis <gdr@codesourcery.com>
1712
1713 * testsuite/lib/libstdc++.exp: Lift, temporarily, out of
1714 dejagnu/dg.exp. Adapt to log options used to run testcases.
1715
1716 2001-02-13 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1717
1718 * testsuite/lib/libstdc++.exp(dg-test): Lift temporarily from
1719 dejagnu/dg.exp.
1720
1721 2001-02-13 Dirk Mueller <dmuell@gmx.net>
1722 Phil Edwards <pme@sources.redhat.com>
1723
1724 * include/backward/function.h: Do not use rel_ops for older
1725 headers either.
1726 * include/backward/pair.h: Likewise.
1727
1728 2001-02-12 Mark Mitchell <mark@codesourcery.com>
1729
1730 * src/locale.cc: Remove bogus locale::id definitions.
1731
1732 2001-02-11 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1733
1734 * include/bits/std_valarray.h: #undef _DEFINE_LOGICAL_OPERATOR,
1735 not _DEFINE_VALARRAY_OPERATOR which is not existent.
1736
1737 * include/bits/valarray_meta.h (_RefFunClos<>_RefRunClos): Fix
1738 thinko in member initialisation.
1739
1740 2001-02-11 Gabriel Dos Reis <gdr@codesourcery.com>
1741
1742 * include/bits/std_valarray.h(valarray<>::shift): Avoid
1743 comparaison between signed and unsigned integer types.
1744 (valarray<>::cshift): Reformat.
1745
1746 2001-02-11 Alexandre Oliva <aoliva@redhat.com>
1747
1748 * src/gen-num-limits.cc: Use sigsetjmp and siglongjmp if available.
1749 * mknumeric_limits: Compile it with -DHAVE_CONFIG_H.
1750 * configure.in: Test for sigsetjmp.
1751 * configure, config.h.in: Rebuilt.
1752
1753 2001-02-11 Gabriel Dos Reis <gdr@codesourcery.com>
1754
1755 * src/valarray-inst.cc (gslice::_Indexer::_Indexer): Don't flip
1756 lengths and strides.
1757 (__gslice_to_index): Document.
1758
1759 2001-02-11 Gabriel Dos Reis <gdr@codesourcery.com>
1760
1761 * include/bits/char_traits.h char_traits<char>::int_type: Change
1762 to `int' to match 21.1.3.1/2.
1763
1764 * testsuite/21_strings/char_traits-int_type.C: New test.
1765
1766 2001-02-10 Gabriel Dos Reis <gdr@codesourcery.com>
1767
1768 * testsuite/Makefile.am: New file.
1769
1770 2001-02-09 Nathan Sidwell <nathan@codesourcery.com>
1771
1772 * include/c_shadow/bits/std_cstdlib.h (lldiv_t): Fix typo.
1773
1774 2001-02-08 Loren J. Rittle <ljrittle@acm.org>
1775
1776 * src/locale-inst.cc (fill_n): Instantiate with size_t arguments.
1777
1778 2001-02-08 David Edelsohn <edelsohn@gnu.org>
1779
1780 * configure.target (aix4*): Remove extra set of brackets.
1781
1782 2001-02-07 Benjamin Kosnik <bkoz@redhat.com>
1783
1784 Clean up stdexcept.
1785 * include/bits/stringfwd.h: New file.
1786 * include/bits/stl_string_fwd.h: Remove.
1787 * include/bits/localefwd.h: Remove declaration for allocator.
1788 * include/bits/std_iosfwd: Same.
1789 * include/bits/std_string.h: Include it.
1790 * include/bits/std_ios.h: Remove include.
1791 * include/bits/basic_string.h: Tweak.
1792 * libsupc++/new: Format.
1793 * src/Makefile.am (base_headers): Add stringfwd.h, remove
1794 stl_string_fwd.h
1795 * src/Makefile.in: Regenerate.
1796 * include/bits/std_stdexcept.h: Rewrite.
1797 * src/stdexcept.cc: Same.
1798
1799 2001-02-06 Benjamin Kosnik <bkoz@redhat.com>
1800
1801 * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Deal with library
1802 install locations too.
1803 * aclocal.m4: Regenerate.
1804 * configure.in: Remove USE_LIBDIR.
1805 * configure: Regenerate.
1806 * src/Makefile.am (toolexecdir): Simplify, use
1807 glibcpp_toolexecdir, glibcpp_toolexeclibdir.
1808 * src/Makefile.in: Regenerate.
1809 * libsupc++/Makefile.am: Same.
1810 * libsupc++/Makefile.in: Regenerate.
1811
1812 * src/Makefile.am: Just remove special rules for locale-inst.cc and
1813 misc-inst.cc as no longer necessary.
1814
1815 Follow C++STYLE for naming non-static functions.
1816 * include/bits/ostream.tcc (_S_pad_char): Not static, rename to
1817 __pad_char.
1818 * include/bits/streambuf.tcc: Same.
1819 * include/bits/ostream.tcc: Same.
1820 * include/bits/istream.tcc: Same.
1821 * include/bits/locale_facets.tcc (_S_pad_numeric): To __pad_numeric.
1822 (_S_output_float): To __output_float.
1823 * include/bits/std_streambuf.h (_S_copy_streambufs): To
1824 __copy_streambufs.
1825 * include/bits/locale_facets.tcc (_S_build_float_format): To
1826 __build_float_format.
1827 (_S_format): To __output_integer.
1828 (_S_fill): To __pad.
1829 * src/locale.cc: Same.
1830 * src/misc-inst.cc: Fix formatting. Fix signature for wchar_t. Correct
1831 names.
1832 * include/bits/locale_facets.tcc (_S_group_digits): To
1833 __group_digits.
1834 * src/locale-inst.cc: Fixup names. Add use_facet instantiations
1835 for collate, numpunct.
1836
1837 2001-02-06 Phil Edwards <pme@sources.redhat.com>
1838
1839 * docs/html/configopts.html: Fix HTML markup.
1840 * docs/html/install.html: Bring up to date.
1841 * docs/html/17_intro/C++STYLE: Add global variable conventions.
1842 * docs/html/21_strings/howto.html: More notes.
1843 * docs/html/22_locale/howto.html: Fix HTML markup.
1844 * docs/html/27_io/howto.html: More notes.
1845 * docs/html/27_io/binary_iostreams_kanze.txt: New file.
1846 * docs/html/27_io/binary_iostreams_kuehl.txt: New file.
1847
1848 2001-02-06 Jeffrey Oldham <oldham@codesourcery.com>
1849
1850 * src/misc-inst.cc (_S_pad_char): Modify declaration's parameters
1851 to match header files.
1852 (_S_output_float): Likewise.
1853 (_S_copy_streambufs): Likewise.
1854
1855 2001-02-06 Hyman Rosen <Hyman.Rosen@kbcfp.com>
1856 Phil Edwards <pme@sources.redhat.com>
1857
1858 * include/bits/std_istream.h (op>> signed,unsigned char): Must
1859 use reinterpret_cast, not static_cast.
1860
1861 2001-02-06 Benjamin Kosnik <bkoz@redhat.com>
1862
1863 * acinclude.m4 (gxx_include_dir): Quote, fix regression.
1864 * aclocal.m4: Regenerate.
1865 * configure: Regenerate.
1866
1867 2001-02-05 Benjamin Kosnik <bkoz@redhat.com>
1868
1869 * include/bits/locale_facets.h (class moneypunct): Fix typos.
1870 * libsupc++/pure.cc: Revert.
1871
1872 2001-02-05 Benjamin Kosnik <bkoz@redhat.com>
1873
1874 * acinclude.m4 (GLIBCPP_CHECK_MATH_DECL_1): New macro.
1875 (GLIBCPP_CHECK_MATH_DECL_2): New macro.
1876 (GLIBCPP_CHECK_MATH_DECL_3): New macro.
1877 (GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE_1): Use it, check for _* too.
1878 (GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE_2): Same.
1879 (GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE_3): Same.
1880 (GLIBCPP_CHECK_MATH_SUPPORT): Remove explicit checks for _* versions.
1881 * aclocal.m4: Regenerate.
1882 * configure: Regenerate.
1883
1884 2001-02-05 Mark Mitchell <mark@codesourcery.com>
1885
1886 * include/bits/locale_facets.tcc: Remove `static' keyword on
1887 function definitions.
1888 * include/bits/std_streambuf.h: Likewise.
1889 * src/Makefile.am: Remove use of -fimplicit-templates.
1890 * src/Makefile.in: Regenerated.
1891 * src/locale-inst.cc: Explicitly instantiate more functions.
1892 * src/misc-inst.cc: Likewise.
1893 * src/string-inst.cc: Likewise.
1894
1895 2001-02-05 Benjamin Kosnik <bkoz@redhat.com>
1896
1897 * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): New
1898 macro. Consolidate all the bits to do with where includes might be
1899 installed.
1900 * aclocal.m4: Regenerate.
1901 * configure.in: Use it.
1902 * configure: Regenerate.
1903 * src/Makefile.am (targetincludep): Use simplified rules.
1904 (targetincludep): Rename gxx_target_include_dir.
1905 (myincludep): Rename gxx_include_dir.
1906 * src/Makefile.in: Regenerate.
1907 * libsupc++/Makefile.am: Use simplified rules.
1908 * libsupc++/Makefile.in: Regenerate.
1909
1910 2001-02-05 Benjamin Kosnik <bkoz@redhat.com>
1911
1912 * include/c_std/bits/std_cerrno.h: Correct date format for copyright.
1913 * include/c_std/bits/std_cctype.h: Same.
1914 * include/c_std/bits/std_cassert.h: Same.
1915 * include/c_std/bits/std_cstdarg.h: Same.
1916 * include/c_std/bits/std_cstddef.h: Same.
1917
1918 * include/c_std/bits/std_cstdio.h: Undefine all names brought into
1919 namespace std.
1920 * include/c_std/bits/std_ctime.h: Same.
1921 * include/c_std/bits/std_clocale.h: Same.
1922 * include/c_std/bits/std_cmath.h: Same.
1923 * include/c_std/bits/std_csetjmp.h: Same.
1924 * include/c_std/bits/std_csignal.h: Same.
1925 * include/c_std/bits/std_cstring.h: Same.
1926 * include/c_std/bits/std_cstdlib.h: Same.
1927 * include/c_std/bits/std_cwchar.h: Same.
1928
1929 2001-02-05 Phil Edwards <pme@sources.redhat.com>
1930
1931 * testsuite/27_io/ios_base_members_static.cc: Swap order of tests.
1932
1933 2001-02-05 Mark Mitchell <mark@codesourcery.com>
1934
1935 * src/string-inst.cc (string::_M_replace): Explicitly instantiate.
1936 (string::_S_construct): Likewise.
1937
1938 2001-02-05 Gabriel Dos Reis <gdr@codesourcery.com>
1939
1940 * testsuite/config/default.exp: New file.
1941 * testsuite/config: New directory.
1942
1943 2001-02-04 Mark Mitchell <mark@codesourcery.com>
1944
1945 * libsupc++/typeinfo (__GXX_MERGED_TYPEINFO_NAMES): New macro.
1946 * libsupc++/tinfo.cc (std::typeinfo::operator==): Use strcmp
1947 whenever !__GXX_MERGED_TYPEINFO_NAMES.
1948 * libsupc++/tinfo2.cc (std::typeinfo::before): Likewise.
1949
1950 2001-02-03 Alexandre Oliva <aoliva@redhat.com>
1951 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1952
1953 * Makefile.am (mkinstalldirs): Set.
1954 * src/Makefile.am (mkinstalldirs): Set.
1955 * libmath/Makefile.am (mkinstalldirs): Set.
1956 * libsup++/Makefile.am (mkinstalldirs): Set.
1957 * libio/Makefile.am (mkinstalldirs): Set.
1958 * */Makefile.in: Regenerate.
1959
1960 2001-02-03 Benjamin Kosnik <bkoz@redhat.com>
1961
1962 * include/bits/stl_threads.h (struct _STL_mutex_lock): Same.
1963 * include/bits/localefwd.h: More initialization cleanups.
1964
1965 2001-02-03 Jeffrey A Law <law@cygnus.com>
1966
1967 * include/bits/ios_base.h (_S_ios_fmtflags_end): Initialize
1968 correctly targets with 16bit ints.
1969 (_S_ios_openmode_end): Similarly.
1970 (_S_ios_iostate_end): Similarly.
1971 (_S_ios_Seekdir_end): Similarly.
1972
1973 2001-02-02 Phil Edwards <pme@sources.redhat.com>
1974
1975 * mkcheck.in: Also limit virtual memory size, for mmap-based mallocs.
1976
1977 2001-02-01 Alexandre Oliva <aoliva@redhat.com>
1978
1979 * configure.in (toplevel_srcdir, auxdir): Set.
1980 * acinclude.m4 (glibcpp_basedir): Set based on auxdir.
1981 * aclocal.m4, configure, Makefile.in: Rebuilt.
1982 * libio/Makefile.in, math/Makefile.in, src/Makefile.in: Likewise.
1983 * libsupc++-v3/Makefile.am (INCLUDES): Use toplevel_srcdir.
1984 * libsupc++-v3/Makefile.in: Rebuilt.
1985 * libsupc++-v3/configure.in, libsupc++-v3/configure: Removed.
1986 * libsupc++-v3/aclocal.m4, libsupc++-v3/config.h.in: Likewise.
1987
1988 2001-01-30 Benjamin Kosnik <bkoz@redhat.com>
1989
1990 * config/c_locale_generic.cc: Remove langinfo include.
1991
1992 2001-01-29 Benjamin Kosnik <bkoz@redhat.com>
1993
1994 Preliminary named locales.
1995 * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): New macro.
1996 * aclocal.m4: Regenerate.
1997 * configure.in: Use it.
1998 * configure: Regerate.
1999 * src/Makefile.am (sources): Add c++locale.cc.
2000 (build_headers): Add c++locale.h.
2001 * src/Makefile.in: Regenerate.
2002 * config/c_locale_gnu.h: New file.
2003 * config/c_locale_gnu.cc: New file. Non-inline member functions
2004 for named locales, gnu-specific.
2005 * config/c_locale_generic.h: New file.
2006 * config/c_locale_generic.cc: New file. Non-inline member
2007 functions for named locales, generic version.
2008 * docs/html/configopts.html: Add documentation on new options.
2009
2010 * include/bits/locale_facets.h (class _Messages): Remove.
2011 (class _Moneypunct): Remove.
2012 * src/locale-inst.cc: Remove.
2013
2014 * include/bits/locale_facets.h (class _Collate): Remove.
2015 * src/locale-inst.cc (std): Remove.
2016 * src/locale.cc: And here.
2017
2018 * include/bits/localefwd.h (locale::_M_coalesce): New
2019 function. Correctly put together multi-name locales.
2020 (_Impl(const _Impl&, category, size_t)): Remove.
2021
2022 * include/bits/localefwd.h (locale::_Impl): Remove _M_construct_*
2023 member functions.
2024 (_M_normalize_category_names): Remove.
2025 (_M_replace_categories): Fix.
2026
2027 * src/localename.cc (locale::_Impl::_M_construct_collate): Remove.
2028 (locale::_Impl::_M_construct_ctype): Remove.
2029 (locale::_Impl::_M_construct_monetary): Remove.
2030 (locale::_Impl::_M_construct_numeric): Remove.
2031 (locale::_Impl::_M_construct_time): Remove.
2032 (locale::_Impl::_M_construct_messages): Remove.
2033
2034 * include/bits/locale_facets.h (_Bad_use_facet): Remove.
2035 (_Use_facet_failure_handle): Remove.
2036 * src/locale.cc: Remove definitions.
2037 * src/locale-inst.cc: And here.
2038
2039 * testsuite/22_locale/ctor_copy_dtor.cc (test01): Fixup. Add tests.
2040
2041 * src/localename.cc (locale::facet::_S_create_c_locale): Properly
2042 create and error-check underlying locale object.
2043 (locale::facet::_S_destroy_c_locale): Add, take care of properly
2044 tearing down underlying locale object.
2045 * include/bits/localefwd.h (locale::facet): Declare.
2046 * testsuite/22_locale/members.cc: Don't test "fr_FR" locale for
2047 correctness, as glibc apparently has incorrect info in it. Test
2048 with it when it works again.....
2049
2050 * include/bits/localefwd.h (locale::_Impl::__vec_string):
2051 Remove. Number of categories is fixed at six, so just simplify and
2052 make this an array of strings.
2053 (locale::_Impl::_M_has_name): Remove.
2054 (locale::_Impl::_M_name): Remove.
2055 (locale::_Impl::_M_category_names): Turns into...
2056 (locale::_Impl::_M_names): ...this.
2057 (locale::_Impl::_M_has_same_name()): New function.
2058 * src/localename.cc (locale::_Impl::~_Impl()): Remove here.
2059 (locale::_Impl::_Impl(size_t __refs, string __str)): Simplify
2060 signature.
2061 * src/locale.cc (locale::name()): Construct mangled name
2062 accurately reflecting combined locale categories.
2063
2064 * src/locale.cc (locale::classic()): Don't initialize here.
2065 * src/localename.cc (locale::_Impl::_Impl(size_t __num, size_t
2066 __refs, bool __has_name, string __str): Do it here.
2067
2068 * include/bits/localefwd.h: _S_categories_num to
2069 _S_num_categories. _S_facets_num to _S_num_facets.
2070 (locale::id::id()): Explicitly set _M_index to zero.
2071 * src/locale.cc: Same.
2072
2073 * src/locale.cc: (locale::locale(const char*)): Construct named
2074 locales uniquely.
2075
2076 * src/locale.cc: Remove numpunct_byname ctors.
2077 * testsuite/22_locale/numpunct_byname.cc: New file.
2078 * testsuite/22_locale/numpunct.cc: New file.
2079
2080 * include/bits/localefwd.h (class locale): Change data members to
2081 protected, from private.
2082 (_Impl::_M_get_c_locale): Add member function.
2083 (locale::facet::_M_get_global_impl()): Add member function.
2084 * include/bits/locale_facets.h (numpunct::_M_init): Change to take
2085 a __c_locale pointer.
2086 (numpunct::numpunct( __c_locale*, size_t)): Add additonal ctor for
2087 named locales.
2088 * testsuite/22_locale/members.cc: New file, test name and combine.
2089
2090 * include/bits/locale_facets.h (class numpunct): Remove class
2091 _Punct and _Numpunct. Rewrite class numpunct to be correct for
2092 named locales.
2093 * include/bits/localefwd.h (locale::_Imp::_M_c_locale): Add.
2094 * src/localename.cc (_Impl::~_Impl()): Call __frelocale.
2095 (_Imp::_Impl(size_t, size_t, bool, string)) Initialize _M_c_locale.
2096 * src/locale-inst.cc: Remove _Numpunct, _Punct instantiations.
2097 * testsuite/22_locale/numpunct_char_members.cc: New file.
2098
2099 2001-01-28 Gabriel Dos Reis <gdr@codesourcery.com>
2100
2101 * testsuite/README: Add more comment.
2102 * testsuite/lib/libstdc++.exp: Tweak comment.
2103
2104 2001-01-26 Benjamin Kosnik <bkoz@kredhat.com>
2105
2106 * libsupc++/pure.cc (writestr): Just use cstdio and std::fputs.
2107
2108 2001-01-25 Loren J. Rittle <ljrittle@acm.org>
2109
2110 * testsuite/21_strings/inserters_extractors.cc: Remove
2111 explicit reference to 'testsuite/'.
2112
2113 2001-01-25 Richard Henderson <rth@redhat.com>
2114
2115 * config/cpu/alpha/bits/atomicity.h: Remove tricky .subsetion
2116 bits. Fixes Tru64 build issues.
2117
2118 2001-01-25 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2119
2120 * acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Bourne shell portability bug
2121 (use ${MAKE-make}, not ${MAKE:-make}).
2122 * aclocal.m4, configure: Regenerate.
2123
2124 2001-01-25 Mark Mitchell <mark@codesourcery.com>
2125
2126 * src/ios.cc: Remove accidental inclusion of <stdio.h> in last
2127 checkin.
2128
2129 * src/Makefile.am (sources): Add globals.cc.
2130 * src/Makefile.in: Regenerated.
2131 * src/globals.cc: New file.
2132 * src/ios.cc (cin): Don't define here, just declare extern.
2133 (cout): Likewise.
2134 (cerr): Likewise.
2135 (clog): Likewise.
2136 (wcin): Likewise.
2137 (wcout): Likewise.
2138 (wcerr): Likewise.
2139 (wclog): Likewise.
2140
2141 2001-01-25 Phil Edwards <pme@sources.redhat.com>
2142
2143 * include/bits/std_iterator.h: Do not include stl_relops.h.
2144 * include/bits/std_numeric.h: Ditto.
2145 * include/bits/stl_algobase.h: Ditto.
2146 * include/bits/stl_relops.h: Add comment warning about problems.
2147
2148 2001-01-25 Gabriel Dos Reis <gdr@codesourcery.com>
2149
2150 * testsuite/27_io/*.cc: Remove explicit reference to 'testsuite/'
2151 in testcases. Prepare for the DejaGnu based framework.
2152 * mkcheck.in: Adjust call to tests_flags. Don't mmkdir testsuite
2153 directory -- it is now mkcheck working directory.
2154 * tests_flags.in: Remove reference to $(top_srcdir). Use
2155 ${SRC_DIR} instead.
2156 * Makefile.am (check, check-install): Change mkcheck invocation
2157 logic.
2158 * Makefile.in: Regenerate.
2159
2160 2001-01-24 Mark Mitchell <mark@codesourcery.com>
2161
2162 * config/os/aix/bits/atomicity.h (__compare_and_swap): Remove.
2163 (__always_swap): Likewise.
2164
2165 2001-01-23 Chris Demetriou <cgd@broadcom.com>
2166
2167 * libsupc++/exception_support.cc (__terminate_func): Remove
2168 declaration.
2169 (__terminate_func_ptr): New typedef.
2170 (__terminate, __terminate_set_func): New extern function
2171 prototypes.
2172 (std::terminate): Use __terminate function.
2173 (std::set_terminate): Use __terminate_set_func function.
2174
2175 2001-01-23 Benjamin Kosnik <bkoz@redhat.com>
2176
2177 * configure.target: Just use os_include_dir always.
2178 * configure.in: Remove calls to GLIBCPP_CHECK_CTYPE_SUPPORT.
2179 Link atomicity files and ctype files here.
2180 * configure: Regenerate.
2181 * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Remove.
2182 (GLIBCPP_ENABLE_ATOMICITY): Remove.
2183 * aclocal.m4: Regenerate.
2184
2185 2001-01-23 Chris Demetriou <cgd@broadcom.com>
2186
2187 * configure.in: Place definition of MULTISUBDIR in
2188 libsupc++/Makefile as is done for src/Makefile.
2189 * configure: Regenerate.
2190
2191 2001-01-23 Phil Edwards <pme@sources.redhat.com>
2192
2193 * acinclude.m4: Cosmetic changes only.
2194 * aclocal.m4: Regenerated.
2195 * configure: Regenerated.
2196 * configure.target: Update documented list of changed variables.
2197 * docs/html/install.html: Fix typo.
2198 * docs/html/20_util/howto.html: More notes on auto_ptr.
2199 * docs/html/27_io/howto.html: More notes on streabufs.
2200 * docs/html/faq/index.html: Add rel_ops problem and mention the
2201 DEC as(1) .subsection difficulty.
2202 * docs/html/faq/index.txt: Regenerated.
2203
2204 2001-01-23 Mark Mitchell <mark@codesourcery.com>
2205
2206 * ainclude.m4 (GLIBCPP_CHEC_MATH_DECLS_AND_LINKAGE_1): New macro.
2207 (GLIBCPP_CHECK_MATH_SUPPORT): Use it.
2208 (GLIBCPP_CHECK_TYPE_SUPPORT): Don't autoconf ctype information if
2209 its already provided in config.target.
2210 * aclocal.m4: Regenerated.
2211 * configure: Likewise.
2212 * configure.target: Set ctype_include_dir for lots of systems.
2213 * libsupc++/Makefile.am: Explicitly include --tag disable-shared.
2214 * libsupc++/Makefile.in: Regenerated.
2215
2216 2001-01-23 Gabriel Dos Reis <gdr@codesourcery.com>
2217
2218 * testsuite/lib/libstdc++.exp: Improve. Add support for @xxx#
2219 keyword capability.
2220
2221 * testsuite/README: Add comment.
2222
2223 2001-01-21 Phil Edwards <pme@sources.redhat.com>
2224
2225 * docs/html/configopts.html: Update for current status. Fix HTML.
2226 * docs/html/install.html: Update for current status.
2227
2228 2001-01-20 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
2229
2230 * testsuite/libstdc++.tests/tests.exp: New file.
2231 * testsuite/lib/libstdc++.exp: Itou.
2232 * testsuite/README: Itou.
2233
2234 2001-01-20 Gabriel Dos Reis <gdr@codesourcery.com>
2235
2236 * tests_flags.in: Just output the bare minimum to run tests.
2237 Let's the caller do its own arrangement.
2238
2239 * mkcheck.in: Rename INC_PATH to INCLUDES. Adjust flags
2240 computations.
2241
2242 2001-01-19 Gabriel Dos Reis <gdr@codesourcery.com>
2243
2244 * testsuite/17_intro: Prepare testcases for new style DejaGnu
2245 framework.
2246
2247 2001-01-18 Gabriel Dos Reis <gdr@codesourcery.com>
2248
2249 * testsuite/libstdc++.tests, testsuite/lib: New directories.
2250
2251 2001-01-17 Loren J. Rittle <ljrittle@acm.org>
2252
2253 * mkcheck.in: Construct file names that match $objdir structure.
2254 * testsuite/27_io/filebuf_members-1.txt: New file.
2255 * testsuite/27_io/ifstream_members-1.txt: New file.
2256 * testsuite/27_io/ostream_inserter_char-1.txt: New file.
2257
2258 * testsuite/27_io/ios_base_members_static.cc (test02): Add test.
2259 * testsuite/27_io/ios_base_members_static-1.tst: Add expected output.
2260
2261 2001-01-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
2262
2263 * testsuite/27_io/istream_sentry.cc (test02): Fix.
2264
2265 2001-01-17 Benjamin Kosnik <bkoz@redhat.com>
2266
2267 libstdc++/1605
2268 * include/bits/ios_base.h (ios_base::failure): Tighten up throw specs.
2269 * src/ios.cc (ios_base::failure): Make definitions match.
2270 * libsupc++/typeinfo (class bad_typeid): Add throw specs.
2271 (class bad_cast): Same.
2272 * libsupc++/exception (class exception): Add throw specs.
2273 * libsupc++/exception_support.cc (set_terminate): Add throw specs.
2274 (set_unexpected): Same.
2275 (uncaught_exception): Same.
2276 (what): Same.
2277
2278 * docs/html/17_intro/C++STYLE (classname): Fix.
2279
2280 2001-01-16 Mark Mitchell <mark@codesourcery.com>
2281
2282 * src/gen-num-limits.cc (INSTANTIATIONS): New macro.
2283 Use it do explicitly instantiate predicate<T> and value<T> for
2284 all the builtin Ts.
2285
2286 2001-01-16 Nathan Sidwell <nathan@codesourcery.com>
2287
2288 * libsupc++/exception_support.cc (__cp_pop_exception): Fix
2289 uninitialized thinko in last change.
2290
2291 2001-01-16 Mark Mitchell <mark@codesourcery.com>
2292
2293 * libsupc++/exception_support.cc (__cp_pop_exception): Change
2294 prototype.
2295
2296 2001-01-16 Benjamin Kosnik <bkoz@redhat.com>
2297
2298 * docs/html/17_intro/C++STYLE (classname): Add more existing
2299 and stylish patterns.
2300
2301 libstdc++/944
2302 * include/bits/istream.tcc (istream::sentry::sentry()): Set
2303 failbit if the state of the stream is not good.
2304 * testsuite/27_io/istream_sentry.cc (test02): Add test.
2305 * testsuite/27_io/istream_manip.cc (test01): Modify.
2306
2307 libstdc++/1019
2308 reported by Paolo Carlini <pcarlini@unitus.it>
2309 * include/bits/istream.tcc (operator>>(istream&, string&)): Fix.
2310 * testsuite/21_strings/inserters_extractors.cc (test08): Add test.
2311
2312 libstdc++/1057
2313 * include/bits/std_streambuf.h (setp): Set _M_buf_size correctly.
2314 * include/bits/streambuf.tcc (xsputn): Remove outside if clause.
2315 (xsgetn): Same. Simplify.
2316 * testsuite/27_io/streambuf.cc (test04): Add testcases.
2317
2318 reported by Larry Evans <jcampbell3@prodigy.net>
2319 * include/bits/streambuf.tcc (streambuf::xsputn): Just check for
2320 equality with eof on returned value from overflow.
2321
2322 2001-01-14 Andreas Jaeger <aj@suse.de>
2323
2324 * libio/libio.h: Add test for glibc 2.0.
2325
2326 2001-01-12 Benjamin Kosnik <bkoz@redhat.com>
2327
2328 * config/os/djgpp/bits/*: Fix dates.
2329
2330 * include/bits/basic_string.h (_S_find(const _CharT* __beg, const
2331 _CharT* __end, _CharT __c): Remove.
2332 * include/bits/basic_string.tcc: Substitute traits::find for _S_find.
2333 * include/bits/char_traits.h: Tweak.
2334
2335 2001-01-12 Laurynas Biveinis <lauras@softhome.net>
2336
2337 * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): check for DJGPP <ctype.h>
2338 (LIB_AC_PROG_CXX): replace [/\\] with [\\/] to work around older
2339 bash bug.
2340 * aclocal.m4: regenerated.
2341 * configure.target: set os_include_dir to config/os/djgpp under DJGPP.
2342 * configure: regenerated.
2343 * config/os/djgpp, config/os/djgpp/bits: new directories.
2344 * config/os/djgpp/bits/ctype_base.h,
2345 config/os/djgpp/bits/ctype_inline.h,
2346 config/os/djgpp/bits/ctype_noninline.h,
2347 config/os/djgpp/bits/os_defines.h: new files.
2348
2349 2001-01-11 Joseph S. Myers <jsm28@cam.ac.uk>
2350
2351 * include/c_std/bits/std_cstdio.h: Undef printf.
2352
2353 2001-01-10 Benjamin Kosnik <bkoz@redhat.com>
2354
2355 * src/ios.cc: Fix typo: change cout->wcout.
2356
2357 * src/Makefile.am (targetincludep): Fix for version-specific-libs.
2358 * src/Makefile.in: Regenerate.
2359
2360 2001-01-10 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
2361
2362 * include/bits/std_complex.h: Fix a typo.
2363
2364 2001-01-09 Benjamin Kosnik <bkoz@redhat.com>
2365 <kainz@ilm.com>
2366
2367 Fixes for libstdc++/1576
2368 * src/stdstreams.cc: Initialize with NULL filebuf. Delete
2369 file, move contents into....
2370 * src/ios.cc: ...Here. Put defines for iostreams objects and
2371 initialization routines into one file to simplify DSO interaction.
2372 * include/bits/std_iostream.h: Touch.
2373 * include/bits/ios_base.h (_S_synched_with_stdio): Make static.
2374 * src/Makefile.am (sources): Remove stdstreams.cc.
2375 * src/Makefile.in: Regenerate.
2376
2377 2001-01-10 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
2378
2379 * tests_flags.in (check_directory): Fix typo.
2380
2381 2001-01-09 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
2382
2383 * include/bits/std_complex.h: Fix a typo.
2384
2385 2001-01-09 Loren J. Rittle <ljrittle@acm.org>
2386
2387 * config/os/bsd/freebsd/bits/ctype_inline.h (is): (Make right
2388 code path:) Remove magic constants and restructure to handle
2389 ctype.h bit mask layout changes more gracefully. (Make fast
2390 code path:) Use __maskrune (), if available.
2391 (is): Remove special case for digit and xdigit masks.
2392
2393 2001-01-09 Robert Lipe <robertlipe@usa.net>
2394
2395 * include/c_std/bits/std_ctime.h: Undefine difftime.
2396
2397 2001-01-09 Alexandre Oliva <aoliva@redhat.com>
2398
2399 * src/gen-num-limits.cc (signal_adapter): New template function.
2400 (signal_handler): Use it, instead of signal.
2401 (traps<T>): Likewise. Install SIGTRAP handler too. Don't
2402 require both tests to trap to set trap_flag.
2403
2404 2001-01-08 Benjamin Kosnik <bkoz@redhat.com>
2405
2406 * include/bits/fpos.h (fpos:::fpos(streamoff __pos)): Explicitly
2407 initialize mbstate_t member, name offset data members *off, not pos.
2408 * include/bits/fstream.tcc (filebuf::filebuf): Same.
2409
2410 2001-01-08 Benjamin Kosnik <bkoz@redhat.com>
2411
2412 reported by Chris G. Demetriou <cgd@sibyte.com>
2413 * configure.in: Change -linux-* to -linux*.
2414 * configure: Regenerate.
2415
2416 2001-01-05 Benjamin Kosnik <bkoz@redhat.com>
2417
2418 Fix 27_io/filebuf_members.cc
2419 * src/localename.cc (locale::_Impl::_Impl(const _Impl& __imp,
2420 const string& __name, category __cat, size_t __refs): Set
2421 _M_has_name with _M_name.
2422 * include/bits/localefwd.h (locale::operator!=): Protect member
2423 function call with this->.
2424 * src/locale.cc (locale::operator==): Make fast checks first.
2425 * include/bits/basic_ios.tcc (basic_ios::init): Simplify.
2426
2427 * include/bits/ios_base.h (_M_synced_with_stdio): Add data member
2428 to ios_base::Init.
2429 * src/ios.cc (ios_base::Init::Init): Initialize here.
2430 (ios_base::sync_with_stdio): Set here.
2431
2432 2001-01-04 Loren J. Rittle <ljrittle@acm.org>
2433
2434 * config/c_io_stdio.cc (__basic_file<_CharT>::sys_open()): On
2435 systems that support it, call dup() before fdopen().
2436
2437 2001-01-03 Benjamin Kosnik <bkoz@redhat.com>
2438
2439 * include/c_std/bits/std_cwctype.h: Include std_cwchar.h for wint_t.
2440 * testsuite/17_intro/header_cwctype.cc (main): New file.
2441
2442 * src/Makefile.am (base_headers): Change.
2443 * include/bits/std_string.h: And here.
2444 * include/bits/string.tcc: Tweaks, move to...
2445 * include/bits/basic_string.tcc: ...Here.
2446 * src/string-inst.cc: Simplify, just instantiate the whole class,
2447 not member-by-member.
2448
2449 2001-01-02 Benjamin Kosnik <bkoz@redhat.com>
2450
2451 * acinclude.m4 (GLIBCPP_ENABLD_CSTDIO): Add in default value.
2452 * aclocal.m4: Regenerate.
2453 * configure: Regenerate.
2454
2455 * include/bits/c++config (__GLIBCPP__): Bump version number.
2456
2457 * ChangeLog: Start new log for year 2001
2458 * ChangeLog-2000: New file.
2459
2460 * docs/html/configopts.html: Make sure default values are current,
2461 add commentary.
2462
2463 2001-01-01 Benjamin Kosnik <bkoz@fillmore.redhat.com>
2464
2465 * include/c_std/bits/std_cwchar.h: Same.
2466 * testsuite/17_intro/header_cwchar.cc: Same.
2467 * include/c_std/bits/std_ctime.h: Same.
2468 * testsuite/17_intro/header_ctime.cc: Same.
2469 * include/c_std/bits/std_cstdlib.h: Same.
2470 Clean up undefs, make consistent with cwchar and cmath, etc.
2471 * testsuite/17_intro/header_cstdlib.cc: Same.
2472 * include/c_std/bits/std_cstdio.h: Same here.
2473 * testsuite/17_intro/header_cstring.cc: Same.
2474 * include/c_std/bits/std_cstring.h: Include std_cstddef.h for size_t.
2475 * testsuite/17_intro/header_cstring.cc: New file. Check for
2476 size_t in namespace std.
2477
2478 * include/c_std/bits/std_cwchar.h: Explicit checks for mbstate_t.
2479 * acconfig.h (HAVE_MBSTATE_T): Add.
2480 * config.h.in: Regenerate.
2481 * acinclude.m4(GLIBCPP_CHECK_WCHAR_T_SUPPORT): Always test for
2482 mbstate_t.
2483 * aclocal.m4: Regenerate.
2484 * configure: Regenerate.
2485 * testsuite/17_intro/headers_c++.cc: New file.
2486 * testsuite/17_intro/headers_c.cc: Small changes.
2487
2488 2001-01-01 David Billinghurst <David.Billinghurst@riotinto.com>
2489
2490 * tests_flags.in: Fix typo in usage.
2491
2492 * tests_flags.in: Set target specific LIBS for cygwin.