This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the EGCS project.
Announcing libstdc++-2.90.6
- To: libstdc++@sourceware.cygnus.com, egcs@egcs.cygnus.com, info-gnu@gnu.org
- Subject: Announcing libstdc++-2.90.6
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Wed, 4 Aug 1999 18:19:06 -0700
1999-08-04
Release Notes
-------------
The Egcs Standard C++ Library v3, or libstc++-2.90.x, is an ongoing
project to implement the ISO 14882 Standard C++ library as described
in chapters 17 through 27 and annex D, as a drop-in replacement
for the current (ARM-conformant) library.
This is the seventh snapshot of the libstdc++ rewrite. It is still
incomplet and incorrekt.
The Egcs Standard C++ Library v3, or libstc++-2.90.x, follows an open
development model, attempting to be fully buzzword, bazaar, and GNU
compliant. Full details on participating, including contributor
guidelines, mailing list subscription, mailing list archives,
up-to-date documentation, and various and sundry other details can be
found at the following URL:
http://sourceware.cygnus.com/libstdc++/
New:
---
- basic_string<char> has passed validation, with the cavet empor noted
in BUGS. Documentation for string internals has been added to the
source code. Ryszard Kabatek has optimized and fixed numerous member
functions, in addition to fixes from Alfred Minarik and Vadim Egorov.
- Include-path optimizations.
- The library and testsuite have been made namespace friendly
thanks to Alfred Minarik
- bits/std_cmath.h and math/mathconf tweaks by Gabriel Dos Reis.
- complex, valarray, gslice work by Gabriel Dos Reis.
- Preliminary port to cygwin by Mumit Khan
- basic_stringbuf was re-implemented to fix problems with ostringstreams.
- ios_base and basic_ios data member optimization/clarification. The
ios heirarchy now has preliminary facet caching.
- istream::ws, getline, and all extraction operators were fixed and
have undergone preliminary testing.
- Additional documentation by Phil Edwards.
- Many, many bug fixes.
More info is available on the project website, URL as above.
-Benjamin