Newer
Older
via Phil Edwards <pme@sourceware.cygnus.com>
* bits/std_cctype.h: Remove _GLIBCPP_USE_NAMESPACES.
* acconfig.h: And here.
* acinclude.m4: Same.
* testsuite/27_io/istream.cc: And here.
* testsuite/27_io/ostream.cc: And here.
2000-05-09 Benjamin Kosnik <bkoz@gnu.org>
* acinclude.m4 (GLIBCPP_CHECK_CPU): Change powerpc bits to
-mcpu=powerpc.
* src/Makefile.am: Disable ENABLE_CXX_FLAGS stuff for the moment.
* config/generic/bits/ctype_specializations.h (ctype<char>::is):
Make more generic.
* config/bsd: New directory.
* config/bsd/ctype.cc: New.
* config/bsd/bits/ctype_base.h (ctype_base): New.
* config/bsd/bits/ctype_specializations.h: New.
* acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add bsd tests.
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
2000-05-09 Phil Edwards <pme@sourceware.cygnus.com>
* acinclude.m4: New macro, GLIBCPP_ENABLE_CXX_FLAGS.
* configure.in: Call.
* src/Makefile.am: Append results of macro to AC_CXXFLAGS.
* aclocal.m4: Regenerate.
* configure: Ditto.
* src/Makefile.in: Ditto.
* docs/configopts.html: Document.
* docs/download.html: Fix typo (close quote).
* docs/footer.html: Update.
2000-05-09 Loren J. Rittle <ljrittle@acm.org>
* backward/iostream.h: Expose endl. Guard wide types.
* src/Makefile.am (headers): Update list to match files.
* src/Makefile.in: Regenerate.
2000-05-09 Vadim Egorov <egorovv@mailandnews.com>
Benjamin Kosnik <bkoz@gnu.org>
Nathan Myers <ncm@cantrip.org>
Dietmar Kuehl <dietmar_kuehl@yahoo.com>
* bits/streambuf.tcc (basic_streambuf::xsgetn): Fix uflow case.
(basic_streambuf::xsputn): Make consistent.
* testsuite/27_io/filebuf.cc: Add tests.
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
2000-05-08 Steven King <sxking@uswest.net>
* bits/char_traits.h: Use wchar_t utility functions for
char_traits<wchar_t> methods.
* testsuite/21_string/char_traits.cc: New (test02): test
char_traits<wchar_t>
2000-05-08 Benjamin Kosnik <bkoz@cygnus.com>
* acinclude.m4 (GLIBCPP_CXXFLAGS): Add bits for solaris2.8.
* bits/fstream.tcc (filebuf::_M_init_filebuf): Don't set
_M_buf_size based on macro, instead use _M_buf_size_opt.
* bits/std_streambuf.h (basic_streambuf): Add _M_buf_size_opt.
(basic_streambuf()): Set _M_buf_size_opt.
* testsuite/27_io/filebuf.cc (filebuf): Use _M_buf_size_opt
instead of _M_buf_size.
2000-05-04 Branko Cibej <branko.cibej@hermes.si>
* src/complex_io.cc: Don't instantiate inserters and extractors
for wide-character streams unless _GLIBCPP_USE_WCHAR_T is defined.
2000-05-03 Phil Edwards <pme@sourceware.cygnus.com>
Felix Natter <fnatter@gmx.net>
* docs/footer.html: Update to see if it takes effect.
* docs/thanks.html: More people.
* docs/17_intro/headers_cc.txt: Copy from testsuite, since that can't
be seen from the web pages. Rename for browser-friendliness...
* docs/17_intro/howto.html: ...and update here.
* docs/17_intro/porting-howto.html: Changes from Felix.
* docs/gccrebuild.html: Mention v3->egcs move.
* docs/faq/index.html: Ditto. Also misc tweaks and URL updates.
* docs/faq/index.txt: Regenerate.
2000-05-01 Benjamin Kosnik <bkoz@redhat.com>
* config/cpu/powerpc/bits/atomicity.h (__exchange_and_add): More
fixes.
2000-05-01 Vadim Egorov <egorovv@@mailandnews.com>
* bits/char_traits.h: Fix parameter types.
* bits/string.tcc: Avoid traits_type::move.
2000-05-01 Benjamin Kosnik <bkoz@haight.constant.com>
* src/Makefile.am (AC_CXXFLAGS): Add CPUFLAGS here.
* src/Makefile.in: Regenerate.
* acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Revert.
2000-04-30 Steven King <sxking@uswest.net>
* bits/locale_facets.h: Fix syntax error.
* bits/std_fstream.h: ditto
2000-04-30 Benjamin Kosnik <bkoz@gnu.org>
* config/cpu/powerpc/bits/atomicity.h (__compare_and_swap): Fix typo.
* mknumeric_limits (trait_name): Fix copyright notice.
* src/gen-num-limits.cc: Explicitly instantiate epsilon and
round_error data members of struct value. This works around
weak-linking issues on AIX, HPUX.
2000-04-29 Phil Edwards <pme@sourceware.cygnus.com>
* docs/download.html: Add link to list of mirror sites.
2000-04-28 Loren J. Rittle <ljrittle@acm.org>
* mkcheck.in: Rely on exit status instead of the presence of a
core file. Added comments on how/where to save core and exe
files. Move shell wildcards outside quotes and fix core path.
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
2000-04-27 scott snyder <snyder@fnal.gov>
* src/misc-inst.cc: Explicitly instantiate ifstream and ofstream
classes.
2000-04-26 Nathan C. Myers <ncm@cantrip.org>
* bits/basic_string.h: include <bits/atomicity.h> instead
of <atomicity.h>, and use the uglified names.
* config/cpu/*/atomicity.h: replace with bits/atomicity.h;
uglify names, eliminate dependence on <inttypes.h>.
* src/Makefile.in, src/Makefile.am: refer to correct place
for atomicity.h header.
2000-04-25 Steven King <sxking@uswest.net>
* bits/basic_string.h: Fix syntax error.
2000-04-25 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Improve checks for
USE_LONG_DOUBLE.
(GLIBCPP_ENABLE_DEBUG): If alpha, use -gdwarf-2.
* math/Makefile.am (EXTRA_LONG_DOUBLE_yes): Add all the long
versions to this as copysignl is needed anyway for these targets.
* math/Makefile.in: Regenerate.
* bits/streambuf.tcc (streambuf::xsgetn): Tweak.
* bits/fstream.tcc (underflow): Cast to libio types.
* bits/basic_file.h (seekoff): Fixes for alpha: use __c_streamoff.
* config/c_io_libio.cc (seekoff): And here.
2000-04-24 Loren J. Rittle <ljrittle@acm.org>
* mkcheck.in: Report compiler version used for test. Find
the built _G_config.h instead of any old installed version.
2000-04-24 Loren J. Rittle <ljrittle@acm.org>
* config/generic/ctype.cc (do_toupper): Remove dependence on
non-portable/non-existent lookup table.
(do_tolower): Same.
2000-04-24 Nathan Myers <ncm@cantrip.org>
* src/string-inst.cc: More fixing.
2000-04-24 Benjamin Kosnik <bkoz@gnu.org>
* bits/stl_iterator.h: Pedantic fixing.
* bits/std_sstream.h: And here.
* bits/string.tcc: And here.
2000-04-24 Felix Natter <fnatter@gmx.net>
* docs/17_intro/howto.html: Add bits.
* docs/17_intro/porting-howto.html: New file.
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
2000-04-24 Branko Cibej <branko.cibej@hermes.si>
* acinclude.m4(GLIBCPP_CHECK_WCHAR_T_SUPPORT): Expand
@libinst_wstring_la@ to libinst-wstring.la when specializing for
wchar_t, to empty string otherwise.
* src/Makefile.am: (EXTRA_LTLIBRARIES): New.
(sources): Remove $(string_sources) and $(wstring_sources).
(libstdc___la_LIBADD): Add libinst-string.la and @libinst_wstring_la@.
(libstdc___la_DEPENDENCIES): New.
(libinst_string_la_SOURCES, libinst_wstring_la_SOURCES): New.
2000-04-20 Benjamin Kosnik <bkoz@redhat.com>
* bits/std_sstream.h: Tweak formatting.
* bits/std_fstream.h: Make types public.
* testsuite/27_io/streambuf.cc: Fix for alpha.
Brad Garcia <bgarcia@laurelnetworks.com>
* bits/locale_facets.h (numpunct::numpunct(size_t)): Fix bool
initialization.
* testsuite/27_io/ios_manip_fmtflags.cc (test02): Add test for
bool formatting.
2000-04-19 Nathan Myers <ncm@cantrip.org>
* src/string-inst: consolidate _S_create,
destroy, leak, clone members into stringMAIN and stringMUTATE
object files.
* src/Makefile.am: Above, and eliminate dependence on
wstring-inst.cc.
* src/wstring-inst.cc: Remove.
2000-04-18 Benjamin Kosnik <bkoz@redhat.com>
* src/Makefile.am (AC_CXXFLAGS): Activate debugging code, again.
Add flags for specialized rules dealing with instantiations.
* src/string-inst.cc: Add instantiations missing from shared
libraries--see stringEQ, stringCONSC.
* src/Makefile.am (wstring_sources): Add.
(string_sources): Same.
* src/Makefile.in: Regenerate.
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
* stl/*: Integrate contents of this directory into top-level
directories.
* ext/bvector hash_map hash_set rope ropeimpl.h slist
stl_bvector.h stl_hash_fun.h stl_hashtable.h stl_rope.h tree: Add.
* bits/pthread_allocimpl.h std_algorithm.h std_bitset.h
std_deque.h std_functional.h std_iterator.h std_list.h std_map.h
std_memory.h std_numeric.h std_queue.h std_set.h std_stack.h
std_stdexcept.h std_strstream.h std_utility.h std_vector.h
stl_algo.h stl_algobase.h stl_alloc.h stl_config.h stl_construct.h
stl_deque.h stl_function.h stl_heap.h stl_iterator.h
stl_iterator_base.h stl_list.h stl_map.h stl_multimap.h
stl_multiset.h stl_numeric.h stl_pair.h stl_pthread_alloc.h
stl_queue.h stl_range_errors.h stl_raw_storage_iter.h stl_relops.h
stl_set.h stl_stack.h stl_string_fwd.h stl_tempbuf.h stl_threads.h
stl_tree.h stl_uninitialized.h stl_vector.h type_traits.h: Add.
* backward/algo.h algobase.h alloc.h bvector.h defalloc.h deque.h
function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h
list.h map.h multimap.h multiset.h pair.h rope.h set.h slist.h
stack.h tempbuf.h tree.h vector.h: Add.
* README (file): Update.
* docs/documentation.html: README not being found.
* src/Makefile.am (sources): Take out stl directory.
* mkcheck.in (SRC_DIR): And here.
* src/Makefile.in: Regenerate.
2000-04-18 Levente Farkas <lfarkas@mindmaker.hu>
* stl/bits/stl_function.h: Add bits so that const and non-const
both work.
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
2000-04-18 scott snyder <snyder@fnal.gov>
* stl/bits/stl_map.h (class map): Fix default for _Alloc template
parameter. Get rid of use of __STL_DEFAULT_ALLOCATOR and
__STL_LIMITED_DEFAULT_TEMPLATES macros.
* stl/bits/stl_multimap.h (class multimap): Likewise. Get rid of
use of __STL_DEPENDENT_DEFAULT_TMPL macro.
2000-04-18 scott snyder <snyder@fnal.gov>
* stl/bits/stl_config.h (__STL_DEPENDENT_DEFAULT_TMPL): Deleted
this macro.
* stl/ext/hash_map (class hash_map, class hash_multimap): Get rid
of use of __STL_DEPENDENT_DEFAULT_TMPL macro.
* stl/ext/hash_set (class hash_set, class hash_multiset):
Likewise.
* stl/bits/stl_function.h (struct constant_unary_fun, struct
constant_binary_fun): Likewise.
* stl/bits/stl_queue.h (class queue, class priority_queue): Likewise.
* stl/bits/stl_stack.h (class stack): Likewise.
* stl/bits/stl_set.h (class set): Likewise.
* stl/bits/stl_multiset.h (class multiset): Likewise.
* stl/bits/stl_iterator.h (class reverse_bidirectional_iterator,
class reverse_iterator): Get rid of use of
__STL_LIMITED_DEFAULT_TEMPLATES macro.
* stl/bits/stl_config.h (__STL_DEFAULT_ALLOCATOR): Deleted this
macro.
* stl/bits/stl_deque.h (class deque): Get rid of use of
__STL_DEFAULT_ALLOCATOR macro.
* stl/bits/stl_list.h (class list): Likewise.
* stl/bits/stl_multiset.h (class multiset): Likewise.
* stl/bits/stl_set.h (class set): Likewise.
* stl/bits/stl_string_fwd.h (class basic_string): Likewise.
* stl/bits/stl_tree.h (class _Rb_tree, class rb_tree): Likewise.
* stl/bits/stl_vector.h (class vector): Likewise.
* stl/ext/ropeimpl.h (rotate): Likewise.
* stl/ext/hash_map (class hash_map, class hash_multimap):
Likewise.
* stl/ext/hash_set (class hash_set, class hash_multiset):
Likewise.
* stl/ext/slist (class slist): Likewise.
* stl/ext/stl_bvector.h (class bit_vector): Likewise.
* stl/ext/stl_rope.h (class rope): Likewise.
* src/locale.cc (_Impl): Likewise.
* src/localename.cc (_Impl): Likewise.
* bits/localefwd.h (_Impl): Likewise.
2000-04-18 Phil Edwards <pme@sourceware.cygnus.com>
* docs/install.html: Cleanup, minor changes.
* docs/17_intro/howto.html: Ditto.
2000-04-18 Nathan Myers <ncm@cantrip.org>
* bits/basic_string.h: Remove "inline" from member _S_find.
* src/string-inst.cc: Rewrite to reflect non-inline template
instantiations in string.tcc.
* src/stringADDCS.cc, stringADDPS.cc, stringADDSC.cc, stringADDSP.cc,
stringADDSS.cc, stringBIST.cc, stringBOST.cc, stringCHTR.cc,
stringEQPS.cc, stringEQSP.cc, stringEQSS.cc, stringEXTRA.cc,
stringGEPS.cc, stringGESP.cc, stringGESS.cc, stringGETLI.cc,
stringGTPS.cc, stringGTPS.cc, stringGTSP.cc, stringGTSS.cc,
stringINSER.cc, stringLEPS.cc, stringLESP.cc, stringLESS.cc,
stringLESP.cc, stringLTPS.cc, stringLTPS.cc, stringLTSP.cc,
stringLTSS.cc, stringMAIN.cc, stringNEPS.cc, stringNESP.cc,
stringNESS.cc, stringSCOPY.cc: Remove.
* src/wstringADDCS.cc, etc: Remove.
Benjamin Kosnik <bkoz@haight.constant.com>
* src/Makefile.am: Modify to reflect above.
* src/Makefile.in: Regenerate.
2000-04-17 Benjamin Kosnik <bkoz@cygnus.com>
* docs/install.html (--enable-libstdcxx-v3): Clean up install docs.
2000-04-13 Benjamin Kosnik <bkoz@haight.cygnus.com>
* bits/std_fstream.h (filebuf::sync): Need to use the abstracted
io interface here instead of the libio particulars.
* config/threads-posix.h: Consistency with stl_config.h.
* mkcheck.in (CXX_FLAG): Add DDEBUG_ASSERT back in.
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
2000-04-13 Loren J. Rittle <ljrittle@acm.org>
* mknumeric_limits: Rename generic type template parameter name
'_T' to '_Tp'.
* stl/bits/type_traits.h: Ditto.
2000-04-06 Benjamin Kosnik <bkoz@decepticon.cygnus.com>
* mkcheck.in (SRC_DIR): Change default mkcheck behavior, so that
it is more useful for --enable-libstdcxx-v3. Use the built
compilers with v3, instead of compilers in PATH, and don't
re-include include directories for checking the install.
2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
* src/Makefile.am (AM_CXXFLAGS): Disable NAMESPACES, as this is on
by default when using --enable-libstdcxx-v3.
* src/Makefile.in: Regenerate.
* configure.in: Disable GLIBCPP_ENABLE_NAMESPACES,
GLIBCPP_ENABLE_RELIBGCC for --enable-libstdcxx-v3 flag.
* configure: Regenerate.
* mkcheck.in: Deal with NAMESPACES.
2000-04-05 Petter Urkedal <petter@matfys.lth.se>
* src/cmath.cc: New file...
(pow(*, int)): Define functions...
* src/Makefile.am (sources): ...register file.
* src/Makefile.in: Regenerate.
* bits/std_cmath.h (pow): ...declare functions here, and remove
old definitions.
2000-04-04 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GCC_OBJDIR): Tweaks
2000-04-03 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCPP_CHECK_CPU): Add arm configure bits.
* config/cpu/arm: New directory.
Jesper Skov <jskov@redhat.com>
* config/cpu/arm/atomicity.h: New file.
2000-03-31 Benjamin Kosnik <bkoz@redhat.com>
* stl/bits/stl_config.h: Make _STL_THREADS depend on _REENTRANT.
Remove unused bits. Clean.
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
2000-03-29 Benjamin Kosnik <bkoz@cygnus.com>
* testsuite/25_algorithms: New directory.
* testsuite/25_algorithms/min_max.cc: New file.
2000-03-29 scott snyder <snyder@fnal.gov>
* bits/locale_facets.tcc (do_put): Allow a couple extra digits of
precision beyond that which we get from numeric_limits::digits10.
* stl/bits/stl_algobase.h (max, min): Don't use comparison
operator.
* testsuite/23_containers/bitset_shift.cc: Fix.
* testsuite/27_io/ios_manip_fmtflags.cc (test01): Don't give a
temporary to imbue().
* bits/std_fstream.h (sync): Resync libio's idea of the current
file position with the external file.
2000-03-28 Benjamin Kosnik <bkoz@cygnus.com>
* testsuite/27_io/istream_extractor_arith.cc.cvs: Fix merge
mistake.
* bits/std_fstream.h (filebuf::is_open): Check for _M_file before
attempting calls to it.
* bits/fstream.tcc (ctors): Don't call _M_init_filebuf in
ctors. Instead, call _M_init_filebuf ...
(open): Here, as suggested by 27.8.1.3.
* src/ios.cc (ios_base::Init::Init()): Clean up default filebufs
properly when initializing cout/cin/cerr.
2000-03-27 Russell Davidson <russell@ehess.cnrs-mrs.fr>
* testsuite/23_containers/multiset.cc (main): Clean up for namespaces.
* testsuite/22_locale/ctype_char_members.cc: And here.
* testsuite/27_io/streambuf.cc (streambuf): And here.
* testsuite/27_io/ostream_inserter_char.cc (test06): And here.
* testsuite/27_io/istream_unformatted.cc (test05): And here.
* testsuite/27_io/istream_extractor_arith.cc: And here.
* testsuite/27_io/ios_manip_basefield.cc (test02): And here.
* testsuite/27_io/ios_base_members_static.cc: And here.
* bits/std_climits.h (_CPP_CLIMITS): Fix typo.
2000-03-27 Chris Faylor <cgf@cygnus.com>
* configure.in: Remove setting of CXX if canadian cross.
* configure: Regenerate.
2000-03-27 Nathan Myers <ncm@zembu.com>
* bits/sstream.tcc: Optimize.
* bits/basic_string.h(string::append): Don't inline.
* bits/string.tcc: Move out-of-line.
2000-03-27 Phil Edwards <pme@sourceware.cygnus.com>
* acinclude.m4: (GLIBCPP_CHECK_COMPILER_VERSION) When using <2.96,
define WERRORSUPPRESS so that the inlining warnings won't kill us.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* src/Makefile.am: Use WERRORSUPPRESS for the files that need it.
* src/Makefile.in: Regenerate.
* docs/install.html: Almost complete rewrite.
2000-03-25 Phil Edwards <pme@sourceware.cygnus.com>
* docs/install.html: Explain -Werror problem at "#Werror" mark.
* docs/faq/index.html: Testsuite will die horribly if new libgcc.a
not installed.
* docs/faq/index.txt: Regenerate.
2000-03-24 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* src/Makefile.am (libio_headers_install): Fix.
* src/Makefile.in: Regenerate.
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
2000-03-24 Benjamin Kosnik <bkoz@cygnus.com>
* docs/17_intro/RELEASE-NOTES: Fix typos.
* docs/index.html: Update.
* docs/17_intro/BUGS: Update.
* docs/status.html: Update for 2.90.8 release.
2000-03-23 Phil Edwards <pme@sourceware.cygnus.com>
* Makefile.am: Better error message when missing libgcc2.ready.
* Makefile.in: Regenerate.
* acinclude.m4: Fastidious nitpicking reformatting.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* mkcheck.in: Must use same namespace settings as the library being
tested. Also log ST_FLAG, since it's being passed.
* docs/install.html: Add brief chunk on configuration.
* docs/17_intro/RELEASE-NOTES: Fix minor Cygwin typo.
* docs/23_containers/howto.html: Mention MT-safe string.
* docs/faq/index.html: Minor updates.
* docs/faq/index.txt: Regerarate.
2000-03-22 Benjamin Kosnik <bkoz@cygnus.com>
* bits/sstream.tcc (seekoff): Fix for gptr() null cases.
* bits/fstream.tcc (seekoff): Sync.
(seekpos): Sync.
* testsuite/27_io/ostream_unformatted.cc: New file.
* testsuite/27_io/stringbuf.cc: Fix.
* testsuite/27_io/istream_unformatted.cc (test04): Fix.
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
* config/newlib/bits/ctype_base.h (ctype_base): Fix.
* config/newlib/ctype.cc (ctype): Change __ctype -> _ctype_.
* src/complex_io.cc (operator>>complex): Tweak.
* config/cpu/alpha/atomicity.h: Explicitly typedef uint32_t, int32_t if
<inttypes.h> does not exist.
* config/cpu/sparc/sparc64/atomicity.h: Same.
* config/cpu/sparc/sparc32/atomicity.h: Same.
* config/cpu/powerpc/atomicity.h: Same.
* config/cpu/i386/atomicity.h: Same.
* config/cpu/generic/atomicity.h: Same.
* configure.in: Check for inttypes.h.
* configure: Regnerate.
2000-03-21 Benjamin Kosnik <bkoz@cygnus.com>
* bits/std_sstream.h (_M_init_stringbuf): Set initial ate position
correctly.
* testsuite/27_io/ostream_inserter_char.cc (test06): Add tests for ate.
* docs/17_intro/RELEASE-NOTES (New): Add bits.
* configure.in: Move AC_CHECK_HEADERS to a point where we know we
are compiling natively.
* libio/*: Update to CVS libio from egcs.
2000-03-21 Phil Edwards <pme@sourceware.cygnus.com>
* docs/download.html: Document use of -z9 for CVS.
* docs/index.html: Add target date (no link) for future snapshot.
2000-03-21 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
* bits/slice_array.h: Rename generic type template parameter name
* bits/mask_array.h: Ditto
2000-03-20 Benjamin Kosnik <bkoz@cygnus.com>
* *: Change copyright holder from "Cygnus Solutions" to "Free
Software Foundation, Inc."
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
* docs/configopts.html: Explain what "hella versions" means.
* docs/install.html: Some tweaks--nice job on this Phil.
* docs/documentation.html: Add a direct link to configuration options.
* src/Makefile.am (OPTIMIZE_CXXFLAGS): Add in extras.
* docs/17_intro/RELEASE-NOTES (New): Add.
* bits/c++config.h (__GLIBCPP__): Bump version.
* config/c_io_libio.cc (__basic__file(__c_lock*)): Change argument
type to match prototype.
2000-03-20 Phil Edwards <pme@sourceware.cygnus.com>
* docs/install.html: Update for new funky build procedure. Move
description of 'configure' options to...
* docs/configopts.html: ...here. New file.
* docs/17_intro/howto.html: Updates for new snapshot.
* docs/20_util/howto.html: Ditto.
* docs/21_strings/howto.html: Ditto.
* docs/21_strings/stringtok_std_h.txt: Fix example typos.
* docs/22_locale/howto.html: Ditto.
* docs/23_containers/howto.html: Ditto.
* docs/faq/index.html: Ditto.
2000-03-18 Petter Urkedal <petter@matfys.lth.se>
Benjamin Kosnik <bkoz@gnu.org>
* acinclude.m4 (GLIBCPP_CHECK_COMPLEX_SUPPORT): Move code for main
to the right place.
* aclocal.m4: Regenerate.
* configure: Regenerate.
2000-03-16 Benjamin Kosnik <bkoz@cygnus.com>
scott snyder <sss@karma.fnal.gov>
* config/c_io_libio.h: Add __c_lock.
* config/threads-no.h: Same here.
* config/threads-posix.h: Add __mutext_type typedef.
* config/c_io_libio.cc: basic_file ctor takes lock arg.
* bits/basic_file.h: Ctor takes lock arg.
* bits/std_fstream.h: Add _M_lock.
* bits/fstream.tcc: Supply it to basic_file ctor.
* mkcheck.in (resultstext): Change [[ to [.
* testsuite/27_io/ostream_inserter_char.cc (test06): Tweak.
* bits/locale_facets.h: Tweak.
* stl/bits/stl_config.h: Fix defines.
2000-03-16 Benjamin Kosnik <bkoz@cygnus.com>
* mkcheck.in (INC_PATH): Add paths from cpu_include_dir to find
atomicity.h
* configure: Regenerate.
* aclocal.m4: Regnerate.
2000-03-16 Nathan Myers <ncm@zembu.com>
* bits/string.tcc: Add MT support.
* bits/basic_string.h: Same.
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
2000-03-16 Phil Edwards <pme@sourceware.cygnus.com>
* configure.in: Make --enable-namespaces and -libgcc-rebuild=../..
the defaults.
* configure: Regenerate.
* config/solaris/solaris2.7/ctype.cc: Fix unsigned/signed comparison.
2000-03-16 Phil Edwards <pme@sourceware.cygnus.com>
* acinclude.m4 (GLIBCPP_CHECK_CTYPE): If Sol2.5 ctype is found, keep
checking for 2.[67]. (GLIBCPP_ENABLE_RELIBGCC): No longer ignore
any defaults passed in.
* aclocal.m4: Regenerate.
2000-03-16 Phil Edwards <pme@sourceware.cygnus.com>
* mkcheck.in: Report total successes and failures.
2000-03-15 Benjamin Kosnik <bkoz@cygnus.com>
* config/cpu: New directory, intended to be used to provide
cpu-specific configuration files. In particular, assembly language
primitives for thread safety.
* config/cpu/alpha: Populate.
* config/cpu/alpha/atomicity.h: New file.
* config/cpu/arm: Populate.
* config/cpu/generic: Populate.
* config/cpu/generic/atomicity.h: New file.
* config/cpu/hppa: Populate.
* config/cpu/i386: Populate.
* config/cpu/i386/atomicity.h: New file, take from i486.
* config/cpu/m68k: Populate.
* config/cpu/mips: Populate.
* config/cpu/powerpc: Populate.
* config/cpu/powerpc/atomicity.h: New file.
* config/cpu/sparc: Populate.
* config/cpu/sparc/sparc32: Populate.
* config/cpu/sparc/sparc64: Populate.
* config/cpu/sparc/sparc32/atomicity.h: New file.
* config/cpu/sparc/sparc64/atomicity.h: New file.
* src/Makefile.am (myinstallheaders): Add install routines.
* acinclude.m4 (GLIBCPP_CHECK_CPU):Add configuration for the
cpu dir.
* configure.in: Add.
* config/default: Adopt glibc naming conventions, and so move to
* config/generic: Here.
* acinclude.m4 (GLIBCPP_CHECK_CTYPE): Modify default case to generic.
2000-03-15 Bill Thompson <billt@toast.net>
* testsuite/27_io/ostream_inserter_char.cc (test06): Add test.
2000-03-14 Phil Edwards <pme@sourceware.cygnus.com>
* docs/17_intro/howto.html: Add missing "TOC" entry, and new section.
* acinclude.m4 (GLIBCPP_CHECK_CTYPE): Fixup.
* aclocal.m4: Regenerate.
* configure: Regenerate.
2000-03-13 scott snyder <snyder@fnal.gov>
Jason Merrill <jason@cygnus.com>
* bits/locale_facets.h (class ctype, class ctype<char>, class
ctype<wchar_t>): More mask fixes.
* testsuite/22_locale/ctype.cc: Test for the problem.
2000-03-13 Benjamin Kosnik <bkoz@cygnus.com>
* acconfig.h: Add bits.
* configure.in: Move AM_PROG_LIBTOOL up in file.
Tweak cross compiling info.
* configure: Regenerate.
* mknumeric_limits (XCOMPILE): Echo compilation line for
gen-num-limits.cc
* acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add aix checks.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* config/aix/ctype.cc (ctype): Tweak.
* config/aix/bits/ctype_base.h (ctype_base): Tweak.
* config/aix/bits/ctype_specializations.h: New file.
2000-03-10 scott snyder <snyder@fnal.gov>
* stl/bits/stl_vector.h (_M_assign_aux): Fix for __normal_iterator
conversions.
* testsuite/23_containers/vector_modifiers.cc (test01): Add a
regression test for the problem.
2000-03-09 Benjamin Kosnik <bkoz@fidel.cygnus.com>
* testsuite/27_io/streambuf.cc (class testbuf): Same here.
* bits/fpos.h: And here.
* bits/std_ostream.h: Same here.
* bits/std_istream.h: Same here.
* bits/basic_ios.h: Same here.
* bits/std_fstream.h: Same here.
* bits/sbuf_iter.h (std): Here too.
* bits/std_sstream.h: Make types public.
* src/misc-inst.cc: Use size_t instead of unsigned int.
* bits/locale_facets.tcc (_S_format): For now, cast to char. I
suppose this should be ctype::narrow... all the ctype<wchar_t>
stuff needs to be cleaned up.
2000-03-09 Phil Edwards <pme@sourceware.cygnus.com>
* docs/gentop: Remove entire directory, finally.
2000-03-09 scott snyder <snyder@fnal.gov>
* bits/std_cmath.h (modf): Fix pointer overrun.
* testsuite/26_numerics/c_math.cc (test04, main): Add a regression
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
test for the problem.
2000-03-09 Phil Edwards <pme@sourceware.cygnus.com>
Looks like changes to the #include'd files must be followed by a
change to the #include'ing files to take effect. Caveat emptor.
* docs/header.html: New file, for server-side include.
* docs/footer.html: New file, for server-side include.
* docs/documentation.html: Change to use SSI.
* docs/download.html: Ditto.
* docs/index.html: Ditto.
* docs/mail.html: Ditto.
* docs/status.html: Ditto.
* docs/thanks.html: Ditto, plus minor updates.
* docs/how.html: Remove.
2000-03-09 Benjamin Kosnik <bkoz@gnu.org>
Preliminary alpha-linux support.
* src/locale.cc (ctype<wchar_t>): Use correct types...
* bits/locale_facets.h (ctype<char>): Add __table_type typedef.
(ctype<wchar_t>): Same.
* bits/locale_facets.h (ctype<wchar_t>): Have char and wchar_t
types match for table_size (size_t).
* config/gnu-linux/ctype.cc (ctype): Change char_type to wchar_t
as per char specialization.
* config/*/ctype.cc: Same.
2000-03-09 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
* bits/locale_facets.h (_Ctype<>::mask): Import from base class
_Ctype_nois<>. Template base classes are never examinated in
first-phase name-lookup.
2000-03-08 Benjamin Kosnik <bkoz@gnu.org>
Add Solaris 2.5.1 support.
* config/solaris/solaris2.5/bits/ctype_base.h (ctype_base): And here.
* config/solaris/solaris2.5/ctype.cc: Fixup.
* config/solaris/solaris2.5/bits/ctype_specializations.h: Add.
* acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add bits for solaris2.5.1.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* config/default/ctype.cc (ctype): Fixup.
2000-03-07 Benjamin Kosnik <bkoz@blues.cygnus.com>
* testsuite/27_io/filebuf.cc: Activate init code from yesterday...
* testsuite/27_io/ostream_inserter_arith.cc (testcases): Fix for
non-wchar_t case.
2000-03-07 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
* bits/cpp_type_traits.h: Expand on this file purpose.
2000-03-06 Benjamin Kosnik <bkoz@gnu.org>
* bits/locale_facets.h (ctype<char>): Remove static members, and
re-work initialization code.
(ctype<wchar_t>): Same.
Move _S_touppper to _M_toupper and initialize in ctor.
Move _S_tolower to _M_tolower and initialize in ctor.
Move _S_table to _M_ctable and initialize in ctor.
* bits/locale_facets.h (std): And here.
* src/locale.cc (std): Tweak.
* config/gnu-linux/ctype.cc: Change initialization here.
* config/newlib/ctype.cc: And here.
* config/solaris/solaris2.7/ctype.cc: And here.
* config/solaris/solaris2.6/ctype.cc: And here.
* bits/localefwd.h: Tweak.
* bits/std_streambuf.h: Tweak formatting.
* testsuite/27_io/filebuf.cc: Remove BUFSIZ dependencies.
2000-03-05 Chip Salzenberg <chip@valinux.com>
* src/misc-inst.cc (basic_iostream<>): Instantiate.
2000-03-02 Phil Edwards <pme@sourceware.cygnus.com>
Kevin Atkinson <kevinatk@home.com>
Initial grab of SGI's strstream implementation with minor
modifications.
* src/strstream.cc: New file.
* std/strstream: New file.
* stl/bits/std_strstream.h: New file.
* bits/std_streambuf.h: Add public access.
* src/Makefile.am: Add strstream sources to list of dependencies.
* src/Makefile.in: Regenerate.
2000-03-03 2000 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
* bits/valarray_meta.h: Fix typo.
2000-03-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Chip Salzenberg <chip@valinux.com>
Petter Urkedal <petter@matfys.lth.se>
* src/Makefile.am (myinstallheaders): Hack to avoid
`for i in ; do'.
* src/Makefile.in: Regenerate.
2000-03-02 Chip Salzenberg <chip@valinux.com>
* libio/Makefile.an, math/Makefile.an, src/Makefile.am
(LINK): Put quotes around "$(CC)" for libtool link mode,
so libtool will use "-B" options during GCC bootstrap.
* */Makefile.in: Regenerate.
2000-03-02 Petter Urkedal <petter@matfys.lth.se>
* config/c_io_libio.h: Enclose it all in ::std.
* bits/basic_string.h (basic_string<>): Make types and
`npos' public.
* mkc++config: Truncate output file before writing.
2000-03-01 Benjamin Kosnik <bkoz@gnu.org>
* math/cabsf.c (__mycabsf): Rename to cabsf.
* math/cabs.c (__mycabs): Rename to cabs.
2000-02-29 LLeweLLyn Reese <llewelly@198.dsl.xmission.com>
* bits/basic_string.h: Move declarations of __out_of_range(),
__length_error() and accompanying macros ...
* bits/exception_support.h: here. (Newly created file).
* bits/basic_string.h: #include <bits/exception_support.h>
* stl/bits/stl_vector.h: #include <bits/exception_support.h>
* src/Makefile.am (headers): Add.
* src/Makefile.in: Regenerate.
2000-02-29 Benjamin Kosnik <bkoz@cygnus.com>
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
* bits/cpp_type_traits.h: Rename structs so they don't clash with
type_traits.h.
* bits/valarray_array.h: Synch. Fix typos.
* libio/Makefile.am: Change to only compile source files that
config/c_io_libio.cc actually needs.
* libio/Makefile.in: Regnerate.
* libio/PlotFile.hes SFile.h builtinbuf.h editbuf.h floatconv.c
floatio.h fstream.h indstream.h iofclose.c iofdopen.c iofeof.c
ioferror.c iofflush.c iofgetpos.c iofgets.c iofopen.c iofprintf.c
iofputs.c iofread.c iofscanf.c iofsetpos.c ioftell.c iofwrite.c
iogetc.c iogetdelim.c iogetline.c iogets.c ioignore.c iomanip.h
iopadn.c ioperror.c iopopen.c ioprims.c ioprintf.c ioputc.c
ioputs.c ioscanf.c ioseekoff.c ioseekpos.c iosetbuffer.c
iosetvbuf.c iosprintf.c iosscanf.c iostream.h iostrerror.c
ioungetc.c iovfprintf.c iovfscanf.c iovsprintf.c iovsscanf.c
istream.h list.out ostream.h outfloat.c parsestream.h peekc.c
pfstream.h procbuf.h stdiostream.h stream.h streambuf.h strfile.h
strops.c strstream.h: Delete.
* bits/basic_file.h: Stub out or delete unused bits in this
interface.
(filepos_beg): Remove.
(filepos_cur): Remove.
(filepos_valid): Remove.
* config/c_io_libio.cc: Resynch with the changes to basic_file.
2000-02-29 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
* bits/cpp_type_traits.h: Correct typo.
2000-02-29 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
* bits/cpp_type_traits.h: New file.
* bits/valarray_array.h: Tweak. #include <bits/cpp_type_traits.h>
Improve array construction.
(_Array_default_ctor): New dispatcher class.
(__valarray_default_construct): New function.
(_Array_copy_ctor): New dispatcher class.
(__valarray_copy_construct): New function.
(_Array<>::free_data): Remove.
* src/Makefile.am (headers): Add cpp_type_traits.h
* src/Makefile.in: Regenerate.
2000-02-28 Benjamin Kosnik <bkoz@cygnus.com>
Prune libio directory to match files in libio/Makefile.
* libio/PlotFile.cc,indstream.cc, isgetsb.cc, sbform.cc,
stream.cc, SFile.cc, ioassign.cc, isscan.cc, sbgetline.cc,
streambuf.cc, builtinbuf.cc, ioextend.cc, osform.cc, sbscan.cc,
strstream.cc, editbuf.cc, iomanip.cc, parsestream.cc,
stdiostream.cc, filebuf.cc, iostream.cc, pfstream.cc,
stdstrbufs.cc, fstream.cc, isgetline.cc, procbuf.cc,
stdstreams.cc: Remove.
* libio/floatio.h, iolibio.h, iostdio.h, iostreamP.h: Remove.
* libio/iofflush_u.c: Remove.
* libio/dbz: Remove.
* libio/include: Remove.
* libio/stdio: Remove.
* libio/tests: Remove.
* libio/testsuite: Remove.
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
* config/c_io_libio.cc: Add fcntl.h include for Solaris.
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Add bits.
* configure.in: Replace 'grep -e' with 'grep' for Solaris.
* configure: Regenerate.
2000-02-25 Benjamin Kosnik <bkoz@gnu.org>
Abstract out the underlying "C" io bits.
* bits/std_new.h: Remove <stl_config> include, as well as <cstddef>.
* stl/bits/stl_string_fwd.h: Remove <stddef> include.
* bits/std_cwchar.h: Wrap with _GLIBCPP_USE_WCHAR_T guards. Don't
include <cstddef>.
* stl/bits/stl_config.h: Don't include _G_config.h.
* bits/basic_file.h: Allow for non-inheritance based __basic_files.
* config/c_io_libio.h (_GLIBCPP_BASIC_FILE_INHERITANCE): Define.
* config/c_io_libio.cc: Tweak.
* src/Makefile.am (TOPLEVEL_INCLUDES): Add includedir.
* src/Makefile.in: Regenerate.
* Makefile.am (AM_MAKEFLAGS): Define includedir so that
prefix/include files will be picked up.
* Makefile.in: Regenerate.
* math/Makefile.am (TOPLEVEL_INCLUDES): And here.
* libio/Makefile.am (TOPLEVEL_INCLUDES): And here.
* bits/std_ios.h: Include <bits/c++io.h> instead of libio.
* bits/fpos.h: And here.
* bits/basic_file.h (get_fileno): Move definition from ...
* src/basic_file.cc (std): To here.
* bits/fpos.h: Move types for streamoff, streampos to..
* bits/basic_file.h: Move __c_file_type and fpos typedefs to...
* config/c_io_libio.h: ...here.
(_GLIBCPP_[BOOLALPHA, HEX, DEC, FIXED, INTERNAL, LEFT, OCT, RIGHT,
SCIENTIFIC, SHOWBASE, SHOWPOINT, SHOWPOS, SKIPWS, UNITBUF,
UPPERCASE, ADJUSTFIELD, BASEFIELD, FLOATFIELD, BADBIT, EOFBIT,
FAILBIT, GOODBIT, APP, ATE, BINARY, IN, OUT, TRUNC): New macros to
abstract out bits in ios_base.
* bits/ios_base.h: Re-macrofy.
* src/basic_file.cc : Rename, move to
* config/c_io_libio.cc: Here.
* config/c_io_libio.h: New file. Include libio.
* bits/c++config.h: Don't define _GLIBCPP_USE_LIBIO.
* configure.in (blddir): Add enabling bits for GLIBCPP_ENABLE_CSTDIO.
* configure: Regenerate.
* src/Makefile.am (sources): Take out basic_file.cc and add c++io.cc.
(generated_headers): Add c++io.h
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): New function to select
underlying "C" io library.
* acinclude.m4 (GLIBCPP_CHECK_LIBIO): Roll functionality into
GLIBCPP_ENABLE_CSTDIO.
* configure.in: Add configure bits for cross compiling non-newlib
targets. .
GLIBCPP_CHECK_COMPILER_VERSION: Take out this test for this
target, as we assume g++ support is not the limiting factor.
GLIBCPP_CHECK_LIBIO: Same, know we don't need libio.
* configure: Regenerate.
2000-02-22 Benjamin Kosnik <bkoz@cygnus.com>
* Makefile.am (INTERFACE): Define.
* Makefile.in: Regenerate.
* libio/ChangeLog: Add entry.