From patchwork Thu Feb 10 01:02:35 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 82556 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id AFCC2B70EB for ; Thu, 10 Feb 2011 12:02:45 +1100 (EST) Received: (qmail 21522 invoked by alias); 10 Feb 2011 01:02:44 -0000 Received: (qmail 21509 invoked by uid 22791); 10 Feb 2011 01:02:43 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f175.google.com (HELO mail-iy0-f175.google.com) (209.85.210.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Feb 2011 01:02:37 +0000 Received: by iyj8 with SMTP id 8so792141iyj.20 for ; Wed, 09 Feb 2011 17:02:35 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.225.133 with SMTP id is5mr16633415icb.325.1297299755758; Wed, 09 Feb 2011 17:02:35 -0800 (PST) Received: by 10.42.230.68 with HTTP; Wed, 9 Feb 2011 17:02:35 -0800 (PST) In-Reply-To: References: Date: Thu, 10 Feb 2011 01:02:35 +0000 Message-ID: Subject: Re: [wwwdocs] document some G++ and libstdc++ changes for 4.6 From: Jonathan Wakely To: gcc-patches , "libstdc++" Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org On 10 February 2011 00:59, Jonathan Wakely wrote: > I've checked in the attached change to htdocs/gcc-4.6/changes.html > > I'm sure I've missed some things worth mentioning so additions are welcome > And this small tweak to use an entity for the non-ASCII character Index: htdocs/gcc-4.6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.113 diff -u -r1.113 changes.html --- htdocs/gcc-4.6/changes.html 10 Feb 2011 00:57:07 -0000 1.113 +++ htdocs/gcc-4.6/changes.html 10 Feb 2011 01:00:59 -0000 @@ -399,7 +399,7 @@ nullptr.
  • Performance improvements to the Debug - Mode, thanks to François Dumont. + Mode, thanks to François Dumont.
  • Atomic operations used for reference-counting are annotated so that they can be understood by race detectors such as Helgrind, see