From patchwork Thu Feb 1 13:16:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Dmitry V. Levin" X-Patchwork-Id: 25722 Received: (qmail 36284 invoked by alias); 1 Feb 2018 13:16:50 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 36153 invoked by uid 89); 1 Feb 2018 13:16:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-23.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, LIKELY_SPAM_BODY, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=seo, eduardo, Eduardo, month X-HELO: vmicros1.altlinux.org Date: Thu, 1 Feb 2018 16:16:45 +0300 From: "Dmitry V. Levin" To: libc-alpha@sourceware.org Subject: [PATCH COMMITTED] Update contributions in the manual Message-ID: <20180201131645.GA29647@altlinux.org> Mail-Followup-To: libc-alpha@sourceware.org MIME-Version: 1.0 Content-Disposition: inline * manual/contrib.texi (Palmer Dabbelt, Arjun Shankar, Florian Weimer): New entries. (Rafal Luzynski, Andreas Schwab): Update. --- ChangeLog | 6 ++++++ manual/contrib.texi | 18 ++++++++++++++---- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d99f542..d577abc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-02-01 Dmitry V. Levin + + * manual/contrib.texi (Palmer Dabbelt, Arjun Shankar, Florian Weimer): + New entries. + (Rafal Luzynski, Andreas Schwab): Update. + 2018-02-01 Rafal Luzynski [BZ #10871] diff --git a/manual/contrib.texi b/manual/contrib.texi index fbf42db..0da6dcb 100644 --- a/manual/contrib.texi +++ b/manual/contrib.texi @@ -62,6 +62,9 @@ committee. Thomas Bushnell for his contributions to Hurd. @item +Palmer Dabbelt for contributing the port to Linux/RISC-V. + +@item DJ Delorie for various fixes. @item @@ -110,7 +113,6 @@ part of @theglibc{} steering committee. Steve Ellcey for various fixes. @item - Mike FABIAN for various fixes to locales. @item @@ -234,7 +236,8 @@ improved string functions, a framework for testing IFUNC implementations, and many bug fixes. @item -Rafal Luzynski for various fixes to locales. +Rafal Luzynski for contributing support for two grammatical forms of month +names, and for various fixes to locales. @item Luis Machado for optimized functions on PowerPC. @@ -355,8 +358,8 @@ Will Schmidt for optimized string functions on PowerPC. @item Andreas Schwab for the port to Linux/m68k -(@code{m68k-@var{anything}-linux}) and for his direction as part of -@theglibc{} steering committee. +(@code{m68k-@var{anything}-linux}), for his direction as part of +@theglibc{} steering committee, and for various bug fixes. @item Martin Schwidefsky for porting to Linux on s390 @@ -373,6 +376,9 @@ Andrew Senkevich for contributing vector math function implementations for x86. Carlos Eduardo Seo for optimized functions on PowerPC. @item +Arjun Shankar for testing and bug fixing. + +@item Marcus Shawcroft for contributing the AArch64 port. @item @@ -408,6 +414,10 @@ Tim Waugh for the implementation of the POSIX.2 @code{wordexp} function family. @item +Florian Weimer for his maintainership of the network component, for handling +of security issues, and for various fixes. + +@item Zack Weinberg for the @code{explicit_bzero} implementation and for various fixes.