mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update contrib.texi
This may not be a complete list of new contributors added to the list, so I'd love it if more people look at contributions and suggest additions.
This commit is contained in:
parent
ae2f53e1eb
commit
6815994630
@ -1,3 +1,9 @@
|
|||||||
|
2014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
|
|
||||||
|
* manual/contrib.texi: Update entry for Ondrej Bilka, Will
|
||||||
|
Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
|
||||||
|
Leonard and Allan McRae.
|
||||||
|
|
||||||
2014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
|
2014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist: New
|
* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist: New
|
||||||
|
@ -29,7 +29,8 @@ Stephen R. van den Berg for contributing a highly-optimized
|
|||||||
@code{strstr} function.
|
@code{strstr} function.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Ondrej Bilka for contributing optimized string routines for x64.
|
Ondrej Bilka for contributing optimized string routines for x64 and various
|
||||||
|
fixes.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Eric Blake for adding O(n) implementations of @code{memmem},
|
Eric Blake for adding O(n) implementations of @code{memmem},
|
||||||
@ -83,6 +84,9 @@ and wide-character support functions (@file{wctype.h}, @file{wchar.h}, etc.).
|
|||||||
Paul Eggert for the @code{mktime} function and for his direction as
|
Paul Eggert for the @code{mktime} function and for his direction as
|
||||||
part of @theglibc{} steering committee.
|
part of @theglibc{} steering committee.
|
||||||
|
|
||||||
|
@item
|
||||||
|
Steve Ellcey for various fixes.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Tulio Magno Quites Machado Filho for adding a new class of installed
|
Tulio Magno Quites Machado Filho for adding a new class of installed
|
||||||
headers for low-level platform-specific functionality and one such for
|
headers for low-level platform-specific functionality and one such for
|
||||||
@ -174,6 +178,9 @@ Doug Lea for contributing the memory allocation functions
|
|||||||
functions @code{malloc}, @code{realloc} and @code{free} and related
|
functions @code{malloc}, @code{realloc} and @code{free} and related
|
||||||
code.
|
code.
|
||||||
|
|
||||||
|
@item
|
||||||
|
Chris Leonard for various fixes and enhancements to localedata.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Hongjiu Lu for providing the support for a Linux 32-bit runtime
|
Hongjiu Lu for providing the support for a Linux 32-bit runtime
|
||||||
environment under x86-64 (x32), for porting to Linux on IA64, for
|
environment under x86-64 (x32), for porting to Linux on IA64, for
|
||||||
@ -195,6 +202,9 @@ Roland McGrath for writing most of @theglibc{} originally, for his
|
|||||||
work on the Hurd port, his direction as part of @theglibc{} steering
|
work on the Hurd port, his direction as part of @theglibc{} steering
|
||||||
committee, and for many bug fixes and reviewing of contributions.
|
committee, and for many bug fixes and reviewing of contributions.
|
||||||
|
|
||||||
|
@item
|
||||||
|
Allan McRae for various fixes.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Jason Merrill for the port to the Sequent Symmetry running Dynix
|
Jason Merrill for the port to the Sequent Symmetry running Dynix
|
||||||
version 3 (@code{i386-sequent-bsd}).
|
version 3 (@code{i386-sequent-bsd}).
|
||||||
@ -232,8 +242,8 @@ coverage of conformtest, and merging the ports/ subdirectory
|
|||||||
into the @glibcadj{} main repository.
|
into the @glibcadj{} main repository.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Will Newton for contributing an optimized memcpy for ARM NEON and
|
Will Newton for contributing some optimized string functions and pointer
|
||||||
VFP chips.
|
encryption support for ARM and various fixes.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Carlos O'Donell for his maintainership of the HPPA architecture and
|
Carlos O'Donell for his maintainership of the HPPA architecture and
|
||||||
@ -242,7 +252,8 @@ maintaining @theglibc{} web pages.
|
|||||||
@item
|
@item
|
||||||
Alexandre Oliva for adding TLS descriptors for LD and GD on x86 and
|
Alexandre Oliva for adding TLS descriptors for LD and GD on x86 and
|
||||||
x86-64, for the am33 port, for completing the MIPS n64/n32/o32 multilib
|
x86-64, for the am33 port, for completing the MIPS n64/n32/o32 multilib
|
||||||
port, and for various fixes.
|
port, for thread-safety, async-signal safety and async-cancellation
|
||||||
|
safety documentation in the manual and for various fixes.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Paul Pluzhnikov for various fixes.
|
Paul Pluzhnikov for various fixes.
|
||||||
|
Loading…
Reference in New Issue
Block a user