This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [v3] README, RELEASE-NOTES updates
- From: Rod Stewart <stewart at lab43 dot org>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 5 Mar 2002 15:28:26 -0500 (EST)
- Subject: Re: [v3] README, RELEASE-NOTES updates
Based on a short look at the diff, which I may have read wrong.
On Tue, 5 Mar 2002, Benjamin Kosnik wrote:
> on both mainline and gcc-3_1-branch, just for consistency
>
> 2002-03-05 Benjamin Kosnik <bkoz@redhat.com>
>
> * docs/html/17_intro/RELEASE-NOTES: Update.
> * README: Format subdirectories.
>
> Index: README
> ===================================================================
> RCS file: /cvs/gcc/gcc/libstdc++-v3/README,v
> retrieving revision 1.12
> diff -c -p -r1.12 README
> *** README 2002/01/31 02:05:16 1.12
> --- README 2002/03/05 20:13:13
> *** 74,90 ****
> In addition, three subdirectories are convenience libraries:
>
> libio
> ! Contains the subset of the GNU libio library needed for
> ! C++. Currently not used.
>
> libmath
> ! Support routines needed for C++ math. Only needed if the
> ! underlying "C" implementation is weak or looses.
Looses what? Precision?
> Index: docs/html/17_intro/RELEASE-NOTES
> ===================================================================
> RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/17_intro/RELEASE-NOTES,v
> retrieving revision 1.5
> diff -c -p -r1.5 RELEASE-NOTES
> *** RELEASE-NOTES 2002/01/31 02:05:16 1.5
> --- RELEASE-NOTES 2002/03/05 20:13:14
> ***************
> *** 1,4 ****
> ! 2002-02-01
>
> Release Notes
> -------------
> --- 1,4 ----
> ! 2002-03-05
>
> Release Notes
> -------------
> *************** The Standard C++ Library, or libstdc++-v
> *** 6,12 ****
> to fully implement the ISO 14882 Standard C++ library as described in
> chapters 17 through 27 and annex D.
>
> ! This is the thirteenth snapshot of the libstdc++ rewrite. It is still
> has some incomplet and incorrekt parts, but it's a lot less incomplete
> and incorrect than some of the earlier snapshots, and quite usable.
>
> --- 6,12 ----
> to fully implement the ISO 14882 Standard C++ library as described in
> chapters 17 through 27 and annex D.
>
> ! This is the fourteenth snapshot of the libstdc++ rewrite. It is still
^^
Get ride of the second is above. 'It still has'
> has some incomplet and incorrekt parts, but it's a lot less incomplete
/incorrekt/incorrect/
> and incorrect than some of the earlier snapshots, and quite usable.
-Rms