From patchwork Sat Jan 28 18:27:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 49897 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:eb09:0:0:0:0:0 with SMTP id s9csp1454609wrn; Sat, 28 Jan 2023 10:28:03 -0800 (PST) X-Google-Smtp-Source: AMrXdXvNg2JuSprBuImTOiN6F5UjwcdKb57UxBw3Y638GYhMaKq61vg8tnLqIBr1Rtyr8VIVtSti X-Received: by 2002:a17:906:3fc3:b0:84d:4e9d:864a with SMTP id k3-20020a1709063fc300b0084d4e9d864amr43282025ejj.74.1674930483399; Sat, 28 Jan 2023 10:28:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1674930483; cv=none; d=google.com; s=arc-20160816; b=btqbQEuhVsCCm344hbUxDyXFbJHkWM/r1PKPXIEtw5of+z4IXYddF4vvytwg50EHAW KkWmzmJSpi+EDpI1DECRpIWJiBw+PeP/n67tbZeOJpBHYCpApjtxtL8jDMsVIw8GvThJ 07CVx7RLy8uVIMaw+AC6KE6XmI+UD+QsTiU1SCOe8YWxUzrYt5ok0hPdjHxGn1Nedr5Y clvQX3mN54GUWHHnn4CxMAfEThpfsBxk710Ulljem98vqg4bN7wgSsEc6FSrXoBQEgeY 7/xQe4L7ndWN+OGBDUVIxDUvODoB7J9JrYq93XWiuRI2rOitTi0BteTdVGbdS1D8xDPw Ha/Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:message-id:mime-version:subject :to:from:date:dmarc-filter:delivered-to; bh=QKX/K4LC303KJ3/j23+FX1m17NRQ/6ijPK4FqfEk7+8=; b=y+VCAA65a8zaaLVjbBdpFCHq+uIihghOrV4eh2f77DglQ+e8BZPt0yz1oEtCx1slWa matuvkOE3rliFmq6dVAkvM+DBBFOIHJ9n2egyDyQ7fYiBK18YwZHeWV1Ar5dQUtjspy4 igEm2QGFiwc5sHuCPsSNnsL4ZI1E0KYeIVlm3/PgOf5J0QtSu+OX/604h8BBYxXTfNLY t8etNLYm+FlNuGKzj9+JptNWT3EOTCMgl7OkP3svUYErkcstn+tCZI5TzzifWbmLjTUT x4JQwa5Sd9YCwiM4/2hO3xAO5aJUMeGQlPgb1bcvtKT/TTu4zbDxfzT/4x8la2htigU2 e9dg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from sourceware.org (ip-8-43-85-97.sourceware.org. [8.43.85.97]) by mx.google.com with ESMTPS id um20-20020a170907cb1400b00878ef86ce54si7389693ejc.449.2023.01.28.10.28.03 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 28 Jan 2023 10:28:03 -0800 (PST) Received-SPF: pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) client-ip=8.43.85.97; Authentication-Results: mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id CFCA83857B93 for ; Sat, 28 Jan 2023 18:27:54 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 3D1E73858D20 for ; Sat, 28 Jan 2023 18:27:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3D1E73858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id A560D33E6B for ; Sat, 28 Jan 2023 13:27:29 -0500 (EST) Received: from naga.localdomain (188-23-1-149.adsl.highway.telekom.at [188.23.1.149]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 37B9033E68 for ; Sat, 28 Jan 2023 13:27:29 -0500 (EST) Date: Sat, 28 Jan 2023 19:27:27 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [pushed] doc: Update link to Objective-C book MIME-Version: 1.0 X-Scanned-By: mailmunge 3.10 on 209.68.5.143 Message-Id: <20230128182729.A560D33E6B@hamza.pair.com> X-Spam-Status: No, score=-9.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org Sender: "Gcc-patches" X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1756291906884393698?= X-GMAIL-MSGID: =?utf-8?q?1756291906884393698?= Pushed. Gerald gcc/ChangeLog: * doc/standards.texi (Standards): Update link to Objective-C book. --- gcc/doc/standards.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index b54502add41..5ea724f5657 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -280,7 +280,7 @@ works with the Apple/NeXT Objective-C runtime library. There is no formal written standard for Objective-C or Objective-C++@. The authoritative manual on traditional Objective-C (1.0) is ``Object-Oriented Programming and the Objective-C Language'': -@uref{http://www.gnustep.org/@/resources/@/documentation/@/ObjectivCBook.pdf} +@uref{https://gnustep.github.io/@/resources/@/documentation/@/ObjectivCBook.pdf} is the original NeXTstep document. The Objective-C exception and synchronization syntax (that is, the