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