diff --git a/ChangeLog b/ChangeLog index dd2e61f2fe..e59ed6c9dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-06-28 Thomas Schwinge + + * manual/contrib.texi (Contributors): Sort alphabetically by last name. + 2012-06-27 Andreas Jaeger * manual/contrib.texi (Contributors): Add Samuel Thibault. diff --git a/manual/contrib.texi b/manual/contrib.texi index 33372436c8..e28e2f2519 100644 --- a/manual/contrib.texi +++ b/manual/contrib.texi @@ -235,17 +235,34 @@ Marek Polacek for various fixes. @item 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. @@ -258,18 +275,6 @@ Jes Sorensen for porting to Linux on IA64 (@code{ia64-@var{anything}-linux}). @item 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. @@ -280,11 +285,6 @@ running Ultrix 4 (@code{mips-dec-ultrix4}). @item 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.