diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-28 10:50:08 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-28 10:50:08 +0200 |
commit | 4648c3819ed888b54a779bcebd32ebe97dee0c47 (patch) | |
tree | 0aaa91b1aea1efd9db04fc71b39192a4dc3f36d4 | |
parent | aac78a43b1d6c6466d793c28e49f66ac081b4b4e (diff) | |
download | glibc-4648c3819ed888b54a779bcebd32ebe97dee0c47.zip glibc-4648c3819ed888b54a779bcebd32ebe97dee0c47.tar.gz glibc-4648c3819ed888b54a779bcebd32ebe97dee0c47.tar.bz2 |
manual/contrib.texi (Contributors): Sort alphabetically by last name.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | manual/contrib.texi | 34 |
2 files changed, 21 insertions, 17 deletions
@@ -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> * manual/contrib.texi (Contributors): Add Samuel Thibault. diff --git a/manual/contrib.texi b/manual/contrib.texi index 3337243..e28e2f2 100644 --- a/manual/contrib.texi +++ b/manual/contrib.texi @@ -236,17 +236,34 @@ Marek Polacek 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 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 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 Martin Schwidefsky for porting to Linux on s390 (@code{s390-@var{anything}-linux}) and s390x (@code{s390x-@var{anything}-linux}). @item +Thomas Schwinge for his contribution to Hurd and the SH architecture. + +@item Carlos Eduardo Seo for optimized functions on PowerPC. @item @@ -259,18 +276,6 @@ Jes Sorensen for porting to Linux on IA64 (@code{ia64-@var{anything}-linux}). 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 Alfred M. Szmidt for various fixes. @item @@ -281,11 +286,6 @@ running Ultrix 4 (@code{mips-dec-ultrix4}). 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 Tim Waugh for the implementation of the POSIX.2 @code{wordexp} function family. |