From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93240 invoked by alias); 14 Apr 2015 10:09:39 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 93223 invoked by uid 89); 14 Apr 2015 10:09:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 14 Apr 2015 10:09:37 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t3EA9ZHM024357 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 14 Apr 2015 06:09:36 -0400 Received: from localhost (ovpn-116-63.ams2.redhat.com [10.36.116.63]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t3EA9YLQ011579; Tue, 14 Apr 2015 06:09:35 -0400 Date: Tue, 14 Apr 2015 10:09:00 -0000 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: [patch] Update libstdc++ evolution docs Message-ID: <20150414100934.GR9755@redhat.com> References: <20150410205253.GA9755@redhat.com> <20150413162219.GL9755@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="T/5gogCFEf4tDWvL" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150413162219.GL9755@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-04/txt/msg00652.txt.bz2 --T/5gogCFEf4tDWvL Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-length: 721 On 13/04/15 17:22 +0100, Jonathan Wakely wrote: >On 10/04/15 21:52 +0100, Jonathan Wakely wrote: >>I'm sure this still isn't complete, but at least it now contains >>information for releases since 4.5, and documents any deprecations. >> >>Committed to trunk. > >>commit ad10c021b751c515a2e20c74661594a5e99dcede >>Author: Jonathan Wakely >>Date: Mon Jan 27 12:31:06 2014 +0000 >> >> * doc/xml/manual/evolution.xml: Document changes since 4.5 release. >> * doc/html/*: Regenerate. > >I forgot to actually commit this on Friday :-\ > >Committed to trunk now, and Jakub has approved it for the branch. Thanks to François for noticing these typos. Fixed on trunk (the branch can wait for 5.2). --T/5gogCFEf4tDWvL Content-Type: text/x-patch; charset=us-ascii Content-Disposition: attachment; filename="patch.txt" Content-length: 1022 commit c1a14667bf1ed5cbb8d50cb7d755f8dac3d11e2f Author: Jonathan Wakely Date: Tue Apr 14 11:06:00 2015 +0100 * doc/xml/manual/evolution.xml: Fix typos. * doc/html/manual/api.html: Regenerate. diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml index 2e4a1e2..7f89c29 100644 --- a/libstdc++-v3/doc/xml/manual/evolution.xml +++ b/libstdc++-v3/doc/xml/manual/evolution.xml @@ -638,7 +638,7 @@ now defaults to zero. - The library was updated to to avoid including + The library was updated to avoid including stddef.h in order to reduce namespace pollution. @@ -668,7 +668,7 @@ now defaults to zero. A new clocale model for newlib is available. - The library was updated to to avoid including + The library was updated to avoid including unistd.h in order to reduce namespace pollution. --T/5gogCFEf4tDWvL--