From patchwork Fri Jul 27 20:10:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos O'Donell X-Patchwork-Id: 950323 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=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-94874-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="raVgKo6i"; 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 41cg812gY9z9rxx for ; Sat, 28 Jul 2018 06:10:57 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=nDN 1tttDjk92TvZmNDb2xaQjjGnzYRWHDBnmWhRtJKbSYVbEGopbrsv4jU6ByV3DCKF +oF1MfGQ7I2ymeQQMMLimYXRLG6uwmV0yQBgYZkxOme11Jne+R5/qnHHo3RiWA/O 5FZOJwRGTTGh9xhg8H/RWesv9RXUEmbvRcNltgOo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=v6SSHKkbV Btle0bAcj8w+31XdrU=; b=raVgKo6iAFjNA5F4T8r6JH6i0Jo5ta/9A6OLvSEfk 48G1JKAzIlGw86iokjcPGqBxY8p0upI4w41EdvXQXOHXecJCa8bXz5TeAC2Lu0Rx LalAV/KCoCBKJ5+WE6pBMnriYsylykYcoO7g9Yo94mDKdaehoc3cyT/GrcOvfK7H +k= Received: (qmail 26299 invoked by alias); 27 Jul 2018 20:10:51 -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 26289 invoked by uid 89); 27 Jul 2018 20:10:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, KAM_MANYTO, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy= X-HELO: mail-qk0-f175.google.com To: GNU C Library , "H.J. Lu" , Adhemerval Zanella , "Maciej W. Rozycki" , Mike Fabian , Tulio Magno Quites Machado Filho , "Joseph S. Myers" From: Carlos O'Donell Subject: glibc 2.28 update contrib.texi. Message-ID: Date: Fri, 27 Jul 2018 16:10:43 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Thank you all for your support of the project! Tulio, Joseph, Do we need any contrib updates for float128? Adhemerval, OK with this update? H.J., OK with being added to the contrib section? Maciej, OK with this update? Mike, OK with being added to the contrib section? 2018-08-27 Carlos O'Donell * contrib.texi: Update contributions. diff --git a/manual/contrib.texi b/manual/contrib.texi index 6191f46f31..1fee0cb1d8 100644 --- a/manual/contrib.texi +++ b/manual/contrib.texi @@ -345,7 +345,8 @@ Torvald Riegel for the implementation of new algorithms for semaphores, pthread_rwlock and condition variables. @item -Maciej W. Rozycki for various fixes. +Maciej W. Rozycki for MIPS fixes, support for ABSOLUTE symbols, +and various fixes. @item Pravin Satpute for writing sorting rules for some Indian languages. @@ -426,7 +427,18 @@ fixes. Eric Youngdale for implementing versioning of objects on the symbol level. @item -Adhemerval Zanella for optimized functions on PowerPC and various fixes. +Adhemerval Zanella for optimized functions on PowerPC, ISO C threads support +and various fixes. + +@item +H.J. Lu for the implementation of Intel Control-flow Enforcement Technology, +the implementation of the x32 port, general maintenance the x86 machine +support, and various fixes. + +@item +Mike Fabian for automating Unicode updates, for updating the locale data +for ISO 14651, for updating the library Unicode support, and for various +locale updates and fixes. @end itemize