This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: manual/contrib.texi


On 05/16/2012 10:15 PM, Roland McGrath wrote:
I don't think personal addresses should be listed as contacts.
People can just file bugs in the manual component like for anything else.

Either everybody's name needs @w or noone's does.

For people with long lists, I think an @itemize @bullet with terse
item descriptions would be better than an awkwardly-worded paragraph.
i.e.:

Ulrich Drepper for his many contributions in almost all parts of
@theglibc{}, including:
@itemize @bullet
@item internationalization support, including the @code{locale} and
@code{localedef} utilities.
@item Linux i386/ELF support
...
@end itemize

I've made those changes.


I've also added a couple of people that were not in the list. Here's a version that still could use many enhancements, e.g. adding an entry for everybody with commit access according to http://sourceware.org/glibc/wiki/MAINTAINERS.

Please send me your comments - both on the overall structure as well as on single entries and language/grammar.

I'm appending a complete file again,
Andreas


-- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
@node Contributors, Free Manuals, Maintenance, Top
@c %MENU% Who wrote what parts of the GNU C Library
@appendix Contributors to @theglibc{}

@Theglibc{} project would like to thank its many contributors.
Without them the project would not have been nearly as successful as
it has been.  Any omissions in this list are accidental.  Feel free to
file a bug in bugzilla if you have been left out or some of your
contributions are not listed.  Please keep this list in alphabetical
order.

@itemize @bullet

@item
Ryan S. Arnold for his improvements for Linux on PowerPC.

@item
Miles Bader for writing the argp argument-parsing package, and the
argz/envz interfaces.

@item
Jeff Bailey  for his maintainership of the HPPA architecture.

@item
Stephen R. van den Berg for contributing a highly-optimized @code{strstr} function.

@item
Eric Blake for adding O(n) implementations of @code{memmem},
@code{strstr} and @code{strcasestr}.

@item
Philip Blundell for the ports to Linux/ARM
(@code{arm-@var{ANYTHING}-linuxaout}) and ARM standalone
(@code{arm-@var{ANYTHING}-none}), as well as for parts of the IPv6
support code.

@item
Per Bothner for the implementation of the @code{libio} library which
is used to implement @code{stdio} functions.

@item
Mark Brown for his direction as part of @theglibc{] steering
committee.

@item
Liubov Dmitrieva for optimzed string functions on x86-64 and x86.

@item
Ulrich Drepper for his many contributions in almost all parts of
@theglibc{}, including:
@itemize @bullet
@item internationalization support, including the @code{locale} and
@code{localedef} utilities.
@item Linux i386/ELF support
@item the @code{hsearch} and @code{drand48} families of functions, reentrant @samp{@dots{}@code{_r}} versions of the @code{random} family; System V
shared memory and IPC support code
@item several highly-optimized string functions for i@var{x}86
processors
@item many math functions 
@item the character conversion functions (@code{iconv})
@item the @code{ftw} and @code{nftw} functions
@item the floating-point printing function used by @code{printf} and friends
and the floating-point reading function used by @code{scanf},
@code{strtod} and friends
@item the @code{catgets} support and the entire suite of multi-byte
and wide-character support functions (@file{wctype.h}, @file{wchar.h}, etc.).
@item versioning of objects on the symbol level
@end itemize

@item
Paul Eggert for the @code{mktime} function and for his direction as
part of @theglibc{] steering committee.

@item
Michael Glad for the DES encryption function @code{crypt} and related functions.

@item
Wolfram Gloger for contributing the memory allocation functions
functions @code{malloc}, @code{realloc} and @code{free} and related
code.

@item
Torbj@"orn Granlund for fast implementations of many of the string
functions (@code{memcpy}, @code{strlen}, etc.).

@item
Michael J. Haertel for writing the merge sort function @code{qsort}
and malloc checking functions like @code{mcheck}.

@item
Bruno Haible for his improvements to the @code{iconv} and locale
implementations.

@item
Richard Henderson for contributing the ELF dynamic linking code and
other support for the Alpha processor.

@item
IBM for many of the IEEE 64-bit double precision math functions (in
the @file{sysdeps/ieee754/dbl-64} subdirectory) coming from the IBM
Accurate Mathematical Library.

@item
Intel for many of the IA64 math functions which taken from a
collection of ``Highly Optimized Mathematical Functions for Itanium''

@item
Andreas Jaeger for the port to Linux on x86-64
(@code{x86_64-@var{anything}-linux} and his work on Linux for MIPS
(@code{mips-@var{anything}-linux}, implementing the @file{ldconfig}
program, providing a test suite for the math library and for his
direction as part of @theglibc{] steering committee.

@item
Jakub Jelinek for implementing a number of checking functions and for
his direction as part of @theglibc{] steering committee.

@item
Geoffrey Keating for the port to Linux on PowerPC
(@code{powerpc-@var{anything}-linux}).

@item
Brendan Kehoe for contributing the port to the MIPS DECStation running
Ultrix 4 (@code{mips-dec-ultrix4}) and the port to the DEC Alpha
running OSF/1 (@code{alpha-dec-osf1}).

@item
Mark Kettenis for implementing the utmpx interface and an utmp daemon,
and for a Hesiod NSS module.

@item
Kazumoto Kojima for the port of the Mach and Hurd code to the MIPS
architecture (@code{mips-@var{anything}-gnu}) and for his work on the
SH architecture.

@item
Andreas Krebbel for his work on Linux for s390 and s390x.

@item
Thorsten Kukuk for providing an implementation for NIS (YP) and NIS+,
securelevel 0, 1 and 2 and for the implementation for a caching daemon
for NSS (nscd).

@item
Doug Lea for contributing the memory allocation functions
functions @code{malloc}, @code{realloc} and @code{free} and related
code.

@item
Hongjiu Lu for providing the support for a 32-bit runtime environment
under x86-64 (x32), for porting to Linux on IA64, for improved string functions and many bug fixes.

@item
David J. MacKenzie for his contribution to the @code{getopt}
function and writing the @file{tar.h} header.

@item
Roland McGrath who wrote most of @theglibc{] originally, for his work
on the Hurd port and his direction as part of @theglibc{] steering
committee.

@item
Jason Merrill for the port to the Sequent Symmetry running Dynix
version 3 (@code{i386-sequent-bsd}).

@item
Chris Metcalf for the port to Linux/Tile.

@item
David Miller for contributing the port to Linux/Sparc
(@code{sparc*-@var{anything}-linux}).

@item
Alan Modra for his improvements for Linux on PowerPC.

@item
David Mosberger-Tang for contributing the port to Linux/Alpha
(@code{alpha-@var{anything}-linux}).

@item
Stephen Moshier for implementing some 128-bit long double format math
functions.

@item
Stephen Munroe for his port to Linux on PowerPC64 and for adding
optimized implementations for PowerPC.

@item
Joseph S. Myers for numerous bug fixes for the libm functions and for
his maintainership of the ARM and MIPS architectures.

@item
Carlos O'Donell for his maintainership of the HPPA architecture.

@item
Alexandra Oliva for adding TLS descriptors for LD and GD on x86 and
x86-64.

@item
Pravin Satpute for writing sorting rules for some Indian languages.

@item
Martin Schwidefsky for porting to Linux on s390 and s390x.

@item
Jes Sorensen for porting to Linux on IA64.

@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
Ian Lance Taylor for contributing the port to the MIPS DECStation
running Ultrix 4 (@code{mips-dec-ultrix4}).

@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 wordexp function family.

@item
Eric Youngdale for implementing versioning of objects on the symbol level.

@item
Adhemerval Zanella for optimized math functions on PowerPC.

@end itemize

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Some code in @theglibc{} comes from other projects and might be under
a different license:

@itemize @bullet
@item
The timezone support code is derived from the public-domain timezone
package by Arthur David Olson and his many contributors.

@item
Some of the support code for Mach is taken from Mach 3.0 by CMU;
the file if_ppp.h is also copyright by CMU, but under a different license;
see the file @file{LICENSES} for the text of the licenses.

@item
The random number generation functions @code{random}, @code{srandom},
@code{setstate} and @code{initstate}, which are also the basis for the
@code{rand} and @code{srand} functions, were written by Earl T. Cohen
for the University of California at Berkeley and are copyrighted by the
Regents of the University of California.  They have undergone minor
changes to fit into @theglibc{} and to fit the @w{ISO C} standard,
but the functional code is Berkeley's.@refill

@item
The Internet-related code (most of the @file{inet} subdirectory) and
several other miscellaneous functions and header files have been
included from 4.4 BSD with little or no modification.  The copying
permission notice for this code can be found in the file @file{LICENSES}
in the source distribution.
 
@item
The @code{getaddrinfo} and @code{getnameinfo} functions and supporting
code were written by Craig Metz; see the file @file{LICENSES} for
details on their licensing.

@item
The DNS resolver code is taken directly from BIND 4.9.5, which
includes copyrighted code from UC Berkeley and from Digital Equipment
Corporation.  See the file @file{LICENSES} for the text of the DEC license.

@item
The code to support Sun RPC is taken verbatim from Sun's
@w{@sc{rpcsrc-4.0}} distribution; see the file @file{LICENSES} for the
text of the license.

@item
The math functions are taken from @code{fdlibm-5.1} by Sun
Microsystems, as modified by J.T. Conklin, Ian Lance Taylor,
Ulrich Drepper, Andreas Schwab, and Roland McGrath.

@item
Many of the IEEE 64-bit double precision math functions
(in the @file{sysdeps/ieee754/dbl-64} subdirectory) come
from the IBM Accurate Mathematical Library, contributed by IBM.

@item
Many of the IA64 math functions are taken from a collection of
``Highly Optimized Mathematical Functions for Itanium'' that Intel
makes available under a free license; see the file @file{LICENSES} for
details.

@end itemize

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]