Update.
[glibc.git] / manual / contrib.texi
blobc339d2aaac62a7a59322bdf6b34af4382e44886c
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 was 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 [This condition was removed.]
195 @item
196 Neither the name of the University nor the names of its contributors
197 may be used to endorse or promote products derived from this software
198 without specific prior written permission.
199 @end enumerate
201 @sc{this software is provided by the regents and contributors ``as is'' and
202 any express or implied warranties, including, but not limited to, the
203 implied warranties of merchantability and fitness for a particular purpose
204 are disclaimed.  in no event shall the regents or contributors be liable
205 for any direct, indirect, incidental, special, exemplary, or consequential
206 damages (including, but not limited to, procurement of substitute goods
207 or services; loss of use, data, or profits; or business interruption)
208 however caused and on any theory of liability, whether in contract, strict
209 liability, or tort (including negligence or otherwise) arising in any way
210 out of the use of this software, even if advised of the possibility of
211 such damage.}
212 @end quotation
214 @item
215 The random number generation functions @code{random}, @code{srandom},
216 @code{setstate} and @code{initstate}, which are also the basis for the
217 @code{rand} and @code{srand} functions, were written by Earl T. Cohen
218 for the University of California at Berkeley and are copyrighted by the
219 Regents of the University of California.  They have undergone minor
220 changes to fit into the GNU C library and to fit the @w{ISO C} standard,
221 but the functional code is Berkeley's.@refill
223 @item
224 The DNS resolver code is taken directly from BIND 4.9.5, which is
225 under both the Berkeley copyright above and also:
227 @quotation
228 Portions Copyright @copyright{} 1993 by Digital Equipment Corporation.
230 Permission to use, copy, modify, and distribute this software for any
231 purpose with or without fee is hereby granted, provided that the above
232 copyright notice and this permission notice appear in all copies, and
233 that the name of Digital Equipment Corporation not be used in
234 advertising or publicity pertaining to distribution of the document or
235 software without specific, written prior permission.
237 @sc{the software is provided ``as is'' and digital equipment corp.
238 disclaims all warranties with regard to this software, including all
239 implied warranties of merchantability and fitness.  in no event shall
240 digital equipment corporation be liable for any special, direct,
241 indirect, or consequential damages or any damages whatsoever resulting
242 from loss of use, data or profits, whether in an action of contract,
243 negligence or other tortious action, arising out of or in connection
244 with the use or performance of this software.}
245 @end quotation
247 @item
248 The code to support Sun RPC is taken verbatim from Sun's
249 @w{@sc{rpcsrc-4.0}} distribution, and is covered by this copyright:
251 @quotation
252 @display
253 Copyright @copyright{} 1984, Sun Microsystems, Inc.
254 @end display
256 Sun RPC is a product of Sun Microsystems, Inc. and is provided for
257 unrestricted use provided that this legend is included on all tape media
258 and as a part of the software program in whole or part.  Users may copy
259 or modify Sun RPC without charge, but are not authorized to license or
260 distribute it to anyone else except as part of a product or program
261 developed by the user.
263 @sc{sun rpc is provided as is with no warranties of any kind including the
264 warranties of design, merchantibility and fitness for a particular
265 purpose, or arising from a course of dealing, usage or trade practice.}
267 Sun RPC is provided with no support and without any obligation on the
268 part of Sun Microsystems, Inc. to assist in its use, correction,
269 modification or enhancement.
271 @sc{sun microsystems, inc. shall have no liability with respect to the
272 infringement of copyrights, trade secrets or any patents by sun rpc
273 or any part thereof.}
275 In no event will Sun Microsystems, Inc. be liable for any lost revenue
276 or profits or other special, indirect and consequential damages, even if
277 Sun has been advised of the possibility of such damages.
279 @display
280 Sun Microsystems, Inc.
281 2550 Garcia Avenue
282 Mountain View, California  94043
283 @end display
284 @end quotation
286 @item
287 Some of the support code for Mach is taken from Mach 3.0 by CMU,
288 and is under the following copyright terms:
290 @quotation
291 @display
292 Mach Operating System
293 Copyright @copyright{} 1991,1990,1989 Carnegie Mellon University
294 All Rights Reserved.
295 @end display
297 Permission to use, copy, modify and distribute this software and its
298 documentation is hereby granted, provided that both the copyright
299 notice and this permission notice appear in all copies of the
300 software, derivative works or modified versions, and any portions
301 thereof, and that both notices appear in supporting documentation.
303 @sc{carnegie mellon allows free use of this software in its ``as is''
304 condition.  carnegie mellon disclaims any liability of any kind for
305 any damages whatsoever resulting from the use of this software.}
307 Carnegie Mellon requests users of this software to return to
309 @display
310  Software Distribution Coordinator
311  School of Computer Science
312  Carnegie Mellon University
313  Pittsburgh PA 15213-3890
314 @end display
316 @noindent
317 or @email{Software.Distribution@@CS.CMU.EDU} any improvements or
318 extensions that they make and grant Carnegie Mellon the rights to
319 redistribute these changes.
320 @end quotation
322 @item
323 The code for the database library @file{libdb} comes from the 2.3
324 release of Berkeley DB. That code is under the same copyright as 4.4 BSD
325 and also:
327 @quotation
328 @display
329 Copyright @copyright{} 1990, 1993, 1994, 1995, 1996, 1997
330 Sleepycat Software.  All rights reserved.
331 @end display
333 Redistribution and use in source and binary forms, with or without
334 modification, are permitted provided that the following conditions
335 are met:
337 @enumerate
338 @item
339 Redistributions of source code must retain the above copyright
340 notice, this list of conditions and the following disclaimer.
341 @item
342 Redistributions in binary form must reproduce the above copyright
343 notice, this list of conditions and the following disclaimer in the
344 documentation and/or other materials provided with the distribution.
345 @item
346 Redistributions in any form must be accompanied by information on
347 how to obtain complete source code for the DB software and any
348 accompanying software that uses the DB software.  The source code
349 must either be included in the distribution or be available for no
350 more than the cost of distribution plus a nominal fee, and must be
351 freely redistributable under reasonable conditions.  For an
352 executable file, complete source code means the source code for all
353 modules it contains.  It does not mean source code for modules or
354 files that typically accompany the operating system on which the
355 executable file runs, e.g., standard library modules or system
356 header files.
357 @end enumerate
359 @sc{this software is provided by sleepycat software ``as is'' and
360 any express or implied warranties, including, but not limited to, the
361 implied warranties of merchantability and fitness for a particular purpose
362 are disclaimed.  in no event shall sleepycat software be liable
363 for any direct, indirect, incidental, special, exemplary, or consequential
364 damages (including, but not limited to, procurement of substitute goods
365 or services; loss of use, data, or profits; or business interruption)
366 however caused and on any theory of liability, whether in contract, strict
367 liability, or tort (including negligence or otherwise) arising in any way
368 out of the use of this software, even if advised of the possibility of
369 such damage.}
371 @display
372 Portions copyright @copyright{} 1995, 1996
373 The President and Fellows of Harvard University.
374 All rights reserved.
375 @end display
377 Redistribution and use in source and binary forms, with or without
378 modification, are permitted provided that the following conditions
379 are met:
380 @enumerate
381 @item
382 Redistributions of source code must retain the above copyright
383 notice, this list of conditions and the following disclaimer.
384 @item
385 Redistributions in binary form must reproduce the above copyright
386 notice, this list of conditions and the following disclaimer in the
387 documentation and/or other materials provided with the distribution.
388 @item
389 All advertising materials mentioning features or use of this software
390 must display the following acknowledgement:
391 @quotation
392  This product includes software developed by Harvard University
393  and its contributors.
394 @end quotation
395 @item
396 Neither the name of the University nor the names of its contributors
397 may be used to endorse or promote products derived from this software
398 without specific prior written permission.
399 @end enumerate
401 @sc{this software is provided by harvard and its contributors ``as is'' and
402 any express or implied warranties, including, but not limited to, the
403 implied warranties of merchantability and fitness for a particular purpose
404 are disclaimed.  in no event shall harvard or its contributors be liable
405 for any direct, indirect, incidental, special, exemplary, or consequential
406 damages (including, but not limited to, procurement of substitute goods
407 or services; loss of use, data, or profits; or business interruption)
408 however caused and on any theory of liability, whether in contract, strict
409 liability, or tort (including negligence or otherwise) arising in any way
410 out of the use of this software, even if advised of the possibility of
411 such damage.}
413 @noindent
414 For a license to use, redistribute or sell DB software under conditions
415 other than those described above, or to purchase support for this
416 software, please contact Sleepycat Software at
418 @display
419  Sleepycat Software
420  394 E. Riding Dr.
421  Carlisle, MA 01741
422  USA
423  +1-508-287-4781
424 @end display
426 or @email{db@@sleepycat.com}.
428 @end quotation
430 @end itemize