From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 8A01F385841B; Tue, 8 Nov 2022 03:08:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A01F385841B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667876936; bh=HmIYwB6gu279djqebXZhjrO2UKKbAUtbOCI8/TsCs4M=; h=From:To:Subject:Date:From; b=WRGgMvUL+oTaMihWhRrjGry3ZMPki/wucOxpkD7hBMJisNdpJTMkEaYi/YZoc+Ow/ fotXLMGCTOzxAC87KmuaJUAeHi5RYmuUo8/24wqdah/2SNxH04Xff5VfxBpJ59gC/I pF+dxNCZ2yqg2jj9lJ11UcjS91AinaX8TENjXY00= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-3774] libstdc++: Update my author blurb in the manual X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 4596339d9fabdcbd66b5a7430fa56544f75ecef1 X-Git-Newrev: acbfa2bc6006dacda86e3fa53d545e89b66a9533 Message-Id: <20221108030856.8A01F385841B@sourceware.org> Date: Tue, 8 Nov 2022 03:08:56 +0000 (GMT) List-Id: https://gcc.gnu.org/g:acbfa2bc6006dacda86e3fa53d545e89b66a9533 commit r13-3774-gacbfa2bc6006dacda86e3fa53d545e89b66a9533 Author: Jonathan Wakely Date: Mon Nov 7 22:52:31 2022 +0000 libstdc++: Update my author blurb in the manual libstdc++-v3/ChangeLog: * doc/xml/authors.xml: Update the blurb listing my doc contributions. Diff: --- libstdc++-v3/doc/xml/authors.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/doc/xml/authors.xml b/libstdc++-v3/doc/xml/authors.xml index 95626d46cba..ee8e835f692 100644 --- a/libstdc++-v3/doc/xml/authors.xml +++ b/libstdc++-v3/doc/xml/authors.xml @@ -102,7 +102,10 @@ JonathanWakely - shared_ptr, markup editing and styling + Allocators, ABI History, API Evolution and Deprecation History, + Experimental Library Extensions, Implementation Status, + Running the Testsuite, Shared Library Versioning, Using Macros, + Using Exceptions, shared_ptr, markup editing and styling.