Update.
[glibc.git] / manual / contrib.texi
blob84362cb4466cbf774c1a66e682366e9a44a4429f
1 @node Contributors, Copying, Maintenance, Top
2 @c %MENU% Who wrote what parts of the GNU C library
3 @appendix Contributors to the GNU C Library
5 The GNU C library was written originally by Roland McGrath, and is
6 currently maintained by Ulrich Drepper.  Some parts of the library were
7 contributed or worked on by other people.
9 @itemize @bullet
10 @item
11 The @code{getopt} function and related code were written by
12 Richard Stallman, @w{David J.} MacKenzie, and @w{Roland McGrath}.
14 @item
15 The merge sort function @code{qsort} was written by Michael J. Haertel.
17 @item
18 The quick sort function used as a fallback by @code{qsort} was written
19 by Douglas C. Schmidt.
21 @item
22 The memory allocation functions @code{malloc}, @code{realloc} and
23 @code{free} and related code were written by Michael J. Haertel,
24 @w{Wolfram Gloger}, and @w{Doug Lea}.
26 @item
27 Fast implementations of many of the string functions (@code{memcpy},
28 @code{strlen}, etc.) were written by Torbj@"orn Granlund.
30 @item
31 The @file{tar.h} header file was written by David J. MacKenzie.
33 @item
34 The port to the MIPS DECStation running Ultrix 4
35 (@code{mips-dec-ultrix4})
36 was contributed by Brendan Kehoe and Ian Lance Taylor.
38 @item
39 The DES encryption function @code{crypt} and related functions were
40 contributed by Michael Glad.
42 @item
43 The @code{ftw} and @code{nftw} functions were contributed by Ulrich Drepper.
45 @item
46 The startup code to support SunOS shared libraries was contributed by
47 Tom Quinn.
49 @item
50 The @code{mktime} function was contributed by Paul Eggert.
52 @item
53 The port to the Sequent Symmetry running Dynix version 3
54 (@code{i386-sequent-bsd}) was contributed by Jason Merrill.
56 @item
57 The timezone support code is derived from the public-domain timezone
58 package by Arthur David Olson and his many contributors.
60 @item
61 The port to the DEC Alpha running OSF/1 (@code{alpha-dec-osf1}) was
62 contributed by Brendan Kehoe, using some code written by Roland McGrath.
64 @item
65 The port to SGI machines running Irix 4 (@code{mips-sgi-irix4}) was
66 contributed by Tom Quinn.
68 @item
69 The port of the Mach and Hurd code to the MIPS architecture
70 (@code{mips-@var{anything}-gnu}) was contributed by Kazumoto Kojima.
72 @item
73 The floating-point printing function used by @code{printf} and friends
74 and the floating-point reading function used by @code{scanf},
75 @code{strtod} and friends were written by Ulrich Drepper.  The
76 multi-precision integer functions used in those functions are taken from
77 GNU MP, which was contributed by Torbj@"orn Granlund.
79 @item
80 The internationalization support in the library, and the support
81 programs @code{locale} and @code{localedef}, were written by Ulrich
82 Drepper.  Ulrich Drepper adapted the support code for message catalogs
83 (@file{libintl.h}, etc.) from the GNU @code{gettext} package, which he
84 also wrote.  He also contributed the @code{catgets} support and the
85 entire suite of multi-byte and wide-character support functions
86 (@file{wctype.h}, @file{wchar.h}, etc.).
88 @item
89 The implementations of the @file{nsswitch.conf} mechanism and the files
90 and DNS backends for it were designed and written by Ulrich Drepper and
91 Roland McGrath, based on a backend interface defined by Peter Eriksson.
93 @item
94 The port to Linux i386/ELF (@code{i386-@var{anything}-linux}) was
95 contributed by Ulrich Drepper, based in large part on work done in
96 Hongjiu Lu's Linux version of the GNU C Library.
98 @item
99 The port to Linux/m68k (@code{m68k-@var{anything}-linux}) was
100 contributed by Andreas Schwab.
102 @item
103 The ports to Linux/ARM (@code{arm-@var{ANYTHING}-linuxaout}) and ARM
104 standalone (@code{arm-@var{ANYTHING}-none}), as well as parts of the
105 IPv6 support code, were contributed by Philip Blundell.
107 @item
108 Richard Henderson contributed the ELF dynamic linking code and other
109 support for the Alpha processor.
111 @item
112 David Mosberger-Tang contributed the port to Linux/Alpha
113 (@code{alpha-@var{anything}-linux}).
115 @item
116 The port to Linux on PowerPC (@code{powerpc-@var{anything}-linux})
117 was contributed by Geoffrey Keating.
119 @item
120 Miles Bader wrote the argp argument-parsing package, and the argz/envz
121 interfaces.
123 @item
124 Stephen R. van den Berg contributed a highly-optimized @code{strstr} function.
126 @item
127 Ulrich Drepper contributed the @code{hsearch} and @code{drand48}
128 families of functions; reentrant @samp{@dots{}@code{_r}} versions of the
129 @code{random} family; System V shared memory and IPC support code; and
130 several highly-optimized string functions for i@var{x}86 processors.
132 @item
133 The math functions are taken from @code{fdlibm-5.1} by Sun
134 Microsystems, as modified by J.T. Conklin, Ian Lance Taylor,
135 Ulrich Drepper, Andreas Schwab, and Roland McGrath.
137 @item
138 The @code{libio} library used to implement @code{stdio} functions on
139 some platforms was written by Per Bothner and modified by Ulrich Drepper.
141 @item
142 Eric Youngdale and Ulrich Drepper implemented versioning of objects on
143  symbol level.
145 @item
146 Thorsten Kukuk provided an implementation for NIS (YP) and NIS+,
147 securelevel 0, 1 and 2.
149 @item
150 Andreas Jaeger provided a test suite for the math library.
152 @item
153 Mark Kettenis implemented the utmpx interface and an utmp daemon.
155 @item
156 Ulrich Drepper added character conversion functions (@code{iconv}).
158 @item
159 Thorsten Kukuk provided an implementation for a caching daemon for NSS
160 (nscd).
162 @item
163 Tim Waugh provided an implementation of the POSIX.2 wordexp function family.
165 @item
166 Mark Kettenis provided a Hesiod NSS module.
168 @item
169 The Internet-related code (most of the @file{inet} subdirectory) and
170 several other miscellaneous functions and header files have been
171 included from 4.4 BSD with little or no modification.
173 All code incorporated from 4.4 BSD is under the following copyright:
175 @quotation
176 @display
177 Copyright @copyright{} 1991 Regents of the University of California.
178 All rights reserved.
179 @end display
181 Redistribution and use in source and binary forms, with or without
182 modification, are permitted provided that the following conditions
183 are met:
185 @enumerate
186 @item
187 Redistributions of source code must retain the above copyright
188 notice, this list of conditions and the following disclaimer.
189 @item
190 Redistributions in binary form must reproduce the above copyright
191 notice, this list of conditions and the following disclaimer in the
192 documentation and/or other materials provided with the distribution.
193 @item
194 All advertising materials mentioning features or use of this software
195 must display the following acknowledgement:
196 @quotation
197 This product includes software developed by the University of
198 California, Berkeley and its contributors.
199 @end quotation
200 @item
201 Neither the name of the University nor the names of its contributors
202 may be used to endorse or promote products derived from this software
203 without specific prior written permission.
204 @end enumerate
206 @sc{this software is provided by the regents and contributors ``as is'' and
207 any express or implied warranties, including, but not limited to, the
208 implied warranties of merchantability and fitness for a particular purpose
209 are disclaimed.  in no event shall the regents or contributors be liable
210 for any direct, indirect, incidental, special, exemplary, or consequential
211 damages (including, but not limited to, procurement of substitute goods
212 or services; loss of use, data, or profits; or business interruption)
213 however caused and on any theory of liability, whether in contract, strict
214 liability, or tort (including negligence or otherwise) arising in any way
215 out of the use of this software, even if advised of the possibility of
216 such damage.}
217 @end quotation
219 @item
220 The random number generation functions @code{random}, @code{srandom},
221 @code{setstate} and @code{initstate}, which are also the basis for the
222 @code{rand} and @code{srand} functions, were written by Earl T. Cohen
223 for the University of California at Berkeley and are copyrighted by the
224 Regents of the University of California.  They have undergone minor
225 changes to fit into the GNU C library and to fit the @w{ISO C} standard,
226 but the functional code is Berkeley's.@refill
228 @item
229 The DNS resolver code is taken directly from BIND 4.9.5, which is
230 under both the Berkeley copyright above and also:
232 @quotation
233 Portions Copyright @copyright{} 1993 by Digital Equipment Corporation.
235 Permission to use, copy, modify, and distribute this software for any
236 purpose with or without fee is hereby granted, provided that the above
237 copyright notice and this permission notice appear in all copies, and
238 that the name of Digital Equipment Corporation not be used in
239 advertising or publicity pertaining to distribution of the document or
240 software without specific, written prior permission.
242 @sc{the software is provided ``as is'' and digital equipment corp.
243 disclaims all warranties with regard to this software, including all
244 implied warranties of merchantability and fitness.  in no event shall
245 digital equipment corporation be liable for any special, direct,
246 indirect, or consequential damages or any damages whatsoever resulting
247 from loss of use, data or profits, whether in an action of contract,
248 negligence or other tortious action, arising out of or in connection
249 with the use or performance of this software.}
250 @end quotation
252 @item
253 The code to support Sun RPC is taken verbatim from Sun's
254 @w{@sc{rpcsrc-4.0}} distribution, and is covered by this copyright:
256 @quotation
257 @display
258 Copyright @copyright{} 1984, Sun Microsystems, Inc.
259 @end display
261 Sun RPC is a product of Sun Microsystems, Inc. and is provided for
262 unrestricted use provided that this legend is included on all tape media
263 and as a part of the software program in whole or part.  Users may copy
264 or modify Sun RPC without charge, but are not authorized to license or
265 distribute it to anyone else except as part of a product or program
266 developed by the user.
268 @sc{sun rpc is provided as is with no warranties of any kind including the
269 warranties of design, merchantibility and fitness for a particular
270 purpose, or arising from a course of dealing, usage or trade practice.}
272 Sun RPC is provided with no support and without any obligation on the
273 part of Sun Microsystems, Inc. to assist in its use, correction,
274 modification or enhancement.
276 @sc{sun microsystems, inc. shall have no liability with respect to the
277 infringement of copyrights, trade secrets or any patents by sun rpc
278 or any part thereof.}
280 In no event will Sun Microsystems, Inc. be liable for any lost revenue
281 or profits or other special, indirect and consequential damages, even if
282 Sun has been advised of the possibility of such damages.
284 @display
285 Sun Microsystems, Inc.
286 2550 Garcia Avenue
287 Mountain View, California  94043
288 @end display
289 @end quotation
291 @item
292 Some of the support code for Mach is taken from Mach 3.0 by CMU,
293 and is under the following copyright terms:
295 @quotation
296 @display
297 Mach Operating System
298 Copyright @copyright{} 1991,1990,1989 Carnegie Mellon University
299 All Rights Reserved.
300 @end display
302 Permission to use, copy, modify and distribute this software and its
303 documentation is hereby granted, provided that both the copyright
304 notice and this permission notice appear in all copies of the
305 software, derivative works or modified versions, and any portions
306 thereof, and that both notices appear in supporting documentation.
308 @sc{carnegie mellon allows free use of this software in its ``as is''
309 condition.  carnegie mellon disclaims any liability of any kind for
310 any damages whatsoever resulting from the use of this software.}
312 Carnegie Mellon requests users of this software to return to
314 @display
315  Software Distribution Coordinator
316  School of Computer Science
317  Carnegie Mellon University
318  Pittsburgh PA 15213-3890
319 @end display
321 @noindent
322 or @email{Software.Distribution@@CS.CMU.EDU} any improvements or
323 extensions that they make and grant Carnegie Mellon the rights to
324 redistribute these changes.
325 @end quotation
327 @item
328 The code for the database library @file{libdb} comes from the 2.3
329 release of Berkeley DB. That code is under the same copyright as 4.4 BSD
330 and also:
332 @quotation
333 @display
334 Copyright @copyright{} 1990, 1993, 1994, 1995, 1996, 1997
335 Sleepycat Software.  All rights reserved.
336 @end display
338 Redistribution and use in source and binary forms, with or without
339 modification, are permitted provided that the following conditions
340 are met:
342 @enumerate
343 @item
344 Redistributions of source code must retain the above copyright
345 notice, this list of conditions and the following disclaimer.
346 @item
347 Redistributions in binary form must reproduce the above copyright
348 notice, this list of conditions and the following disclaimer in the
349 documentation and/or other materials provided with the distribution.
350 @item
351 Redistributions in any form must be accompanied by information on
352 how to obtain complete source code for the DB software and any
353 accompanying software that uses the DB software.  The source code
354 must either be included in the distribution or be available for no
355 more than the cost of distribution plus a nominal fee, and must be
356 freely redistributable under reasonable conditions.  For an
357 executable file, complete source code means the source code for all
358 modules it contains.  It does not mean source code for modules or
359 files that typically accompany the operating system on which the
360 executable file runs, e.g., standard library modules or system
361 header files.
362 @end enumerate
364 @sc{this software is provided by sleepycat software ``as is'' and
365 any express or implied warranties, including, but not limited to, the
366 implied warranties of merchantability and fitness for a particular purpose
367 are disclaimed.  in no event shall sleepycat software be liable
368 for any direct, indirect, incidental, special, exemplary, or consequential
369 damages (including, but not limited to, procurement of substitute goods
370 or services; loss of use, data, or profits; or business interruption)
371 however caused and on any theory of liability, whether in contract, strict
372 liability, or tort (including negligence or otherwise) arising in any way
373 out of the use of this software, even if advised of the possibility of
374 such damage.}
376 @display
377 Portions copyright @copyright{} 1995, 1996
378 The President and Fellows of Harvard University.
379 All rights reserved.
380 @end display
382 Redistribution and use in source and binary forms, with or without
383 modification, are permitted provided that the following conditions
384 are met:
385 @enumerate
386 @item
387 Redistributions of source code must retain the above copyright
388 notice, this list of conditions and the following disclaimer.
389 @item
390 Redistributions in binary form must reproduce the above copyright
391 notice, this list of conditions and the following disclaimer in the
392 documentation and/or other materials provided with the distribution.
393 @item
394 All advertising materials mentioning features or use of this software
395 must display the following acknowledgement:
396 @quotation
397  This product includes software developed by Harvard University
398  and its contributors.
399 @end quotation
400 @item
401 Neither the name of the University nor the names of its contributors
402 may be used to endorse or promote products derived from this software
403 without specific prior written permission.
404 @end enumerate
406 @sc{this software is provided by harvard and its contributors ``as is'' and
407 any express or implied warranties, including, but not limited to, the
408 implied warranties of merchantability and fitness for a particular purpose
409 are disclaimed.  in no event shall harvard or its contributors be liable
410 for any direct, indirect, incidental, special, exemplary, or consequential
411 damages (including, but not limited to, procurement of substitute goods
412 or services; loss of use, data, or profits; or business interruption)
413 however caused and on any theory of liability, whether in contract, strict
414 liability, or tort (including negligence or otherwise) arising in any way
415 out of the use of this software, even if advised of the possibility of
416 such damage.}
418 @noindent
419 For a license to use, redistribute or sell DB software under conditions
420 other than those described above, or to purchase support for this
421 software, please contact Sleepycat Software at
423 @display
424  Sleepycat Software
425  394 E. Riding Dr.
426  Carlisle, MA 01741
427  USA
428  +1-508-287-4781
429 @end display
431 or @email{db@@sleepycat.com}.
433 @end quotation
435 @end itemize