From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id ACDA53858D28; Fri, 19 May 2023 08:14:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ACDA53858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684484071; bh=jjVOwKYtolLUNiDKnIiGo9bJ+oqjfvt6hg5WEF3TagI=; h=From:To:Subject:Date:From; b=eoBqNFB9d/nKwuGYpVd/8ffTrSVvMV6vMFLaD3jCihZYgYKYQhdTgrPxyIbcAV22J w2wx8DIQolINYSwl3r0YFCkXd3Awl95s2vlIL4l3xrKOmedjhIXl+jKauPsUU+Kvmc 9LAg7a5nM3j4WkgHCsdPc4XKdE+yQ34mANru8KMA= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r14-990] libstdc++: Move lafstern.org reference to https X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/trunk X-Git-Oldrev: 20b8779ea9bd82b26eeb195b30f695168cd7ae1d X-Git-Newrev: e82025df6289aff66e4fa3c5cb594728bf8344aa Message-Id: <20230519081431.ACDA53858D28@sourceware.org> Date: Fri, 19 May 2023 08:14:31 +0000 (GMT) List-Id: https://gcc.gnu.org/g:e82025df6289aff66e4fa3c5cb594728bf8344aa commit r14-990-ge82025df6289aff66e4fa3c5cb594728bf8344aa Author: Gerald Pfeifer Date: Fri May 19 10:12:09 2023 +0200 libstdc++: Move lafstern.org reference to https libstdc++-v3/ChangeLog: * doc/xml/manual/strings.xml: Move lafstern.org reference to https. * doc/html/manual/strings.html: Regenerate. Diff: --- libstdc++-v3/doc/html/manual/strings.html | 2 +- libstdc++-v3/doc/xml/manual/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/strings.html b/libstdc++-v3/doc/html/manual/strings.html index 3441119e926..ceb09f97eac 100644 --- a/libstdc++-v3/doc/html/manual/strings.html +++ b/libstdc++-v3/doc/html/manual/strings.html @@ -111,7 +111,7 @@ book Exceptional C++ and on his website as GotW 29.

See? Told you it was easy!

Added June 2000: The May 2000 issue of C++ - Report contains a fascinating article by + Report contains a fascinating article by Matt Austern (yes, the Matt Austern) on why case-insensitive comparisons are not as easy as they seem, and why creating a class is the wrong way to go diff --git a/libstdc++-v3/doc/xml/manual/strings.xml b/libstdc++-v3/doc/xml/manual/strings.xml index e9d4c8ce347..b0dab645a2d 100644 --- a/libstdc++-v3/doc/xml/manual/strings.xml +++ b/libstdc++-v3/doc/xml/manual/strings.xml @@ -145,7 +145,7 @@ See? Told you it was easy! Added June 2000: The May 2000 issue of C++ - Report contains a fascinating article by + Report contains a fascinating article by Matt Austern (yes, the Matt Austern) on why case-insensitive comparisons are not as easy as they seem, and why creating a class is the wrong way to go