glibc 2.28 update contrib.texi.

Message ID 87effoi2en.fsf@linux.ibm.com
State Committed
Delegated to: Carlos O'Donell
Headers

Commit Message

Tulio Magno Quites Machado Filho July 28, 2018, 1:18 a.m. UTC
  Carlos O'Donell <carlos@redhat.com> writes:

> Thank you all for your support of the project!
>
> Tulio, Joseph,
>
> Do we need any contrib updates for float128?

Indeed.  I'd also like to add a few other missing names.
May I suggest the following?
  

Comments

Carlos O'Donell July 28, 2018, 1:21 a.m. UTC | #1
On 07/27/2018 09:18 PM, Tulio Magno Quites Machado Filho wrote:
> Carlos O'Donell <carlos@redhat.com> writes:
> 
>> Thank you all for your support of the project!
>>
>> Tulio, Joseph,
>>
>> Do we need any contrib updates for float128?
> 
> Indeed.  I'd also like to add a few other missing names.
> May I suggest the following?
> 

Looks, great, I'll merge this with my own changes and copy
edit it a bit. I think I'd say "math subsystem" intead of
"math component" because Joseph is the subsystem maintainer
and that's how we talk about it in the wiki.

Cheers,
Carlos.
  
Carlos O'Donell July 28, 2018, 1:23 a.m. UTC | #2
On 07/27/2018 09:18 PM, Tulio Magno Quites Machado Filho wrote:
> Carlos O'Donell <carlos@redhat.com> writes:
> 
>> Thank you all for your support of the project!
>>
>> Tulio, Joseph,
>>
>> Do we need any contrib updates for float128?
> 
> Indeed.  I'd also like to add a few other missing names.
> May I suggest the following?
> 

Any objection to sorting the entries by full listed name?

c.
  

Patch

diff --git a/manual/contrib.texi b/manual/contrib.texi
index 6191f46f31..620e3e0a51 100644
--- a/manual/contrib.texi
+++ b/manual/contrib.texi
@@ -61,6 +61,12 @@  committee.
 @item
 Thomas Bushnell for his contributions to Hurd.
 
+@item
+Rogerio Alves Cardoso for various fixes to PowerPC.
+
+@item
+Paul Clarke for optimized functions on PowerPC.
+
 @item
 Palmer Dabbelt for contributing the port to Linux/RISC-V.
 
@@ -137,6 +143,10 @@  Wolfram Gloger for contributing the memory allocation functions
 functions @code{malloc}, @code{realloc} and @code{free} and related
 code.
 
+@item
+Gabriel F. T. Gomes for his improvements for Linux on PowerPC and for
+implementing the IEEE 128-bit floating point type for PowerPC.
+
 @item
 Torbj@"orn Granlund for fast implementations of many of the string
 functions (@code{memcpy}, @code{strlen}, etc.).
@@ -292,15 +302,16 @@  Stephen Munroe for his port to Linux on PowerPC64
 implementations for PowerPC.
 
 @item
-Paul E. Murphy for various fixes on PowerPC.
+Paul E. Murphy for various fixes on PowerPC and for implementing the IEEE
+128-bit floating point type for PowerPC.
 
 @item
 Joseph S. Myers for numerous bug fixes for the libm functions, for
-his maintainership of the ARM and MIPS architectures, improving
-cross-compilation and cross-testing of @theglibc{}, expanded
-coverage of conformtest, merging the ports/ subdirectory
-into the @glibcadj{} main repository and his direction as FSF Project
-Steward for @theglibc{}.
+his maintainership of the ARM and MIPS architectures and the math
+component, improving cross-compilation and cross-testing of
+@theglibc{}, expanded coverage of conformtest, merging the ports/
+subdirectory into the @glibcadj{} main repository and his direction as
+FSF Project Steward for @theglibc{}.
 
 @item
 Marko Myllynen for various fixes.
@@ -389,7 +400,8 @@  Franz Sirl for various fixes.
 Jes Sorensen for porting to Linux on IA64 (@code{ia64-@var{anything}-linux}).
 
 @item
-Rajalakshmi Srinivasaraghavan for various fixes and optimizations on PowerPC.
+Rajalakshmi Srinivasaraghavan for various fixes and optimizations on PowerPC
+and for implementing the IEEE 128-bit floating point type for PowerPC.
 
 @item
 Richard Stallman for his contribution to the @code{getopt} function.