From patchwork Sat Sep 1 21:24:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 964982 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-484916-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="wgMFjgmE"; dkim-atps=neutral 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 422q4m0kdkz9s0n for ; Sun, 2 Sep 2018 07:24:54 +1000 (AEST) 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=Xd+j12dc3Xmqxc+e7doiX4cVfCaE8adDr2kFYg5qKDlhuwoF32Imr ZkMhbz85zlwMNmFhCOUhictO2A/koZ/Ht1J4CsnZG8j/bShLvBBveIHKCyj/4iPO 4SeZKAFXJ8mUvuBHW6VbvVZVHIj4T/aXJmfGQIQSYcnlDfV7ulHYUs= 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=6kDKBKAyAi31vqSR4T740PnNdlQ=; b=wgMFjgmEg8/DZeS6D1JH N2D/zZbPRZpJUx3pY81lcgdNy/CRNzroIiV/4Yb4DRs/V2n/L0j2Mcfxu1uVqI0r mdSxeMsqTBVkXPT/DObFdEGCh4cYwvX/kT6n3Niw54zAIM+r3oeouJFtuvz0RMXV BIN7ngOoN+BiydWvqDWaPk4= Received: (qmail 53147 invoked by alias); 1 Sep 2018 21:24:46 -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 53084 invoked by uid 89); 1 Sep 2018 21:24:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.3 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=gcc40, quotations, gcc-4.0 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 ESMTP; Sat, 01 Sep 2018 21:24:37 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id E69FFB53ECB for ; Sat, 1 Sep 2018 17:24:35 -0400 (EDT) Received: from anthias (vie-91-186-158-155.dsl.sil.at [91.186.158.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 78C1FB53ECA for ; Sat, 1 Sep 2018 17:24:35 -0400 (EDT) Date: Sat, 1 Sep 2018 23:24:33 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] gcc-4.0/changes.html -- update link to note on Unicode quotations marks Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Committed. Gerald Index: gcc-4.0/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/changes.html,v retrieving revision 1.73 diff -u -r1.73 changes.html --- gcc-4.0/changes.html 26 Aug 2018 13:04:29 -0000 1.73 +++ gcc-4.0/changes.html 1 Sep 2018 21:23:09 -0000 @@ -60,7 +60,7 @@ locale. Programs that parse diagnostics and expect plain ASCII English-language messages should set LC_ALL=C. See Markus + href="https://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html">Markus Kuhn's explanation of Unicode quotation marks for more information.
  • The specs file is no longer installed on most