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