mirror of git://sourceware.org/git/glibc.git
manual/contrib.texi (Contributors): Sort alphabetically by last name.
This commit is contained in:
parent
aac78a43b1
commit
4648c3819e
|
@ -1,3 +1,7 @@
|
||||||
|
2012-06-28 Thomas Schwinge <thomas@codesourcery.com>
|
||||||
|
|
||||||
|
* manual/contrib.texi (Contributors): Sort alphabetically by last name.
|
||||||
|
|
||||||
2012-06-27 Andreas Jaeger <aj@suse.de>
|
2012-06-27 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* manual/contrib.texi (Contributors): Add Samuel Thibault.
|
* manual/contrib.texi (Contributors): Add Samuel Thibault.
|
||||||
|
|
|
@ -235,17 +235,34 @@ Marek Polacek for various fixes.
|
||||||
@item
|
@item
|
||||||
Siddhesh Poyarekar for various fixes.
|
Siddhesh Poyarekar for various fixes.
|
||||||
|
|
||||||
|
@item
|
||||||
|
Tom Quinn for contributing the startup code to support SunOS shared
|
||||||
|
libraries and the port to SGI machines running Irix 4
|
||||||
|
(@code{mips-sgi-irix4}).
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Pravin Satpute for writing sorting rules for some Indian languages.
|
Pravin Satpute for writing sorting rules for some Indian languages.
|
||||||
|
|
||||||
|
@item
|
||||||
|
Douglas C. Schmidt for writing the quick sort function used as a
|
||||||
|
fallback by @code{qsort}.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Will Schmidt for optimized string functions on PowerPC.
|
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.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Martin Schwidefsky for porting to Linux on s390
|
Martin Schwidefsky for porting to Linux on s390
|
||||||
(@code{s390-@var{anything}-linux}) and s390x
|
(@code{s390-@var{anything}-linux}) and s390x
|
||||||
(@code{s390x-@var{anything}-linux}).
|
(@code{s390x-@var{anything}-linux}).
|
||||||
|
|
||||||
|
@item
|
||||||
|
Thomas Schwinge for his contribution to Hurd and the SH architecture.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Carlos Eduardo Seo for optimized functions on PowerPC.
|
Carlos Eduardo Seo for optimized functions on PowerPC.
|
||||||
|
|
||||||
|
@ -258,18 +275,6 @@ Jes Sorensen for porting to Linux on IA64 (@code{ia64-@var{anything}-linux}).
|
||||||
@item
|
@item
|
||||||
Richard Stallman for his contribution to the @code{getopt} function.
|
Richard Stallman for his contribution to the @code{getopt} function.
|
||||||
|
|
||||||
@item
|
|
||||||
Douglas C. Schmidt for writing the quick sort function used as a
|
|
||||||
fallback by @code{qsort}.
|
|
||||||
|
|
||||||
@item
|
|
||||||
Andreas Schwab for the port to Linux/m68k
|
|
||||||
(@code{m68k-@var{anything}-linux}) and for his direction as part of
|
|
||||||
@theglibc{} steering committee.
|
|
||||||
|
|
||||||
@item
|
|
||||||
Thomas Schwinge for his contribution to Hurd and the SH architecture.
|
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Alfred M. Szmidt for various fixes.
|
Alfred M. Szmidt for various fixes.
|
||||||
|
|
||||||
|
@ -280,11 +285,6 @@ running Ultrix 4 (@code{mips-dec-ultrix4}).
|
||||||
@item
|
@item
|
||||||
Samuel Thibault for improving the Hurd port.
|
Samuel Thibault for improving the Hurd port.
|
||||||
|
|
||||||
@item
|
|
||||||
Tom Quinn for contributing the startup code to support SunOS shared
|
|
||||||
libraries and the port to SGI machines running Irix 4
|
|
||||||
(@code{mips-sgi-irix4}).
|
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Tim Waugh for the implementation of the POSIX.2 @code{wordexp}
|
Tim Waugh for the implementation of the POSIX.2 @code{wordexp}
|
||||||
function family.
|
function family.
|
||||||
|
|
Loading…
Reference in New Issue