diff mbox series

glibc 2.28 update contrib.texi.

Message ID b4e1ee2b-879c-e5c9-6c34-e6aae5e0a091@redhat.com
State New
Headers show
Series glibc 2.28 update contrib.texi. | expand

Commit Message

Carlos O'Donell July 27, 2018, 8:10 p.m. UTC
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  <carlos@redhat.com>

	* contrib.texi: Update contributions.

---

Comments

H.J. Lu July 27, 2018, 8:22 p.m. UTC | #1
On Fri, Jul 27, 2018 at 1:10 PM, Carlos O'Donell <carlos@redhat.com> wrote:
> 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?

Fine with me.  Thanks.

> Maciej,
>
> OK with this update?
>
> Mike,
>
> OK with being added to the contrib section?
>
> 2018-08-27  Carlos O'Donell  <carlos@redhat.com>
>
>         * 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
>
> ---
Adhemerval Zanella Netto July 27, 2018, 9:32 p.m. UTC | #2
LGTM thanks!

> Il giorno 27 lug 2018, alle ore 17:22, H.J. Lu <hjl.tools@gmail.com> ha scritto:
> 
>> On Fri, Jul 27, 2018 at 1:10 PM, Carlos O'Donell <carlos@redhat.com> wrote:
>> 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?
> 
> Fine with me.  Thanks.
> 
>> Maciej,
>> 
>> OK with this update?
>> 
>> Mike,
>> 
>> OK with being added to the contrib section?
>> 
>> 2018-08-27  Carlos O'Donell  <carlos@redhat.com>
>> 
>>        * 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
>> 
>> ---
> 
> 
> 
> -- 
> H.J.
Maciej W. Rozycki July 27, 2018, 11:16 p.m. UTC | #3
On Fri, 27 Jul 2018, Carlos O'Donell wrote:

> Maciej,
> 
> OK with this update?

 Fine with me, thanks!

  Maciej
Tulio Magno Quites Machado Filho July 28, 2018, 1:18 a.m. UTC | #4
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?
Carlos O'Donell July 28, 2018, 1:21 a.m. UTC | #5
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 | #6
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.
diff mbox series

Patch

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