From patchwork Sat Jun 27 18:46:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 489062 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id C02DC1402B0 for ; Sun, 28 Jun 2015 04:46:41 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=lxPGLgMi; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=ghlBFsNtZbmOPBz1x5e2UtlwjFPKBZemxbgLhGiSqaJjOnedu+y7g E5e3oIiG9bcUUV1Rg5lmLS4CVkZJLNtMrEb5esMYHmalBJGJsTwRgcdpKN9mFAPe coORL8kSOluacpjNzM47wKZfYCXmRgSPPvl/tmHBxG6beSYM59Vp3c= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=CZPF1Y7cdPHycdx/ftsDtBeIOu4=; b=lxPGLgMiljWqYp8Y4oP9 Yq7/0JYP2KXmbAPKTdqNwiVHMoe/z8RH+dEQNbP6aYvnwvqKDTqkIOg0CzkDPY50 q0uBp4j+tKGsc22M2/UAfUkHm7xy+pTesqTTU3vFVEHUQpqFp3UN3FyowNcPFiLl VMTj5sewxnyye0a7zgUKktE= Received: (qmail 115609 invoked by alias); 27 Jun 2015 18:46:34 -0000 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 Received: (qmail 115596 invoked by uid 89); 27 Jun 2015 18:46:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL, BAYES_00, KAM_ASCII_DIVIDERS, SPF_PASS autolearn=no version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 27 Jun 2015 18:46:32 +0000 Received: from [192.168.0.133] (vie-188-118-253-070.dsl.sil.at [188.118.253.70]) by ainaz.pair.com (Postfix) with ESMTPSA id DCA483F459 for ; Sat, 27 Jun 2015 14:46:29 -0400 (EDT) Date: Sat, 27 Jun 2015 20:46:35 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Wikipedia now defaults to, and redirects to, https. Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Wikipedia now defaults to, and redirects to, https, so adjust our links. Applied. Gerald Index: codingconventions.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v retrieving revision 1.72 diff -u -r1.72 codingconventions.html --- codingconventions.html 25 Jun 2015 18:31:51 -0000 1.72 +++ codingconventions.html 27 Jun 2015 18:44:27 -0000 @@ -845,7 +845,7 @@

Use the struct keyword for - + plain old data (POD) types.

@@ -857,14 +857,14 @@

Use the class keyword for - + non-POD types.

A non-POD type will often (but not always) have a declaration of a - + special member function. If any one of these is declared, then all should be either declared Index: readings.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.237 diff -u -r1.237 readings.html --- readings.html 9 Apr 2015 21:43:51 -0000 1.237 +++ readings.html 27 Jun 2015 18:44:27 -0000 @@ -634,7 +634,7 @@ Among IEEE 754 Implementations by Doug Priest (included in the PostScript-format document above) -

  • IEEE 754r, an +
  • IEEE 754r, an ongoing revision to the IEEE 754 floating point standard.