1The glibc project stopped adding "Contributed by" lines to source files in 2012 2in favour of acknowledging contributors in the glibc manual and through the git 3log. The record of existing "Contributed by" lines have now been moved to this 4file to acknowledge contributions by these developers to glibc. 5 6argp/argp-test.c: 7 Written by Miles Bader <miles@gnu.ai.mit.edu>. 8 9argp/tst-argp1.c: 10 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 11 12argp/tst-argp2.c: 13 Contributed by Jakub Jelinek <jakub@redhat.com>, 2007. 14 15catgets/catgets.c: 16 Contributed by Ulrich Drepper, <drepper@gnu.org>. 17 18catgets/catgetsinfo.h: 19 Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>. 20 21catgets/gencat.c: 22 Contributed by Ulrich Drepper <drepper@redhat.com>, 1996. 23 24catgets/open_catalog.c: 25 Contributed by Ulrich Drepper, <drepper@gnu.org>. 26 27crypt/md5-crypt.c: 28 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 29 30crypt/sha256-crypt.c: 31 Contributed by Ulrich Drepper <drepper@redhat.com>, 2007. 32 33crypt/sha256.c: 34 Written by Ulrich Drepper <drepper@redhat.com>, 2007. 35 36crypt/sha512-crypt.c: 37 Contributed by Ulrich Drepper <drepper@redhat.com>, 2007. 38 39crypt/sha512.c: 40 Written by Ulrich Drepper <drepper@redhat.com>, 2007. 41 42debug/backtrace.c: 43 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 44 45debug/backtracesyms.c: 46 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 47 48debug/backtracesymsfd.c: 49 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 50 51debug/catchsegv.sh: 52 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 53 54debug/confstr_chk.c: 55 Contributed by Ulrich Drepper <drepper@readhat.com>, 20055. 56 57debug/explicit_bzero_chk.c: 58 Contributed by Torbjorn Granlund (tege@sics.se). 59 60debug/memcpy_chk.c: 61 Contributed by Torbjorn Granlund (tege@sics.se). 62 63debug/memmove_chk.c: 64 Contributed by Torbjorn Granlund (tege@sics.se). 65 66debug/mempcpy_chk.c: 67 Contributed by Torbjorn Granlund (tege@sics.se). 68 69debug/noophooks.c: 70 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 71 72debug/obprintf_chk.c: 73 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 74 75debug/pcprofile.c: 76 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 77 78debug/pcprofiledump.c: 79 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 80 81debug/segfault.c: 82 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 83 84debug/test-stpcpy_chk.c: 85 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 86 87debug/test-strcpy_chk.c: 88 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 89 90debug/tst-chk1.c: 91 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 92 93debug/tst-longjmp_chk2.c: 94 Verify longjmp fortify checking does not reject signal stacks. 95 Test case mostly written by Paolo Bonzini <pbonzini@redhat.com>. 96 97debug/wcpcpy_chk.c: 98 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 99 100debug/wcpncpy_chk.c: 101 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 102 103debug/wcscat_chk.c: 104 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 105 106debug/wcscpy_chk.c: 107 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 108 109debug/wcsncat_chk.c: 110 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 111 112debug/wcsncpy_chk.c: 113 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 114 115debug/wmemcpy_chk.c: 116 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 117 118debug/wmemmove_chk.c: 119 Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu> 120 121debug/wmempcpy_chk.c: 122 Contributed by Ulrich Drepper <drepper@gnu.org>, 1999. 123 124debug/wmemset_chk.c: 125 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 126 127debug/xtrace.sh: 128 Contributed by Ulrich Drepper <drepper@gnu.org>, 1999. 129 130dirent/opendir-tst1.c: 131 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 132 133dlfcn/bug-dl-leaf-lib-cb.c: 134 Contributed by Mike Frysinger <vapier@gentoo.org> 135 136dlfcn/bug-dl-leaf-lib.c: 137 Contributed by Mike Frysinger <vapier@gentoo.org> 138 139dlfcn/bug-dl-leaf.c: 140 Contributed by Mike Frysinger <vapier@gentoo.org> 141 142dlfcn/bug-dlopen1.c: 143 Test case by Bruno Haible. It test whether the dynamic string 144 token expansion can handle $ signs which do not start one of the 145 recognized keywords. 146 147dlfcn/tst-dladdr.c: 148 Contributed by Volkmar Sieh <vs@caldera.de> and Andreas Jaeger <aj@suse.de>. 149 150elf/cache.c: 151 Contributed by Andreas Jaeger <aj@suse.de>, 1999. 152 153elf/dl-conflict.c: 154 Contributed by Jakub Jelinek <jakub@redhat.com>, 2001. 155 156elf/dl-iteratephdr.c: 157 Contributed by Jakub Jelinek <jakub@redhat.com>, 2001. 158 159elf/dl-libc.c: 160 Contributed by Zack Weinberg <zack@rabi.columbia.edu>, 1999. 161 162elf/dl-origin.c: 163 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 164 165elf/dl-profile.c: 166 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 167 168elf/dl-profstub.c: 169 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 170 171elf/dl-version.c: 172 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 173 174elf/ldconfig.c: 175 Contributed by Andreas Jaeger <aj@suse.de>, 1999. 176 177elf/pldd-xx.c: 178 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 179 180elf/pldd.c: 181 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 182 183elf/readelflib.c: 184 Contributed by Andreas Jaeger <aj@suse.de>, 1999 and 185 Jakub Jelinek <jakub@redhat.com>, 1999. 186 187elf/readlib.c: 188 Contributed by Andreas Jaeger <aj@suse.de>, 1999 and 189 Jakub Jelinek <jakub@redhat.com>, 1999. 190 191elf/sotruss-lib.c: 192 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 193 194elf/sprof.c: 195 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 196 197elf/tlsdeschtab.h: 198 Contributed by Alexandre Oliva <aoliva@redhat.com> 199 200elf/tst-align.c: 201 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 202 203elf/tst-align2.c: 204 Contributed by Jakub Jelinek <jakub@redhat.com>, 2005. 205 206elf/tst-alignmod.c: 207 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 208 209elf/tst-alignmod2.c: 210 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 211 212elf/tst-dlmodcount.c: 213 Contributed by David Mosberger <davidm@hpl.hp.com>, 2004. 214 215elf/tst-dlopenrpath.c: 216 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 217 218elf/tst-dlopenrpathmod.c: 219 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 220 221elf/tst-stackguard1.c: 222 Contributed by Jakub Jelinek <jakub@redhat.com>, 2005. 223 224gmon/sprofil.c: 225 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 226 227gmon/sys/gmon_out.h: 228 Contributed by David Mosberger <davidm@cs.arizona.edu>. 229 230gmon/tst-sprofil.c: 231 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 232 233gnulib/tst-gcc.c: 234 Contributed by Ulrich Drepper <drepper@cygnus.com>. 235 236grp/getgrent.c: 237 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 238 239grp/getgrent_r.c: 240 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 241 242grp/getgrgid.c: 243 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 244 245grp/getgrgid_r.c: 246 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 247 248grp/getgrnam.c: 249 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 250 251grp/getgrnam_r.c: 252 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 253 254grp/tst_fgetgrent.c: 255 Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1999. 256 257grp/tst_fgetgrent.sh: 258 Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1999. 259 260gshadow/getsgent.c: 261 Contributed by Ulrich Drepper <drepper@redhat.com>, 2009. 262 263gshadow/getsgent_r.c: 264 Contributed by Ulrich Drepper <drepper@redhat.com>, 2009. 265 266gshadow/getsgnam.c: 267 Contributed by Ulrich Drepper <drepper@redhat.com>, 2009. 268 269gshadow/getsgnam_r.c: 270 Contributed by Ulrich Drepper <drepper@redhat.com>, 2009. 271 272hesiod/nss_hesiod/hesiod-grp.c: 273 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. 274 275hesiod/nss_hesiod/hesiod-proto.c: 276 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. 277 278hesiod/nss_hesiod/hesiod-pwd.c: 279 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. 280 281hesiod/nss_hesiod/hesiod-service.c: 282 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. 283 284htl/semaphoreP.h: 285 Ulrich Drepper <drepper@redhat.com>, 2002. 286 287hurd/path-lookup.c: 288 Written by Miles Bader <miles@gnu.ai.mit.edu> 289 290iconv/dummy-repertoire.c: 291 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 292 293iconv/gconv.c: 294 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 295 296iconv/gconv_builtin.c: 297 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 298 299iconv/gconv_builtin.h: 300 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 301 302iconv/gconv_cache.c: 303 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001. 304 305iconv/gconv_charset.h: 306 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001. 307 308iconv/gconv_close.c: 309 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 310 311iconv/gconv_conf.c: 312 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 313 314iconv/gconv_db.c: 315 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 316 317iconv/gconv_dl.c: 318 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 319 320iconv/gconv_int.h: 321 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 322 323iconv/gconv_open.c: 324 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 325 326iconv/gconv_simple.c: 327 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 328 329iconv/gconv_trans.c: 330 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 331 332iconv/iconv.c: 333 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 334 335iconv/iconv_charmap.c: 336 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 337 338iconv/iconv_close.c: 339 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 340 341iconv/iconv_open.c: 342 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 343 344iconv/iconv_prog.c: 345 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 346 347iconv/iconv_prog.h: 348 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 349 350iconv/iconvconfig.c: 351 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. 352 353iconv/iconvconfig.h: 354 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. 355 356iconv/loop.c: 357 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 358 359iconv/skeleton.c: 360 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 361 362iconv/strtab.c: 363 Written by Ulrich Drepper <drepper@redhat.com>, 2000. 364 365iconv/tst-iconv1.c: 366 Test case by yaoz@nih.gov. 367 368iconv/tst-iconv2.c: 369 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001. 370 371iconv/tst-iconv3.c: 372 Contributed by Owen Taylor <otaylor@redhat.com>. 373 374iconv/tst-iconv5.c: 375 Contributed by GOTO Masanori <gotom@debian.or.jp>, 2004 376 377iconvdata/8bit-gap.c: 378 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 379 380iconvdata/8bit-generic.c: 381 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 382 383iconvdata/TESTS2: 384 Contributed by Bruno Haible <haible@clisp.cons.org>, 2001. 385 386iconvdata/TESTS: 387 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 388 389iconvdata/ansi_x3.110.c: 390 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 391 392iconvdata/armscii-8.c: 393 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 394 395iconvdata/asmo_449.c: 396 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 397 398iconvdata/big5.c: 399 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 400 401iconvdata/big5hkscs.c: 402 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 403 Modified for Big5-HKSCS by Roger So <spacehunt@e-fever.org>, 2000. 404 405iconvdata/brf.c: 406 Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>, 2006. 407 408iconvdata/bug-iconv2.c: 409 Test case by Akira Higuchi <a@kondara.org>. 410 411iconvdata/bug-iconv3.c: 412 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 413 414iconvdata/bug-iconv4.c: 415 Contributed by Jiro SEKIBA <jir@yamato.ibm.com>. 416 417iconvdata/cns11643.c: 418 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 419 420iconvdata/cns11643.h: 421 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 422 423iconvdata/cns11643l1.c: 424 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 425 426iconvdata/cns11643l1.h: 427 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 428 429iconvdata/cns11643l2.h: 430 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 431 432iconvdata/cp10007.c: 433 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 434 435iconvdata/cp1250.c: 436 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 437 438iconvdata/cp1251.c: 439 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 440 441iconvdata/cp1252.c: 442 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 443 444iconvdata/cp1253.c: 445 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 446 447iconvdata/cp1254.c: 448 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 449 450iconvdata/cp1255.c: 451 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998, 452 and Bruno Haible <haible@clisp.cons.org>, 2001. 453 454iconvdata/cp1256.c: 455 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 456 457iconvdata/cp1257.c: 458 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 459 460iconvdata/cp1258.c: 461 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998, 462 and Bruno Haible <haible@clisp.cons.org>, 2001. 463 464iconvdata/cp737.c: 465 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 466 467iconvdata/cp737.h: 468 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 469 470iconvdata/cp770.c: 471 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 472 473iconvdata/cp771.c: 474 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 475 476iconvdata/cp772.c: 477 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 478 479iconvdata/cp773.c: 480 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 481 482iconvdata/cp774.c: 483 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 484 485iconvdata/cp775.c: 486 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 487 488iconvdata/cp775.h: 489 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 490 491iconvdata/cp932.c: 492 Contributed by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>, 2003. 493 494iconvdata/csn_369103.c: 495 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 496 497iconvdata/cwi.c: 498 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 499 500iconvdata/dec-mcs.c: 501 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 502 503iconvdata/ebcdic-at-de-a.c: 504 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 505 506iconvdata/ebcdic-at-de.c: 507 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 508 509iconvdata/ebcdic-ca-fr.c: 510 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 511 512iconvdata/ebcdic-dk-no-a.c: 513 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 514 515iconvdata/ebcdic-dk-no.c: 516 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 517 518iconvdata/ebcdic-es-a.c: 519 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 520 521iconvdata/ebcdic-es-s.c: 522 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 523 524iconvdata/ebcdic-es.c: 525 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 526 527iconvdata/ebcdic-fi-se-a.c: 528 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 529 530iconvdata/ebcdic-fi-se.c: 531 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 532 533iconvdata/ebcdic-fr.c: 534 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 535 536iconvdata/ebcdic-is-friss.c: 537 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 538 539iconvdata/ebcdic-it.c: 540 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 541 542iconvdata/ebcdic-pt.c: 543 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 544 545iconvdata/ebcdic-uk.c: 546 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 547 548iconvdata/ebcdic-us.c: 549 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 550 551iconvdata/ecma-cyrillic.c: 552 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 553 554iconvdata/euc-cn.c: 555 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 556 557iconvdata/euc-jisx0213.c: 558 Contributed by Bruno Haible <bruno@clisp.org>, 2002. 559 560iconvdata/euc-jp-ms.c: 561 Contributed by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>, 2003. 562 563iconvdata/euc-jp.c: 564 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 565 566iconvdata/euc-kr.c: 567 Contributed by Jungshik Shin <jshin@pantheon.yale.edu> 568 and Ulrich Drepper <drepper@cygnus.com>, 1998. 569 570iconvdata/euc-tw.c: 571 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 572 573iconvdata/gb18030.c: 574 This file is added for supporting gb18030-2000 code. 575 by Wang ShouHua & Wu Jian 576 Redflag Linux company 577 www.redflag-linux.com 578 Dec 20 2001 Yu Shao <yshao@redhat.com> 579 Revision, fixing bugs, adding missing entries. 580 581iconvdata/gb2312.c: 582 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 583 584iconvdata/gb2312.h: 585 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 586 587iconvdata/gbbig5.c: 588 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 589 590iconvdata/gbgbk.c: 591 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 592 593iconvdata/gbk.c: 594 Contributed by Sean Chen <sean.chen@turbolinux.com>, 1999. 595 596iconvdata/georgian-academy.c: 597 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001. 598 599iconvdata/georgian-ps.c: 600 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001. 601 602iconvdata/gost_19768-74.c: 603 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 604 605iconvdata/greek-ccitt.c: 606 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 607 608iconvdata/greek7-old.c: 609 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 610 611iconvdata/greek7.c: 612 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 613 614iconvdata/hp-greek8.c: 615 Contributed by Ulrich Drepper <drepper@redhat.com>, 2007. 616 617iconvdata/hp-roman8.c: 618 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 619 620iconvdata/hp-roman9.c: 621 Contributed by Ulrich Drepper <drepper@redhat.com>, 2007. 622 623iconvdata/hp-thai8.c: 624 Contributed by Ulrich Drepper <drepper@redhat.com>, 2007. 625 626iconvdata/hp-turkish8.c: 627 Contributed by Ulrich Drepper <drepper@redhat.com>, 2007. 628 629iconvdata/ibm037.c: 630 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 631 632iconvdata/ibm038.c: 633 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 634 635iconvdata/ibm1004.c: 636 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 637 638iconvdata/ibm1008.c: 639 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 640 641iconvdata/ibm1008.h: 642 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 643 644iconvdata/ibm1008_420.c: 645 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 646 647iconvdata/ibm1025.c: 648 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 649 650iconvdata/ibm1025.h: 651 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 652 653iconvdata/ibm1026.c: 654 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 655 656iconvdata/ibm1046.c: 657 Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000. 658 659iconvdata/ibm1046.h: 660 Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000. 661 662iconvdata/ibm1047.c: 663 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 664 665iconvdata/ibm1097.c: 666 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 667 668iconvdata/ibm1097.h: 669 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 670 671iconvdata/ibm1112.c: 672 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 673 674iconvdata/ibm1112.h: 675 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 676 677iconvdata/ibm1122.c: 678 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 679 680iconvdata/ibm1122.h: 681 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 682 683iconvdata/ibm1123.c: 684 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 685 686iconvdata/ibm1123.h: 687 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 688 689iconvdata/ibm1124.c: 690 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000. 691 692iconvdata/ibm1124.h: 693 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000. 694 695iconvdata/ibm1129.c: 696 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000. 697 698iconvdata/ibm1129.h: 699 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000. 700 701iconvdata/ibm1130.c: 702 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 703 704iconvdata/ibm1130.h: 705 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 706 707iconvdata/ibm1132.c: 708 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001. 709 710iconvdata/ibm1132.h: 711 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001. 712 713iconvdata/ibm1133.c: 714 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001. 715 716iconvdata/ibm1133.h: 717 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001. 718 719iconvdata/ibm1137.c: 720 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 721 722iconvdata/ibm1137.h: 723 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 724 725iconvdata/ibm1140.c: 726 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 727 728iconvdata/ibm1140.h: 729 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 730 731iconvdata/ibm1141.c: 732 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 733 734iconvdata/ibm1141.h: 735 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 736 737iconvdata/ibm1142.c: 738 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 739 740iconvdata/ibm1142.h: 741 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 742 743iconvdata/ibm1143.c: 744 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 745 746iconvdata/ibm1143.h: 747 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 748 749iconvdata/ibm1144.c: 750 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 751 752iconvdata/ibm1144.h: 753 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 754 755iconvdata/ibm1145.c: 756 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 757 758iconvdata/ibm1145.h: 759 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 760 761iconvdata/ibm1146.c: 762 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 763 764iconvdata/ibm1146.h: 765 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 766 767iconvdata/ibm1147.c: 768 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 769 770iconvdata/ibm1147.h: 771 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 772 773iconvdata/ibm1148.c: 774 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 775 776iconvdata/ibm1148.h: 777 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 778 779iconvdata/ibm1149.c: 780 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 781 782iconvdata/ibm1149.h: 783 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 784 785iconvdata/ibm1153.c: 786 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 787 788iconvdata/ibm1153.h: 789 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 790 791iconvdata/ibm1154.c: 792 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 793 794iconvdata/ibm1154.h: 795 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 796 797iconvdata/ibm1155.c: 798 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 799 800iconvdata/ibm1155.h: 801 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 802 803iconvdata/ibm1156.c: 804 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 805 806iconvdata/ibm1156.h: 807 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 808 809iconvdata/ibm1157.c: 810 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 811 812iconvdata/ibm1157.h: 813 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 814 815iconvdata/ibm1158.c: 816 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 817 818iconvdata/ibm1158.h: 819 Contributed by Jiro SEKIBA <sekiba@jp.ibm.com>, 2005. 820 821iconvdata/ibm1160.c: 822 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001. 823 824iconvdata/ibm1160.h: 825 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001. 826 827iconvdata/ibm1161.c: 828 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001. 829 830iconvdata/ibm1161.h: 831 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001. 832 833iconvdata/ibm1162.c: 834 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001. 835 836iconvdata/ibm1162.h: 837 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001. 838 839iconvdata/ibm1163.c: 840 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001. 841 842iconvdata/ibm1163.h: 843 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001. 844 845iconvdata/ibm1164.c: 846 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001. 847 848iconvdata/ibm1164.h: 849 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001. 850 851iconvdata/ibm1166.c: 852 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 853 854iconvdata/ibm1166.h: 855 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 856 857iconvdata/ibm1167.c: 858 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 859 860iconvdata/ibm1167.h: 861 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 862 863iconvdata/ibm12712.c: 864 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 865 866iconvdata/ibm12712.h: 867 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 868 869iconvdata/ibm1364.c: 870 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 871 872iconvdata/ibm1364.h: 873 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 874 875iconvdata/ibm1371.c: 876 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 877 878iconvdata/ibm1371.h: 879 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 880 881iconvdata/ibm1388.c: 882 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 883 884iconvdata/ibm1388.h: 885 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 886 887iconvdata/ibm1390.c: 888 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 889 890iconvdata/ibm1390.h: 891 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 892 893iconvdata/ibm1399.c: 894 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 895 896iconvdata/ibm1399.h: 897 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 898 899iconvdata/ibm16804.c: 900 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 901 902iconvdata/ibm16804.h: 903 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 904 905iconvdata/ibm256.c: 906 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 907 908iconvdata/ibm273.c: 909 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 910 911iconvdata/ibm274.c: 912 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 913 914iconvdata/ibm275.c: 915 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 916 917iconvdata/ibm277.c: 918 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 919 920iconvdata/ibm278.c: 921 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 922 923iconvdata/ibm280.c: 924 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 925 926iconvdata/ibm281.c: 927 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 928 929iconvdata/ibm284.c: 930 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 931 932iconvdata/ibm285.c: 933 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 934 935iconvdata/ibm290.c: 936 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 937 938iconvdata/ibm297.c: 939 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 940 941iconvdata/ibm420.c: 942 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 943 944iconvdata/ibm423.c: 945 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 946 947iconvdata/ibm424.c: 948 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 949 950iconvdata/ibm437.c: 951 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 952 953iconvdata/ibm4517.c: 954 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 955 956iconvdata/ibm4517.h: 957 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 958 959iconvdata/ibm4899.c: 960 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 961 962iconvdata/ibm4899.h: 963 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 964 965iconvdata/ibm4909.c: 966 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 967 968iconvdata/ibm4909.h: 969 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 970 971iconvdata/ibm4971.c: 972 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 973 974iconvdata/ibm4971.h: 975 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 976 977iconvdata/ibm500.c: 978 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 979 980iconvdata/ibm5347.c: 981 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 982 983iconvdata/ibm5347.h: 984 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 985 986iconvdata/ibm803.c: 987 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 988 989iconvdata/ibm803.h: 990 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 991 992iconvdata/ibm850.c: 993 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 994 995iconvdata/ibm851.c: 996 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 997 998iconvdata/ibm852.c: 999 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1000 1001iconvdata/ibm855.c: 1002 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1003 1004iconvdata/ibm856.c: 1005 Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000. 1006 1007iconvdata/ibm856.h: 1008 Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000. 1009 1010iconvdata/ibm857.c: 1011 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1012 1013iconvdata/ibm860.c: 1014 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1015 1016iconvdata/ibm861.c: 1017 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1018 1019iconvdata/ibm862.c: 1020 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1021 1022iconvdata/ibm863.c: 1023 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1024 1025iconvdata/ibm864.c: 1026 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1027 1028iconvdata/ibm865.c: 1029 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1030 1031iconvdata/ibm866.c: 1032 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1033 1034iconvdata/ibm866nav.c: 1035 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2003. 1036 1037iconvdata/ibm868.c: 1038 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1039 1040iconvdata/ibm869.c: 1041 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1042 1043iconvdata/ibm870.c: 1044 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1045 1046iconvdata/ibm871.c: 1047 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1048 1049iconvdata/ibm874.c: 1050 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1051 1052iconvdata/ibm875.c: 1053 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1054 1055iconvdata/ibm880.c: 1056 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1057 1058iconvdata/ibm891.c: 1059 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1060 1061iconvdata/ibm901.c: 1062 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 1063 1064iconvdata/ibm901.h: 1065 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 1066 1067iconvdata/ibm902.c: 1068 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 1069 1070iconvdata/ibm902.h: 1071 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 1072 1073iconvdata/ibm903.c: 1074 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1075 1076iconvdata/ibm9030.c: 1077 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 1078 1079iconvdata/ibm9030.h: 1080 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 1081 1082iconvdata/ibm904.c: 1083 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1084 1085iconvdata/ibm905.c: 1086 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1087 1088iconvdata/ibm9066.c: 1089 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 1090 1091iconvdata/ibm9066.h: 1092 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 1093 1094iconvdata/ibm918.c: 1095 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1096 1097iconvdata/ibm921.c: 1098 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 1099 1100iconvdata/ibm921.h: 1101 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 1102 1103iconvdata/ibm922.c: 1104 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000. 1105 1106iconvdata/ibm922.h: 1107 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000. 1108 1109iconvdata/ibm930.c: 1110 Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000. 1111 1112iconvdata/ibm930.h: 1113 Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000. 1114 1115iconvdata/ibm932.c: 1116 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000. 1117 1118iconvdata/ibm932.h: 1119 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000. 1120 1121iconvdata/ibm933.c: 1122 Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000. 1123 1124iconvdata/ibm933.h: 1125 Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000. 1126 1127iconvdata/ibm935.c: 1128 Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000. 1129 1130iconvdata/ibm935.h: 1131 Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000. 1132 1133iconvdata/ibm937.c: 1134 Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000. 1135 1136iconvdata/ibm937.h: 1137 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000. 1138 1139iconvdata/ibm939.c: 1140 Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000. 1141 1142iconvdata/ibm939.h: 1143 Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000. 1144 1145iconvdata/ibm943.c: 1146 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000. 1147 1148iconvdata/ibm943.h: 1149 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000. 1150 1151iconvdata/ibm9448.c: 1152 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 1153 1154iconvdata/ibm9448.h: 1155 Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2005. 1156 1157iconvdata/iec_p27-1.c: 1158 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1159 1160iconvdata/inis-8.c: 1161 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1162 1163iconvdata/inis-cyrillic.c: 1164 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1165 1166iconvdata/inis.c: 1167 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1168 1169iconvdata/isiri-3342.c: 1170 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 1171 1172iconvdata/iso-2022-cn-ext.c: 1173 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 1174 1175iconvdata/iso-2022-cn.c: 1176 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 1177 1178iconvdata/iso-2022-jp-3.c: 1179 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998, 1180 and Bruno Haible <bruno@clisp.org>, 2002. 1181 1182iconvdata/iso-2022-jp.c: 1183 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1184 1185iconvdata/iso-2022-kr.c: 1186 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1187 1188iconvdata/iso-ir-165.c: 1189 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 1190 1191iconvdata/iso-ir-165.h: 1192 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 1193 1194iconvdata/iso-ir-197.c: 1195 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 1196 1197iconvdata/iso-ir-209.c: 1198 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 1199 1200iconvdata/iso646.c: 1201 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1202 1203iconvdata/iso8859-1.c: 1204 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1205 1206iconvdata/iso8859-10.c: 1207 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1208 1209iconvdata/iso8859-11.c: 1210 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1211 1212iconvdata/iso8859-13.c: 1213 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1214 1215iconvdata/iso8859-14.c: 1216 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1217 1218iconvdata/iso8859-15.c: 1219 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1220 1221iconvdata/iso8859-16.c: 1222 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 1223 1224iconvdata/iso8859-2.c: 1225 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1226 1227iconvdata/iso8859-3.c: 1228 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1229 1230iconvdata/iso8859-4.c: 1231 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1232 1233iconvdata/iso8859-5.c: 1234 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1235 1236iconvdata/iso8859-6.c: 1237 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1238 1239iconvdata/iso8859-7.c: 1240 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1241 1242iconvdata/iso8859-8.c: 1243 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1244 1245iconvdata/iso8859-9.c: 1246 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1247 1248iconvdata/iso8859-9e.c: 1249 Contributed by Ulrich Drepper <drepper@redhat.com>, 2007. 1250 1251iconvdata/iso_10367-box.c: 1252 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1253 1254iconvdata/iso_11548-1.c: 1255 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997, 1256 Samuel Thibault <samuel.thibault@ens-lyon.org>, 2005. 1257 1258iconvdata/iso_2033.c: 1259 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1260 1261iconvdata/iso_5427-ext.c: 1262 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1263 1264iconvdata/iso_5427.c: 1265 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1266 1267iconvdata/iso_5428.c: 1268 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1269 1270iconvdata/iso_6937-2.c: 1271 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1272 1273iconvdata/iso_6937.c: 1274 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1275 1276iconvdata/jis0201.c: 1277 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1278 1279iconvdata/jis0201.h: 1280 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1281 1282iconvdata/jis0208.c: 1283 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1284 1285iconvdata/jis0208.h: 1286 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1287 1288iconvdata/jis0212.c: 1289 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1290 1291iconvdata/jis0212.h: 1292 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1293 1294iconvdata/jisx0213.c: 1295 Contributed by Bruno Haible <bruno@clisp.org>, 2002. 1296 1297iconvdata/jisx0213.h: 1298 Contributed by Bruno Haible <bruno@clisp.org>, 2002. 1299 1300iconvdata/johab.c: 1301 Contributed by Jungshik Shin <jshin@pantheon.yale.edu> 1302 and Ulrich Drepper <drepper@cygnus.com>, 1998. 1303 1304iconvdata/koi-8.c: 1305 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1306 1307iconvdata/koi8-r.c: 1308 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1309 1310iconvdata/koi8-ru.c: 1311 Contributed by Ulrich Drepper <drepper@redhat.com>, 20077. 1312 1313iconvdata/koi8-t.c: 1314 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001. 1315 1316iconvdata/koi8-u.c: 1317 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 1318 1319iconvdata/ksc5601.c: 1320 Contributed by Jungshik Shin <jshin@pantheon.yale.edu>, 1998. 1321 1322iconvdata/latin-greek-1.c: 1323 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1324 1325iconvdata/latin-greek.c: 1326 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1327 1328iconvdata/mac-centraleurope.c: 1329 Contributed by Ulrich Drepper <drepper@redhat.com>, 2007. 1330 1331iconvdata/mac-is.c: 1332 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1333 1334iconvdata/mac-sami.c: 1335 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 1336 1337iconvdata/mac-uk.c: 1338 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1339 1340iconvdata/macintosh.c: 1341 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1342 1343iconvdata/mik.c: 1344 Contributed by Alexander Shopov <ash@contact.bg>, 2006. 1345 1346iconvdata/nats-dano.c: 1347 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1348 1349iconvdata/nats-sefi.c: 1350 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1351 1352iconvdata/pt154.c: 1353 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 1354 1355iconvdata/rk1048.c: 1356 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 1357 1358iconvdata/run-iconv-test.sh: 1359 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1360 1361iconvdata/sami-ws2.c: 1362 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 1363 1364iconvdata/shift_jisx0213.c: 1365 Contributed by Bruno Haible <bruno@clisp.org>, 2002. 1366 1367iconvdata/sjis.c: 1368 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1369 1370iconvdata/t.61.c: 1371 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1372 1373iconvdata/tcvn5712-1.c: 1374 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 1375 1376iconvdata/tis-620.c: 1377 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 1378 1379iconvdata/tscii.c: 1380 Contributed by Bruno Haible <bruno@clisp.org>, 2002. 1381 1382iconvdata/tst-e2big.c: 1383 Contributed by Bruno Haible <bruno@clisp.org>, 2002. 1384 1385iconvdata/tst-loading.c: 1386 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 1387 1388iconvdata/tst-table-charmap.sh: 1389 Contributed by Bruno Haible <haible@clisp.cons.org>, 2000. 1390 1391iconvdata/tst-table-from.c: 1392 Contributed by Bruno Haible <haible@clisp.cons.org>, 2000. 1393 1394iconvdata/tst-table-to.c: 1395 Contributed by Bruno Haible <haible@clisp.cons.org>, 2000. 1396 1397iconvdata/tst-table.sh: 1398 Contributed by Bruno Haible <haible@clisp.cons.org>, 2000. 1399 1400iconvdata/tst-tables.sh: 1401 Contributed by Bruno Haible <haible@clisp.cons.org>, 2000. 1402 1403iconvdata/uhc.c: 1404 Contributed by Jungshik Shin <jshin@pantheon.yale.edu>, 1998. 1405 1406iconvdata/unicode.c: 1407 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 1408 1409iconvdata/utf-16.c: 1410 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 1411 1412iconvdata/utf-7.c: 1413 Contributed by Bruno Haible <haible@clisp.cons.org>, 2000. 1414 1415iconvdata/viscii.c: 1416 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 1417 1418include/atomic.h: 1419 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 1420 1421include/inline-hashtab.h: 1422 Contributed by Alexandre Oliva <aoliva@redhat.com> 1423 1424include/intprops.h: 1425 Written by Paul Eggert. 1426 1427include/list.h: 1428 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 1429 1430include/list_t.h: 1431 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 1432 1433inet/bug-if1.c: 1434 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 1435 1436inet/ether_aton.c: 1437 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1438 1439inet/ether_aton_r.c: 1440 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1441 1442inet/ether_hton.c: 1443 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1444 1445inet/ether_ntoa.c: 1446 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1447 1448inet/ether_ntoa_r.c: 1449 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1450 1451inet/ether_ntoh.c: 1452 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1453 1454inet/getaliasent_r.c: 1455 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1456 1457inet/getaliasname.c: 1458 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1459 1460inet/getaliasname_r.c: 1461 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1462 1463inet/gethstbyad.c: 1464 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1465 1466inet/gethstbyad_r.c: 1467 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1468 1469inet/gethstbynm.c: 1470 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1471 1472inet/gethstbynm2.c: 1473 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1474 1475inet/gethstbynm2_r.c: 1476 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1477 1478inet/gethstbynm_r.c: 1479 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1480 1481inet/getipv4sourcefilter.c: 1482 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 1483 1484inet/getnetbyad.c: 1485 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1486 1487inet/getnetbyad_r.c: 1488 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1489 1490inet/getnetbynm.c: 1491 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1492 1493inet/getnetbynm_r.c: 1494 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1495 1496inet/getproto.c: 1497 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1498 1499inet/getproto_r.c: 1500 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1501 1502inet/getprtname.c: 1503 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1504 1505inet/getprtname_r.c: 1506 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1507 1508inet/getrpcbyname.c: 1509 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1510 1511inet/getrpcbyname_r.c: 1512 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1513 1514inet/getrpcbynumber.c: 1515 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1516 1517inet/getrpcbynumber_r.c: 1518 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1519 1520inet/getsourcefilter.c: 1521 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 1522 1523inet/getsrvbynm.c: 1524 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1525 1526inet/getsrvbynm_r.c: 1527 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1528 1529inet/getsrvbypt.c: 1530 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1531 1532inet/getsrvbypt_r.c: 1533 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1534 1535inet/htontest.c: 1536 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1537 1538inet/in6_addr.c: 1539 Contributed by Philip Blundell <pjb27@cam.ac.uk>, 1997. 1540 1541inet/inet6_opt.c: 1542 Contributed by Ulrich Drepper <drepper@redhat.com>, 2006. 1543 1544inet/inet6_option.c: 1545 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 1546 1547inet/inet6_rth.c: 1548 Contributed by Ulrich Drepper <drepper@redhat.com>, 2006. 1549 1550inet/inet_ntoa.c: 1551 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1552 1553inet/setipv4sourcefilter.c: 1554 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 1555 1556inet/setsourcefilter.c: 1557 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 1558 1559inet/test_ifindex.c: 1560 Contributed by Philip Blundell <Philip.Blundell@pobox.com>. 1561 1562inet/tst-network.c: 1563 Contributed by Andreas Jaeger <aj@suse.de>, 2000. 1564 1565intl/tst-codeset.c: 1566 Contributed by Bruno Haible <haible@clisp.cons.org>, 2001. 1567 1568intl/tst-gettext.c: 1569 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 1570 1571intl/tst-gettext2.c: 1572 Contributed by Thorsten Kukuk <kukuk@suse.de> and 1573 Andreas Jaeger <aj@suse.de>, 2000. 1574 1575intl/tst-gettext3.c: 1576 Contributed by Bruno Haible <bruno@clisp.org>, 2001, 2005. 1577 1578intl/tst-gettext4.c: 1579 Contributed by Bruno Haible <bruno@clisp.org>, 2005. 1580 1581intl/tst-gettext5.c: 1582 Contributed by Bruno Haible <bruno@clisp.org>, 2005. 1583 1584intl/tst-gettext6.c: 1585 Contributed by Jakub Jelinek <jakub@redhat.com>, 2008. 1586 1587intl/tst-ngettext.c: 1588 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 1589 1590intl/tst-translit.c: 1591 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 1592 1593io/bug-ftw1.c: 1594 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001. 1595 1596io/bug-ftw2.c: 1597 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001. 1598 1599io/bug-ftw4.c: 1600 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 1601 1602io/ftw.c: 1603 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1604 1605io/ftw64-time64.c: 1606 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1607 1608io/ftw64.c: 1609 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1610 1611io/ppoll.c: 1612 Contributed by Ulrich Drepper <drepper@redhat.com>, 2006. 1613 1614io/test-lfs.c: 1615 Contributed by Andreas Jaeger <aj@suse.de>, 2000. 1616 1617io/test-stat.c: 1618 Contributed by Maciej W. Rozycki <macro@ds2.pg.gda.pl>, 2000. 1619 1620io/test-stat2.c: 1621 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. 1622 1623io/tst-fcntl.c: 1624 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 1625 1626io/tst-getcwd.c: 1627 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 1628 1629libio/bug-ungetc4.c: 1630 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 1631 1632libio/fileops.c: 1633 Written by Per Bothner <bothner@cygnus.com>. 1634 1635libio/iopopen.c: 1636 Written by Per Bothner <bothner@cygnus.com>. 1637 1638libio/libio.h: 1639 Written by Per Bothner <bothner@cygnus.com>. 1640 1641libio/obprintf.c: 1642 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1643 1644libio/oldfileops.c: 1645 Written by Per Bothner <bothner@cygnus.com>. 1646 1647libio/oldfmemopen.c: 1648 Contributed by Hanno Mueller, kontakt@hanno.de, 2000. 1649 1650libio/oldiopopen.c: 1651 Written by Per Bothner <bothner@cygnus.com>. 1652 1653libio/test-fmemopen.c: 1654 Contributed by Hanno Mueller, kontakt@hanno.de, 2000. 1655 1656libio/tst-fopenloc.c: 1657 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001. 1658 1659libio/tst-freopen.c: 1660 Contributed by Jakub Jelinek <jakub@redhat.com>, 2002. 1661 1662libio/tst-mmap-setvbuf.c: 1663 Contributed by Jakub Jelinek <jakub@redhat.com>, 2002. 1664 1665libio/tst-widetext.c: 1666 Contributed by Ulrich Drepper <drepper@cygnus.com>. 1667 1668libio/tst_getwc.c: 1669 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 1670 1671libio/tst_putwc.c: 1672 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 1673 1674libio/tst_wprintf2.c: 1675 Test case by Yoshito Kawada <KAWADA@jp.ibm.com>. 1676 1677libio/wfileops.c: 1678 Written by Ulrich Drepper <drepper@cygnus.com>. 1679 Based on the single byte version by Per Bothner <bothner@cygnus.com>. 1680 1681libio/wgenops.c: 1682 Written by Ulrich Drepper <drepper@cygnus.com>. 1683 Based on the single byte version by Per Bothner <bothner@cygnus.com>. 1684 1685locale/C-address.c: 1686 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1687 1688locale/C-collate.c: 1689 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995. 1690 1691locale/C-ctype.c: 1692 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995. 1693 1694locale/C-identification.c: 1695 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1696 1697locale/C-measurement.c: 1698 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1699 1700locale/C-messages.c: 1701 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 1702 1703locale/C-monetary.c: 1704 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995. 1705 1706locale/C-name.c: 1707 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1708 1709locale/C-numeric.c: 1710 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995. 1711 1712locale/C-paper.c: 1713 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1714 1715locale/C-telephone.c: 1716 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1717 1718locale/C-time.c: 1719 Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. 1720 1721locale/C-translit.h.in: 1722 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. 1723 1724locale/bits/types/__locale_t.h: 1725 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1726 1727locale/broken_cur_max.c: 1728 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1729 1730locale/coll-lookup.c: 1731 Contributed by Bruno Haible <haible@clisp.cons.org>, 2000. 1732 1733locale/coll-lookup.h: 1734 Contributed by Bruno Haible <haible@clisp.cons.org>, 2000. 1735 1736locale/duplocale.c: 1737 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1738 1739locale/elem-hash.h: 1740 Written by Ulrich Drepper, <drepper@cygnus.com>. 1741 1742locale/findlocale.c: 1743 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1744 1745locale/freelocale.c: 1746 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1747 1748locale/hashval.h: 1749 Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, October 1994. 1750 1751locale/indigits.h: 1752 Contributed by Ulrich Drepper <drepper@gnu.org>, 2000. 1753 1754locale/indigitswc.h: 1755 Contributed by Ulrich Drepper <drepper@gnu.org>, 2000. 1756 1757locale/loadlocale.c: 1758 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1759 1760locale/mb_cur_max.c: 1761 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1762 1763locale/newlocale.c: 1764 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1765 1766locale/outdigits.h: 1767 Contributed by Ulrich Drepper <drepper@gnu.org>, 2000. 1768 1769locale/outdigitswc.h: 1770 Contributed by Ulrich Drepper <drepper@gnu.org>, 2000. 1771 1772locale/programs/charmap-kw.gperf: 1773 Contributed by Ulrich Drepper, <drepper@gnu.org>. 1774 1775locale/programs/charmap-kw.h: 1776 Contributed by Ulrich Drepper, <drepper@gnu.org>. 1777 1778locale/programs/charmap.c: 1779 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 1780 1781locale/programs/charmap.h: 1782 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 1783 1784locale/programs/config.h: 1785 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995. 1786 1787locale/programs/ld-address.c: 1788 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1789 1790locale/programs/ld-collate.c: 1791 Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. 1792 1793locale/programs/ld-ctype.c: 1794 Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. 1795 1796locale/programs/ld-identification.c: 1797 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1798 1799locale/programs/ld-measurement.c: 1800 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1801 1802locale/programs/ld-messages.c: 1803 Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. 1804 1805locale/programs/ld-monetary.c: 1806 Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. 1807 1808locale/programs/ld-name.c: 1809 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1810 1811locale/programs/ld-numeric.c: 1812 Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. 1813 1814locale/programs/ld-paper.c: 1815 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1816 1817locale/programs/ld-telephone.c: 1818 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1819 1820locale/programs/ld-time.c: 1821 Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. 1822 1823locale/programs/linereader.c: 1824 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 1825 1826locale/programs/linereader.h: 1827 Contributed by Ulrich Drepper, <drepper@gnu.org>. 1828 1829locale/programs/locale-spec.c: 1830 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 1831 1832locale/programs/locale.c: 1833 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995. 1834 1835locale/programs/localedef.c: 1836 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995. 1837 1838locale/programs/localedef.h: 1839 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1840 1841locale/programs/locarchive.c: 1842 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 1843 1844locale/programs/locfile-kw.gperf: 1845 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 1846 1847locale/programs/locfile-kw.h: 1848 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 1849 1850locale/programs/locfile-token.h: 1851 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 1852 1853locale/programs/locfile.c: 1854 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 1855 1856locale/programs/locfile.h: 1857 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 1858 1859locale/programs/repertoire.c: 1860 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1861 1862locale/programs/repertoire.h: 1863 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 1864 1865locale/programs/simple-hash.c: 1866 Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, October 1994. 1867 1868locale/programs/simple-hash.h: 1869 Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. 1870 1871locale/strlen-hash.h: 1872 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 1873 1874locale/tst-C-locale.c: 1875 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. 1876 1877locale/weight.h: 1878 Written by Ulrich Drepper, <drepper@cygnus.com>. 1879 1880locale/weightwc.h: 1881 Written by Ulrich Drepper, <drepper@cygnus.com>. 1882 1883locale/xlocale.c: 1884 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001. 1885 1886localedata/collate-test.c: 1887 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 1888 1889localedata/dump-ctype.c: 1890 Contributed by Bruno Haible <haible@clisp.cons.org>, 2000. 1891 1892localedata/locales/aa_DJ: 1893 Afar terms provided by Mohamed Obakar <loubak@6sens.com> of the 1894 Afar Civilization Researcher, Melka Werer Research Center. 1895 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>. 1896 1897localedata/locales/aa_ER: 1898 Afar terms provided by Mohamed Obakar <loubak@6sens.com> of the 1899 Afar Civilization Researcher, Melka Werer Research Center. 1900 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>. 1901 1902localedata/locales/aa_ER@saaho: 1903 Afar terms provided by Mohamed Obakar <loubak@6sens.com> of the 1904 Afar Civilization Researcher, Melka Werer Research Center. 1905 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>. 1906 1907localedata/locales/aa_ET: 1908 Afar terms provided by Mohamed Obakar <loubak@6sens.com> of the 1909 Afar Civilization Researcher, Melka Werer Research Center. 1910 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>. 1911 1912localedata/locales/agr_PE: 1913 Prepared and contributed to glibc by Chris Leonard <cjl@sugarlabs.org> and 1914 Sebastian Silva <sebastian@fuentelibre.org> 1915 This locale data has been developed in collaboration between: 1916 Sugar Labs, http://www.sugarlabs.org 1917 One Laptop Per Child, http://one.laptop.org 1918 Somos Azúcar. http://somosazucar.org 1919 1920localedata/locales/ak_GH: 1921 Prepared and contributed to glibc by Chris Leonard <cjl@sugarlabs.org> 1922 and Jojoo Imbeah <jojoo.imbeah@kasahorow.com> 1923 This locale data has been developed by: 1924 Sugar Labs, http://www.sugarlabs.org 1925 kasahorow, http://www.kasahorow.org 1926 1927localedata/locales/am_ET: 1928 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>. 1929 This locale data has been developed under the Yeha Project: 1930 http://yeha.sourceforge.net 1931 1932localedata/locales/anp_IN: 1933 Contributed by Dr Amrendra, Sangeeta Kumari <sangeeta_0975@yahoo.com>, 1934 Rajesh Ranjan <rajeshkajha@yahoo.com>, Pravin Satpute <psatpute AT redhat DOT com> 1935 and Chris Leonard <cjlhomeaddress AT gmail DOT com> 1936 1937localedata/locales/ar_AE: 1938 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 1939 Tetsuji Orita <orita@jp.ibm.com>. 1940 1941localedata/locales/ar_BH: 1942 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 1943 Tetsuji Orita <orita@jp.ibm.com>. 1944 1945localedata/locales/ar_DZ: 1946 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 1947 Tetsuji Orita <orita@jp.ibm.com>. 1948 1949localedata/locales/ar_EG: 1950 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 1951 Tetsuji Orita <orita@jp.ibm.com>. 1952 1953localedata/locales/ar_IN: 1954 Contributed by Kentaro Noji (knoji@jp.ibm.com) 1955 Tetsuji Oriata (Oriata@jp.ibm.com) and Others, 2000 1956 1957localedata/locales/ar_IQ: 1958 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 1959 Tetsuji Orita <orita@jp.ibm.com>. 1960 1961localedata/locales/ar_JO: 1962 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 1963 Tetsuji Orita <orita@jp.ibm.com>. 1964 1965localedata/locales/ar_KW: 1966 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 1967 Tetsuji Orita <orita@jp.ibm.com>. 1968 1969localedata/locales/ar_LB: 1970 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 1971 Tetsuji Orita <orita@jp.ibm.com>. 1972 1973localedata/locales/ar_LY: 1974 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 1975 Tetsuji Orita <orita@jp.ibm.com>. 1976 1977localedata/locales/ar_MA: 1978 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 1979 Tetsuji Orita <orita@jp.ibm.com>. 1980 1981localedata/locales/ar_OM: 1982 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 1983 Tetsuji Orita <orita@jp.ibm.com>. 1984 1985localedata/locales/ar_QA: 1986 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 1987 Tetsuji Orita <orita@jp.ibm.com>. 1988 1989localedata/locales/ar_SD: 1990 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 1991 Tetsuji Orita <orita@jp.ibm.com>. 1992 Modified by Chris Leonard, version 1.1 for South Sudan split 1993 1994localedata/locales/ar_SS: 1995 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 1996 Tetsuji Orita <orita@jp.ibm.com>. 1997 Modified by Chris Leonard, version 1.1 for South Sudan split 1998 1999localedata/locales/ar_SY: 2000 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2001 Tetsuji Orita <orita@jp.ibm.com>. 2002 2003localedata/locales/ar_TN: 2004 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2005 Tetsuji Orita <orita@jp.ibm.com>. 2006 2007localedata/locales/ar_YE: 2008 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2009 Tetsuji Orita <orita@jp.ibm.com>. 2010 2011localedata/locales/ayc_PE: 2012 Aymara terms provided by Edgar Quispe Chambi <equispe7@gmail.com> and 2013 Amos Batto <amosbatto@yahoo.com> 2014 Prepared and contributed to glibc by Chris Leonard <cjl@sugarlabs.org> and 2015 Amos Batto <amosbatto@yahoo.com> 2016 This locale data has been developed in collaboration between: 2017 Sugar Labs, http://www.sugarlabs.org 2018 One Laptop Per Child, http://one.laptop.org 2019 Runasimipi Quespiqa Software, http://runasimipi.org 2020 Somos Azúcar. http://somosazucar.org 2021 2022localedata/locales/az_IR: 2023 Contributed by Mousa Moradi <mousamk@gmail.com> 2024 2025localedata/locales/bhb_IN: 2026 Contributed by Alexey Merzliakov <alexey.merzlyakov@samsung.com> 2027 2028localedata/locales/bho_IN: 2029 Contributed by Alok Ranjan <ranjan_aalok@yahoo.com>, 2030 Dr.Chandra Mohan <cmkumar1@rediffmail.com>, 2031 Rajesh Ranjan <rajeshkajha@yahoo.com> and Pravin Satpute <psatpute@redhat.com> 2032 2033localedata/locales/bi_VU: 2034 Contributed by Akhilesh Kumar <akhilesh.k@samsung.com>, Maninder Singh <maninder1.s@samsung.com>. 2035 2036localedata/locales/brx_IN: 2037 Contributed by Pravin Satpute <psatpute@redhat.com> and Sanjib Narzary <alayaran@gmail.com> 2038 2039localedata/locales/ce_RU: 2040 Contributed by Kentaroh Noji Arslanbek Astemirov <s-o-f-t AT mail DOT ru> 2041 2042localedata/locales/chr_US: 2043 Contributed by Joseph Erb <josepherb7@gmail.com>, 2010 2044 2045localedata/locales/ckb_IQ: 2046 Contributed by Aras Noori <aras.noori@gmail.com> 2047 2048localedata/locales/cmn_TW: 2049 Prepared and contributed to glibc by Wei-Lun Chao <bluebat@member.fsf.org> 2050 2051localedata/locales/cns11643_stroke: 2052 Prepared and contributed to glibc by Wei-Lun Chao <bluebat@member.fsf.org> 2053 2054localedata/locales/de_DE: 2055 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000 2056 2057localedata/locales/de_DE@euro: 2058 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000 2059 2060localedata/locales/doi_IN: 2061 Contributed by Pravin Satpute <psatpute@redhat.com> and Sushil Badyal <badyalsk@gmail.com> 2062 2063localedata/locales/el_CY: 2064 Based on locale el_GR by Keld Simonsen. 2065 2066localedata/locales/en_AG: 2067 Contributed by Ulrich Drepper <drepper@redhat.com>, 2008 2068 2069localedata/locales/en_HK: 2070 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2071 Tetsuji Orita <orita@jp.ibm.com>. 2072 2073localedata/locales/en_IL: 2074 Contributed by Guy Rutenberg <guyrutenberg@gmail.com>, 2016 2075 2076localedata/locales/en_IN: 2077 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2078 Tetsuji Orita <orita@jp.ibm.com>. 2079 2080localedata/locales/en_PH: 2081 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2082 Tetsuji Orita <orita@jp.ibm.com>. 2083 2084localedata/locales/en_SC: 2085 Contributed by Akhilesh Kumar <akhilesh.k@samsung.com> 2086 2087localedata/locales/en_SG: 2088 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2089 Tetsuji Orita <orita@jp.ibm.com>. 2090 2091localedata/locales/en_US: 2092 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000 2093 2094localedata/locales/gez_ER: 2095 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>. 2096 This locale data has been developed under the Yeha Project: 2097 http://yeha.sourceforge.net 2098 2099localedata/locales/gez_ER@abegede: 2100 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>. 2101 This locale data has been developed under the Yeha Project: 2102 http://yeha.sourceforge.net 2103 2104localedata/locales/gez_ET: 2105 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>. 2106 This locale data has been developed under the Yeha Project: 2107 http://yeha.sourceforge.net 2108 2109localedata/locales/gez_ET@abegede: 2110 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>. 2111 This locale data has been developed under the Yeha Project: 2112 http://yeha.sourceforge.net 2113 2114localedata/locales/hak_TW: 2115 Prepared and contributed to glibc by Wei-Lun Chao <bluebat@member.fsf.org> 2116 2117localedata/locales/hi_IN: 2118 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2119 Tetsuji Orita <orita@jp.ibm.com>. 2120 2121localedata/locales/hif_FJ: 2122 Contributed by Akhilesh Kumar <akhilesh.k@samsung.com>. 2123 2124localedata/locales/hne_IN: 2125 Contributed by Pravin Satpute <psatpute@redhat.com> and 2126 Ravishankar Shrivastava <raviratlami@gmail.com>. 2127 2128localedata/locales/ht_HT: 2129 Prepared and contributed to glibc by Bastien Guerry <bzg@laptop.org> and 2130 Chris Leonard <cjl@sugarlabs.org> 2131 This locale data has been developed in collaboration between: 2132 Sugar Labs, http://www.sugarlabs.org 2133 One Laptop Per Child, http://one.laptop.org 2134 OLPC France, http://olpc-france.org 2135 and members of the OLPC Haiti volunteer team 2136 2137localedata/locales/kab_DZ: 2138 Contributed by Yacine Bouklif <yacine2953-tansa1@yahoo.fr> 2139 and Belkacem Mohammed <belkacem77@gmail.com> 2140 2141localedata/locales/kok_IN: 2142 Contributed by Pravin Satpute <psatpute@redhat.com> and 2143 Shailendra Bandodkar <sbandodk@redhat.com>. 2144 2145localedata/locales/ks_IN: 2146 Contributed by Pravin Satpute <psatpute@redhat.com> and 2147 Mr. Mohammad Nayeem <mohammad.nayeem@gmail.com> 2148 2149localedata/locales/ks_IN@devanagari: 2150 Contributed by Rakesh Pandit <rakesh.pandit@gmail.com> and 2151 Pravin Satpute <psatpute@redhat.com> 2152 2153localedata/locales/lb_LU: 2154 Contributed by Pit Wenkin <pit@wenkin.lu>, 2011 2155 2156localedata/locales/lij_IT: 2157 Contributed by Alessio Gastaldi <alessio.gastaldi@libero.it>, 2010 2158 2159localedata/locales/lzh_TW: 2160 Prepared and contributed to glibc by Wei-Lun Chao <bluebat@member.fsf.org> 2161 2162localedata/locales/mag_IN: 2163 Contributed by Chandan Kumar <chandankumar.093047@gmail.com>, 2164 Rajesh Ranjan <rajeshkajha@yahoo.com> 2165 and Pravin Satpute <psatpute@redhat.com> 2166 2167localedata/locales/mai_IN: 2168 Contributed by Rajesh Ranjan <rajeshkajha@yahoo.com> and 2169 Sangeeta Kumari <sangeeta09@gmail.com>. 2170 Akhilesh Kumar <akhilesh.k@samusng.com>. 2171 2172localedata/locales/mfe_MU: 2173 Contributed by Akhilesh Kumar <akhilesh.k@samsung.com> 2174 2175localedata/locales/miq_NI: 2176 Prepared and contributed to glibc by Chris Leonard <cjl@sugarlabs.org> and 2177 Jairo Josué Gonzalez López <jjgonzalez@fundacionzt.org> 2178 This locale data has been developed in collaboration between: 2179 Sugar Labs, http://www.sugarlabs.org 2180 One Laptop Per Child, http://one.laptop.org 2181 Somos Azúcar. http://somosazucar.org 2182 Fundación Zamora Terán http://fundacionzt.org 2183 2184localedata/locales/mjw_IN: 2185 Contributed by Jor Teron <jor.teron@gmail.com>. 2186 2187localedata/locales/ml_IN: 2188 Contributed by Free Software Foundation of India http://gnu.org.in 2189 E-Mail : gnu@gnu.org.in 2190 2191localedata/locales/mni_IN: 2192 Contributed by Mr. Pravin Satpute <psatpute AT redhat DOT com> and Ms. Rebika Devi < rebika_srd AT rediffmail DOT com> 2193 2194localedata/locales/mr_IN: 2195 Contributed by Kentaroh Noji and Tetsuji Orita <orita@jp.ibm.com>. 2196 2197localedata/locales/ms_MY: 2198 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2199 Tetsuji Orita <orita@jp.ibm.com>. 2200 Modified by Hasbullah Bin Pit (sebol)<sebol@ikhlas.com> 2001, December, 10 2201 2202localedata/locales/mt_MT: 2203 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2204 Tetsuji Orita <orita@jp.ibm.com>. 2205 collating order changes by Ramon Casha <ramon.casha@linux.org.mt> 2206 and Pablo Saratxaga <pablo@mandrakesoft.com> -- 2002-05-08 2207 2208localedata/locales/nan_TW: 2209 Prepared and contributed to glibc by Wei-Lun Chao <bluebat@member.fsf.org> 2210 2211localedata/locales/ne_NP: 2212 Contributed by Pawan Chitrakar <pc@info.com.np> 2213 2214localedata/locales/niu_NU: 2215 Niuean terms provided by Emani Fakaotimanava-Lui <emani@niue.nu> 2216 Prepared and contributed to glibc by Chris Leonard <cjl@sugarlabs.org> and 2217 Emani Fakaotimanava-Lui <emani@niue.nu> 2218 This locale data has been developed in collaboration between: 2219 Sugar Labs, http://www.sugarlabs.org 2220 RockET Systems, http://rocketsystems.nu 2221 with support from the Internet Society (ISOC) 2222 http://pacific.scoop.co.nz/2012/06/internet-society-funds-niue-language-lifeline 2223 2224localedata/locales/niu_NZ: 2225 Niuean terms provided by Emani Fakaotimanava-Lui <emani@niue.nu> 2226 Prepared and contributed to glibc by Chris Leonard <cjl@sugarlabs.org> and 2227 Emani Fakaotimanava-Lui <emani@niue.nu> 2228 This locale data has been developed in collaboration between: 2229 Sugar Labs, http://www.sugarlabs.org 2230 RockET Systems, http://rocketsystems.nu 2231 with support from the Internet Society (ISOC) 2232 http://pacific.scoop.co.nz/2012/06/internet-society-funds-niue-language-lifeline 2233 2234localedata/locales/nl_AW: 2235 Contributed by Ulrich Drepper <drepper@redhat.com>, 2008 2236 2237localedata/locales/nn_NO: 2238 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2239 Tetsuji Orita <orita@jp.ibm.com>. 2240 2241localedata/locales/or_IN: 2242 Contributed by Masahide Washizawa <washi at jp ibm com> 2243 2244localedata/locales/quz_PE: 2245 Prepared and contributed to glibc by Chris Leonard <cjl@sugarlabs.org> 2246 and Amos Batto 2247 This locale data has been developed in collaboration between: 2248 Sugar Labs, http://www.sugarlabs.org 2249 Instituto de Lenguas y Literaturas Andinas-Amazonicas 2250 http://www.illa-a.org/wp/illa 2251 2252localedata/locales/raj_IN: 2253 Contributed by Meghraj Suthar <meghrajsuthar03@gmail.com> 2254 Rajesh Ranjan <rajeshkajha@yahoo.com>, Chandan Kumar <chandankumar.093047@gmail.com> 2255 2256localedata/locales/rw_RW: 2257 Contributed by Steve Murphy <murf@e-tools.com>, 2004 2258 with help from: 2259 Mr. Safali 2260 2261localedata/locales/sa_IN: 2262 Contributed by Vidya Ayer <svaksha@gmail.com> 2263 and Christian Perrier <bubulle@debian.org> 2264 2265localedata/locales/sat_IN: 2266 Contributed by Mr. Pravin Satpute <psatpute AT redhat DOT com> and Mr. Thakur Prasad Murmu <tp_murmu AT yahoo DOT com> 2267 2268localedata/locales/sd_IN: 2269 Contributed by Pravin Satpute <psatpute@redhat.com> and 2270 DR K.P. LEKHWANI 2271 2272localedata/locales/sd_IN@devanagari: 2273 Contributed by Pravin Satpute <psatpute@redhat.com> and 2274 DR K.P. LEKHWANI 2275 2276localedata/locales/si_LK: 2277 Contributed by Anuradha Ratnaweera <anuradha at gnu org> 2278 and Himira Ratnatilake <himira at linux lk> 2279 2280localedata/locales/sm_WS: 2281 Contributed by Akhilesh Kumar <akhilesh.k@samsung.com>. 2282 2283localedata/locales/so_DJ: 2284 Somali terms provided by Mohamed Diriye Abdullahi <diriyeam@magellan.umontreal.ca> 2285 Department of Linguistics and Translation, Université de Montréal, Montreal. 2286 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>. 2287 This locale data has been developed under the Yeha Project: 2288 http://yeha.sourceforge.net 2289 2290localedata/locales/so_ET: 2291 Somali terms provided by Mohamed Diriye Abdullahi <diriyeam@magellan.umontreal.ca> 2292 Department of Linguistics and Translation, Université de Montréal, Montreal. 2293 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>. 2294 This locale data has been developed under the Yeha Project: 2295 http://yeha.sourceforge.net 2296 2297localedata/locales/so_KE: 2298 Somali terms provided by Mohamed Diriye Abdullahi <diriyeam@magellan.umontreal.ca> 2299 Department of Linguistics and Translation, Université de Montréal, Montreal. 2300 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>. 2301 This locale data has been developed under the Yeha Project: 2302 http://yeha.sourceforge.net 2303 2304localedata/locales/so_SO: 2305 Somali terms provided by Mohamed Diriye Abdullahi <diriyeam@magellan.umontreal.ca> 2306 Department of Linguistics and Translation, Université de Montréal, Montreal. 2307 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>. 2308 This locale data has been developed under the Yeha Project: 2309 http://yeha.sourceforge.net 2310 2311localedata/locales/sq_AL: 2312 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2313 Tetsuji Orita <orita@jp.ibm.com>. 2314 fixed LC_COLLATE <pablo@mandrakesoft.com> 2315 2316localedata/locales/sq_MK: 2317 Contributed by Agron Selimaj <linuxmaster@verizon.net> 2318 2319localedata/locales/ta_IN: 2320 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2321 Tetsuji Orita <orita@jp.ibm.com>. 2322 Fixed day and month abbr & LC_NAME <sivaraj_d@hotmail.com> 2323 Added Madras Tamil Lexicon Collation Order: T. Vaseeharan <t_vasee@yahoo.com> 2324 2325localedata/locales/te_IN: 2326 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2327 Tetsuji Orita <orita@jp.ibm.com>. 2328 Updated by Sunil Mohan Adapa <sunil AT atc tcs co in> 2329 2330localedata/locales/the_NP: 2331 Contributed by Arun Kumar Pyasi <arun@chitwanix.com> 2332 2333localedata/locales/ti_ER: 2334 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org> 2335 This locale data has been developed under the Yeha Project: 2336 http://yeha.sourceforge.net 2337 2338localedata/locales/ti_ET: 2339 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org> 2340 This locale data has been developed under the Yeha Project: 2341 http://yeha.sourceforge.net 2342 2343localedata/locales/to_TO: 2344 Contributed by Akhilesh Kumar <akhilesh.k@samsung.com>. 2345 2346localedata/locales/tpi_PG: 2347 Contributed by Akhilesh Kumar <akhilesh.k@samsung.com>. 2348 2349localedata/locales/ur_IN: 2350 Contributed by Pravin Satpute <psatpute@redhat.com> and 2351 Mrs. Nasreen Khan 2352 2353localedata/locales/wal_ET: 2354 Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>. 2355 This locale data has been developed under the Yeha Project: 2356 http://yeha.sourceforge.net 2357 2358localedata/locales/zh_HK: 2359 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2360 Tetsuji Orita <orita@jp.ibm.com>. 2361 2362localedata/locales/zh_SG: 2363 Contributed by Kentaroh Noji <knoji@jp.ibm.com> and 2364 Tetsuji Orita <orita@jp.ibm.com>. 2365 2366localedata/tests/test6.c: 2367 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 2368 2369localedata/tst-ctype.c: 2370 Contributed by Ulrich Drepper <drepper@gnu.org>, 2000. 2371 2372localedata/tst-digits.c: 2373 Contributed by Ulrich Drepper <drepper@gnu.org>, 2000. 2374 2375localedata/tst-fmon.c: 2376 Contributed by Jochen Hein <jochen.hein@delphi.central.de>, 1997. 2377 2378localedata/tst-fmon.sh: 2379 Contributed by Jochen Hein <jochen.hein@delphi.central.de>, 1997. 2380 2381localedata/tst-langinfo.c: 2382 Contributed by Ulrich Drepper <drepper@cygnus.com>. 2383 2384localedata/tst-locale.sh: 2385 Contributed by Andreas Jaeger, <aj@arthur.rhein-neckar.de>, 1998. 2386 2387localedata/tst-mbswcs1.c: 2388 Contributed by Bruno Haible <haible@ilog.fr>. 2389 2390localedata/tst-mbswcs2.c: 2391 Contributed by Bruno Haible <haible@ilog.fr>. 2392 2393localedata/tst-mbswcs3.c: 2394 Contributed by Bruno Haible <haible@ilog.fr>. 2395 2396localedata/tst-mbswcs5.c: 2397 Contributed by Bruno Haible <haible@ilog.fr>. 2398 2399localedata/tst-mbswcs6.c: 2400 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 2401 2402localedata/tst-numeric.c: 2403 Based on tst-fmon.c by Jochen Hein <jochen.hein@delphi.central.de>, 1997. 2404 2405localedata/tst-numeric.sh: 2406 Contributed by Jochen Hein <jochen.hein@delphi.central.de>, 1997. 2407 2408localedata/tst-rpmatch.c: 2409 Contributed by Jochen Hein <jochen.hein@delphi.central.de>. 2410 2411localedata/tst-rpmatch.sh: 2412 contributed by Jochen Hein <jochen.hein@delphi.central.de> 2413 2414localedata/tst-setlocale.c: 2415 Test case by Jakub Jelinek <jakub@redhat.com>. 2416 2417localedata/tst-trans.c: 2418 Contributed by Ulrich Drepper <drepper@cygnus.com>. 2419 2420localedata/tst-wctype.c: 2421 Contributed by Ulrich Drepper <drepper@cygnus.com>. 2422 2423localedata/unicode-gen/gen_unicode_ctype.py: 2424 Based on gen-unicode-ctype.c by Bruno Haible <haible@clisp.cons.org>, 2000. 2425 2426localedata/xfrm-test.c: 2427 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2428 2429login/endutxent.c: 2430 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998. 2431 2432login/forkpty.c: 2433 Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998. 2434 2435login/getpt.c: 2436 Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998. 2437 2438login/getutent.c: 2439 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 2440 2441login/getutent_r.c: 2442 Contributed by Ulrich Drepper <drepper@cygnus.com> 2443 and Paul Janzen <pcj@primenet.com>, 1996. 2444 2445login/getutid.c: 2446 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 2447 2448login/getutid_r.c: 2449 Contributed by Ulrich Drepper <drepper@cygnus.com> 2450 and Paul Janzen <pcj@primenet.com>, 1996. 2451 2452login/getutline.c: 2453 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 2454 2455login/getutline_r.c: 2456 Contributed by Ulrich Drepper <drepper@cygnus.com> 2457 and Paul Janzen <pcj@primenet.com>, 1996. 2458 2459login/getutxent.c: 2460 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998. 2461 2462login/getutxid.c: 2463 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998. 2464 2465login/getutxline.c: 2466 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998. 2467 2468login/grantpt.c: 2469 Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998. 2470 2471login/login.c: 2472 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 2473 2474login/logout.c: 2475 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 2476 2477login/logwtmp.c: 2478 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 2479 2480login/openpty.c: 2481 Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998. 2482 2483login/programs/pt_chown.c: 2484 Contributed by C. Scott Ananian <cananian@alumni.princeton.edu>, 1998. 2485 2486login/programs/utmpdump.c: 2487 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. 2488 2489login/ptsname.c: 2490 Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998. 2491 2492login/pututxline.c: 2493 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998. 2494 2495login/setutxent.c: 2496 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998. 2497 2498login/tst-ptsname.c: 2499 Contributed by Aurelien Jarno <aurelien@aurel32.net>, 2014. 2500 2501login/tst-utmp.c: 2502 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998. 2503 2504login/unlockpt.c: 2505 Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998. 2506 2507login/updwtmp.c: 2508 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. 2509 2510login/updwtmpx.c: 2511 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998. 2512 2513login/utmp-private.h: 2514 Contributed by Ulrich Drepper <drepper@cygnus.com> 2515 and Paul Janzen <pcj@primenet.com>, 1996. 2516 2517login/utmp_file.c: 2518 Contributed by Ulrich Drepper <drepper@cygnus.com> 2519 and Paul Janzen <pcj@primenet.com>, 1996. 2520 2521login/utmpname.c: 2522 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. 2523 2524login/utmpxname.c: 2525 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998. 2526 2527malloc/arena.c: 2528 Contributed by Wolfram Gloger <wg@malloc.de>, 2001. 2529 2530malloc/hooks.c: 2531 Contributed by Wolfram Gloger <wg@malloc.de>, 2001. 2532 2533malloc/malloc-check.c: 2534 Contributed by Wolfram Gloger <wg@malloc.de>, 2001. 2535 2536malloc/malloc.c: 2537 Contributed by Wolfram Gloger <wg@malloc.de> 2538 and Doug Lea <dl@cs.oswego.edu>, 2001. 2539 2540malloc/mcheck-impl.c: 2541 Written May 1989 by Mike Haertel. 2542 2543malloc/mcheck.c: 2544 Written May 1989 by Mike Haertel. 2545 2546malloc/memusage.c: 2547 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 2548 2549malloc/memusage.sh: 2550 Contributed by Ulrich Drepper <drepper@gnu.org>, 1999. 2551 2552malloc/memusagestat.c: 2553 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 2554 2555malloc/mtrace-impl.c: 2556 Written April 2, 1991 by John Gilmore of Cygnus Support. 2557 Based on mcheck.c by Mike Haertel. 2558 2559malloc/mtrace.c: 2560 Written April 2, 1991 by John Gilmore of Cygnus Support. 2561 Based on mcheck.c by Mike Haertel. 2562 2563malloc/mtrace.pl: 2564 Contributed by Ulrich Drepper <drepper@gnu.org>, 1997. 2565 2566malloc/tst-calloc.c: 2567 Contributed by Ulrich Drepper <drepper@redhat.com>. 2568 2569malloc/tst-malloc-check.c: 2570 Contributed by Jakub Jelinek <jakub@redhat.com>, 2005. 2571 2572malloc/tst-malloc.c: 2573 Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1999. 2574 2575malloc/tst-mallocstate.c: 2576 Contributed by Wolfram Gloger <wg@malloc.de>, 2001. 2577 2578malloc/tst-obstack.c: 2579 Test case by Alexandre Duret-Lutz <duret_g@epita.fr>. 2580 2581manual/summary.pl: 2582 Contributed by Rical Jasan <ricaljasan@pacific.net>, 2017. 2583 2584manual/tsort.awk: 2585 Written by Ulrich Drepper <drepper@cygnus.com>, 1998. 2586 2587math/atest-exp.c: 2588 Contributed by Geoffrey Keating <Geoff.Keating@anu.edu.au>, 1997. 2589 2590math/atest-exp2.c: 2591 Contributed by Geoffrey Keating <Geoff.Keating@anu.edu.au>, 1997. 2592 2593math/atest-sincos.c: 2594 Contributed by Geoffrey Keating <Geoff.Keating@anu.edu.au>, 1997. 2595 2596math/basic-test.c: 2597 Contributed by Andreas Jaeger <aj@suse.de>, 1999. 2598 2599math/cabs_template.c: 2600 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2601 2602math/carg_template.c: 2603 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2604 2605math/cimag_template.c: 2606 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2607 2608math/conj_template.c: 2609 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2610 2611math/creal_template.c: 2612 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2613 2614math/divtc3.c: 2615 Contributed by Richard Henderson <rth@redhat.com>, 2005. 2616 2617math/e_exp10.c: 2618 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 2619 2620math/e_exp10l.c: 2621 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 2622 2623math/fclrexcpt.c: 2624 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2625 2626math/fedisblxcpt.c: 2627 Contributed by Andreas Jaeger <aj@suse.de>, 1999. 2628 2629math/feenablxcpt.c: 2630 Contributed by Andreas Jaeger <aj@suse.de>, 1999. 2631 2632math/fegetenv.c: 2633 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2634 2635math/fegetexcept.c: 2636 Contributed by Andreas Jaeger <aj@suse.de>, 1999. 2637 2638math/fegetround.c: 2639 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2640 2641math/feholdexcpt.c: 2642 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2643 2644math/fesetenv.c: 2645 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2646 2647math/fesetround.c: 2648 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2649 2650math/feupdateenv.c: 2651 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2652 2653math/fgetexcptflg.c: 2654 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2655 2656math/fraiseexcpt.c: 2657 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2658 2659math/fsetexcptflg.c: 2660 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2661 2662math/ftestexcept.c: 2663 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2664 2665math/multc3.c: 2666 Contributed by Richard Henderson <rth@redhat.com>, 2005. 2667 2668math/s_cacos_template.c: 2669 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2670 2671math/s_cacosh_template.c: 2672 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2673 2674math/s_casin_template.c: 2675 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2676 2677math/s_casinh_template.c: 2678 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2679 2680math/s_catan_template.c: 2681 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2682 2683math/s_catanh_template.c: 2684 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2685 2686math/s_ccos_template.c: 2687 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2688 2689math/s_ccosh_template.c: 2690 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2691 2692math/s_cexp_template.c: 2693 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2694 2695math/s_clog10_template.c: 2696 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2697 2698math/s_clog_template.c: 2699 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2700 2701math/s_cpow_template.c: 2702 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2703 2704math/s_cproj_template.c: 2705 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2706 2707math/s_csin_template.c: 2708 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2709 2710math/s_csinh_template.c: 2711 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2712 2713math/s_csqrt_template.c: 2714 Based on an algorithm by Stephen L. Moshier <moshier@world.std.com>. 2715 2716math/s_ctan_template.c: 2717 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2718 2719math/s_ctanh_template.c: 2720 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2721 2722math/s_fdim_template.c: 2723 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2724 2725math/s_fma.c: 2726 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2727 2728math/s_fmaf.c: 2729 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2730 2731math/s_fmal.c: 2732 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2733 2734math/s_fmax_template.c: 2735 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2736 2737math/s_fmin_template.c: 2738 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2739 2740math/s_nan_template.c: 2741 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 2742 2743math/test-fenv.c: 2744 Contributed by Andreas Jaeger <aj@suse.de> and 2745 Ulrich Drepper <drepper@cygnus.com>, 1997. 2746 2747math/test-fpucw.c: 2748 Contributed by Andreas Jaeger <aj@suse.de>, 2000. 2749 2750math/test-math-isinff.cc: 2751 Contributed by Marek Polacek <polacek@redhat.com>, 2012. 2752 2753math/test-snan.c: 2754 Contributed by Andreas Jaeger <aj@suse.de>, 2005. 2755 2756math/test-tgmath-int.c: 2757 Contributed by Andreas Jaeger <aj@suse.de>, 2005. 2758 2759math/test-tgmath-ret.c: 2760 Contributed by Andreas Jaeger <aj@suse.de>, 2003. 2761 2762math/test-tgmath.c: 2763 Contributed by Jakub Jelinek <jakub@redhat.com> and 2764 Ulrich Drepper <drepper@redhat.com>, 2001. 2765 2766math/test-tgmath2.c: 2767 Contributed by Jakub Jelinek <jakub@redhat.com>, 2007. 2768 2769math/tst-CMPLX2.c: 2770 Contributed by Marek Polacek <polacek@redhat.com>, 2012. 2771 2772math/tst-definitions.c: 2773 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. 2774 2775math/w_acos_compat.c: 2776 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2777 2778math/w_acosf_compat.c: 2779 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2780 2781math/w_acosh_compat.c: 2782 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2783 2784math/w_acoshf_compat.c: 2785 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2786 2787math/w_acoshl_compat.c: 2788 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2789 2790math/w_acosl_compat.c: 2791 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2792 2793math/w_asin_compat.c: 2794 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2795 2796math/w_asinf_compat.c: 2797 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2798 2799math/w_asinl_compat.c: 2800 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2801 2802math/w_atan2_compat.c: 2803 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2804 2805math/w_atan2f_compat.c: 2806 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2807 2808math/w_atan2l_compat.c: 2809 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2810 2811math/w_atanh_compat.c: 2812 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2813 2814math/w_atanhf_compat.c: 2815 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2816 2817math/w_atanhl_compat.c: 2818 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2819 2820math/w_coshf_compat.c: 2821 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 2822 Optimizations by Ulrich Drepper <drepper@gmail.com>, 2011. 2823 2824math/w_coshl_compat.c: 2825 Conversion to long double by Ulrich Drepper, 2826 Cygnus Support, drepper@cygnus.com. 2827 Optimizations by Ulrich Drepper <drepper@gmail.com>, 2011. 2828 2829math/w_exp10_compat.c: 2830 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2831 2832math/w_exp10f_compat.c: 2833 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2834 2835math/w_exp10l_compat.c: 2836 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2837 2838math/w_exp_compat.c: 2839 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2840 2841math/w_expf_compat.c: 2842 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2843 2844math/w_expl_compat.c: 2845 Conversion to long double by Ulrich Drepper, 2846 Cygnus Support, drepper@cygnus.com. 2847 2848math/w_fmod_compat.c: 2849 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2850 2851math/w_fmodf_compat.c: 2852 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2853 2854math/w_fmodl_compat.c: 2855 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2856 2857math/w_hypotf_compat.c: 2858 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 2859 2860math/w_hypotl_compat.c: 2861 Conversion to long double by Ulrich Drepper, 2862 Cygnus Support, drepper@cygnus.com. 2863 2864math/w_j0_compat.c: 2865 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2866 2867math/w_j0f_compat.c: 2868 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2869 2870math/w_j0l_compat.c: 2871 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2872 2873math/w_j1_compat.c: 2874 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2875 2876math/w_j1f_compat.c: 2877 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2878 2879math/w_j1l_compat.c: 2880 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2881 2882math/w_jn_compat.c: 2883 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2884 2885math/w_jnf_compat.c: 2886 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2887 2888math/w_jnl_compat.c: 2889 Conversion to long double by Ulrich Drepper, 2890 Cygnus Support, drepper@cygnus.com. 2891 2892math/w_lgammaf_main.c: 2893 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 2894 2895math/w_lgammaf_r_compat.c: 2896 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 2897 2898math/w_lgammal_main.c: 2899 Conversion to long double by Ulrich Drepper, 2900 Cygnus Support, drepper@cygnus.com. 2901 2902math/w_lgammal_r_compat.c: 2903 Conversion to long double by Ulrich Drepper, 2904 Cygnus Support, drepper@cygnus.com. 2905 2906math/w_log10_compat.c: 2907 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2908 2909math/w_log10f_compat.c: 2910 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2911 2912math/w_log10l_compat.c: 2913 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2914 2915math/w_log2_compat.c: 2916 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2917 2918math/w_log2f_compat.c: 2919 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2920 2921math/w_log2l_compat.c: 2922 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2923 2924math/w_log_compat.c: 2925 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2926 2927math/w_logf_compat.c: 2928 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2929 2930math/w_logl_compat.c: 2931 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2932 2933math/w_pow_compat.c: 2934 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2935 2936math/w_powf_compat.c: 2937 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2938 2939math/w_powl_compat.c: 2940 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2941 2942math/w_remainder_compat.c: 2943 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2944 2945math/w_remainderf_compat.c: 2946 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2947 2948math/w_remainderl_compat.c: 2949 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2950 2951math/w_scalb_compat.c: 2952 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2953 2954math/w_scalbf_compat.c: 2955 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2956 2957math/w_scalbl_compat.c: 2958 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2959 2960math/w_sinhf_compat.c: 2961 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 2962 2963math/w_sinhl_compat.c: 2964 Conversion to long double by Ulrich Drepper, 2965 Cygnus Support, drepper@cygnus.com. 2966 2967math/w_sqrt_compat.c: 2968 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2969 2970math/w_sqrtf_compat.c: 2971 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2972 2973math/w_sqrtl_compat.c: 2974 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 2975 2976math/w_tgammaf_compat.c: 2977 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 2978 2979math/w_tgammal_compat.c: 2980 Conversion to long double by Ulrich Drepper, 2981 Cygnus Support, drepper@cygnus.com. 2982 2983misc/dirname.c: 2984 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 2985 2986misc/getsysstats.c: 2987 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 2988 2989misc/hsearch.c: 2990 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> 2991 2992misc/hsearch_r.c: 2993 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1993. 2994 2995misc/lsearch.c: 2996 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 2997 2998misc/pselect.c: 2999 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3000 3001misc/regexp.c: 3002 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3003 3004misc/regexp.h: 3005 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3006 3007misc/tsearch.c: 3008 Contributed by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>, 1997. 3009 3010misc/tst-atomic-long.c: 3011 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 3012 3013misc/tst-atomic.c: 3014 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 3015 3016misc/tst-dirname.c: 3017 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3018 3019misc/tst-fdset.c: 3020 Contributed by Robert Bihlmeyer <robbe@orcus.priv.at>. 3021 3022misc/tst-mntent.c: 3023 Test case by Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 3024 and Ulrich Drepper <drepper@cygnus.com>. 3025 3026nis/nis_add.c: 3027 Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 1997. 3028 3029nis/nis_addmember.c: 3030 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3031 3032nis/nis_call.c: 3033 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3034 3035nis/nis_callback.c: 3036 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997. 3037 3038nis/nis_checkpoint.c: 3039 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3040 3041nis/nis_clone_dir.c: 3042 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3043 3044nis/nis_clone_obj.c: 3045 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3046 3047nis/nis_clone_res.c: 3048 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3049 3050nis/nis_creategroup.c: 3051 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997. 3052 3053nis/nis_defaults.c: 3054 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3055 3056nis/nis_destroygroup.c: 3057 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3058 3059nis/nis_domain_of.c: 3060 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3061 3062nis/nis_domain_of_r.c: 3063 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3064 3065nis/nis_error.c: 3066 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3067 3068nis/nis_file.c: 3069 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997. 3070 3071nis/nis_findserv.c: 3072 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3073 3074nis/nis_free.c: 3075 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3076 3077nis/nis_getservlist.c: 3078 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3079 3080nis/nis_intern.h: 3081 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997. 3082 3083nis/nis_ismember.c: 3084 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997. 3085 3086nis/nis_local_names.c: 3087 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3088 3089nis/nis_lookup.c: 3090 Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 1997. 3091 3092nis/nis_mkdir.c: 3093 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3094 3095nis/nis_modify.c: 3096 Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 1997. 3097 3098nis/nis_ping.c: 3099 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997. 3100 3101nis/nis_print.c: 3102 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3103 3104nis/nis_print_group_entry.c: 3105 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3106 3107nis/nis_remove.c: 3108 Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 1997. 3109 3110nis/nis_removemember.c: 3111 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3112 3113nis/nis_rmdir.c: 3114 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3115 3116nis/nis_server.c: 3117 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3118 3119nis/nis_subr.c: 3120 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3121 3122nis/nis_table.c: 3123 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997. 3124 3125nis/nis_util.c: 3126 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997. 3127 3128nis/nis_verifygroup.c: 3129 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3130 3131nis/nis_xdr.c: 3132 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 3133 3134nis/nis_xdr.h: 3135 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998. 3136 3137nis/rpcsvc/nislib.h: 3138 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997. 3139 3140nis/rpcsvc/ypclnt.h: 3141 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996. 3142 3143nis/ypclnt.c: 3144 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996. 3145 3146nptl/allocatestack.c: 3147 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3148 3149nptl/cancellation.c: 3150 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3151 3152nptl/cleanup.c: 3153 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3154 3155nptl/cleanup_compat.c: 3156 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3157 3158nptl/cleanup_defer.c: 3159 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3160 3161nptl/cleanup_defer_compat.c: 3162 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3163 3164nptl/cleanup_routine.c: 3165 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3166 3167nptl/descr.h: 3168 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3169 3170nptl/libc-cleanup.c: 3171 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3172 3173nptl/libc_multiple_threads.c: 3174 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3175 3176nptl/lowlevellock.c: 3177 Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003. 3178 3179nptl/nptl-stack.c: 3180 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3181 3182nptl/nptl-stack.h: 3183 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3184 3185nptl/nptl_deallocate_tsd.c: 3186 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3187 3188nptl/nptl_free_tcb.c: 3189 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3190 3191nptl/nptl_setxid.c: 3192 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3193 3194nptl/old_pthread_cond_broadcast.c: 3195 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3196 3197nptl/old_pthread_cond_destroy.c: 3198 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3199 3200nptl/old_pthread_cond_init.c: 3201 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3202 3203nptl/old_pthread_cond_signal.c: 3204 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3205 3206nptl/old_pthread_cond_timedwait.c: 3207 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3208 3209nptl/old_pthread_cond_wait.c: 3210 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3211 3212nptl/perf.c: 3213 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3214 3215nptl/pthread_attr_destroy.c: 3216 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3217 3218nptl/pthread_attr_getaffinity.c: 3219 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3220 3221nptl/pthread_attr_getdetachstate.c: 3222 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3223 3224nptl/pthread_attr_getguardsize.c: 3225 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3226 3227nptl/pthread_attr_getinheritsched.c: 3228 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3229 3230nptl/pthread_attr_getschedparam.c: 3231 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3232 3233nptl/pthread_attr_getschedpolicy.c: 3234 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3235 3236nptl/pthread_attr_getscope.c: 3237 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3238 3239nptl/pthread_attr_getstack.c: 3240 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3241 3242nptl/pthread_attr_getstackaddr.c: 3243 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3244 3245nptl/pthread_attr_getstacksize.c: 3246 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3247 3248nptl/pthread_attr_init.c: 3249 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3250 3251nptl/pthread_attr_setaffinity.c: 3252 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3253 3254nptl/pthread_attr_setdetachstate.c: 3255 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3256 3257nptl/pthread_attr_setguardsize.c: 3258 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3259 3260nptl/pthread_attr_setinheritsched.c: 3261 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3262 3263nptl/pthread_attr_setschedparam.c: 3264 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3265 3266nptl/pthread_attr_setschedpolicy.c: 3267 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3268 3269nptl/pthread_attr_setscope.c: 3270 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3271 3272nptl/pthread_attr_setstack.c: 3273 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3274 3275nptl/pthread_attr_setstackaddr.c: 3276 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3277 3278nptl/pthread_attr_setstacksize.c: 3279 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3280 3281nptl/pthread_barrier_destroy.c: 3282 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3283 3284nptl/pthread_barrier_init.c: 3285 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3286 3287nptl/pthread_barrier_wait.c: 3288 Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003. 3289 3290nptl/pthread_barrierattr_destroy.c: 3291 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3292 3293nptl/pthread_barrierattr_getpshared.c: 3294 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3295 3296nptl/pthread_barrierattr_init.c: 3297 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3298 3299nptl/pthread_barrierattr_setpshared.c: 3300 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3301 3302nptl/pthread_cancel.c: 3303 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3304 3305nptl/pthread_cleanup_upto.c: 3306 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3307 3308nptl/pthread_cond_broadcast.c: 3309 Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003. 3310 3311nptl/pthread_cond_destroy.c: 3312 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3313 3314nptl/pthread_cond_init.c: 3315 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3316 3317nptl/pthread_cond_signal.c: 3318 Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003. 3319 3320nptl/pthread_cond_wait.c: 3321 Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003. 3322 3323nptl/pthread_condattr_destroy.c: 3324 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3325 3326nptl/pthread_condattr_getclock.c: 3327 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3328 3329nptl/pthread_condattr_getpshared.c: 3330 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3331 3332nptl/pthread_condattr_init.c: 3333 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3334 3335nptl/pthread_condattr_setclock.c: 3336 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3337 3338nptl/pthread_condattr_setpshared.c: 3339 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3340 3341nptl/pthread_create.c: 3342 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3343 3344nptl/pthread_detach.c: 3345 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3346 3347nptl/pthread_equal.c: 3348 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3349 3350nptl/pthread_exit.c: 3351 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3352 3353nptl/pthread_getaffinity.c: 3354 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3355 3356nptl/pthread_getattr_np.c: 3357 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3358 3359nptl/pthread_getconcurrency.c: 3360 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3361 3362nptl/pthread_getschedparam.c: 3363 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3364 3365nptl/pthread_getspecific.c: 3366 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3367 3368nptl/pthread_join.c: 3369 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3370 3371nptl/pthread_key_create.c: 3372 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3373 3374nptl/pthread_key_delete.c: 3375 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3376 3377nptl/pthread_kill_other_threads.c: 3378 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3379 3380nptl/pthread_mutex_consistent.c: 3381 Contributed by Ulrich Drepper <drepper@redhat.com>, 2005. 3382 3383nptl/pthread_mutex_destroy.c: 3384 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3385 3386nptl/pthread_mutex_getprioceiling.c: 3387 Contributed by Jakub Jelinek <jakub@redhat.com>, 2006. 3388 3389nptl/pthread_mutex_init.c: 3390 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3391 3392nptl/pthread_mutex_lock.c: 3393 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3394 3395nptl/pthread_mutex_setprioceiling.c: 3396 Contributed by Jakub Jelinek <jakub@redhat.com>, 2006. 3397 3398nptl/pthread_mutex_timedlock.c: 3399 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3400 3401nptl/pthread_mutex_trylock.c: 3402 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3403 3404nptl/pthread_mutex_unlock.c: 3405 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3406 3407nptl/pthread_mutexattr_destroy.c: 3408 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3409 3410nptl/pthread_mutexattr_getprioceiling.c: 3411 Contributed by Jakub Jelinek <jakub@redhat.com>, 2006. 3412 3413nptl/pthread_mutexattr_getprotocol.c: 3414 Contributed by Jakub Jelinek <jakub@redhat.com>, 2006. 3415 3416nptl/pthread_mutexattr_getpshared.c: 3417 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3418 3419nptl/pthread_mutexattr_getrobust.c: 3420 Contributed by Ulrich Drepper <drepper@redhat.com>, 2005. 3421 3422nptl/pthread_mutexattr_gettype.c: 3423 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3424 3425nptl/pthread_mutexattr_init.c: 3426 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3427 3428nptl/pthread_mutexattr_setprioceiling.c: 3429 Contributed by Jakub Jelinek <jakub@redhat.com>, 2006. 3430 3431nptl/pthread_mutexattr_setprotocol.c: 3432 Contributed by Jakub Jelinek <jakub@redhat.com>, 2006. 3433 3434nptl/pthread_mutexattr_setpshared.c: 3435 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3436 3437nptl/pthread_mutexattr_setrobust.c: 3438 Contributed by Ulrich Drepper <drepper@redhat.com>, 2005. 3439 3440nptl/pthread_mutexattr_settype.c: 3441 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3442 3443nptl/pthread_once.c: 3444 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 3445 3446nptl/pthread_rwlock_destroy.c: 3447 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3448 3449nptl/pthread_rwlock_init.c: 3450 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3451 3452nptl/pthread_rwlock_rdlock.c: 3453 Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003. 3454 3455nptl/pthread_rwlock_timedrdlock.c: 3456 Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003. 3457 3458nptl/pthread_rwlock_timedwrlock.c: 3459 Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003. 3460 3461nptl/pthread_rwlock_tryrdlock.c: 3462 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3463 3464nptl/pthread_rwlock_trywrlock.c: 3465 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3466 3467nptl/pthread_rwlock_unlock.c: 3468 Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003. 3469 3470nptl/pthread_rwlock_wrlock.c: 3471 Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003. 3472 3473nptl/pthread_rwlockattr_destroy.c: 3474 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3475 3476nptl/pthread_rwlockattr_getkind_np.c: 3477 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3478 3479nptl/pthread_rwlockattr_getpshared.c: 3480 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3481 3482nptl/pthread_rwlockattr_init.c: 3483 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3484 3485nptl/pthread_rwlockattr_setkind_np.c: 3486 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3487 3488nptl/pthread_rwlockattr_setpshared.c: 3489 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3490 3491nptl/pthread_self.c: 3492 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3493 3494nptl/pthread_setaffinity.c: 3495 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3496 3497nptl/pthread_setcancelstate.c: 3498 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3499 3500nptl/pthread_setcanceltype.c: 3501 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3502 3503nptl/pthread_setconcurrency.c: 3504 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3505 3506nptl/pthread_setschedparam.c: 3507 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3508 3509nptl/pthread_setschedprio.c: 3510 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3511 3512nptl/pthread_setspecific.c: 3513 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3514 3515nptl/pthread_sigmask.c: 3516 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3517 3518nptl/pthread_sigqueue.c: 3519 Contributed by Ulrich Drepper <drepper@redhat.com>, 2009. 3520 3521nptl/pthread_spin_destroy.c: 3522 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3523 3524nptl/pthread_spin_init.c: 3525 Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003. 3526 3527nptl/pthread_spin_unlock.c: 3528 Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003. 3529 3530nptl/pthread_testcancel.c: 3531 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3532 3533nptl/pthread_timedjoin.c: 3534 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3535 3536nptl/pthread_tryjoin.c: 3537 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3538 3539nptl/pthread_yield.c: 3540 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3541 3542nptl/sem_destroy.c: 3543 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3544 3545nptl/sem_getvalue.c: 3546 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3547 3548nptl/sem_init.c: 3549 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3550 3551nptl/sem_post.c: 3552 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 3553 3554nptl/sem_timedwait.c: 3555 Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003. 3556 3557nptl/sem_wait.c: 3558 Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003. 3559 3560nptl/sem_waitcommon.c: 3561 Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003. 3562 3563nptl/tpp.c: 3564 Contributed by Jakub Jelinek <jakub@redhat.com>, 2006. 3565 3566nptl/tst-attr2.c: 3567 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3568 3569nptl/tst-attr3.c: 3570 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 3571 3572nptl/tst-cancel17.c: 3573 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3574 3575nptl/tst-cancel7.c: 3576 Contributed by Jakub Jelinek <jakub@redhat.com>, 2002. 3577 3578nptl/tst-cleanup4.c: 3579 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 3580 3581nptl/tst-cleanup4aux.c: 3582 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 3583 3584nptl/tst-clock2.c: 3585 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3586 3587nptl/tst-context1.c: 3588 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3589 3590nptl/tst-dlsym1.c: 3591 Test case by Hui Huang <hui.huang@sun.com>. 3592 3593nptl/tst-eintr1.c: 3594 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3595 3596nptl/tst-exec4.c: 3597 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3598 3599nptl/tst-initializers1.c: 3600 Contributed by Jakub Jelinek <jakub@redhat.com>, 2005. 3601 3602nptl/tst-mutex8.c: 3603 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3604 3605nptl/tst-mutexpp10.c: 3606 Contributed by Jakub Jelinek <jakub@redhat.com>, 2006. 3607 3608nptl/tst-rwlock10.c: 3609 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3610 3611nptl/tst-rwlock11.c: 3612 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3613 3614nptl/tst-rwlock2.c: 3615 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3616 3617nptl/tst-rwlock3.c: 3618 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3619 3620nptl/tst-rwlock6.c: 3621 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3622 3623nptl/tst-rwlock7.c: 3624 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3625 3626nptl/tst-rwlock8.c: 3627 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. 3628 3629nptl/tst-rwlock9.c: 3630 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. 3631 3632nptl/tst-sched1.c: 3633 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3634 3635nptl/tst-setuid1.c: 3636 Contributed by Jakub Jelinek <jaku@redhat.com>, 2004. 3637 3638nptl/tst-signal3.c: 3639 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 3640 3641nptl/tst-signal7.c: 3642 Contributed by Ulrich Drepper <drepper@redhat.com>, 2005. 3643 3644nptl/tst-stack2.c: 3645 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 3646 3647nptl/tst-stack3.c: 3648 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 3649 3650nptl/tst-stackguard1.c: 3651 Contributed by Jakub Jelinek <jakub@redhat.com>, 2005. 3652 3653nptl/tst-tls3.c: 3654 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3655 3656nptl/tst-tls3mod.c: 3657 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3658 3659nptl/tst-tls5.c: 3660 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 3661 3662nptl/tst-tpp.h: 3663 Contributed by Jakub Jelinek <jakub@redhat.com>, 2006. 3664 3665nptl/tst-tsd3.c: 3666 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3667 3668nptl/tst-tsd4.c: 3669 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 3670 3671nptl/unwind.c: 3672 Contributed by Ulrich Drepper <drepper@redhat.com> 3673 and Richard Henderson <rth@redhat.com>, 2003. 3674 3675nptl_db/td_init.c: 3676 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3677 3678nptl_db/td_log.c: 3679 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3680 3681nptl_db/td_symbol_list.c: 3682 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 3683 3684nptl_db/td_ta_clear_event.c: 3685 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3686 3687nptl_db/td_ta_delete.c: 3688 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3689 3690nptl_db/td_ta_enable_stats.c: 3691 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3692 3693nptl_db/td_ta_event_addr.c: 3694 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3695 3696nptl_db/td_ta_event_getmsg.c: 3697 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3698 3699nptl_db/td_ta_get_nthreads.c: 3700 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3701 3702nptl_db/td_ta_get_ph.c: 3703 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3704 3705nptl_db/td_ta_get_stats.c: 3706 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3707 3708nptl_db/td_ta_map_id2thr.c: 3709 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3710 3711nptl_db/td_ta_new.c: 3712 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3713 3714nptl_db/td_ta_reset_stats.c: 3715 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3716 3717nptl_db/td_ta_set_event.c: 3718 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3719 3720nptl_db/td_ta_setconcurrency.c: 3721 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3722 3723nptl_db/td_ta_thr_iter.c: 3724 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3725 3726nptl_db/td_ta_tsd_iter.c: 3727 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3728 3729nptl_db/td_thr_clear_event.c: 3730 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3731 3732nptl_db/td_thr_dbresume.c: 3733 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3734 3735nptl_db/td_thr_dbsuspend.c: 3736 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3737 3738nptl_db/td_thr_event_enable.c: 3739 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3740 3741nptl_db/td_thr_event_getmsg.c: 3742 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3743 3744nptl_db/td_thr_get_info.c: 3745 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3746 3747nptl_db/td_thr_getfpregs.c: 3748 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3749 3750nptl_db/td_thr_getgregs.c: 3751 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3752 3753nptl_db/td_thr_getxregs.c: 3754 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3755 3756nptl_db/td_thr_getxregsize.c: 3757 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3758 3759nptl_db/td_thr_set_event.c: 3760 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3761 3762nptl_db/td_thr_setfpregs.c: 3763 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3764 3765nptl_db/td_thr_setgregs.c: 3766 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3767 3768nptl_db/td_thr_setprio.c: 3769 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3770 3771nptl_db/td_thr_setsigpending.c: 3772 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3773 3774nptl_db/td_thr_setxregs.c: 3775 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3776 3777nptl_db/td_thr_sigsetmask.c: 3778 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3779 3780nptl_db/td_thr_tls_get_addr.c: 3781 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2002. 3782 3783nptl_db/td_thr_tsd.c: 3784 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3785 3786nptl_db/td_thr_validate.c: 3787 Contributed by Ulrich Drepper <drepper@redhat.com>, 1999. 3788 3789nscd/aicache.c: 3790 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 3791 3792nscd/cache.c: 3793 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 3794 3795nscd/connections.c: 3796 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 3797 3798nscd/dbg_log.c: 3799 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998. 3800 3801nscd/dbg_log.h: 3802 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998. 3803 3804nscd/gai.c: 3805 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2004. 3806 3807nscd/getgrgid_r.c: 3808 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3809 3810nscd/getgrnam_r.c: 3811 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3812 3813nscd/gethstbyad_r.c: 3814 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3815 3816nscd/gethstbynm3_r.c: 3817 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3818 3819nscd/getpwnam_r.c: 3820 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3821 3822nscd/getpwuid_r.c: 3823 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3824 3825nscd/getsrvbynm_r.c: 3826 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3827 3828nscd/getsrvbypt_r.c: 3829 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3830 3831nscd/grpcache.c: 3832 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 3833 3834nscd/hstcache.c: 3835 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 3836 3837nscd/initgrcache.c: 3838 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 3839 3840nscd/mem.c: 3841 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 3842 3843nscd/netgroupcache.c: 3844 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 3845 3846nscd/nscd-client.h: 3847 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998. 3848 3849nscd/nscd.c: 3850 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998. 3851 3852nscd/nscd.h: 3853 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998. 3854 3855nscd/nscd_conf.c: 3856 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998. 3857 3858nscd/nscd_getai.c: 3859 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 3860 3861nscd/nscd_getgr_r.c: 3862 Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 1998. 3863 3864nscd/nscd_gethst_r.c: 3865 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 3866 3867nscd/nscd_getpw_r.c: 3868 Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 1998. 3869 3870nscd/nscd_getserv_r.c: 3871 Contributed by Ulrich Drepper <drepper@redhat.com>, 2007. 3872 3873nscd/nscd_helper.c: 3874 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 3875 3876nscd/nscd_initgroups.c: 3877 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 3878 3879nscd/nscd_netgroup.c: 3880 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 3881 3882nscd/nscd_proto.h: 3883 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998. 3884 3885nscd/nscd_setup_thread.c: 3886 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 3887 3888nscd/nscd_stat.c: 3889 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998. 3890 3891nscd/pwdcache.c: 3892 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 3893 3894nscd/selinux.c: 3895 Contributed by Matthew Rickard <mjricka@epoch.ncsc.mil>, 2004. 3896 3897nscd/selinux.h: 3898 Contributed by Matthew Rickard <mjricka@epoch.ncsc.mil>, 2004. 3899 3900nscd/servicescache.c: 3901 Contributed by Ulrich Drepper <drepper@drepper.com>, 2007. 3902 3903nss/XXX-lookup.c: 3904 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3905 3906nss/alias-lookup.c: 3907 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3908 3909nss/databases.def: 3910 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3911 3912nss/db-Makefile: 3913 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3914 3915nss/digits_dots.c: 3916 Contributed by H.J. Lu <hjl@gnu.ai.mit.edu>, 1997. 3917 3918nss/ethers-lookup.c: 3919 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3920 3921nss/getXXbyYY_r.c: 3922 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3923 3924nss/getXXent_r.c: 3925 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3926 3927nss/getent.c: 3928 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998. 3929 3930nss/grp-lookup.c: 3931 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3932 3933nss/hosts-lookup.c: 3934 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3935 3936nss/key-lookup.c: 3937 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3938 3939nss/makedb.c: 3940 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3941 3942nss/netgrp-lookup.c: 3943 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3944 3945nss/network-lookup.c: 3946 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3947 3948nss/nss_compat/compat-grp.c: 3949 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996. 3950 3951nss/nss_compat/compat-initgroups.c: 3952 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998. 3953 3954nss/nss_compat/compat-pwd.c: 3955 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1996. 3956 3957nss/nss_compat/compat-spwd.c: 3958 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1996. 3959 3960nss/nss_db/db-initgroups.c: 3961 Contributed by Ulrich Drepper <drepper@gmail.com>. 3962 3963nss/nss_db/db-netgrp.c: 3964 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3965 3966nss/nss_files/files-alias.c: 3967 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3968 3969nss/nss_files/files-netgrp.c: 3970 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3971 3972nss/nss_hash.c: 3973 Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997. 3974 3975nss/nsswitch.c: 3976 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3977 3978nss/proto-lookup.c: 3979 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3980 3981nss/pwd-lookup.c: 3982 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3983 3984nss/rpc-lookup.c: 3985 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3986 3987nss/service-lookup.c: 3988 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3989 3990nss/sgrp-lookup.c: 3991 Contributed by Ulrich Drepper <drepper@redhat.com>, 2009. 3992 3993nss/spwd-lookup.c: 3994 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 3995 3996nss/test-netdb.c: 3997 Contributed by Andreas Jaeger <aj@suse.de>, 1998. 3998 3999posix/bug-ga1.c: 4000 Test case by Anders Carlsson <andersca@gnome.org>. 4001 4002posix/bug-ga2.c: 4003 Test case by Sam Varshavchik <mrsam@courier-mta.com>. 4004 4005posix/bug-regex1.c: 4006 Test case by Jim Meyering <jim@meyering.net>. 4007 4008posix/bug-regex10.c: 4009 Contributed by Jakub Jelinek <jakub@redhat.com>, 2002. 4010 4011posix/bug-regex11.c: 4012 Contributed by Jakub Jelinek <jakub@redhat.com>, 2002. 4013 4014posix/bug-regex12.c: 4015 Contributed by Jakub Jelinek <jakub@redhat.com>, 2002. 4016 4017posix/bug-regex13.c: 4018 Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>, 2002. 4019 4020posix/bug-regex14.c: 4021 Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>, 2002. 4022 4023posix/bug-regex17.c: 4024 Contributed by Jakub Jelinek <jakub@redhat.com>, 2002. 4025 4026posix/bug-regex18.c: 4027 Contributed by Jakub Jelinek <jakub@redhat.com>, 2002. 4028 4029posix/bug-regex19.c: 4030 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 4031 4032posix/bug-regex2.c: 4033 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 4034 4035posix/bug-regex20.c: 4036 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 4037 4038posix/bug-regex21.c: 4039 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 4040 4041posix/bug-regex22.c: 4042 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 4043 4044posix/bug-regex23.c: 4045 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 4046 4047posix/bug-regex25.c: 4048 Contributed by Jakub Jelinek <jakub@redhat.com>, 2006. 4049 4050posix/bug-regex26.c: 4051 Contributed by Jakub Jelinek <jakub@redhat.com>, 2006. 4052 4053posix/bug-regex27.c: 4054 Contributed by Jakub Jelinek <jakub@redhat.com>, 2007. 4055 4056posix/bug-regex28.c: 4057 Contributed by Jakub Jelinek <jakub@redhat.com>, 2007. 4058 4059posix/bug-regex3.c: 4060 Contributed by Jakub Jelinek <jakub@redhat.com>, 2001. 4061 4062posix/bug-regex30.c: 4063 Contributed by Paolo Bonzini <pbonzini@redhat.com>, 2009. 4064 4065posix/bug-regex33.c: 4066 Contributed by Stanislav Brabec <sbrabec@suse.cz>, 2012. 4067 4068posix/bug-regex4.c: 4069 Contributed by Jakub Jelinek <jakub@redhat.com>, 2001. 4070 4071posix/bug-regex6.c: 4072 Contributed by Jakub Jelinek <jakub@redhat.com>, 2002. 4073 4074posix/bug-regex7.c: 4075 Contributed by Stepan Kasal <kasal@math.cas.cz>, 2002. 4076 4077posix/bug-regex8.c: 4078 Contributed by Stepan Kasal <kasal@math.cas.cz>, 2002. 4079 4080posix/bug-regex9.c: 4081 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 4082 4083posix/flexmember.h: 4084 Written by Paul Eggert. 4085 4086posix/register-atfork.c: 4087 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 4088 4089posix/runptests.c: 4090 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 4091 4092posix/tar.h: 4093 Written by David J. MacKenzie. 4094 4095posix/tst-boost.c: 4096 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 4097 4098posix/tst-chmod.c: 4099 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 4100 4101posix/tst-dir.c: 4102 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. 4103 4104posix/tst-exec.c: 4105 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 4106 4107posix/tst-fork.c: 4108 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 4109 4110posix/tst-gnuglob-skeleton.c: 4111 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 4112 4113posix/tst-pcre.c: 4114 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 4115 4116posix/tst-rxspencer.c: 4117 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 4118 4119posix/tst-spawn.c: 4120 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 4121 4122posix/tst-truncate.c: 4123 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 4124 4125posix/tst-truncate64.c: 4126 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 4127 4128posix/tst-vfork1.c: 4129 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 4130 4131posix/tst-vfork2.c: 4132 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 4133 4134posix/tst-vfork3.c: 4135 Contributed by Jakub Jelinek <jakub@redhat.com>, 2007. 4136 4137posix/waitid.c: 4138 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4139 4140posix/wordexp.c: 4141 Contributed by Tim Waugh <tim@cyberelk.demon.co.uk>. 4142 4143pwd/getpwent.c: 4144 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 4145 4146pwd/getpwent_r.c: 4147 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 4148 4149pwd/getpwnam.c: 4150 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 4151 4152pwd/getpwnam_r.c: 4153 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 4154 4155pwd/getpwuid.c: 4156 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 4157 4158pwd/getpwuid_r.c: 4159 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 4160 4161resolv/gai_cancel.c: 4162 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 4163 4164resolv/gai_error.c: 4165 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 4166 4167resolv/gai_misc.c: 4168 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 4169 4170resolv/gai_misc.h: 4171 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 4172 4173resolv/gai_notify.c: 4174 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 4175 4176resolv/gai_suspend.c: 4177 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 4178 4179resolv/getaddrinfo_a.c: 4180 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 4181 4182resolv/nss_dns/dns-canon.c: 4183 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 4184 4185resolv/nss_dns/dns-host.c: 4186 Extended from original form by Ulrich Drepper <drepper@cygnus.com>, 1996. 4187 4188resolv/nss_dns/dns-network.c: 4189 Extended from original form by Ulrich Drepper <drepper@cygnus.com>, 1996. 4190 4191resolv/res_hconf.c: 4192 Contributed by David Mosberger (davidm@azstarnet.com). 4193 4194resolv/res_hconf.h: 4195 Contributed by David Mosberger (davidm@azstarnet.com). 4196 4197rt/aio_cancel.c: 4198 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4199 4200rt/aio_error.c: 4201 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4202 4203rt/aio_fsync.c: 4204 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4205 4206rt/aio_misc.c: 4207 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4208 4209rt/aio_notify.c: 4210 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4211 4212rt/aio_read.c: 4213 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4214 4215rt/aio_read64.c: 4216 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4217 4218rt/aio_return.c: 4219 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4220 4221rt/aio_suspend.c: 4222 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4223 4224rt/aio_write.c: 4225 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4226 4227rt/aio_write64.c: 4228 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4229 4230rt/lio_listio-common.c: 4231 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4232 4233rt/timer_create.c: 4234 Contributed by Kaz Kylheku <kaz@ashi.footprints.net>. 4235 4236rt/timer_delete.c: 4237 Contributed by Kaz Kylheku <kaz@ashi.footprints.net>. 4238 4239rt/timer_getoverr.c: 4240 Contributed by Kaz Kylheku <kaz@ashi.footprints.net>. 4241 4242rt/timer_gettime.c: 4243 Contributed by Kaz Kylheku <kaz@ashi.footprints.net>. 4244 4245rt/timer_settime.c: 4246 Contributed by Kaz Kylheku <kaz@ashi.footprints.net>. 4247 4248rt/tst-aio.c: 4249 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 4250 4251rt/tst-aio2.c: 4252 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 4253 4254rt/tst-aio64.c: 4255 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 4256 4257rt/tst-mqueue.h: 4258 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 4259 4260rt/tst-mqueue1.c: 4261 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 4262 4263rt/tst-mqueue2.c: 4264 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 4265 4266rt/tst-mqueue3.c: 4267 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 4268 4269rt/tst-mqueue4.c: 4270 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 4271 4272rt/tst-mqueue5.c: 4273 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 4274 4275rt/tst-mqueue6.c: 4276 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 4277 4278rt/tst-mqueue7.c: 4279 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 4280 4281rt/tst-mqueue8.c: 4282 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 4283 4284rt/tst-mqueue9.c: 4285 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 4286 4287rt/tst-shm.c: 4288 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 4289 4290rt/tst-timer4.c: 4291 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004 4292 4293scripts/gen-sorted.awk: 4294 Written by Ulrich Drepper <drepper@cygnus.com>, 1998. 4295 4296scripts/rellns-sh: 4297 Written by Ulrich Drepper <drepper@cygnus.com>, October 1996 4298 4299scripts/test-installation.pl: 4300 Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1997. 4301 4302scripts/versions.awk: 4303 Written by Ulrich Drepper <drepper@cygnus.com>, 1998. 4304 4305shadow/getspent.c: 4306 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 4307 4308shadow/getspent_r.c: 4309 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 4310 4311shadow/getspnam.c: 4312 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 4313 4314shadow/getspnam_r.c: 4315 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 4316 4317shadow/lckpwdf.c: 4318 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 4319 4320signal/allocrtsig.c: 4321 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4322 4323signal/sighold.c: 4324 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 4325 4326signal/sigrelse.c: 4327 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 4328 4329signal/tst-raise.c: 4330 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 4331 4332signal/tst-sigsimple.c: 4333 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 4334 4335soft-fp/adddf3.c: 4336 Contributed by Richard Henderson (rth@cygnus.com) and 4337 Jakub Jelinek (jj@ultra.linux.cz). 4338 4339soft-fp/addsf3.c: 4340 Contributed by Richard Henderson (rth@cygnus.com) and 4341 Jakub Jelinek (jj@ultra.linux.cz). 4342 4343soft-fp/addtf3.c: 4344 Contributed by Richard Henderson (rth@cygnus.com) and 4345 Jakub Jelinek (jj@ultra.linux.cz). 4346 4347soft-fp/divdf3.c: 4348 Contributed by Richard Henderson (rth@cygnus.com) and 4349 Jakub Jelinek (jj@ultra.linux.cz). 4350 4351soft-fp/divsf3.c: 4352 Contributed by Richard Henderson (rth@cygnus.com) and 4353 Jakub Jelinek (jj@ultra.linux.cz). 4354 4355soft-fp/divtf3.c: 4356 Contributed by Richard Henderson (rth@cygnus.com) and 4357 Jakub Jelinek (jj@ultra.linux.cz). 4358 4359soft-fp/double.h: 4360 Contributed by Richard Henderson (rth@cygnus.com), 4361 Jakub Jelinek (jj@ultra.linux.cz), 4362 David S. Miller (davem@redhat.com) and 4363 Peter Maydell (pmaydell@chiark.greenend.org.uk). 4364 4365soft-fp/eqdf2.c: 4366 Contributed by Richard Henderson (rth@cygnus.com) and 4367 Jakub Jelinek (jj@ultra.linux.cz). 4368 4369soft-fp/eqsf2.c: 4370 Contributed by Richard Henderson (rth@cygnus.com) and 4371 Jakub Jelinek (jj@ultra.linux.cz). 4372 4373soft-fp/eqtf2.c: 4374 Contributed by Richard Henderson (rth@cygnus.com) and 4375 Jakub Jelinek (jj@ultra.linux.cz). 4376 4377soft-fp/extenddftf2.c: 4378 Contributed by Richard Henderson (rth@cygnus.com) and 4379 Jakub Jelinek (jj@ultra.linux.cz). 4380 4381soft-fp/extended.h: 4382 Contributed by Jakub Jelinek (jj@ultra.linux.cz). 4383 4384soft-fp/extendsfdf2.c: 4385 Contributed by Richard Henderson (rth@cygnus.com) and 4386 Jakub Jelinek (jj@ultra.linux.cz). 4387 4388soft-fp/extendsftf2.c: 4389 Contributed by Richard Henderson (rth@cygnus.com) and 4390 Jakub Jelinek (jj@ultra.linux.cz). 4391 4392soft-fp/extendxftf2.c: 4393 Contributed by Uroš Bizjak (ubizjak@gmail.com). 4394 4395soft-fp/fixdfdi.c: 4396 Contributed by Richard Henderson (rth@cygnus.com) and 4397 Jakub Jelinek (jj@ultra.linux.cz). 4398 4399soft-fp/fixdfsi.c: 4400 Contributed by Richard Henderson (rth@cygnus.com) and 4401 Jakub Jelinek (jj@ultra.linux.cz). 4402 4403soft-fp/fixdfti.c: 4404 Contributed by Uroš Bizjak (ubizjak@gmail.com). 4405 4406soft-fp/fixsfdi.c: 4407 Contributed by Richard Henderson (rth@cygnus.com) and 4408 Jakub Jelinek (jj@ultra.linux.cz). 4409 4410soft-fp/fixsfsi.c: 4411 Contributed by Richard Henderson (rth@cygnus.com) and 4412 Jakub Jelinek (jj@ultra.linux.cz). 4413 4414soft-fp/fixsfti.c: 4415 Contributed by Uroš Bizjak (ubizjak@gmail.com). 4416 4417soft-fp/fixtfdi.c: 4418 Contributed by Richard Henderson (rth@cygnus.com) and 4419 Jakub Jelinek (jj@ultra.linux.cz). 4420 4421soft-fp/fixtfsi.c: 4422 Contributed by Richard Henderson (rth@cygnus.com) and 4423 Jakub Jelinek (jj@ultra.linux.cz). 4424 4425soft-fp/fixtfti.c: 4426 Contributed by Uroš Bizjak (ubizjak@gmail.com). 4427 4428soft-fp/fixunsdfdi.c: 4429 Contributed by Richard Henderson (rth@cygnus.com) and 4430 Jakub Jelinek (jj@ultra.linux.cz). 4431 4432soft-fp/fixunsdfsi.c: 4433 Contributed by Richard Henderson (rth@cygnus.com) and 4434 Jakub Jelinek (jj@ultra.linux.cz). 4435 4436soft-fp/fixunsdfti.c: 4437 Contributed by Uroš Bizjak (ubizjak@gmail.com). 4438 4439soft-fp/fixunssfdi.c: 4440 Contributed by Richard Henderson (rth@cygnus.com) and 4441 Jakub Jelinek (jj@ultra.linux.cz). 4442 4443soft-fp/fixunssfsi.c: 4444 Contributed by Richard Henderson (rth@cygnus.com) and 4445 Jakub Jelinek (jj@ultra.linux.cz). 4446 4447soft-fp/fixunssfti.c: 4448 Contributed by Uroš Bizjak (ubizjak@gmail.com). 4449 4450soft-fp/fixunstfdi.c: 4451 Contributed by Richard Henderson (rth@cygnus.com) and 4452 Jakub Jelinek (jj@ultra.linux.cz). 4453 4454soft-fp/fixunstfsi.c: 4455 Contributed by Richard Henderson (rth@cygnus.com) and 4456 Jakub Jelinek (jj@ultra.linux.cz). 4457 4458soft-fp/fixunstfti.c: 4459 Contributed by Uroš Bizjak (ubizjak@gmail.com). 4460 4461soft-fp/floatdidf.c: 4462 Contributed by Richard Henderson (rth@cygnus.com) and 4463 Jakub Jelinek (jj@ultra.linux.cz). 4464 4465soft-fp/floatdisf.c: 4466 Contributed by Richard Henderson (rth@cygnus.com) and 4467 Jakub Jelinek (jj@ultra.linux.cz). 4468 4469soft-fp/floatditf.c: 4470 Contributed by Richard Henderson (rth@cygnus.com) and 4471 Jakub Jelinek (jj@ultra.linux.cz). 4472 4473soft-fp/floatsidf.c: 4474 Contributed by Richard Henderson (rth@cygnus.com) and 4475 Jakub Jelinek (jj@ultra.linux.cz). 4476 4477soft-fp/floatsisf.c: 4478 Contributed by Richard Henderson (rth@cygnus.com) and 4479 Jakub Jelinek (jj@ultra.linux.cz). 4480 4481soft-fp/floatsitf.c: 4482 Contributed by Richard Henderson (rth@cygnus.com) and 4483 Jakub Jelinek (jj@ultra.linux.cz). 4484 4485soft-fp/floattidf.c: 4486 Contributed by Uroš Bizjak (ubizjak@gmail.com). 4487 4488soft-fp/floattisf.c: 4489 Contributed by Uroš Bizjak (ubizjak@gmail.com). 4490 4491soft-fp/floattitf.c: 4492 Contributed by Uroš Bizjak (ubizjak@gmail.com). 4493 4494soft-fp/floatundidf.c: 4495 Contributed by Richard Henderson (rth@cygnus.com) and 4496 Jakub Jelinek (jj@ultra.linux.cz). 4497 4498soft-fp/floatundisf.c: 4499 Contributed by Richard Henderson (rth@cygnus.com) and 4500 Jakub Jelinek (jj@ultra.linux.cz). 4501 4502soft-fp/floatunditf.c: 4503 Contributed by Richard Henderson (rth@cygnus.com) and 4504 Jakub Jelinek (jj@ultra.linux.cz). 4505 4506soft-fp/floatunsidf.c: 4507 Contributed by Richard Henderson (rth@cygnus.com) and 4508 Jakub Jelinek (jj@ultra.linux.cz). 4509 4510soft-fp/floatunsisf.c: 4511 Contributed by Richard Henderson (rth@cygnus.com) and 4512 Jakub Jelinek (jj@ultra.linux.cz). 4513 4514soft-fp/floatunsitf.c: 4515 Contributed by Richard Henderson (rth@cygnus.com) and 4516 Jakub Jelinek (jj@ultra.linux.cz). 4517 4518soft-fp/floatuntidf.c: 4519 Contributed by Uroš Bizjak (ubizjak@gmail.com). 4520 4521soft-fp/floatuntisf.c: 4522 Contributed by Uroš Bizjak (ubizjak@gmail.com). 4523 4524soft-fp/floatuntitf.c: 4525 Contributed by Uroš Bizjak (ubizjak@gmail.com). 4526 4527soft-fp/gedf2.c: 4528 Contributed by Richard Henderson (rth@cygnus.com) and 4529 Jakub Jelinek (jj@ultra.linux.cz). 4530 4531soft-fp/gesf2.c: 4532 Contributed by Richard Henderson (rth@cygnus.com) and 4533 Jakub Jelinek (jj@ultra.linux.cz). 4534 4535soft-fp/getf2.c: 4536 Contributed by Richard Henderson (rth@cygnus.com) and 4537 Jakub Jelinek (jj@ultra.linux.cz). 4538 4539soft-fp/ledf2.c: 4540 Contributed by Richard Henderson (rth@cygnus.com) and 4541 Jakub Jelinek (jj@ultra.linux.cz). 4542 4543soft-fp/lesf2.c: 4544 Contributed by Richard Henderson (rth@cygnus.com) and 4545 Jakub Jelinek (jj@ultra.linux.cz). 4546 4547soft-fp/letf2.c: 4548 Contributed by Richard Henderson (rth@cygnus.com) and 4549 Jakub Jelinek (jj@ultra.linux.cz). 4550 4551soft-fp/muldf3.c: 4552 Contributed by Richard Henderson (rth@cygnus.com) and 4553 Jakub Jelinek (jj@ultra.linux.cz). 4554 4555soft-fp/mulsf3.c: 4556 Contributed by Richard Henderson (rth@cygnus.com) and 4557 Jakub Jelinek (jj@ultra.linux.cz). 4558 4559soft-fp/multf3.c: 4560 Contributed by Richard Henderson (rth@cygnus.com) and 4561 Jakub Jelinek (jj@ultra.linux.cz). 4562 4563soft-fp/negdf2.c: 4564 Contributed by Richard Henderson (rth@cygnus.com) and 4565 Jakub Jelinek (jj@ultra.linux.cz). 4566 4567soft-fp/negsf2.c: 4568 Contributed by Richard Henderson (rth@cygnus.com) and 4569 Jakub Jelinek (jj@ultra.linux.cz). 4570 4571soft-fp/negtf2.c: 4572 Contributed by Richard Henderson (rth@cygnus.com) and 4573 Jakub Jelinek (jj@ultra.linux.cz). 4574 4575soft-fp/op-1.h: 4576 Contributed by Richard Henderson (rth@cygnus.com), 4577 Jakub Jelinek (jj@ultra.linux.cz), 4578 David S. Miller (davem@redhat.com) and 4579 Peter Maydell (pmaydell@chiark.greenend.org.uk). 4580 4581soft-fp/op-2.h: 4582 Contributed by Richard Henderson (rth@cygnus.com), 4583 Jakub Jelinek (jj@ultra.linux.cz), 4584 David S. Miller (davem@redhat.com) and 4585 Peter Maydell (pmaydell@chiark.greenend.org.uk). 4586 4587soft-fp/op-4.h: 4588 Contributed by Richard Henderson (rth@cygnus.com), 4589 Jakub Jelinek (jj@ultra.linux.cz), 4590 David S. Miller (davem@redhat.com) and 4591 Peter Maydell (pmaydell@chiark.greenend.org.uk). 4592 4593soft-fp/op-8.h: 4594 Contributed by Richard Henderson (rth@cygnus.com), 4595 Jakub Jelinek (jj@ultra.linux.cz) and 4596 Peter Maydell (pmaydell@chiark.greenend.org.uk). 4597 4598soft-fp/op-common.h: 4599 Contributed by Richard Henderson (rth@cygnus.com), 4600 Jakub Jelinek (jj@ultra.linux.cz), 4601 David S. Miller (davem@redhat.com) and 4602 Peter Maydell (pmaydell@chiark.greenend.org.uk). 4603 4604soft-fp/quad.h: 4605 Contributed by Richard Henderson (rth@cygnus.com), 4606 Jakub Jelinek (jj@ultra.linux.cz), 4607 David S. Miller (davem@redhat.com) and 4608 Peter Maydell (pmaydell@chiark.greenend.org.uk). 4609 4610soft-fp/single.h: 4611 Contributed by Richard Henderson (rth@cygnus.com), 4612 Jakub Jelinek (jj@ultra.linux.cz), 4613 David S. Miller (davem@redhat.com) and 4614 Peter Maydell (pmaydell@chiark.greenend.org.uk). 4615 4616soft-fp/soft-fp.h: 4617 Contributed by Richard Henderson (rth@cygnus.com), 4618 Jakub Jelinek (jj@ultra.linux.cz), 4619 David S. Miller (davem@redhat.com) and 4620 Peter Maydell (pmaydell@chiark.greenend.org.uk). 4621 4622soft-fp/subdf3.c: 4623 Contributed by Richard Henderson (rth@cygnus.com) and 4624 Jakub Jelinek (jj@ultra.linux.cz). 4625 4626soft-fp/subsf3.c: 4627 Contributed by Richard Henderson (rth@cygnus.com) and 4628 Jakub Jelinek (jj@ultra.linux.cz). 4629 4630soft-fp/subtf3.c: 4631 Contributed by Richard Henderson (rth@cygnus.com) and 4632 Jakub Jelinek (jj@ultra.linux.cz). 4633 4634soft-fp/truncdfsf2.c: 4635 Contributed by Richard Henderson (rth@cygnus.com) and 4636 Jakub Jelinek (jj@ultra.linux.cz). 4637 4638soft-fp/trunctfdf2.c: 4639 Contributed by Richard Henderson (rth@cygnus.com) and 4640 Jakub Jelinek (jj@ultra.linux.cz). 4641 4642soft-fp/trunctfsf2.c: 4643 Contributed by Richard Henderson (rth@cygnus.com) and 4644 Jakub Jelinek (jj@ultra.linux.cz). 4645 4646soft-fp/trunctfxf2.c: 4647 Contributed by Uroš Bizjak (ubizjak@gmail.com). 4648 4649soft-fp/unorddf2.c: 4650 Contributed by Joseph Myers (joseph@codesourcery.com). 4651 4652soft-fp/unordsf2.c: 4653 Contributed by Joseph Myers (joseph@codesourcery.com). 4654 4655soft-fp/unordtf2.c: 4656 Contributed by Joseph Myers (joseph@codesourcery.com). 4657 4658stdio-common/_i18n_number.h: 4659 Contributed by Ulrich Drepper <drepper@gnu.org>, 2000. 4660 4661stdio-common/_itoa.c: 4662 Contributed by Torbjorn Granlund <tege@matematik.su.se> 4663 and Ulrich Drepper <drepper@gnu.org>. 4664 4665stdio-common/_itowa.c: 4666 Contributed by Torbjorn Granlund <tege@matematik.su.se> 4667 and Ulrich Drepper <drepper@gnu.org>. 4668 4669stdio-common/bug-vfprintf-nargs.c: 4670 Contributed by Kees Cook <keescook@chromium.org>, 2012. 4671 4672stdio-common/bug14.c: 4673 Test case by Al Viro <aviro@redhat.com>. 4674 4675stdio-common/fxprintf.c: 4676 Contributed by Ulrich Drepper <drepper@gnu.org>. 4677 4678stdio-common/printf_fp.c: 4679 Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 4680 4681stdio-common/printf_fphex.c: 4682 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4683 4684stdio-common/printf_size.c: 4685 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4686 Based on a proposal by Larry McVoy <lm@sgi.com>. 4687 4688stdio-common/scanf11.c: 4689 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 4690 4691stdio-common/test-vfprintf.c: 4692 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. 4693 4694stdio-common/tst-fphex-wide.c: 4695 Contributed by Marek Polacek <polacek@redhat.com>, 2012. 4696 4697stdio-common/tst-fseek.c: 4698 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. 4699 4700stdio-common/tst-gets.c: 4701 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 4702 4703stdio-common/tst-long-dbl-fphex.c: 4704 Contributed by Marek Polacek <polacek@redhat.com>, 2012. 4705 4706stdio-common/tst-perror.c: 4707 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 4708 4709stdio-common/tst-popen.c: 4710 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 4711 4712stdio-common/tst-sscanf.c: 4713 Contributed by Jakub Jelinek <jakub@redhat.com>, 2000. 4714 4715stdio-common/tst-unlockedio.c: 4716 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 4717 4718stdlib/a64l.c: 4719 Contributed by Ulrich Drepper <drepper@gnu.org>, August 1995. 4720 4721stdlib/bug-strtod.c: 4722 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 4723 4724stdlib/drand48-iter.c: 4725 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4726 4727stdlib/drand48.c: 4728 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4729 4730stdlib/drand48_r.c: 4731 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4732 4733stdlib/erand48.c: 4734 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4735 4736stdlib/erand48_r.c: 4737 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4738 4739stdlib/fmtmsg.c: 4740 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4741 4742stdlib/grouping.c: 4743 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 4744 4745stdlib/grouping.h: 4746 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 4747 4748stdlib/isomac.c: 4749 Contributed by Jens Schweikhardt <schweikh@noc.dfn.de>, 1996. 4750 4751stdlib/jrand48.c: 4752 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4753 4754stdlib/jrand48_r.c: 4755 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4756 4757stdlib/l64a.c: 4758 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4759 4760stdlib/lcong48.c: 4761 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4762 4763stdlib/lcong48_r.c: 4764 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4765 4766stdlib/lrand48.c: 4767 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4768 4769stdlib/lrand48_r.c: 4770 Contributed by Ulrich Drepper <drepper@gnu.org>, August 1995. 4771 4772stdlib/mrand48.c: 4773 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4774 4775stdlib/mrand48_r.c: 4776 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4777 4778stdlib/msort.c: 4779 Written by Mike Haertel, September 1988. 4780 4781stdlib/nrand48.c: 4782 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4783 4784stdlib/nrand48_r.c: 4785 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4786 4787stdlib/qsort.c: 4788 Written by Douglas C. Schmidt (schmidt@ics.uci.edu). 4789 4790stdlib/rand_r.c: 4791 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 4792 4793stdlib/seed48.c: 4794 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4795 4796stdlib/seed48_r.c: 4797 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4798 4799stdlib/srand48.c: 4800 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4801 4802stdlib/srand48_r.c: 4803 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 4804 4805stdlib/strfmon.c: 4806 Contributed by Ulrich Drepper <drepper@cygnus.com> 4807 and Jochen Hein <Jochen.Hein@informatik.TU-Clausthal.de>, 1996. 4808 4809stdlib/strfmon_l.c: 4810 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 4811 4812stdlib/strtod.c: 4813 Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. 4814 4815stdlib/strtod_l.c: 4816 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4817 4818stdlib/strtof.c: 4819 Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. 4820 4821stdlib/strtof_l.c: 4822 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4823 4824stdlib/strtol_l.c: 4825 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4826 4827stdlib/strtold.c: 4828 Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. 4829 4830stdlib/strtoll_l.c: 4831 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4832 4833stdlib/strtoul_l.c: 4834 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4835 4836stdlib/strtoull_l.c: 4837 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4838 4839stdlib/test-a64l.c: 4840 Contributed by Andreas Schwab <schwab@suse.de>. 4841 4842stdlib/test-canon.c: 4843 Contributed by David Mosberger <davidm@azstarnet.com>. 4844 4845stdlib/test-canon2.c: 4846 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 4847 4848stdlib/testmb2.c: 4849 Test case by Miloslav Trmač <mitr@volny.cz>. 4850 4851stdlib/tst-bsearch.c: 4852 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. 4853 4854stdlib/tst-qsort.c: 4855 Test case by Paul Eggert <eggert@twinsun.com> 4856 4857stdlib/tst-random.c: 4858 Written by Michael J. Fischer, August 21, 2000 4859 4860stdlib/tst-random2.c: 4861 Contributed by Jakub Jelinek <jakub@redhat.com>, 2005. 4862 4863stdlib/tst-system.c: 4864 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 4865 4866stdlib/tst-xpg-basename.c: 4867 Contributed by Andreas Jaeger <aj@suse.de>, 1999. 4868 4869stdlib/xpg_basename.c: 4870 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 4871 4872string/argz-addsep.c: 4873 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 4874 4875string/argz-append.c: 4876 Written by Miles Bader <miles@gnu.ai.mit.edu> 4877 4878string/argz-count.c: 4879 Written by Miles Bader <miles@gnu.ai.mit.edu> 4880 4881string/argz-create.c: 4882 Written by Miles Bader <miles@gnu.ai.mit.edu> 4883 4884string/argz-ctsep.c: 4885 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 4886 4887string/argz-delete.c: 4888 Written by Miles Bader <miles@gnu.org> 4889 4890string/argz-extract.c: 4891 Written by Miles Bader <miles@gnu.org> 4892 4893string/argz-insert.c: 4894 Written by Miles Bader <miles@gnu.ai.mit.edu> 4895 4896string/argz-next.c: 4897 Written by Miles Bader <miles@gnu.org> 4898 4899string/argz-replace.c: 4900 Written by Miles Bader <miles@gnu.ai.mit.edu> 4901 4902string/argz-stringify.c: 4903 Written by Miles Bader <miles@gnu.org> 4904 4905string/bug-strncat1.c: 4906 Test case by Joseph S. Myers <jsm28@cam.ac.uk>. 4907 4908string/bug-strpbrk1.c: 4909 Test case by Joseph S. Myers <jsm28@cam.ac.uk>. 4910 4911string/bug-strspn1.c: 4912 Test case by Joseph S. Myers <jsm28@cam.ac.uk>. 4913 4914string/bzero.c: 4915 Contributed by Torbjorn Granlund (tege@sics.se). 4916 4917string/envz.c: 4918 Written by Miles Bader <miles@gnu.org> 4919 4920string/ffs.c: 4921 Contributed by Torbjorn Granlund (tege@sics.se). 4922 4923string/ffsll.c: 4924 Contributed by Torbjorn Granlund (tege@sics.se). 4925 4926string/memcpy.c: 4927 Contributed by Torbjorn Granlund (tege@sics.se). 4928 4929string/memmove.c: 4930 Contributed by Torbjorn Granlund (tege@sics.se). 4931 4932string/stratcliff.c: 4933 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 4934 4935string/strcoll.c: 4936 Written by Ulrich Drepper <drepper@cygnus.com>, 1995. 4937 4938string/strcoll_l.c: 4939 Written by Ulrich Drepper <drepper@gnu.org>, 1995. 4940 4941string/strlen.c: 4942 Written by Torbjorn Granlund (tege@sics.se), 4943 with help from Dan Sahlin (dan@sics.se); 4944 commentary by Jim Blandy (jimb@ai.mit.edu). 4945 4946string/strnlen.c: 4947 Contributed by Jakub Jelinek <jakub@redhat.com>. 4948 4949string/strxfrm.c: 4950 Written by Ulrich Drepper <drepper@cygnus.com>, 1995. 4951 4952string/strxfrm_l.c: 4953 Written by Ulrich Drepper <drepper@gnu.org>, 1995. 4954 4955string/test-ffs.c: 4956 Contributed by Joel Sherrill (jsherril@redstone-emh2.army.mil), 4957 On-Line Applications Research Corporation. 4958 4959string/test-memccpy.c: 4960 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 4961 4962string/test-memchr.c: 4963 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 4964 4965string/test-memcmp.c: 4966 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 4967 Added wmemcmp support by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>, 2011. 4968 4969string/test-memcpy.c: 4970 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 4971 4972string/test-memmem.c: 4973 Written by Ulrich Drepper <drepper@redhat.com>, 2008. 4974 4975string/test-memmove.c: 4976 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 4977 4978string/test-mempcpy.c: 4979 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 4980 4981string/test-memrchr.c: 4982 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 4983 4984string/test-memset.c: 4985 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 4986 4987string/test-rawmemchr.c: 4988 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 4989 4990string/test-stpcpy.c: 4991 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 4992 4993string/test-stpncpy.c: 4994 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 4995 4996string/test-strcasecmp.c: 4997 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 4998 4999string/test-strcasestr.c: 5000 Written by Ulrich Drepper <drepper@redhat.com>, 2010. 5001 5002string/test-strcat.c: 5003 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 5004 5005string/test-strchr.c: 5006 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 5007 Added wcschr support by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>, 2011 5008 5009string/test-strcmp.c: 5010 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 5011 Added wcscmp support by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>, 2011. 5012 5013string/test-strcpy.c: 5014 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 5015 Added wcscpy support by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>, 2011 5016 5017string/test-strcspn.c: 5018 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 5019 5020string/test-string.h: 5021 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 5022 5023string/test-strlen.c: 5024 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 5025 Added wcslen support by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>, 2011 5026 5027string/test-strncasecmp.c: 5028 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 5029 5030string/test-strncat.c: 5031 Contributed by Intel Corporation. 5032 5033string/test-strncmp.c: 5034 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 5035 5036string/test-strncpy.c: 5037 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 5038 5039string/test-strnlen.c: 5040 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 5041 5042string/test-strpbrk.c: 5043 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 5044 5045string/test-strrchr.c: 5046 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 5047 Added wcsrrchr support by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>, 5048 2011. 5049 5050string/test-strspn.c: 5051 Written by Jakub Jelinek <jakub@redhat.com>, 1999. 5052 5053string/test-strstr.c: 5054 Written by Ulrich Drepper <drepper@redhat.com>, 2010. 5055 5056string/testcopy.c: 5057 Contributed by Torbjorn Granlund (tege@sics.se). 5058 5059string/tst-bswap.c: 5060 Contributed by Ulrich Drepper <drepper@cygnus.com>. 5061 5062string/wordcopy.c: 5063 Contributed by Torbjorn Granlund (tege@sics.se). 5064 5065sunrpc/create_xid.c: 5066 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998. 5067 5068sunrpc/netname.c: 5069 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. 5070 5071sunrpc/publickey.c: 5072 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 5073 5074sunrpc/svc.c: 5075 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 5076 5077sunrpc/tst-xdrmem.c: 5078 Contributed by Jakub Jelinek <jakub@redhat.com>, 2005. 5079 5080sunrpc/tst-xdrmem2.c: 5081 Contributed by Jakub Jelinek <jakub@redhat.com>, 2006. 5082 5083sunrpc/xdr_intXX_t.c: 5084 Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998. 5085 5086sysdeps/aarch64/e_sqrtl.c: 5087 Contributed by Richard Henderson (rth@cygnus.com) and 5088 Jakub Jelinek (jj@ultra.linux.cz). 5089 5090sysdeps/alpha/Makefile: 5091 Contributed by Brendan Kehoe (brendan@zen.org). 5092 5093sysdeps/alpha/_mcount.S: 5094 Contributed by David Mosberger (davidm@cs.arizona.edu). 5095 5096sysdeps/alpha/alphaev6/memset.S: 5097 Contributed by Richard Henderson (rth@tamu.edu) 5098 EV6 optimized by Rick Gorton <rick.gorton@alpha-processor.com>. 5099 5100sysdeps/alpha/alphaev6/stxcpy.S: 5101 Contributed by Richard Henderson (rth@tamu.edu) 5102 EV6 optimized by Rick Gorton <rick.gorton@alpha-processor.com>. 5103 5104sysdeps/alpha/alphaev6/stxncpy.S: 5105 Contributed by Richard Henderson (rth@tamu.edu) 5106 EV6 optimized by Rick Gorton <rick.gorton@alpha-processor.com>. 5107 5108sysdeps/alpha/alphaev67/stpcpy.S: 5109 Contributed by Richard Henderson <rth@redhat.com>. 5110 5111sysdeps/alpha/alphaev67/stpncpy.S: 5112 Contributed by Richard Henderson (rth@redhat.com) 5113 5114sysdeps/alpha/alphaev67/strcat.S: 5115 Contributed by Richard Henderson <rth@tamu.edu>, 1996. 5116 EV67 optimized by Rick Gorton <rick.gorton@alpha-processor.com>. 5117 5118sysdeps/alpha/alphaev67/strchr.S: 5119 Contributed by Richard Henderson <rth@tamu.edu>, 1996. 5120 EV67 optimized by Rick Gorton <rick.gorton@alpha-processor.com>. 5121 5122sysdeps/alpha/alphaev67/strlen.S: 5123 Contributed by David Mosberger (davidm@cs.arizona.edu). 5124 EV67 optimized by Rick Gorton <rick.gorton@alpha-processor.com>. 5125 5126sysdeps/alpha/alphaev67/strncat.S: 5127 Contributed by Richard Henderson <rth@tamu.edu>, 1996. 5128 EV67 optimized by Rick Gorton <rick.gorton@alpha-processor.com>. 5129 5130sysdeps/alpha/bzero.S: 5131 Contributed by Richard Henderson (rth@tamu.edu) 5132 5133sysdeps/alpha/div.S: 5134 Contributed by Richard Henderson <rth@tamu.edu>. 5135 5136sysdeps/alpha/dl-machine.h: 5137 Contributed by Richard Henderson <rth@tamu.edu>. 5138 5139sysdeps/alpha/dl-procinfo.c: 5140 Contributed by Aurelien Jarno <aurelien@aurel32.net>, 2008. 5141 5142sysdeps/alpha/dl-procinfo.h: 5143 Contributed by Aurelien Jarno <aurelien@aurel32.net>, 2008. 5144 5145sysdeps/alpha/e_sqrtl.c: 5146 Contributed by Richard Henderson (rth@cygnus.com) and 5147 Jakub Jelinek (jj@ultra.linux.cz). 5148 5149sysdeps/alpha/ffs.S: 5150 Contributed by David Mosberger (davidm@cs.arizona.edu). 5151 5152sysdeps/alpha/fpu/e_sqrt.c: 5153 Contributed by David Mosberger (davidm@cs.arizona.edu). 5154 5155sysdeps/alpha/fpu/fclrexcpt.c: 5156 Contributed by Richard Henderson <rth@tamu.edu>, 1997. 5157 5158sysdeps/alpha/fpu/fedisblxcpt.c: 5159 Contributed by Jakub Jelinek <jakub@redhat.com>, 2000. 5160 5161sysdeps/alpha/fpu/feenablxcpt.c: 5162 Contributed by Jakub Jelinek <jakub@redhat.com>, 2000. 5163 5164sysdeps/alpha/fpu/fegetenv.c: 5165 Contributed by Richard Henderson <rth@tamu.edu>, 1997 5166 5167sysdeps/alpha/fpu/fegetexcept.c: 5168 Contributed by Jakub Jelinek <jakub@redhat.com>, 2000. 5169 5170sysdeps/alpha/fpu/fegetround.c: 5171 Contributed by Richard Henderson <rth@tamu.edu>, 1997 5172 5173sysdeps/alpha/fpu/feholdexcpt.c: 5174 Contributed by Richard Henderson <rth@tamu.edu>, 1997 5175 5176sysdeps/alpha/fpu/fesetenv.c: 5177 Contributed by Richard Henderson <rth@tamu.edu>, 1997 5178 5179sysdeps/alpha/fpu/fesetround.c: 5180 Contributed by Richard Henderson <rth@tamu.edu>, 1997 5181 5182sysdeps/alpha/fpu/feupdateenv.c: 5183 Contributed by Richard Henderson <rth@tamu.edu>, 1997. 5184 5185sysdeps/alpha/fpu/fgetexcptflg.c: 5186 Contributed by Richard Henderson <rth@tamu.edu>, 1997. 5187 5188sysdeps/alpha/fpu/fpu_control.h: 5189 Contributed by Olaf Flebbe. 5190 5191sysdeps/alpha/fpu/fsetexcptflg.c: 5192 Contributed by Richard Henderson <rth@tamu.edu>, 1997. 5193 5194sysdeps/alpha/fpu/ftestexcept.c: 5195 Contributed by Richard Henderson <rth@tamu.edu>, 1997. 5196 5197sysdeps/alpha/fpu/s_copysign.c: 5198 Contributed by Richard Henderson. 5199 5200sysdeps/alpha/fpu/s_copysignf.c: 5201 Contributed by Richard Henderson. 5202 5203sysdeps/alpha/fpu/s_fabs.c: 5204 Contributed by Richard Henderson. 5205 5206sysdeps/alpha/fpu/s_fabsf.c: 5207 Contributed by Richard Henderson. 5208 5209sysdeps/alpha/fpu/s_rint.c: 5210 Contributed by Richard Henderson. 5211 5212sysdeps/alpha/fpu/s_rintf.c: 5213 Contributed by Richard Henderson. 5214 5215sysdeps/alpha/hp-timing.h: 5216 Contributed by Richard Henderson <rth@redhat.com>, 2001. 5217 5218sysdeps/alpha/jmpbuf-unwind.h: 5219 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 5220 5221sysdeps/alpha/ldiv.S: 5222 Contributed by Richard Henderson <rth@tamu.edu>. 5223 5224sysdeps/alpha/memset.S: 5225 Contributed by Richard Henderson (rth@tamu.edu) 5226 5227sysdeps/alpha/nptl/pthread_spin_lock.S: 5228 Contributed by Richard Henderson <rth@twiddle.net>, 2003. 5229 5230sysdeps/alpha/nptl/pthread_spin_trylock.S: 5231 Contributed by Richard Henderson <rth@twiddle.net>, 2003. 5232 5233sysdeps/alpha/ots_add.c: 5234 Contributed by Richard Henderson (rth@cygnus.com) and 5235 Jakub Jelinek (jj@ultra.linux.cz). 5236 5237sysdeps/alpha/ots_cmp.c: 5238 Contributed by Richard Henderson (rth@cygnus.com) and 5239 Jakub Jelinek (jj@ultra.linux.cz). 5240 5241sysdeps/alpha/ots_cmpe.c: 5242 Contributed by Richard Henderson (rth@cygnus.com) and 5243 Jakub Jelinek (jj@ultra.linux.cz). 5244 5245sysdeps/alpha/ots_cvtqux.c: 5246 Contributed by Richard Henderson (rth@cygnus.com) and 5247 Jakub Jelinek (jj@ultra.linux.cz). 5248 5249sysdeps/alpha/ots_cvtqx.c: 5250 Contributed by Richard Henderson (rth@cygnus.com) and 5251 Jakub Jelinek (jj@ultra.linux.cz). 5252 5253sysdeps/alpha/ots_cvttx.c: 5254 Contributed by Richard Henderson (rth@cygnus.com) and 5255 Jakub Jelinek (jj@ultra.linux.cz). 5256 5257sysdeps/alpha/ots_cvtxq.c: 5258 Contributed by Richard Henderson (rth@cygnus.com) and 5259 Jakub Jelinek (jj@ultra.linux.cz). 5260 5261sysdeps/alpha/ots_cvtxt.c: 5262 Contributed by Richard Henderson (rth@cygnus.com) and 5263 Jakub Jelinek (jj@ultra.linux.cz). 5264 5265sysdeps/alpha/ots_div.c: 5266 Contributed by Richard Henderson (rth@cygnus.com) and 5267 Jakub Jelinek (jj@ultra.linux.cz). 5268 5269sysdeps/alpha/ots_mul.c: 5270 Contributed by Richard Henderson (rth@cygnus.com) and 5271 Jakub Jelinek (jj@ultra.linux.cz). 5272 5273sysdeps/alpha/ots_nintxq.c: 5274 Contributed by Richard Henderson (rth@cygnus.com) and 5275 Jakub Jelinek (jj@ultra.linux.cz). 5276 5277sysdeps/alpha/ots_sub.c: 5278 Contributed by Richard Henderson (rth@cygnus.com) and 5279 Jakub Jelinek (jj@ultra.linux.cz). 5280 5281sysdeps/alpha/reml.S: 5282 Contributed by Richard Henderson <rth@twiddle.net> 5283 5284sysdeps/alpha/sfp-machine.h: 5285 Contributed by Richard Henderson (rth@cygnus.com), 5286 Jakub Jelinek (jj@ultra.linux.cz) and 5287 David S. Miller (davem@redhat.com). 5288 5289sysdeps/alpha/start.S: 5290 Contributed by Richard Henderson <rth@tamu.edu> 5291 5292sysdeps/alpha/stpcpy.S: 5293 Contributed by Richard Henderson <rth@tamu.edu>, 1996. 5294 5295sysdeps/alpha/stpncpy.S: 5296 Contributed by Richard Henderson (rth@tamu.edu) 5297 5298sysdeps/alpha/strcat.S: 5299 Contributed by Richard Henderson <rth@tamu.edu>, 1996. 5300 5301sysdeps/alpha/strchr.S: 5302 Contributed by Richard Henderson (rth@tamu.edu) 5303 5304sysdeps/alpha/strcmp.S: 5305 Contributed by Richard Henderson (rth@tamu.edu) 5306 5307sysdeps/alpha/strcpy.S: 5308 Contributed by Richard Henderson <rth@tamu.edu>, 1996. 5309 5310sysdeps/alpha/strlen.S: 5311 Contributed by David Mosberger (davidm@cs.arizona.edu). 5312 5313sysdeps/alpha/strncat.S: 5314 Contributed by Richard Henderson <rth@tamu.edu>, 1996. 5315 5316sysdeps/alpha/strncmp.S: 5317 Contributed by Richard Henderson (rth@tamu.edu) 5318 5319sysdeps/alpha/strncpy.S: 5320 Contributed by Richard Henderson (rth@tamu.edu) 5321 5322sysdeps/alpha/stxcpy.S: 5323 Contributed by Richard Henderson (rth@tamu.edu) 5324 5325sysdeps/alpha/stxncpy.S: 5326 Contributed by Richard Henderson (rth@tamu.edu) 5327 5328sysdeps/arm/armv6t2/memchr.S: 5329 Code contributed by Dave Gilbert <david.gilbert@linaro.org> 5330 5331sysdeps/arm/backtrace.c: 5332 Contributed by Kazu Hirata <kazu@codesourcery.com>, 2008. 5333 5334sysdeps/arm/fedisblxcpt.c: 5335 Contributed by Philip Blundell <philb@gnu.org>, 2001. 5336 5337sysdeps/arm/feenablxcpt.c: 5338 Contributed by Philip Blundell <philb@gnu.org>, 2001. 5339 5340sysdeps/arm/fegetexcept.c: 5341 Contributed by Philip Blundell <philb@gnu.org>, 2001 5342 5343sysdeps/arm/feupdateenv.c: 5344 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5345 5346sysdeps/arm/fgetexcptflg.c: 5347 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5348 5349sysdeps/arm/memcpy.S: 5350 Contributed by MontaVista Software, Inc. (written by Nicolas Pitre) 5351 5352sysdeps/arm/memmove.S: 5353 Contributed by MontaVista Software, Inc. (written by Nicolas Pitre) 5354 5355sysdeps/arm/memset.S: 5356 Contributed by Philip Blundell <philb@gnu.org> 5357 5358sysdeps/arm/strlen.S: 5359 Code contributed by Matthew Wilcox <willy@odie.barnet.ac.uk> 5360 5361sysdeps/arm/unwind.h: 5362 Contributed by Paul Brook 5363 5364sysdeps/generic/atomic-machine.h: 5365 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 5366 5367sysdeps/generic/dl-librecon.h: 5368 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 5369 5370sysdeps/generic/dl-procinfo.h: 5371 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 5372 5373sysdeps/generic/dwarf2.h: 5374 Contributed by Gary Funck (gary@intrepid.com). Derived from the 5375 DWARF 1 implementation written by Ron Guilmette (rfg@monkeys.com). 5376 5377sysdeps/generic/framestate.c: 5378 Contributed by Jakub Jelinek <jakub@redhat.com>, 2001. 5379 5380sysdeps/generic/hp-timing-common.h: 5381 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 5382 5383sysdeps/generic/hp-timing.h: 5384 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 5385 5386sysdeps/generic/ifreq.h: 5387 Contributed by Andreas Jaeger <aj@suse.de>. 5388 5389sysdeps/generic/ldconfig.h: 5390 Contributed by Andreas Jaeger <aj@suse.de>, 1999. 5391 5392sysdeps/generic/memcopy.h: 5393 Contributed by Torbjorn Granlund (tege@sics.se). 5394 5395sysdeps/generic/not-cancel.h: 5396 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 5397 5398sysdeps/generic/register-dump.h: 5399 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 5400 5401sysdeps/generic/sigcontextinfo.h: 5402 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 5403 5404sysdeps/generic/sigset-cvt-mask.h: 5405 Contributed by Joe Keane <jgk@jgk.org>. 5406 5407sysdeps/generic/unwind-dw2-fde-glibc.c: 5408 Contributed by Jakub Jelinek <jakub@redhat.com>. 5409 5410sysdeps/generic/unwind-dw2-fde.c: 5411 Contributed by Jason Merrill <jason@cygnus.com>. 5412 5413sysdeps/generic/unwind-dw2-fde.h: 5414 Contributed by Jason Merrill <jason@cygnus.com>. 5415 5416sysdeps/generic/unwind-resume.c: 5417 Contributed by Jakub Jelinek <jakub@redhat.com>. 5418 5419sysdeps/generic/utmp-equal.h: 5420 Contributed by Ulrich Drepper <drepper@cygnus.com> 5421 and Paul Janzen <pcj@primenet.com>, 1996. 5422 5423sysdeps/gnu/sys/mtio.h: 5424 Written by H. Bergman <hennus@cybercomm.nl>. 5425 5426sysdeps/gnu/updwtmp.c: 5427 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998. 5428 5429sysdeps/gnu/utmp_file.c: 5430 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998. 5431 5432sysdeps/hppa/Makefile: 5433 Contributed by David Huggins-Daines (dhd@debian.org) 5434 5435sysdeps/hppa/dl-machine.h: 5436 Contributed by David Huggins-Daines <dhd@debian.org> 5437 5438sysdeps/hppa/fpu/bits/fenv.h: 5439 Contributed by David Huggins-Daines <dhd@debian.org> 5440 5441sysdeps/hppa/fpu/fclrexcpt.c: 5442 Contributed by David Huggins-Daines <dhd@debian.org>, 2000 5443 5444sysdeps/hppa/fpu/fedisblxcpt.c: 5445 Contributed by David Huggins-Daines <dhd@debian.org>, 2000 5446 5447sysdeps/hppa/fpu/feenablxcpt.c: 5448 Contributed by David Huggins-Daines <dhd@debian.org>, 2000 5449 5450sysdeps/hppa/fpu/fegetenv.c: 5451 Contributed by David Huggins-Daines <dhd@debian.org>, 2000 5452 5453sysdeps/hppa/fpu/fegetexcept.c: 5454 Contributed by David Huggins-Daines <dhd@debian.org>, 2000 5455 5456sysdeps/hppa/fpu/fegetround.c: 5457 Contributed by David Huggins-Daines <dhd@debian.org>, 2000 5458 5459sysdeps/hppa/fpu/feholdexcpt.c: 5460 Contributed by David Huggins-Daines <dhd@debian.org>, 2000 5461 5462sysdeps/hppa/fpu/fesetenv.c: 5463 Contributed by David Huggins-Daines <dhd@debian.org>, 2000 5464 Based on the m68k version by 5465 Andreas Schwab <schwab@suse.de> 5466 5467sysdeps/hppa/fpu/fesetround.c: 5468 Contributed by David Huggins-Daines <dhd@debian.org>, 2000 5469 5470sysdeps/hppa/fpu/feupdateenv.c: 5471 Contributed by David Huggins-Daines <dhd@debian.org>, 2000 5472 5473sysdeps/hppa/fpu/fgetexcptflg.c: 5474 Contributed by David Huggins-Daines <dhd@debian.org>, 2000 5475 5476sysdeps/hppa/fpu/fraiseexcpt.c: 5477 Contributed by David Huggins-Daines <dhd@debian.org> 5478 5479sysdeps/hppa/fpu/fsetexcptflg.c: 5480 Contributed by David Huggins-Daines <dhd@debian.org>, 2000 5481 5482sysdeps/hppa/fpu/ftestexcept.c: 5483 Contributed by David Huggins-Daines <dhd@debian.org>, 2000 5484 5485sysdeps/hppa/hppa1.1/s_signbit.c: 5486 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5487 5488sysdeps/hppa/libgcc-compat.c: 5489 Contributed by Randolph Chung 5490 5491sysdeps/hppa/sysdep.h: 5492 Contributed by Ulrich Drepper, <drepper@cygnus.com>, August 1999. 5493 5494sysdeps/htl/raise.c: 5495 Written by Neal H. Walfield <neal@gnu.org>. 5496 5497sysdeps/htl/timer_routines.c: 5498 Contributed by Kaz Kylheku <kaz@ashi.footprints.net>. 5499 5500sysdeps/i386/backtrace.c: 5501 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 5502 5503sysdeps/i386/dl-procinfo.c: 5504 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 5505 5506sysdeps/i386/ffs.c: 5507 Contributed by Torbjorn Granlund (tege@sics.se). 5508 5509sysdeps/i386/fpu/e_acos.S: 5510 Written by J.T. Conklin <jtc@netbsd.org>. 5511 5512sysdeps/i386/fpu/e_acosf.S: 5513 Written by J.T. Conklin <jtc@netbsd.org>. 5514 Adapted for float type by Ulrich Drepper <drepper@cygnus.com>. 5515 5516sysdeps/i386/fpu/e_acosh.S: 5517 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 5518 5519sysdeps/i386/fpu/e_acoshf.S: 5520 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 5521 5522sysdeps/i386/fpu/e_acoshl.S: 5523 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 5524 5525sysdeps/i386/fpu/e_acosl.c: 5526 Written by J.T. Conklin <jtc@netbsd.org>. 5527 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 5528 5529sysdeps/i386/fpu/e_asin.S: 5530 Written by J.T. Conklin <jtc@netbsd.org>. 5531 5532sysdeps/i386/fpu/e_asinf.S: 5533 Written by J.T. Conklin <jtc@netbsd.org>. 5534 Adapted for float type by Ulrich Drepper <drepper@cygnus.com>. 5535 5536sysdeps/i386/fpu/e_atan2.S: 5537 Written by J.T. Conklin <jtc@netbsd.org>. 5538 5539sysdeps/i386/fpu/e_atan2f.S: 5540 Written by J.T. Conklin <jtc@netbsd.org>. 5541 5542sysdeps/i386/fpu/e_atan2l.c: 5543 Written by J.T. Conklin <jtc@netbsd.org>. 5544 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 5545 5546sysdeps/i386/fpu/e_atanh.S: 5547 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 5548 5549sysdeps/i386/fpu/e_atanhf.S: 5550 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 5551 5552sysdeps/i386/fpu/e_atanhl.S: 5553 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 5554 5555sysdeps/i386/fpu/e_exp.S: 5556 Written by J.T. Conklin <jtc@netbsd.org>. 5557 5558sysdeps/i386/fpu/e_exp10.S: 5559 Written by Ulrich Drepper <drepper@cygnus.com>. 5560 5561sysdeps/i386/fpu/e_exp2.S: 5562 Written by J.T. Conklin <jtc@netbsd.org>. 5563 Adapted for exp2 by Ulrich Drepper <drepper@cygnus.com>. 5564 5565sysdeps/i386/fpu/e_exp2l.S: 5566 Written by J.T. Conklin <jtc@netbsd.org>. 5567 Adapted for exp2 by Ulrich Drepper <drepper@cygnus.com>. 5568 5569sysdeps/i386/fpu/e_expl.S: 5570 Written by J.T. Conklin <jtc@netbsd.org>. 5571 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 5572 5573sysdeps/i386/fpu/e_fmod.S: 5574 Written by J.T. Conklin <jtc@netbsd.org>. 5575 5576sysdeps/i386/fpu/e_fmodf.S: 5577 Written by J.T. Conklin <jtc@netbsd.org>. 5578 Adapted for float type by Ulrich Drepper <drepper@cygnus.com>. 5579 5580sysdeps/i386/fpu/e_fmodl.c: 5581 Written by J.T. Conklin <jtc@netbsd.org>. 5582 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 5583 5584sysdeps/i386/fpu/e_hypot.S: 5585 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 5586 5587sysdeps/i386/fpu/e_hypotf.S: 5588 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 5589 5590sysdeps/i386/fpu/e_ilogb.S: 5591 Written by J.T. Conklin <jtc@netbsd.org>. 5592 5593sysdeps/i386/fpu/e_ilogbf.S: 5594 Written by J.T. Conklin <jtc@netbsd.org>. 5595 5596sysdeps/i386/fpu/e_ilogbl.S: 5597 Written by J.T. Conklin <jtc@netbsd.org>. 5598 Changes for long double by Ulrich Drepper <drepper@cygnus.com> 5599 5600sysdeps/i386/fpu/e_log.S: 5601 Written by J.T. Conklin <jtc@netbsd.org>. 5602 Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>. 5603 5604sysdeps/i386/fpu/e_log10.S: 5605 Written by J.T. Conklin <jtc@netbsd.org>. 5606 Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>. 5607 5608sysdeps/i386/fpu/e_log10f.S: 5609 Written by J.T. Conklin <jtc@netbsd.org>. 5610 Adapted for float type by Ulrich Drepper <drepper@cygnus.com>. 5611 Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>. 5612 5613sysdeps/i386/fpu/e_log10l.S: 5614 Written by J.T. Conklin <jtc@netbsd.org>. 5615 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 5616 Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>. 5617 5618sysdeps/i386/fpu/e_log2.S: 5619 Written by J.T. Conklin <jtc@netbsd.org>. 5620 Adapted for use as log2 by Ulrich Drepper <drepper@cygnus.com>. 5621 Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>. 5622 5623sysdeps/i386/fpu/e_log2l.S: 5624 Written by J.T. Conklin <jtc@netbsd.org>. 5625 Adapted for use as log2 by Ulrich Drepper <drepper@cygnus.com>. 5626 Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>. 5627 5628sysdeps/i386/fpu/e_logl.S: 5629 Written by J.T. Conklin <jtc@netbsd.org>. 5630 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 5631 5632sysdeps/i386/fpu/e_pow.S: 5633 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 5634 5635sysdeps/i386/fpu/e_powl.S: 5636 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 5637 5638sysdeps/i386/fpu/e_remainder.S: 5639 Written by J.T. Conklin <jtc@netbsd.org>. 5640 5641sysdeps/i386/fpu/e_remainderf.S: 5642 Written by J.T. Conklin <jtc@netbsd.org>. 5643 5644sysdeps/i386/fpu/e_remainderl.S: 5645 Written by J.T. Conklin <jtc@netbsd.org>. 5646 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 5647 5648sysdeps/i386/fpu/e_scalb.S: 5649 Written by J.T. Conklin <jtc@netbsd.org>. 5650 Correct handling of y==-inf <drepper@gnu> 5651 5652sysdeps/i386/fpu/e_scalbf.S: 5653 Written by J.T. Conklin <jtc@netbsd.org>. 5654 Adapted for float type by Ulrich Drepper <drepper@cygnus.com>. 5655 Correct handling of y==-inf <drepper@gnu> 5656 5657sysdeps/i386/fpu/e_scalbl.S: 5658 Written by J.T. Conklin <jtc@netbsd.org>. 5659 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 5660 Correct handling of y==-inf <drepper@gnu> 5661 5662sysdeps/i386/fpu/e_sqrt.S: 5663 Written by J.T. Conklin <jtc@netbsd.org>. 5664 5665sysdeps/i386/fpu/e_sqrtf.S: 5666 Written by J.T. Conklin <jtc@netbsd.org>. 5667 5668sysdeps/i386/fpu/fclrexcpt.c: 5669 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5670 5671sysdeps/i386/fpu/fedisblxcpt.c: 5672 Contributed by Andreas Jaeger <aj@suse.de>, 1999. 5673 5674sysdeps/i386/fpu/feenablxcpt.c: 5675 Contributed by Andreas Jaeger <aj@suse.de>, 1999. 5676 5677sysdeps/i386/fpu/fegetenv.c: 5678 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5679 5680sysdeps/i386/fpu/fegetexcept.c: 5681 Contributed by Andreas Jaeger <aj@suse.de>, 1999. 5682 5683sysdeps/i386/fpu/fegetround.c: 5684 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5685 5686sysdeps/i386/fpu/feholdexcpt.c: 5687 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5688 5689sysdeps/i386/fpu/fesetenv.c: 5690 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5691 5692sysdeps/i386/fpu/fesetround.c: 5693 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5694 5695sysdeps/i386/fpu/feupdateenv.c: 5696 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5697 5698sysdeps/i386/fpu/fgetexcptflg.c: 5699 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5700 5701sysdeps/i386/fpu/fraiseexcpt.c: 5702 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5703 5704sysdeps/i386/fpu/fsetexcptflg.c: 5705 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5706 5707sysdeps/i386/fpu/ftestexcept.c: 5708 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5709 5710sysdeps/i386/fpu/s_asinh.S: 5711 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 5712 5713sysdeps/i386/fpu/s_asinhf.S: 5714 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 5715 5716sysdeps/i386/fpu/s_asinhl.S: 5717 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 5718 5719sysdeps/i386/fpu/s_atan.S: 5720 Written by J.T. Conklin <jtc@netbsd.org>. 5721 5722sysdeps/i386/fpu/s_atanf.S: 5723 Written by J.T. Conklin <jtc@netbsd.org>. 5724 5725sysdeps/i386/fpu/s_atanl.c: 5726 Written by J.T. Conklin <jtc@netbsd.org>. 5727 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 5728 5729sysdeps/i386/fpu/s_cbrt.S: 5730 Contributed by Dirk Alboth <dirka@uni-paderborn.de> and 5731 Ulrich Drepper <drepper@cygnus.com>, 1997. 5732 5733sysdeps/i386/fpu/s_cbrtf.S: 5734 Contributed by Dirk Alboth <dirka@uni-paderborn.de> and 5735 Ulrich Drepper <drepper@cygnus.com>, 1997. 5736 5737sysdeps/i386/fpu/s_cbrtl.S: 5738 Contributed by Dirk Alboth <dirka@uni-paderborn.de> and 5739 Ulrich Drepper <drepper@cygnus.com>, 1997. 5740 5741sysdeps/i386/fpu/s_ceil.S: 5742 Written by J.T. Conklin <jtc@netbsd.org>. 5743 5744sysdeps/i386/fpu/s_ceilf.S: 5745 Written by J.T. Conklin <jtc@netbsd.org>. 5746 5747sysdeps/i386/fpu/s_ceill.S: 5748 Written by J.T. Conklin <jtc@netbsd.org>. 5749 Changes for long double by Ulrich Drepper <drepper@cygnus.com> 5750 5751sysdeps/i386/fpu/s_copysign.S: 5752 Written by J.T. Conklin <jtc@netbsd.org>. 5753 5754sysdeps/i386/fpu/s_copysignf.S: 5755 Written by J.T. Conklin <jtc@netbsd.org>. 5756 5757sysdeps/i386/fpu/s_copysignl.S: 5758 Written by J.T. Conklin <jtc@netbsd.org>. 5759 Changes for long double by Ulrich Drepper <drepper@cygnus.com> 5760 5761sysdeps/i386/fpu/s_expm1.S: 5762 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 5763 Based on code by John C. Bowman <bowman@ipp-garching.mpg.de>. 5764 Corrections by H.J. Lu (hjl@gnu.ai.mit.edu), 1997. 5765 5766sysdeps/i386/fpu/s_expm1f.S: 5767 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 5768 Based on code by John C. Bowman <bowman@ipp-garching.mpg.de>. 5769 Corrections by H.J. Lu (hjl@gnu.ai.mit.edu), 1997. 5770 5771sysdeps/i386/fpu/s_finite.S: 5772 Written by Joe Keane <jgk@jgk.org>. 5773 5774sysdeps/i386/fpu/s_finitef.S: 5775 Written by Joe Keane <jgk@jgk.org>. 5776 5777sysdeps/i386/fpu/s_finitel.S: 5778 Written by Joe Keane <jgk@jgk.org>. 5779 5780sysdeps/i386/fpu/s_floor.S: 5781 Written by J.T. Conklin <jtc@netbsd.org>. 5782 5783sysdeps/i386/fpu/s_floorf.S: 5784 Written by J.T. Conklin <jtc@netbsd.org>. 5785 5786sysdeps/i386/fpu/s_floorl.S: 5787 Written by J.T. Conklin <jtc@netbsd.org>. 5788 Changes for long double by Ulrich Drepper <drepper@cygnus.com> 5789 5790sysdeps/i386/fpu/s_fmax.S: 5791 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5792 5793sysdeps/i386/fpu/s_fmaxf.S: 5794 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5795 5796sysdeps/i386/fpu/s_fmaxl.S: 5797 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5798 5799sysdeps/i386/fpu/s_fmin.S: 5800 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5801 5802sysdeps/i386/fpu/s_fminf.S: 5803 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5804 5805sysdeps/i386/fpu/s_fminl.S: 5806 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5807 5808sysdeps/i386/fpu/s_frexp.S: 5809 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5810 5811sysdeps/i386/fpu/s_frexpf.S: 5812 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5813 5814sysdeps/i386/fpu/s_frexpl.S: 5815 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5816 5817sysdeps/i386/fpu/s_isinfl.c: 5818 Written by J.T. Conklin <jtc@netbsd.org>. 5819 Change for long double by Ulrich Drepper <drepper@cygnus.com>. 5820 5821sysdeps/i386/fpu/s_llrint.S: 5822 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5823 5824sysdeps/i386/fpu/s_llrintf.S: 5825 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5826 5827sysdeps/i386/fpu/s_llrintl.S: 5828 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5829 5830sysdeps/i386/fpu/s_log1p.S: 5831 Written by J.T. Conklin <jtc@netbsd.org>. 5832 5833sysdeps/i386/fpu/s_log1pf.S: 5834 Written by J.T. Conklin <jtc@netbsd.org>. 5835 5836sysdeps/i386/fpu/s_log1pl.S: 5837 Written by J.T. Conklin <jtc@netbsd.org>. 5838 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 5839 5840sysdeps/i386/fpu/s_logb.S: 5841 Written by J.T. Conklin <jtc@netbsd.org>. 5842 5843sysdeps/i386/fpu/s_logbf.S: 5844 Written by J.T. Conklin <jtc@netbsd.org>. 5845 5846sysdeps/i386/fpu/s_logbl.c: 5847 Written by J.T. Conklin <jtc@netbsd.org>. 5848 Changes for long double by Ulrich Drepper <drepper@cygnus.com> 5849 5850sysdeps/i386/fpu/s_lrint.S: 5851 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5852 5853sysdeps/i386/fpu/s_lrintf.S: 5854 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5855 5856sysdeps/i386/fpu/s_lrintl.S: 5857 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5858 5859sysdeps/i386/fpu/s_nearbyint.S: 5860 Adapted for use as nearbyint by Ulrich Drepper <drepper@cygnus.com>. 5861 5862sysdeps/i386/fpu/s_nearbyintf.S: 5863 Adapted for use as nearbyint by Ulrich Drepper <drepper@cygnus.com>. 5864 5865sysdeps/i386/fpu/s_nearbyintl.S: 5866 Adapted for use as nearbyint by Ulrich Drepper <drepper@cygnus.com>. 5867 5868sysdeps/i386/fpu/s_nextafterl.c: 5869 Conversion to long double by Ulrich Drepper, 5870 Cygnus Support, drepper@cygnus.com. 5871 5872sysdeps/i386/fpu/s_nexttowardf.c: 5873 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 5874 5875sysdeps/i386/fpu/s_remquo.S: 5876 Written by Ulrich Drepper <drepper@cygnus.com>. 5877 Based on e_remainder by J.T. Conklin <jtc@netbsd.org>. 5878 5879sysdeps/i386/fpu/s_remquof.S: 5880 Written by Ulrich Drepper <drepper@cygnus.com>. 5881 Based on e_remainder by J.T. Conklin <jtc@netbsd.org>. 5882 5883sysdeps/i386/fpu/s_remquol.S: 5884 Written by Ulrich Drepper <drepper@cygnus.com>. 5885 Based on e_remainder by J.T. Conklin <jtc@netbsd.org>. 5886 5887sysdeps/i386/fpu/s_rint.S: 5888 Written by J.T. Conklin <jtc@netbsd.org>. 5889 5890sysdeps/i386/fpu/s_rintf.S: 5891 Written by J.T. Conklin <jtc@netbsd.org>. 5892 5893sysdeps/i386/fpu/s_rintl.c: 5894 Written by J.T. Conklin <jtc@netbsd.org>. 5895 Changes for long double by Ulrich Drepper <drepper@cygnus.com> 5896 5897sysdeps/i386/fpu/s_scalbn.S: 5898 Written by J.T. Conklin <jtc@netbsd.org>. 5899 5900sysdeps/i386/fpu/s_scalbnf.S: 5901 Written by J.T. Conklin <jtc@netbsd.org>. 5902 5903sysdeps/i386/fpu/s_scalbnl.S: 5904 Written by J.T. Conklin <jtc@netbsd.org>. 5905 Changes for long double by Ulrich Drepper <drepper@cygnus.com> 5906 5907sysdeps/i386/fpu/s_significand.S: 5908 Written by J.T. Conklin <jtc@netbsd.org>. 5909 5910sysdeps/i386/fpu/s_significandf.S: 5911 Written by J.T. Conklin <jtc@netbsd.org>. 5912 5913sysdeps/i386/fpu/s_significandl.c: 5914 Written by J.T. Conklin <jtc@netbsd.org>. 5915 Changes for long double by Ulrich Drepper <drepper@cygnus.com> 5916 5917sysdeps/i386/fpu/s_trunc.S: 5918 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5919 5920sysdeps/i386/fpu/s_truncf.S: 5921 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5922 5923sysdeps/i386/fpu/s_truncl.S: 5924 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5925 5926sysdeps/i386/i386-mcount.S: 5927 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5928 5929sysdeps/i386/i586/memcopy.h: 5930 Contributed by Torbjorn Granlund (tege@sics.se). 5931 5932sysdeps/i386/i586/memcpy.S: 5933 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5934 5935sysdeps/i386/i586/memset.S: 5936 Contributed by Torbjorn Granlund, <tege@matematik.su.se> 5937 5938sysdeps/i386/i586/strchr.S: 5939 Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>. 5940 5941sysdeps/i386/i586/strcpy.S: 5942 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5943 5944sysdeps/i386/i586/strlen.S: 5945 Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>. 5946 5947sysdeps/i386/i686/dl-hash.h: 5948 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 5949 5950sysdeps/i386/i686/ffs.c: 5951 Contributed by Ulrich Drepper <drepper@cygnus.com>. 5952 5953sysdeps/i386/i686/fpu/e_log.S: 5954 Written by J.T. Conklin <jtc@netbsd.org>. 5955 5956sysdeps/i386/i686/fpu/e_logl.S: 5957 Written by J.T. Conklin <jtc@netbsd.org>. 5958 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 5959 Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>. 5960 5961sysdeps/i386/i686/fpu/s_fmax.S: 5962 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5963 5964sysdeps/i386/i686/fpu/s_fmaxf.S: 5965 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5966 5967sysdeps/i386/i686/fpu/s_fmaxl.S: 5968 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5969 5970sysdeps/i386/i686/fpu/s_fmin.S: 5971 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5972 5973sysdeps/i386/i686/fpu/s_fminf.S: 5974 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5975 5976sysdeps/i386/i686/fpu/s_fminl.S: 5977 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 5978 5979sysdeps/i386/i686/memcpy.S: 5980 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 5981 5982sysdeps/i386/i686/memmove.S: 5983 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2003. 5984 5985sysdeps/i386/i686/mempcpy.S: 5986 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 5987 5988sysdeps/i386/i686/memset.S: 5989 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 5990 5991sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: 5992 Contributed by Intel Corporation. 5993 5994sysdeps/i386/i686/multiarch/memchr-sse2.S: 5995 Contributed by Intel Corporation. 5996 5997sysdeps/i386/i686/multiarch/memcmp-sse4.S: 5998 Contributed by Intel Corporation. 5999 6000sysdeps/i386/i686/multiarch/memcmp-ssse3.S: 6001 Contributed by Intel Corporation. 6002 6003sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: 6004 Contributed by Intel Corporation. 6005 6006sysdeps/i386/i686/multiarch/memcpy-ssse3.S: 6007 Contributed by Intel Corporation. 6008 6009sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: 6010 Contributed by Intel Corporation. 6011 6012sysdeps/i386/i686/multiarch/memrchr-sse2.S: 6013 Contributed by Intel Corporation. 6014 6015sysdeps/i386/i686/multiarch/memset-sse2-rep.S: 6016 Contributed by Intel Corporation. 6017 6018sysdeps/i386/i686/multiarch/memset-sse2.S: 6019 Contributed by Intel Corporation. 6020 6021sysdeps/i386/i686/multiarch/s_fma-fma.c: 6022 Contributed by Intel Corporation. 6023 6024sysdeps/i386/i686/multiarch/s_fma.c: 6025 Contributed by Intel Corporation. 6026 6027sysdeps/i386/i686/multiarch/s_fmaf-fma.c: 6028 Contributed by Intel Corporation. 6029 6030sysdeps/i386/i686/multiarch/s_fmaf.c: 6031 Contributed by Intel Corporation. 6032 6033sysdeps/i386/i686/multiarch/strcat-sse2.S: 6034 Contributed by Intel Corporation. 6035 6036sysdeps/i386/i686/multiarch/strcat-ssse3.S: 6037 Contributed by Intel Corporation. 6038 6039sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: 6040 Contributed by Intel Corporation. 6041 6042sysdeps/i386/i686/multiarch/strchr-sse2.S: 6043 Contributed by Intel Corporation. 6044 6045sysdeps/i386/i686/multiarch/strcmp-sse4.S: 6046 Contributed by Intel Corporation. 6047 6048sysdeps/i386/i686/multiarch/strcmp-ssse3.S: 6049 Contributed by Intel Corporation. 6050 6051sysdeps/i386/i686/multiarch/strcpy-sse2.S: 6052 Contributed by Intel Corporation. 6053 6054sysdeps/i386/i686/multiarch/strcpy-ssse3.S: 6055 Contributed by Intel Corporation. 6056 6057sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: 6058 Contributed by Intel Corporation. 6059 6060sysdeps/i386/i686/multiarch/strlen-sse2.S: 6061 Contributed by Intel Corporation. 6062 6063sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: 6064 Contributed by Intel Corporation. 6065 6066sysdeps/i386/i686/multiarch/strrchr-sse2.S: 6067 Contributed by Intel Corporation. 6068 6069sysdeps/i386/i686/multiarch/wcschr-sse2.S: 6070 Contributed by Intel Corporation. 6071 6072sysdeps/i386/i686/multiarch/wcscmp-sse2.S: 6073 Contributed by Intel Corporation. 6074 6075sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: 6076 Contributed by Intel Corporation. 6077 6078sysdeps/i386/i686/multiarch/wcslen-sse2.S: 6079 Contributed by Intel Corporation. 6080 6081sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: 6082 Contributed by Intel Corporation. 6083 6084sysdeps/i386/i686/nptl/tls.h: 6085 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 6086 6087sysdeps/i386/i686/pthread_spin_trylock.S: 6088 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 6089 6090sysdeps/i386/i686/strcmp.S: 6091 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 6092 6093sysdeps/i386/jmpbuf-unwind.h: 6094 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 6095 6096sysdeps/i386/machine-gmon.h: 6097 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 6098 6099sysdeps/i386/memchr.S: 6100 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> 6101 Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au> 6102 This version is developed using the same algorithm as the fast C 6103 version which carries the following introduction: 6104 Based on strlen implementation by Torbjorn Granlund (tege@sics.se), 6105 with help from Dan Sahlin (dan@sics.se) and 6106 commentary by Jim Blandy (jimb@ai.mit.edu); 6107 adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), 6108 and implemented by Roland McGrath (roland@ai.mit.edu). 6109 6110sysdeps/i386/memcopy.h: 6111 Contributed by Torbjorn Granlund (tege@sics.se). 6112 6113sysdeps/i386/nptl/pthread_spin_init.c: 6114 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 6115 6116sysdeps/i386/nptl/pthread_spin_unlock.S: 6117 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 6118 6119sysdeps/i386/pthread_spin_trylock.S: 6120 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 6121 6122sysdeps/i386/rawmemchr.S: 6123 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> 6124 Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au> 6125 This version is developed using the same algorithm as the fast C 6126 version which carries the following introduction: 6127 Based on strlen implementation by Torbjorn Granlund (tege@sics.se), 6128 with help from Dan Sahlin (dan@sics.se) and 6129 commentary by Jim Blandy (jimb@ai.mit.edu); 6130 adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), 6131 and implemented by Roland McGrath (roland@ai.mit.edu). 6132 6133sysdeps/i386/stpcpy.S: 6134 Contributed by Ulrich Drepper (drepper@gnu.ai.mit.edu). 6135 6136sysdeps/i386/stpncpy.S: 6137 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> 6138 Some bug fixes by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au> 6139 - original wrote n+1 chars in some cases. 6140 - stpncpy() ought to behave like strncpy() ie. not null-terminate 6141 if limited by n. glibc-1.09 stpncpy() does this. 6142 6143sysdeps/i386/strcat.S: 6144 Contributed by Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>. 6145 Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au> 6146 6147sysdeps/i386/strchr.S: 6148 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> 6149 Some optimisations by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au> 6150 6151sysdeps/i386/strchrnul.S: 6152 Contributed by Ulrich Drepper <drepper@gnu.org> 6153 Some optimisations by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au> 6154 6155sysdeps/i386/strcspn.S: 6156 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> 6157 Bug fixes by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au> 6158 6159sysdeps/i386/strlen.S: 6160 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>. 6161 6162sysdeps/i386/strlen.c: 6163 Contributed by Torbjorn Granlund (tege@sics.se). 6164 6165sysdeps/i386/strpbrk.S: 6166 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> 6167 Bug fixes by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au> 6168 6169sysdeps/i386/strrchr.S: 6170 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> 6171 Some optimisations by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au> 6172 6173sysdeps/i386/strspn.S: 6174 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> 6175 Bug fixes by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au> 6176 6177sysdeps/ia64/_mcount.S: 6178 Contributed by David Mosberger <davidm@hpl.hp.com> 6179 6180sysdeps/ia64/bzero.S: 6181 Contributed by Dan Pop for Itanium <Dan.Pop@cern.ch>. 6182 Rewritten for McKinley by Sverre Jarp, HP Labs/CERN <Sverre.Jarp@cern.ch> 6183 6184sysdeps/ia64/fpu/e_acos.S: 6185 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6186 6187sysdeps/ia64/fpu/e_acosf.S: 6188 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6189 6190sysdeps/ia64/fpu/e_acosh.S: 6191 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6192 6193sysdeps/ia64/fpu/e_acoshf.S: 6194 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6195 6196sysdeps/ia64/fpu/e_acoshl.S: 6197 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6198 6199sysdeps/ia64/fpu/e_acosl.S: 6200 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6201 6202sysdeps/ia64/fpu/e_asin.S: 6203 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6204 6205sysdeps/ia64/fpu/e_asinf.S: 6206 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6207 6208sysdeps/ia64/fpu/e_asinl.S: 6209 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6210 6211sysdeps/ia64/fpu/e_atan2.S: 6212 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6213 6214sysdeps/ia64/fpu/e_atan2f.S: 6215 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6216 6217sysdeps/ia64/fpu/e_atanh.S: 6218 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6219 6220sysdeps/ia64/fpu/e_atanhf.S: 6221 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6222 6223sysdeps/ia64/fpu/e_atanhl.S: 6224 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6225 6226sysdeps/ia64/fpu/e_cosh.S: 6227 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6228 6229sysdeps/ia64/fpu/e_coshf.S: 6230 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6231 6232sysdeps/ia64/fpu/e_coshl.S: 6233 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6234 6235sysdeps/ia64/fpu/e_exp.S: 6236 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6237 6238sysdeps/ia64/fpu/e_exp10.S: 6239 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6240 6241sysdeps/ia64/fpu/e_exp10l.S: 6242 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6243 6244sysdeps/ia64/fpu/e_exp2.S: 6245 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6246 6247sysdeps/ia64/fpu/e_exp2f.S: 6248 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6249 6250sysdeps/ia64/fpu/e_exp2l.S: 6251 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6252 6253sysdeps/ia64/fpu/e_expf.S: 6254 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6255 6256sysdeps/ia64/fpu/e_fmod.S: 6257 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6258 6259sysdeps/ia64/fpu/e_fmodf.S: 6260 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6261 6262sysdeps/ia64/fpu/e_fmodl.S: 6263 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6264 6265sysdeps/ia64/fpu/e_hypot.S: 6266 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6267 6268sysdeps/ia64/fpu/e_hypotf.S: 6269 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6270 6271sysdeps/ia64/fpu/e_hypotl.S: 6272 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6273 6274sysdeps/ia64/fpu/e_ilogbl.S: 6275 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6276 6277sysdeps/ia64/fpu/e_lgamma_r.c: 6278 Contributed 2002 by the Intel Numerics Group, Intel Corporation 6279 6280sysdeps/ia64/fpu/e_lgammaf_r.c: 6281 Contributed 2002 by the Intel Numerics Group, Intel Corporation 6282 6283sysdeps/ia64/fpu/e_lgammal_r.c: 6284 Contributed 2002 by the Intel Numerics Group, Intel Corporation 6285 6286sysdeps/ia64/fpu/e_log.S: 6287 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6288 6289sysdeps/ia64/fpu/e_log2.S: 6290 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6291 6292sysdeps/ia64/fpu/e_log2f.S: 6293 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6294 6295sysdeps/ia64/fpu/e_log2l.S: 6296 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6297 6298sysdeps/ia64/fpu/e_logf.S: 6299 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6300 6301sysdeps/ia64/fpu/e_logl.S: 6302 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6303 6304sysdeps/ia64/fpu/e_pow.S: 6305 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6306 6307sysdeps/ia64/fpu/e_powf.S: 6308 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6309 6310sysdeps/ia64/fpu/e_powl.S: 6311 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6312 6313sysdeps/ia64/fpu/e_remainder.S: 6314 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6315 6316sysdeps/ia64/fpu/e_remainderf.S: 6317 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6318 6319sysdeps/ia64/fpu/e_remainderl.S: 6320 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6321 6322sysdeps/ia64/fpu/e_scalb.S: 6323 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6324 6325sysdeps/ia64/fpu/e_scalbf.S: 6326 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6327 6328sysdeps/ia64/fpu/e_scalbl.S: 6329 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6330 6331sysdeps/ia64/fpu/e_sinh.S: 6332 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6333 6334sysdeps/ia64/fpu/e_sinhf.S: 6335 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6336 6337sysdeps/ia64/fpu/e_sinhl.S: 6338 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6339 6340sysdeps/ia64/fpu/e_sqrt.S: 6341 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6342 6343sysdeps/ia64/fpu/e_sqrtf.S: 6344 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6345 6346sysdeps/ia64/fpu/e_sqrtl.S: 6347 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6348 6349sysdeps/ia64/fpu/fclrexcpt.c: 6350 Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999 and 6351 Jes Sorensen <Jes.Sorensen@cern.ch>, 2000 6352 6353sysdeps/ia64/fpu/fedisblxcpt.c: 6354 Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000. 6355 6356sysdeps/ia64/fpu/feenablxcpt.c: 6357 Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000. 6358 6359sysdeps/ia64/fpu/fegetenv.c: 6360 Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999. 6361 6362sysdeps/ia64/fpu/fegetexcept.c: 6363 Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000. 6364 6365sysdeps/ia64/fpu/fegetround.c: 6366 Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999. 6367 6368sysdeps/ia64/fpu/feholdexcpt.c: 6369 Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999 6370 6371sysdeps/ia64/fpu/fesetenv.c: 6372 Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000 6373 6374sysdeps/ia64/fpu/fesetround.c: 6375 Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999. 6376 6377sysdeps/ia64/fpu/feupdateenv.c: 6378 Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999. 6379 6380sysdeps/ia64/fpu/fgetexcptflg.c: 6381 Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999. 6382 6383sysdeps/ia64/fpu/fraiseexcpt.c: 6384 Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000. 6385 6386sysdeps/ia64/fpu/fsetexcptflg.c: 6387 Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999. 6388 6389sysdeps/ia64/fpu/ftestexcept.c: 6390 Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999. 6391 6392sysdeps/ia64/fpu/get-rounding-mode.h: 6393 Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999. 6394 6395sysdeps/ia64/fpu/libm_cpu_defs.h: 6396 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6397 6398sysdeps/ia64/fpu/libm_error.c: 6399 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6400 6401sysdeps/ia64/fpu/libm_error_codes.h: 6402 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6403 6404sysdeps/ia64/fpu/libm_frexp.S: 6405 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6406 6407sysdeps/ia64/fpu/libm_frexp4.S: 6408 Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story, 6409 and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation. 6410 6411sysdeps/ia64/fpu/libm_frexp4f.S: 6412 Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story, 6413 and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation. 6414 6415sysdeps/ia64/fpu/libm_frexp4l.S: 6416 Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story, 6417 and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation. 6418 6419sysdeps/ia64/fpu/libm_frexpf.S: 6420 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6421 6422sysdeps/ia64/fpu/libm_frexpl.S: 6423 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6424 6425sysdeps/ia64/fpu/libm_lgamma.S: 6426 Contributed 2002 by the Intel Numerics Group, Intel Corporation 6427 6428sysdeps/ia64/fpu/libm_lgammaf.S: 6429 Contributed 2002 by the Intel Numerics Group, Intel Corporation 6430 6431sysdeps/ia64/fpu/libm_lgammal.S: 6432 Contributed 2002 by the Intel Numerics Group, Intel Corporation 6433 6434sysdeps/ia64/fpu/libm_reduce.S: 6435 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6436 6437sysdeps/ia64/fpu/libm_scalblnf.S: 6438 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6439 6440sysdeps/ia64/fpu/libm_sincos.S: 6441 Contributed 2002 by the Intel Numerics Group, Intel Corporation 6442 6443sysdeps/ia64/fpu/libm_sincos_large.S: 6444 Contributed 2002 by the Intel Numerics Group, Intel Corporation 6445 6446sysdeps/ia64/fpu/libm_sincosf.S: 6447 Contributed 2002 by the Intel Numerics Group, Intel Corporation 6448 6449sysdeps/ia64/fpu/libm_sincosl.S: 6450 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6451 6452sysdeps/ia64/fpu/libm_support.h: 6453 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6454 6455sysdeps/ia64/fpu/libm_tan.S: 6456 Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story, 6457 and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation. 6458 6459sysdeps/ia64/fpu/s_asinh.S: 6460 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6461 6462sysdeps/ia64/fpu/s_asinhf.S: 6463 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6464 6465sysdeps/ia64/fpu/s_asinhl.S: 6466 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6467 6468sysdeps/ia64/fpu/s_atan.S: 6469 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6470 6471sysdeps/ia64/fpu/s_atanf.S: 6472 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6473 6474sysdeps/ia64/fpu/s_atanl.S: 6475 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6476 6477sysdeps/ia64/fpu/s_cbrt.S: 6478 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6479 6480sysdeps/ia64/fpu/s_cbrtf.S: 6481 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6482 6483sysdeps/ia64/fpu/s_cbrtl.S: 6484 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6485 6486sysdeps/ia64/fpu/s_ceil.S: 6487 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6488 6489sysdeps/ia64/fpu/s_ceilf.S: 6490 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6491 6492sysdeps/ia64/fpu/s_ceill.S: 6493 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6494 6495sysdeps/ia64/fpu/s_cos.S: 6496 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6497 6498sysdeps/ia64/fpu/s_cosf.S: 6499 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6500 6501sysdeps/ia64/fpu/s_cosl.S: 6502 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6503 6504sysdeps/ia64/fpu/s_erf.S: 6505 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6506 6507sysdeps/ia64/fpu/s_erfc.S: 6508 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6509 6510sysdeps/ia64/fpu/s_erfcf.S: 6511 Contributed 2002 by the Intel Numerics Group, Intel Corporation 6512 6513sysdeps/ia64/fpu/s_erfcl.S: 6514 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6515 6516sysdeps/ia64/fpu/s_erff.S: 6517 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6518 6519sysdeps/ia64/fpu/s_erfl.S: 6520 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6521 6522sysdeps/ia64/fpu/s_expm1.S: 6523 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6524 6525sysdeps/ia64/fpu/s_expm1f.S: 6526 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6527 6528sysdeps/ia64/fpu/s_expm1l.S: 6529 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6530 6531sysdeps/ia64/fpu/s_fabs.S: 6532 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6533 6534sysdeps/ia64/fpu/s_fabsf.S: 6535 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6536 6537sysdeps/ia64/fpu/s_fabsl.S: 6538 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6539 6540sysdeps/ia64/fpu/s_fdim.S: 6541 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6542 6543sysdeps/ia64/fpu/s_fdimf.S: 6544 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6545 6546sysdeps/ia64/fpu/s_fdiml.S: 6547 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6548 6549sysdeps/ia64/fpu/s_floor.S: 6550 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6551 6552sysdeps/ia64/fpu/s_floorf.S: 6553 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6554 6555sysdeps/ia64/fpu/s_floorl.S: 6556 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6557 6558sysdeps/ia64/fpu/s_fma.S: 6559 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6560 6561sysdeps/ia64/fpu/s_fmaf.S: 6562 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6563 6564sysdeps/ia64/fpu/s_fmal.S: 6565 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6566 6567sysdeps/ia64/fpu/s_fmax.S: 6568 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6569 6570sysdeps/ia64/fpu/s_fmaxf.S: 6571 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6572 6573sysdeps/ia64/fpu/s_fmaxl.S: 6574 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6575 6576sysdeps/ia64/fpu/s_frexp.c: 6577 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6578 6579sysdeps/ia64/fpu/s_frexpf.c: 6580 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6581 6582sysdeps/ia64/fpu/s_frexpl.c: 6583 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6584 6585sysdeps/ia64/fpu/s_ilogb.S: 6586 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6587 6588sysdeps/ia64/fpu/s_ilogbf.S: 6589 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6590 6591sysdeps/ia64/fpu/s_isinf.S: 6592 Contributed by Jes Sorensen <jes@linuxcare.com>, October 2000. 6593 6594sysdeps/ia64/fpu/s_isnan.S: 6595 Contributed by Jes Sorensen <jes@linuxcare.com>, October 2000. 6596 6597sysdeps/ia64/fpu/s_ldexp.c: 6598 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6599 6600sysdeps/ia64/fpu/s_ldexpf.c: 6601 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6602 6603sysdeps/ia64/fpu/s_ldexpl.c: 6604 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6605 6606sysdeps/ia64/fpu/s_libm_ldexp.S: 6607 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6608 6609sysdeps/ia64/fpu/s_libm_ldexpf.S: 6610 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6611 6612sysdeps/ia64/fpu/s_libm_ldexpl.S: 6613 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6614 6615sysdeps/ia64/fpu/s_libm_scalbn.S: 6616 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6617 6618sysdeps/ia64/fpu/s_libm_scalbnf.S: 6619 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6620 6621sysdeps/ia64/fpu/s_libm_scalbnl.S: 6622 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6623 6624sysdeps/ia64/fpu/s_log1p.S: 6625 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6626 6627sysdeps/ia64/fpu/s_log1pf.S: 6628 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6629 6630sysdeps/ia64/fpu/s_log1pl.S: 6631 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6632 6633sysdeps/ia64/fpu/s_logb.S: 6634 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6635 6636sysdeps/ia64/fpu/s_logbf.S: 6637 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6638 6639sysdeps/ia64/fpu/s_logbl.S: 6640 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6641 6642sysdeps/ia64/fpu/s_modf.S: 6643 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6644 6645sysdeps/ia64/fpu/s_modff.S: 6646 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6647 6648sysdeps/ia64/fpu/s_modfl.S: 6649 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6650 6651sysdeps/ia64/fpu/s_nearbyint.S: 6652 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6653 6654sysdeps/ia64/fpu/s_nearbyintf.S: 6655 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6656 6657sysdeps/ia64/fpu/s_nearbyintl.S: 6658 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6659 6660sysdeps/ia64/fpu/s_nextafter.S: 6661 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6662 6663sysdeps/ia64/fpu/s_nextafterf.S: 6664 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6665 6666sysdeps/ia64/fpu/s_nextafterl.S: 6667 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6668 6669sysdeps/ia64/fpu/s_nexttoward.S: 6670 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6671 6672sysdeps/ia64/fpu/s_nexttowardf.S: 6673 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6674 6675sysdeps/ia64/fpu/s_nexttowardl.S: 6676 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6677 6678sysdeps/ia64/fpu/s_rint.S: 6679 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6680 6681sysdeps/ia64/fpu/s_rintf.S: 6682 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6683 6684sysdeps/ia64/fpu/s_rintl.S: 6685 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6686 6687sysdeps/ia64/fpu/s_round.S: 6688 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6689 6690sysdeps/ia64/fpu/s_roundf.S: 6691 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6692 6693sysdeps/ia64/fpu/s_roundl.S: 6694 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6695 6696sysdeps/ia64/fpu/s_scalblnf.c: 6697 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6698 6699sysdeps/ia64/fpu/s_scalbn.c: 6700 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6701 6702sysdeps/ia64/fpu/s_scalbnf.c: 6703 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6704 6705sysdeps/ia64/fpu/s_scalbnl.c: 6706 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6707 6708sysdeps/ia64/fpu/s_significand.S: 6709 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6710 6711sysdeps/ia64/fpu/s_significandf.S: 6712 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6713 6714sysdeps/ia64/fpu/s_significandl.S: 6715 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6716 6717sysdeps/ia64/fpu/s_tan.S: 6718 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6719 6720sysdeps/ia64/fpu/s_tanf.S: 6721 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6722 6723sysdeps/ia64/fpu/s_tanh.S: 6724 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6725 6726sysdeps/ia64/fpu/s_tanhf.S: 6727 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6728 6729sysdeps/ia64/fpu/s_tanhl.S: 6730 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6731 6732sysdeps/ia64/fpu/s_tanl.S: 6733 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6734 6735sysdeps/ia64/fpu/s_trunc.S: 6736 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6737 6738sysdeps/ia64/fpu/s_truncf.S: 6739 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6740 6741sysdeps/ia64/fpu/s_truncl.S: 6742 Contributed 2000 by the Intel Numerics Group, Intel Corporation 6743 6744sysdeps/ia64/fpu/w_lgamma_main.c: 6745 Contributed 2002 by the Intel Numerics Group, Intel Corporation 6746 6747sysdeps/ia64/fpu/w_lgammaf_main.c: 6748 Contributed 2002 by the Intel Numerics Group, Intel Corporation 6749 6750sysdeps/ia64/fpu/w_lgammal_main.c: 6751 Contributed 2002 by the Intel Numerics Group, Intel Corporation 6752 6753sysdeps/ia64/fpu/w_tgamma_compat.S: 6754 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6755 6756sysdeps/ia64/fpu/w_tgammaf_compat.S: 6757 Contributed 2001 by the Intel Numerics Group, Intel Corporation 6758 6759sysdeps/ia64/fpu/w_tgammal_compat.S: 6760 Contributed 2002 by the Intel Numerics Group, Intel Corporation 6761 6762sysdeps/ia64/hp-timing.h: 6763 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001. 6764 6765sysdeps/ia64/htonl.S: 6766 Contributed by Dan Pop <Dan.Pop@cern.ch> 6767 6768sysdeps/ia64/htons.S: 6769 Contributed by Dan Pop <Dan.Pop@cern.ch> 6770 6771sysdeps/ia64/jmpbuf-unwind.h: 6772 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 6773 6774sysdeps/ia64/memccpy.S: 6775 Contributed by Dan Pop <Dan.Pop@cern.ch>. 6776 6777sysdeps/ia64/memchr.S: 6778 Contributed by Dan Pop <Dan.Pop@cern.ch>. 6779 6780sysdeps/ia64/memcmp.S: 6781 Contributed by Dan Pop <Dan.Pop@cern.ch>. 6782 6783sysdeps/ia64/memcpy.S: 6784 Contributed by Dan Pop for Itanium <Dan.Pop@cern.ch>. 6785 Rewritten for McKinley by Sverre Jarp, HP Labs/CERN <Sverre.Jarp@cern.ch> 6786 6787sysdeps/ia64/memmove.S: 6788 Contributed by Dan Pop <Dan.Pop@cern.ch>. 6789 6790sysdeps/ia64/memset.S: 6791 Contributed by Dan Pop for Itanium <Dan.Pop@cern.ch>. 6792 Rewritten for McKinley by Sverre Jarp, HP Labs/CERN <Sverre.Jarp@cern.ch> 6793 6794sysdeps/ia64/nptl/pthread_spin_lock.c: 6795 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 6796 6797sysdeps/ia64/nptl/pthread_spin_trylock.c: 6798 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 6799 6800sysdeps/ia64/nptl/pthread_spin_unlock.c: 6801 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 6802 6803sysdeps/ia64/start.S: 6804 Written by Jes Sorensen, <Jes.Sorensen@cern.ch>, April 1999. 6805 6806sysdeps/ia64/strchr.S: 6807 Contributed by Dan Pop <Dan.Pop@cern.ch>. 6808 6809sysdeps/ia64/strcmp.S: 6810 Contributed by Dan Pop <Dan.Pop@cern.ch>. 6811 6812sysdeps/ia64/strcpy.S: 6813 Contributed by Dan Pop <Dan.Pop@cern.ch>. 6814 6815sysdeps/ia64/strlen.S: 6816 Contributed by Dan Pop <Dan.Pop@cern.ch>. 6817 6818sysdeps/ia64/strncmp.S: 6819 Contributed by Dan Pop <Dan.Pop@cern.ch>. 6820 6821sysdeps/ia64/strncpy.S: 6822 Contributed by Dan Pop <Dan.Pop@cern.ch> 6823 and Jakub Jelinek <jakub@redhat.com>. 6824 6825sysdeps/ia64/sysdep.h: 6826 Contributed by David Mosberger-Tang <davidm@hpl.hp.com> 6827 6828sysdeps/ia64/unwind-resume.c: 6829 Contributed by Jakub Jelinek <jakub@redhat.com>. 6830 6831sysdeps/ieee754/dbl-64/asincos.tbl: 6832 Written by International Business Machines Corp. 6833 6834sysdeps/ieee754/dbl-64/atnat.h: 6835 Written by International Business Machines Corp. 6836 6837sysdeps/ieee754/dbl-64/atnat2.h: 6838 Written by International Business Machines Corp. 6839 6840sysdeps/ieee754/dbl-64/branred.c: 6841 Written by International Business Machines Corp. 6842 6843sysdeps/ieee754/dbl-64/branred.h: 6844 Written by International Business Machines Corp. 6845 6846sysdeps/ieee754/dbl-64/dla.h: 6847 Written by International Business Machines Corp. 6848 6849sysdeps/ieee754/dbl-64/e_acosh.c: 6850 Optimized for 64-bit by Ulrich Drepper <drepper@gmail.com>, 2012 6851 6852sysdeps/ieee754/dbl-64/e_atanh.c: 6853 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 6854 6855sysdeps/ieee754/dbl-64/e_cosh.c: 6856 Optimized by Ulrich Drepper <drepper@gmail.com>, 2011 6857 6858sysdeps/ieee754/dbl-64/e_fmod.c: 6859 Rewritten for 64-bit machines by Ulrich Drepper <drepper@gmail.com>. 6860 6861sysdeps/ieee754/dbl-64/e_gamma_r.c: 6862 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 6863 6864sysdeps/ieee754/dbl-64/mydefs.h: 6865 Written by International Business Machines Corp. 6866 6867sysdeps/ieee754/dbl-64/powtwo.tbl: 6868 Written by International Business Machines Corp. 6869 6870sysdeps/ieee754/dbl-64/root.tbl: 6871 Written by International Business Machines Corp. 6872 6873sysdeps/ieee754/dbl-64/s_cbrt.c: 6874 Contributed by Dirk Alboth <dirka@uni-paderborn.de> and 6875 Ulrich Drepper <drepper@cygnus.com>, 1997. 6876 6877sysdeps/ieee754/dbl-64/s_floor.c: 6878 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2011. 6879 6880sysdeps/ieee754/dbl-64/s_fma.c: 6881 Contributed by Jakub Jelinek <jakub@redhat.com>, 2010. 6882 6883sysdeps/ieee754/dbl-64/s_fmaf.c: 6884 Contributed by Jakub Jelinek <jakub@redhat.com>, 2010. 6885 6886sysdeps/ieee754/dbl-64/s_fpclassify.c: 6887 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 6888 6889sysdeps/ieee754/dbl-64/s_frexp.c: 6890 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 6891 6892sysdeps/ieee754/dbl-64/s_isinf.c: 6893 Written by J.T. Conklin <jtc@netbsd.org>. 6894 Changed to return -1 for -Inf by Ulrich Drepper <drepper@cygnus.com>. 6895 6896sysdeps/ieee754/dbl-64/s_llrint.c: 6897 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 6898 6899sysdeps/ieee754/dbl-64/s_llround.c: 6900 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 6901 6902sysdeps/ieee754/dbl-64/s_logb.c: 6903 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 6904 6905sysdeps/ieee754/dbl-64/s_lrint.c: 6906 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 6907 6908sysdeps/ieee754/dbl-64/s_modf.c: 6909 Rewritten for 64-bit machines by Ulrich Drepper <drepper@gmail.com>. 6910 6911sysdeps/ieee754/dbl-64/s_nearbyint.c: 6912 Adapted for use as nearbyint by Ulrich Drepper <drepper@cygnus.com>. 6913 6914sysdeps/ieee754/dbl-64/s_remquo.c: 6915 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 6916 6917sysdeps/ieee754/dbl-64/s_round.c: 6918 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 6919 6920sysdeps/ieee754/dbl-64/s_signbit.c: 6921 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 6922 6923sysdeps/ieee754/dbl-64/s_sincos.c: 6924 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 6925 6926sysdeps/ieee754/dbl-64/s_trunc.c: 6927 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 6928 6929sysdeps/ieee754/dbl-64/sincostab.c: 6930 Written by International Business Machines Corp. 6931 6932sysdeps/ieee754/dbl-64/uasncs.h: 6933 Written by International Business Machines Corp. 6934 6935sysdeps/ieee754/dbl-64/uatan.tbl: 6936 Written by International Business Machines Corp. 6937 6938sysdeps/ieee754/dbl-64/urem.h: 6939 Written by International Business Machines Corp. 6940 6941sysdeps/ieee754/dbl-64/usncs.h: 6942 Written by International Business Machines Corp. 6943 6944sysdeps/ieee754/dbl-64/utan.h: 6945 Written by International Business Machines Corp. 6946 6947sysdeps/ieee754/dbl-64/utan.tbl: 6948 Written by International Business Machines Corp. 6949 6950sysdeps/ieee754/flt-32/e_acosf.c: 6951 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 6952 6953sysdeps/ieee754/flt-32/e_acoshf.c: 6954 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 6955 6956sysdeps/ieee754/flt-32/e_asinf.c: 6957 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 6958 6959sysdeps/ieee754/flt-32/e_atan2f.c: 6960 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 6961 6962sysdeps/ieee754/flt-32/e_atanhf.c: 6963 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 6964 6965sysdeps/ieee754/flt-32/e_coshf.c: 6966 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 6967 Optimizations by Ulrich Drepper <drepper@gmail.com>, 2011 6968 6969sysdeps/ieee754/flt-32/e_fmodf.c: 6970 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 6971 6972sysdeps/ieee754/flt-32/e_gammaf_r.c: 6973 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 6974 6975sysdeps/ieee754/flt-32/e_hypotf.c: 6976 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 6977 6978sysdeps/ieee754/flt-32/e_ilogbf.c: 6979 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 6980 6981sysdeps/ieee754/flt-32/e_j0f.c: 6982 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 6983 6984sysdeps/ieee754/flt-32/e_j1f.c: 6985 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 6986 6987sysdeps/ieee754/flt-32/e_jnf.c: 6988 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 6989 6990sysdeps/ieee754/flt-32/e_lgammaf_r.c: 6991 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 6992 6993sysdeps/ieee754/flt-32/e_log10f.c: 6994 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 6995 6996sysdeps/ieee754/flt-32/e_remainderf.c: 6997 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 6998 6999sysdeps/ieee754/flt-32/e_sinhf.c: 7000 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7001 7002sysdeps/ieee754/flt-32/e_sqrtf.c: 7003 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7004 7005sysdeps/ieee754/flt-32/k_tanf.c: 7006 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7007 7008sysdeps/ieee754/flt-32/s_asinhf.c: 7009 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7010 7011sysdeps/ieee754/flt-32/s_atanf.c: 7012 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7013 7014sysdeps/ieee754/flt-32/s_cbrtf.c: 7015 Contributed by Dirk Alboth <dirka@uni-paderborn.de> and 7016 Ulrich Drepper <drepper@cygnus.com>, 1997. 7017 7018sysdeps/ieee754/flt-32/s_ceilf.c: 7019 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7020 7021sysdeps/ieee754/flt-32/s_copysignf.c: 7022 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7023 7024sysdeps/ieee754/flt-32/s_erff.c: 7025 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7026 7027sysdeps/ieee754/flt-32/s_expm1f.c: 7028 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7029 7030sysdeps/ieee754/flt-32/s_fabsf.c: 7031 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7032 7033sysdeps/ieee754/flt-32/s_finitef.c: 7034 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7035 7036sysdeps/ieee754/flt-32/s_floorf.c: 7037 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7038 7039sysdeps/ieee754/flt-32/s_fpclassifyf.c: 7040 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7041 7042sysdeps/ieee754/flt-32/s_frexpf.c: 7043 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7044 7045sysdeps/ieee754/flt-32/s_isinff.c: 7046 Written by J.T. Conklin <jtc@netbsd.org>. 7047 7048sysdeps/ieee754/flt-32/s_isnanf.c: 7049 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7050 7051sysdeps/ieee754/flt-32/s_llrintf.c: 7052 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7053 7054sysdeps/ieee754/flt-32/s_llroundf.c: 7055 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7056 7057sysdeps/ieee754/flt-32/s_log1pf.c: 7058 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7059 7060sysdeps/ieee754/flt-32/s_logbf.c: 7061 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7062 7063sysdeps/ieee754/flt-32/s_lrintf.c: 7064 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7065 7066sysdeps/ieee754/flt-32/s_lroundf.c: 7067 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7068 7069sysdeps/ieee754/flt-32/s_modff.c: 7070 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7071 7072sysdeps/ieee754/flt-32/s_nearbyintf.c: 7073 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7074 7075sysdeps/ieee754/flt-32/s_nextafterf.c: 7076 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7077 7078sysdeps/ieee754/flt-32/s_remquof.c: 7079 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7080 7081sysdeps/ieee754/flt-32/s_rintf.c: 7082 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7083 7084sysdeps/ieee754/flt-32/s_roundf.c: 7085 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7086 7087sysdeps/ieee754/flt-32/s_scalblnf.c: 7088 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7089 7090sysdeps/ieee754/flt-32/s_scalbnf.c: 7091 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7092 7093sysdeps/ieee754/flt-32/s_signbitf.c: 7094 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7095 7096sysdeps/ieee754/flt-32/s_tanf.c: 7097 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7098 7099sysdeps/ieee754/flt-32/s_tanhf.c: 7100 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7101 7102sysdeps/ieee754/flt-32/s_truncf.c: 7103 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7104 7105sysdeps/ieee754/ldbl-128/e_acoshl.c: 7106 Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. 7107 7108sysdeps/ieee754/ldbl-128/e_atan2l.c: 7109 Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. 7110 7111sysdeps/ieee754/ldbl-128/e_atanhl.c: 7112 Conversion to long double by Ulrich Drepper, 7113 Cygnus Support, drepper@cygnus.com. 7114 7115sysdeps/ieee754/ldbl-128/e_expl.c: 7116 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 7117 Partly based on double-precision code 7118 by Geoffrey Keating <geoffk@ozemail.com.au> 7119 7120sysdeps/ieee754/ldbl-128/e_fmodl.c: 7121 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7122 7123sysdeps/ieee754/ldbl-128/e_gammal_r.c: 7124 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and 7125 Jakub Jelinek <jj@ultra.linux.cz, 1999. 7126 7127sysdeps/ieee754/ldbl-128/e_hypotl.c: 7128 Conversion to long double by Jakub Jelinek, jakub@redhat.com. 7129 7130sysdeps/ieee754/ldbl-128/e_ilogbl.c: 7131 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7132 7133sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: 7134 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 7135 7136sysdeps/ieee754/ldbl-128/e_remainderl.c: 7137 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7138 7139sysdeps/ieee754/ldbl-128/e_sinhl.c: 7140 Conversion to long double by Ulrich Drepper, 7141 Cygnus Support, drepper@cygnus.com. 7142 7143sysdeps/ieee754/ldbl-128/k_cosl.c: 7144 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 7145 7146sysdeps/ieee754/ldbl-128/k_sincosl.c: 7147 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 7148 7149sysdeps/ieee754/ldbl-128/k_sinl.c: 7150 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 7151 7152sysdeps/ieee754/ldbl-128/s_asinhl.c: 7153 Conversion to long double by Ulrich Drepper, 7154 Cygnus Support, drepper@cygnus.com. 7155 7156sysdeps/ieee754/ldbl-128/s_ceill.c: 7157 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7158 7159sysdeps/ieee754/ldbl-128/s_copysignl.c: 7160 Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. 7161 7162sysdeps/ieee754/ldbl-128/s_cosl.c: 7163 Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. 7164 7165sysdeps/ieee754/ldbl-128/s_fabsl.c: 7166 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7167 7168sysdeps/ieee754/ldbl-128/s_finitel.c: 7169 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7170 7171sysdeps/ieee754/ldbl-128/s_floorl.c: 7172 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7173 7174sysdeps/ieee754/ldbl-128/s_fma.c: 7175 Contributed by Jakub Jelinek <jakub@redhat.com>, 2010. 7176 7177sysdeps/ieee754/ldbl-128/s_fmal.c: 7178 Contributed by Jakub Jelinek <jakub@redhat.com>, 2010. 7179 7180sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: 7181 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and 7182 Jakub Jelinek <jj@ultra.linux.cz>, 1999. 7183 7184sysdeps/ieee754/ldbl-128/s_frexpl.c: 7185 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7186 7187sysdeps/ieee754/ldbl-128/s_isinfl.c: 7188 Written by J.T. Conklin <jtc@netbsd.org>. 7189 Change for long double by Jakub Jelinek <jj@ultra.linux.cz> 7190 7191sysdeps/ieee754/ldbl-128/s_isnanl.c: 7192 Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. 7193 7194sysdeps/ieee754/ldbl-128/s_llrintl.c: 7195 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and 7196 Jakub Jelinek <jj@ultra.linux.cz>, 1999. 7197 7198sysdeps/ieee754/ldbl-128/s_llroundl.c: 7199 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and 7200 Jakub Jelinek <jj@ultra.linux.cz>, 1999. 7201 7202sysdeps/ieee754/ldbl-128/s_logbl.c: 7203 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7204 7205sysdeps/ieee754/ldbl-128/s_lrintl.c: 7206 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and 7207 Jakub Jelinek <jj@ultra.linux.cz>, 1999. 7208 7209sysdeps/ieee754/ldbl-128/s_lroundl.c: 7210 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and 7211 Jakub Jelinek <jj@ultra.linux.cz>, 1999. 7212 7213sysdeps/ieee754/ldbl-128/s_modfl.c: 7214 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7215 7216sysdeps/ieee754/ldbl-128/s_nearbyintl.c: 7217 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7218 7219sysdeps/ieee754/ldbl-128/s_nextafterl.c: 7220 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7221 7222sysdeps/ieee754/ldbl-128/s_remquol.c: 7223 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and 7224 Jakub Jelinek <jj@ultra.linux.cz>, 1999. 7225 7226sysdeps/ieee754/ldbl-128/s_rintl.c: 7227 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7228 7229sysdeps/ieee754/ldbl-128/s_roundl.c: 7230 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and 7231 Jakub Jelinek <jj@ultra.linux.cz>, 1999. 7232 7233sysdeps/ieee754/ldbl-128/s_scalblnl.c: 7234 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7235 7236sysdeps/ieee754/ldbl-128/s_scalbnl.c: 7237 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7238 7239sysdeps/ieee754/ldbl-128/s_signbitl.c: 7240 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7241 7242sysdeps/ieee754/ldbl-128/s_sincosl.c: 7243 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and 7244 Jakub Jelinek <jj@ultra.linux.cz>. 7245 7246sysdeps/ieee754/ldbl-128/s_sinl.c: 7247 Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. 7248 7249sysdeps/ieee754/ldbl-128/s_tanhl.c: 7250 Conversion to long double by Ulrich Drepper, 7251 Cygnus Support, drepper@cygnus.com. 7252 7253sysdeps/ieee754/ldbl-128/s_tanl.c: 7254 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7255 7256sysdeps/ieee754/ldbl-128/s_truncl.c: 7257 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and 7258 Jakub Jelinek <jj@ultra.linux.cz>, 1999. 7259 7260sysdeps/ieee754/ldbl-128/t_expl.h: 7261 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 7262 7263sysdeps/ieee754/ldbl-128/t_sincosl.c: 7264 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 7265 7266sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: 7267 Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. 7268 7269sysdeps/ieee754/ldbl-128ibm/e_expl.c: 7270 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 7271 Partly based on double-precision code 7272 by Geoffrey Keating <geoffk@ozemail.com.au> 7273 7274sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: 7275 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7276 7277sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: 7278 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and 7279 Jakub Jelinek <jj@ultra.linux.cz, 1999. 7280 7281sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: 7282 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7283 7284sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: 7285 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 7286 7287sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: 7288 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7289 7290sysdeps/ieee754/ldbl-128ibm/k_cosl.c: 7291 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 7292 7293sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: 7294 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 7295 7296sysdeps/ieee754/ldbl-128ibm/k_sinl.c: 7297 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 7298 7299sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: 7300 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7301 7302sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: 7303 Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. 7304 7305sysdeps/ieee754/ldbl-128ibm/s_cosl.c: 7306 Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. 7307 7308sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: 7309 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7310 7311sysdeps/ieee754/ldbl-128ibm/s_finitel.c: 7312 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7313 7314sysdeps/ieee754/ldbl-128ibm/s_fmal.c: 7315 Contributed by David Flaherty <flaherty@linux.vnet.ibm.com>. 7316 7317sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: 7318 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and 7319 Jakub Jelinek <jj@ultra.linux.cz>, 1999. 7320 7321sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: 7322 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7323 7324sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: 7325 Written by J.T. Conklin <jtc@netbsd.org>. 7326 Change for long double by Jakub Jelinek <jj@ultra.linux.cz> 7327 7328sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: 7329 Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. 7330 7331sysdeps/ieee754/ldbl-128ibm/s_logbl.c: 7332 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7333 7334sysdeps/ieee754/ldbl-128ibm/s_modfl.c: 7335 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7336 7337sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: 7338 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7339 7340sysdeps/ieee754/ldbl-128ibm/s_remquol.c: 7341 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and 7342 Jakub Jelinek <jj@ultra.linux.cz>, 1999. 7343 7344sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: 7345 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7346 7347sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: 7348 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7349 7350sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: 7351 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7352 7353sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: 7354 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and 7355 Jakub Jelinek <jj@ultra.linux.cz>. 7356 7357sysdeps/ieee754/ldbl-128ibm/s_sinl.c: 7358 Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. 7359 7360sysdeps/ieee754/ldbl-128ibm/s_tanl.c: 7361 Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. 7362 7363sysdeps/ieee754/ldbl-128ibm/t_sincosl.c: 7364 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 7365 7366sysdeps/ieee754/ldbl-96/e_acoshl.c: 7367 Conversion to long double by Ulrich Drepper, 7368 Cygnus Support, drepper@cygnus.com. 7369 7370sysdeps/ieee754/ldbl-96/e_atanhl.c: 7371 Conversion to long double by Ulrich Drepper, 7372 Cygnus Support, drepper@cygnus.com. 7373 7374sysdeps/ieee754/ldbl-96/e_gammal_r.c: 7375 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7376 7377sysdeps/ieee754/ldbl-96/e_hypotl.c: 7378 Conversion to long double by Ulrich Drepper, 7379 Cygnus Support, drepper@cygnus.com. 7380 7381sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: 7382 Based on quad-precision code by Jakub Jelinek <jj@ultra.linux.cz> 7383 7384sysdeps/ieee754/ldbl-96/e_sinhl.c: 7385 Conversion to long double by Ulrich Drepper, 7386 Cygnus Support, drepper@cygnus.com. 7387 7388sysdeps/ieee754/ldbl-96/k_cosl.c: 7389 Based on quad-precision cosine by Jakub Jelinek <jj@ultra.linux.cz> 7390 7391sysdeps/ieee754/ldbl-96/k_sinl.c: 7392 Based on quad-precision sine by Jakub Jelinek <jj@ultra.linux.cz> 7393 7394sysdeps/ieee754/ldbl-96/s_asinhl.c: 7395 Conversion to long double by Ulrich Drepper, 7396 Cygnus Support, drepper@cygnus.com. 7397 7398sysdeps/ieee754/ldbl-96/s_cbrtl.c: 7399 Contributed by Dirk Alboth <dirka@uni-paderborn.de> and 7400 Ulrich Drepper <drepper@cygnus.com>, 1997. 7401 7402sysdeps/ieee754/ldbl-96/s_copysignl.c: 7403 Conversion to long double by Ulrich Drepper, 7404 Cygnus Support, drepper@cygnus.com. 7405 7406sysdeps/ieee754/ldbl-96/s_cosl.c: 7407 Conversion to long double by Ulrich Drepper, 7408 Cygnus Support, drepper@cygnus.com. 7409 7410sysdeps/ieee754/ldbl-96/s_fma.c: 7411 Contributed by Jakub Jelinek <jakub@redhat.com>, 2010. 7412 7413sysdeps/ieee754/ldbl-96/s_fmal.c: 7414 Contributed by Jakub Jelinek <jakub@redhat.com>, 2010. 7415 7416sysdeps/ieee754/ldbl-96/s_frexpl.c: 7417 Conversion to long double by Ulrich Drepper, 7418 Cygnus Support, drepper@cygnus.com. 7419 7420sysdeps/ieee754/ldbl-96/s_llrintl.c: 7421 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7422 7423sysdeps/ieee754/ldbl-96/s_llroundl.c: 7424 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7425 7426sysdeps/ieee754/ldbl-96/s_lrintl.c: 7427 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7428 7429sysdeps/ieee754/ldbl-96/s_lroundl.c: 7430 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7431 7432sysdeps/ieee754/ldbl-96/s_modfl.c: 7433 Conversion to long double by Ulrich Drepper, 7434 Cygnus Support, drepper@cygnus.com. 7435 7436sysdeps/ieee754/ldbl-96/s_nexttowardf.c: 7437 Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. 7438 7439sysdeps/ieee754/ldbl-96/s_remquol.c: 7440 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7441 7442sysdeps/ieee754/ldbl-96/s_roundl.c: 7443 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7444 7445sysdeps/ieee754/ldbl-96/s_scalblnl.c: 7446 Conversion to long double by Ulrich Drepper, 7447 Cygnus Support, drepper@cygnus.com. 7448 7449sysdeps/ieee754/ldbl-96/s_signbitl.c: 7450 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7451 7452sysdeps/ieee754/ldbl-96/s_sincosl.c: 7453 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7454 7455sysdeps/ieee754/ldbl-96/s_sinl.c: 7456 Conversion to long double by Ulrich Drepper, 7457 Cygnus Support, drepper@cygnus.com. 7458 7459sysdeps/ieee754/ldbl-96/s_tanhl.c: 7460 Conversion to long double by Ulrich Drepper, 7461 Cygnus Support, drepper@cygnus.com. 7462 7463sysdeps/ieee754/ldbl-96/s_tanl.c: 7464 Conversion to long double by Ulrich Drepper, 7465 Cygnus Support, drepper@cygnus.com. 7466 7467sysdeps/ieee754/ldbl-96/t_sincosl.c: 7468 Based on quad-precision tables by Jakub Jelinek <jj@ultra.linux.cz> 7469 7470sysdeps/ieee754/ldbl-opt/nldbl-compat.c: 7471 Contributed by Jakub Jelinek <jakub@cygnus.com>, 2006. 7472 7473sysdeps/ieee754/ldbl-opt/nldbl-compat.h: 7474 Contributed by Jakub Jelinek <jakub@cygnus.com>, 2006. 7475 7476sysdeps/m68k/dl-tls.h: 7477 Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010. 7478 7479sysdeps/m68k/ffs.c: 7480 Contributed by Torbjorn Granlund (tege@sics.se). 7481 7482sysdeps/m68k/fpu/fclrexcpt.c: 7483 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7484 7485sysdeps/m68k/fpu/fedisblxcpt.c: 7486 Contributed by Andreas Schwab <schwab@suse.de>, 2000. 7487 7488sysdeps/m68k/fpu/feenablxcpt.c: 7489 Contributed by Andreas Schwab <schwab@suse.de>, 2000. 7490 7491sysdeps/m68k/fpu/fegetenv.c: 7492 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7493 7494sysdeps/m68k/fpu/fegetexcept.c: 7495 Contributed by Andreas Schwab <schwab@suse.de>, 2000. 7496 7497sysdeps/m68k/fpu/fegetround.c: 7498 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7499 7500sysdeps/m68k/fpu/feholdexcpt.c: 7501 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7502 7503sysdeps/m68k/fpu/fesetenv.c: 7504 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7505 7506sysdeps/m68k/fpu/fesetround.c: 7507 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7508 7509sysdeps/m68k/fpu/feupdateenv.c: 7510 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7511 7512sysdeps/m68k/fpu/fgetexcptflg.c: 7513 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7514 7515sysdeps/m68k/fpu/fsetexcptflg.c: 7516 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7517 7518sysdeps/m68k/fpu/ftestexcept.c: 7519 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7520 7521sysdeps/m68k/libc-tls.c: 7522 Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010. 7523 7524sysdeps/m68k/m680x0/fpu/e_scalb.c: 7525 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>. 7526 7527sysdeps/m68k/m680x0/fpu/fraiseexcpt.c: 7528 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7529 7530sysdeps/m68k/m680x0/fpu/s_ccosh_template.c: 7531 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>. 7532 7533sysdeps/m68k/m680x0/fpu/s_cexp_template.c: 7534 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7535 7536sysdeps/m68k/m680x0/fpu/s_csin_template.c: 7537 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>. 7538 7539sysdeps/m68k/m680x0/fpu/s_csinh_template.c: 7540 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>. 7541 7542sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c: 7543 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7544 Fixed for m68k by Andreas Schwab <schwab@suse.de>. 7545 7546sysdeps/m68k/m680x0/fpu/s_llrint.c: 7547 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7548 7549sysdeps/m68k/m680x0/fpu/s_llrintf.c: 7550 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7551 7552sysdeps/m68k/m680x0/fpu/s_llrintl.c: 7553 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7554 7555sysdeps/m68k/m680x0/fpu/s_logbl.c: 7556 Conversion to long double by Ulrich Drepper, 7557 Cygnus Support, drepper@cygnus.com. 7558 7559sysdeps/m68k/m680x0/fpu/s_lrint_template.c: 7560 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7561 7562sysdeps/m68k/m680x0/fpu/s_nextafterl.c: 7563 Conversion to long double by Ulrich Drepper, 7564 Cygnus Support, drepper@cygnus.com. 7565 Fixed for m68k by Andreas Schwab <schwab@suse.de>. 7566 7567sysdeps/m68k/m680x0/fpu/s_remquo_template.c: 7568 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 7569 7570sysdeps/m68k/m680x0/m68020/atomic-machine.h: 7571 Contributed by Andreas Schwab <schwab@suse.de>, 2003. 7572 7573sysdeps/m68k/memchr.S: 7574 Contributed by Andreas Schwab <schwab@gnu.org>. 7575 7576sysdeps/m68k/memcopy.h: 7577 Contributed by Torbjorn Granlund (tege@sics.se). 7578 7579sysdeps/m68k/nptl/Makefile: 7580 Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010. 7581 7582sysdeps/m68k/nptl/bits/pthreadtypes-arch.h: 7583 Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010. 7584 7585sysdeps/m68k/nptl/bits/semaphore.h: 7586 Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010. 7587 7588sysdeps/m68k/nptl/pthreaddef.h: 7589 Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010. 7590 7591sysdeps/m68k/nptl/tls.h: 7592 Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010. 7593 7594sysdeps/m68k/rawmemchr.S: 7595 Contributed by Andreas Schwab <schwab@gnu.org>. 7596 7597sysdeps/m68k/strchr.S: 7598 Contributed by Andreas Schwab <schwab@gnu.org>. 7599 7600sysdeps/m68k/strchrnul.S: 7601 Contributed by Andreas Schwab <schwab@gnu.org>. 7602 7603sysdeps/m68k/tls-macros.h: 7604 Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010. 7605 7606sysdeps/m68k/wcpcpy_chk.c: 7607 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 7608 7609sysdeps/mach/hurd/hp-timing.h: 7610 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 7611 7612sysdeps/mach/hurd/i386/getcontext.S: 7613 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 7614 7615sysdeps/mach/hurd/i386/makecontext.S: 7616 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 7617 7618sysdeps/mach/hurd/i386/setcontext.S: 7619 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 7620 7621sysdeps/mach/hurd/i386/swapcontext.S: 7622 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 7623 7624sysdeps/mach/hurd/ifreq.h: 7625 Contributed by Andreas Jaeger <aj@suse.de>. 7626 7627sysdeps/mach/hurd/net/if_arp.h: 7628 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7629 7630sysdeps/mach/hurd/not-cancel.h: 7631 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 7632 7633sysdeps/mach/hurd/waitid.c: 7634 Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1997. 7635 7636sysdeps/mips/__longjmp.c: 7637 Contributed by Brendan Kehoe (brendan@zen.org). 7638 7639sysdeps/mips/dl-machine.h: 7640 Contributed by Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>. 7641 7642sysdeps/mips/dl-procinfo.c: 7643 Contributed by Robert Millan <rmh@gnu.org>. 7644 7645sysdeps/mips/dl-procinfo.h: 7646 Contributed by Robert Millan <rmh@gnu.org>. 7647 7648sysdeps/mips/dl-trampoline.c: 7649 Contributed by Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>. 7650 7651sysdeps/mips/fpu/fclrexcpt.c: 7652 Contributed by Andreas Jaeger <aj@suse.de>, 1998. 7653 7654sysdeps/mips/fpu/fedisblxcpt.c: 7655 Contributed by Andreas Jaeger <aj@suse.de>, 2000. 7656 7657sysdeps/mips/fpu/feenablxcpt.c: 7658 Contributed by Andreas Jaeger <aj@suse.de>, 2000. 7659 7660sysdeps/mips/fpu/fegetenv.c: 7661 Contributed by Andreas Jaeger <aj@suse.de>, 1998. 7662 7663sysdeps/mips/fpu/fegetexcept.c: 7664 Contributed by Andreas Jaeger <aj@suse.de>, 2000. 7665 7666sysdeps/mips/fpu/fegetround.c: 7667 Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1998. 7668 7669sysdeps/mips/fpu/feholdexcpt.c: 7670 Contributed by Andreas Jaeger <aj@suse.de>, 2000. 7671 7672sysdeps/mips/fpu/fenv_libc.h: 7673 Contributed by Andreas Jaeger <aj@suse.de>. 7674 7675sysdeps/mips/fpu/fesetenv.c: 7676 Contributed by Andreas Jaeger <aj@suse.de>, 1998. 7677 7678sysdeps/mips/fpu/fesetround.c: 7679 Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1998. 7680 7681sysdeps/mips/fpu/feupdateenv.c: 7682 Contributed by Andreas Jaeger <aj@suse.de>, 1998. 7683 7684sysdeps/mips/fpu/fgetexcptflg.c: 7685 Contributed by Andreas Jaeger <aj@suse.de>, 1998. 7686 7687sysdeps/mips/fpu/fraiseexcpt.c: 7688 Contributed by Andreas Jaeger <aj@suse.de>, 2000. 7689 7690sysdeps/mips/fpu/fsetexcptflg.c: 7691 Contributed by Hartvig Ekner <hartvige@mips.com>, 2002. 7692 7693sysdeps/mips/fpu/ftestexcept.c: 7694 Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1998. 7695 7696sysdeps/mips/mips64/__longjmp.c: 7697 Contributed by Brendan Kehoe (brendan@zen.org). 7698 7699sysdeps/mips/mips64/e_sqrtl.c: 7700 Contributed by Richard Henderson (rth@cygnus.com) and 7701 Jakub Jelinek (jj@ultra.linux.cz). 7702 7703sysdeps/mips/mips64/setjmp_aux.c: 7704 Contributed by Brendan Kehoe (brendan@zen.org). 7705 7706sysdeps/mips/setjmp_aux.c: 7707 Contributed by Brendan Kehoe (brendan@zen.org). 7708 7709sysdeps/mips/sys/tas.h: 7710 Contributed by Maciej W. Rozycki <macro@ds2.pg.gda.pl>, 2000. 7711 7712sysdeps/nptl/Makeconfig: 7713 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 7714 7715sysdeps/nptl/Makefile: 7716 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 7717 7718sysdeps/nptl/internaltypes.h: 7719 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 7720 7721sysdeps/nptl/pthreadP.h: 7722 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 7723 7724sysdeps/nptl/timer_routines.h: 7725 Contributed by Kaz Kylheku <kaz@ashi.footprints.net>. 7726 7727sysdeps/posix/getpagesize.c: 7728 Contributed by Brendan Kehoe (brendan@cygnus.com). 7729 7730sysdeps/posix/pread.c: 7731 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7732 7733sysdeps/posix/pread64.c: 7734 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7735 7736sysdeps/posix/pwrite64.c: 7737 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7738 7739sysdeps/posix/sigignore.c: 7740 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 7741 7742sysdeps/posix/sigwait.c: 7743 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 7744 7745sysdeps/posix/sprofil.c: 7746 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 7747 7748sysdeps/posix/usleep.c: 7749 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 7750 7751sysdeps/powerpc/atomic-machine.h: 7752 Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003. 7753 7754sysdeps/powerpc/ffs.c: 7755 Contributed by Torbjorn Granlund (tege@sics.se). 7756 7757sysdeps/powerpc/fpu/e_hypot.c: 7758 Contributed by Adhemerval Zanella <azanella@br.ibm.com>, 2011 7759 7760sysdeps/powerpc/fpu/e_hypotf.c: 7761 Contributed by Adhemerval Zanella <azanella@br.ibm.com>, 2011 7762 7763sysdeps/powerpc/fpu/fedisblxcpt.c: 7764 Contributed by Geoffrey Keating <geoffk@geoffk.org>, 2000. 7765 7766sysdeps/powerpc/fpu/feenablxcpt.c: 7767 Contributed by Geoffrey Keating <geoffk@geoffk.org>, 2000. 7768 7769sysdeps/powerpc/fpu/fegetexcept.c: 7770 Contributed by Geoffrey Keating <geoffk@geoffk.org>, 2000. 7771 7772sysdeps/powerpc/fpu/fesetround.c: 7773 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7774 7775sysdeps/powerpc/fpu/feupdateenv.c: 7776 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 7777 7778sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: 7779 Contributed by Ryan S. Arnold <rsa@us.ibm.com> 7780 Sean Curry <spcurry@us.ibm.com> 7781 7782sysdeps/powerpc/jmpbuf-unwind.h: 7783 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 7784 7785sysdeps/powerpc/nofpu/fclrexcpt.c: 7786 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7787 7788sysdeps/powerpc/nofpu/fedisblxcpt.c: 7789 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7790 7791sysdeps/powerpc/nofpu/feenablxcpt.c: 7792 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7793 7794sysdeps/powerpc/nofpu/fegetenv.c: 7795 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002, 2010. 7796 7797sysdeps/powerpc/nofpu/fegetexcept.c: 7798 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7799 7800sysdeps/powerpc/nofpu/fegetround.c: 7801 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7802 7803sysdeps/powerpc/nofpu/feholdexcpt.c: 7804 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7805 7806sysdeps/powerpc/nofpu/fenv_const.c: 7807 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7808 7809sysdeps/powerpc/nofpu/fesetenv.c: 7810 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7811 7812sysdeps/powerpc/nofpu/fesetround.c: 7813 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7814 7815sysdeps/powerpc/nofpu/feupdateenv.c: 7816 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7817 7818sysdeps/powerpc/nofpu/fgetexcptflg.c: 7819 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7820 7821sysdeps/powerpc/nofpu/fraiseexcpt.c: 7822 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7823 7824sysdeps/powerpc/nofpu/fsetexcptflg.c: 7825 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7826 7827sysdeps/powerpc/nofpu/ftestexcept.c: 7828 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7829 7830sysdeps/powerpc/nofpu/sim-full.c: 7831 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7832 7833sysdeps/powerpc/nofpu/soft-supp.h: 7834 Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002. 7835 7836sysdeps/powerpc/nofpu/sqrtdf2.c: 7837 Contributed by Richard Henderson (rth@cygnus.com) and 7838 Jakub Jelinek (jj@ultra.linux.cz). 7839 7840sysdeps/powerpc/nofpu/sqrtsf2.c: 7841 Contributed by Richard Henderson (rth@cygnus.com) and 7842 Jakub Jelinek (jj@ultra.linux.cz). 7843 7844sysdeps/powerpc/nptl/pthread_spin_lock.c: 7845 Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003. 7846 7847sysdeps/powerpc/nptl/pthread_spin_trylock.c: 7848 Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003. 7849 7850sysdeps/powerpc/power4/wordcopy.c: 7851 Contributed by Torbjorn Granlund (tege@sics.se). 7852 7853sysdeps/powerpc/power6/wordcopy.c: 7854 Contributed by Torbjorn Granlund (tege@sics.se). 7855 Updated for POWER6 by Steven Munroe (sjmunroe@us.ibm.com). 7856 7857sysdeps/powerpc/powerpc32/a2/memcpy.S: 7858 Contributed by Michael Brutman <brutman@us.ibm.com>. 7859 7860sysdeps/powerpc/powerpc32/atomic-machine.h: 7861 Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003. 7862 7863sysdeps/powerpc/powerpc32/power4/hp-timing.h: 7864 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 7865 7866sysdeps/powerpc/powerpc32/power4/memcopy.h: 7867 Contributed by Torbjorn Granlund (tege@sics.se). 7868 7869sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: 7870 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7871 7872sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: 7873 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7874 7875sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: 7876 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7877 7878sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: 7879 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7880 7881sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: 7882 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7883 7884sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: 7885 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7886 7887sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S: 7888 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7889 7890sysdeps/powerpc/powerpc32/power7/memchr.S: 7891 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7892 7893sysdeps/powerpc/powerpc32/power7/memcpy.S: 7894 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7895 7896sysdeps/powerpc/powerpc32/power7/mempcpy.S: 7897 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7898 7899sysdeps/powerpc/powerpc32/power7/memrchr.S: 7900 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7901 7902sysdeps/powerpc/powerpc32/power7/memset.S: 7903 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7904 7905sysdeps/powerpc/powerpc32/power7/rawmemchr.S: 7906 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7907 7908sysdeps/powerpc/powerpc32/power7/strchr.S: 7909 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7910 7911sysdeps/powerpc/powerpc32/power7/strchrnul.S: 7912 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7913 7914sysdeps/powerpc/powerpc32/power7/strlen.S: 7915 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7916 7917sysdeps/powerpc/powerpc32/power7/strnlen.S: 7918 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7919 7920sysdeps/powerpc/powerpc64/a2/memcpy.S: 7921 Contributed by Michael Brutman <brutman@us.ibm.com>. 7922 7923sysdeps/powerpc/powerpc64/atomic-machine.h: 7924 Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003. 7925 7926sysdeps/powerpc/powerpc64/ffsll.c: 7927 Contributed by Torbjorn Granlund (tege@sics.se). 7928 7929sysdeps/powerpc/powerpc64/hp-timing.h: 7930 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 7931 7932sysdeps/powerpc/powerpc64/power7/memchr.S: 7933 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7934 7935sysdeps/powerpc/powerpc64/power7/memcpy.S: 7936 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7937 7938sysdeps/powerpc/powerpc64/power7/mempcpy.S: 7939 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7940 7941sysdeps/powerpc/powerpc64/power7/memrchr.S: 7942 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7943 7944sysdeps/powerpc/powerpc64/power7/memset.S: 7945 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7946 7947sysdeps/powerpc/powerpc64/power7/rawmemchr.S: 7948 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7949 7950sysdeps/powerpc/powerpc64/power7/strchr.S: 7951 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7952 7953sysdeps/powerpc/powerpc64/power7/strchrnul.S: 7954 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7955 7956sysdeps/powerpc/powerpc64/power7/strlen.S: 7957 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7958 7959sysdeps/powerpc/powerpc64/power7/strnlen.S: 7960 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7961 7962sysdeps/powerpc/powerpc64/power8/memrchr.S: 7963 Contributed by Luis Machado <luisgpm@br.ibm.com>. 7964 7965sysdeps/pthread/eintr.c: 7966 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 7967 7968sysdeps/pthread/posix-timer.h: 7969 Contributed by Kaz Kylheku <kaz@ashi.footprints.net>. 7970 7971sysdeps/pthread/pthread_atfork.c: 7972 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 7973 7974sysdeps/pthread/sem_close.c: 7975 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 7976 7977sysdeps/pthread/sem_open.c: 7978 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 7979 7980sysdeps/pthread/sem_unlink.c: 7981 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 7982 7983sysdeps/pthread/tst-_res1.c: 7984 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 7985 7986sysdeps/pthread/tst-_res1mod1.c: 7987 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 7988 7989sysdeps/pthread/tst-abstime.c: 7990 Contributed by Andreas Schwab <schwab@redhat.com>, 2010. 7991 7992sysdeps/pthread/tst-atfork1.c: 7993 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 7994 7995sysdeps/pthread/tst-atfork2.c: 7996 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 7997 7998sysdeps/pthread/tst-atfork2mod.c: 7999 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8000 8001sysdeps/pthread/tst-attr1.c: 8002 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8003 8004sysdeps/pthread/tst-backtrace1.c: 8005 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 8006 8007sysdeps/pthread/tst-barrier1.c: 8008 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8009 8010sysdeps/pthread/tst-barrier2.c: 8011 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8012 8013sysdeps/pthread/tst-barrier3.c: 8014 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8015 8016sysdeps/pthread/tst-barrier4.c: 8017 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 8018 8019sysdeps/pthread/tst-basic1.c: 8020 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8021 8022sysdeps/pthread/tst-basic2.c: 8023 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8024 8025sysdeps/pthread/tst-basic3.c: 8026 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8027 8028sysdeps/pthread/tst-basic4.c: 8029 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8030 8031sysdeps/pthread/tst-basic5.c: 8032 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8033 8034sysdeps/pthread/tst-basic6.c: 8035 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8036 8037sysdeps/pthread/tst-cancel1.c: 8038 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8039 8040sysdeps/pthread/tst-cancel10.c: 8041 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8042 8043sysdeps/pthread/tst-cancel11.c: 8044 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8045 8046sysdeps/pthread/tst-cancel12.c: 8047 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8048 8049sysdeps/pthread/tst-cancel13.c: 8050 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8051 8052sysdeps/pthread/tst-cancel14.c: 8053 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8054 8055sysdeps/pthread/tst-cancel15.c: 8056 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8057 8058sysdeps/pthread/tst-cancel16.c: 8059 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8060 8061sysdeps/pthread/tst-cancel18.c: 8062 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8063 8064sysdeps/pthread/tst-cancel19.c: 8065 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 8066 8067sysdeps/pthread/tst-cancel2.c: 8068 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8069 8070sysdeps/pthread/tst-cancel20.c: 8071 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 8072 8073sysdeps/pthread/tst-cancel21.c: 8074 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 8075 8076sysdeps/pthread/tst-cancel22.c: 8077 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 8078 8079sysdeps/pthread/tst-cancel3.c: 8080 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8081 8082sysdeps/pthread/tst-cancel4.c: 8083 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8084 8085sysdeps/pthread/tst-cancel6.c: 8086 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8087 8088sysdeps/pthread/tst-cancel8.c: 8089 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8090 8091sysdeps/pthread/tst-cancel9.c: 8092 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8093 8094sysdeps/pthread/tst-cleanup0.c: 8095 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8096 8097sysdeps/pthread/tst-cleanup1.c: 8098 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8099 8100sysdeps/pthread/tst-cleanup2.c: 8101 Contributed by Bao Duong <bduong@progress.com>, 2003. 8102 8103sysdeps/pthread/tst-cleanup3.c: 8104 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8105 8106sysdeps/pthread/tst-clock1.c: 8107 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8108 8109sysdeps/pthread/tst-cond1.c: 8110 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8111 8112sysdeps/pthread/tst-cond10.c: 8113 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8114 8115sysdeps/pthread/tst-cond11.c: 8116 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8117 8118sysdeps/pthread/tst-cond12.c: 8119 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8120 8121sysdeps/pthread/tst-cond14.c: 8122 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 8123 8124sysdeps/pthread/tst-cond15.c: 8125 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 8126 8127sysdeps/pthread/tst-cond16.c: 8128 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 8129 8130sysdeps/pthread/tst-cond18.c: 8131 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 8132 8133sysdeps/pthread/tst-cond19.c: 8134 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 8135 8136sysdeps/pthread/tst-cond2.c: 8137 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8138 8139sysdeps/pthread/tst-cond20.c: 8140 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 8141 8142sysdeps/pthread/tst-cond23.c: 8143 Contributed by Jakub Jelinek <jakub@redhat.com>, 2008. 8144 8145sysdeps/pthread/tst-cond3.c: 8146 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8147 8148sysdeps/pthread/tst-cond4.c: 8149 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8150 8151sysdeps/pthread/tst-cond5.c: 8152 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8153 8154sysdeps/pthread/tst-cond6.c: 8155 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8156 8157sysdeps/pthread/tst-cond7.c: 8158 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 8159 8160sysdeps/pthread/tst-cond8.c: 8161 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8162 8163sysdeps/pthread/tst-cond9.c: 8164 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8165 8166sysdeps/pthread/tst-detach1.c: 8167 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8168 8169sysdeps/pthread/tst-eintr2.c: 8170 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8171 8172sysdeps/pthread/tst-eintr3.c: 8173 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8174 8175sysdeps/pthread/tst-eintr4.c: 8176 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8177 8178sysdeps/pthread/tst-eintr5.c: 8179 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8180 8181sysdeps/pthread/tst-exec1.c: 8182 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8183 8184sysdeps/pthread/tst-exec2.c: 8185 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8186 8187sysdeps/pthread/tst-exec3.c: 8188 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8189 8190sysdeps/pthread/tst-exit1.c: 8191 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8192 8193sysdeps/pthread/tst-fini1.c: 8194 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 8195 8196sysdeps/pthread/tst-fini1mod.c: 8197 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 8198 8199sysdeps/pthread/tst-flock1.c: 8200 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8201 8202sysdeps/pthread/tst-flock2.c: 8203 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8204 8205sysdeps/pthread/tst-fork1.c: 8206 Contributed by Roland McGrath <roland@redhat.com>, 2002. 8207 8208sysdeps/pthread/tst-fork2.c: 8209 Contributed by Roland McGrath <roland@redhat.com>, 2002. 8210 8211sysdeps/pthread/tst-fork3.c: 8212 Contributed by Roland McGrath <roland@redhat.com>, 2002. 8213 8214sysdeps/pthread/tst-join1.c: 8215 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8216 8217sysdeps/pthread/tst-join2.c: 8218 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8219 8220sysdeps/pthread/tst-join3.c: 8221 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8222 8223sysdeps/pthread/tst-join4.c: 8224 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8225 8226sysdeps/pthread/tst-join5.c: 8227 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8228 8229sysdeps/pthread/tst-key1.c: 8230 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8231 8232sysdeps/pthread/tst-key2.c: 8233 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8234 8235sysdeps/pthread/tst-key3.c: 8236 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8237 8238sysdeps/pthread/tst-key4.c: 8239 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8240 8241sysdeps/pthread/tst-kill1.c: 8242 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8243 8244sysdeps/pthread/tst-kill2.c: 8245 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8246 8247sysdeps/pthread/tst-kill3.c: 8248 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8249 8250sysdeps/pthread/tst-kill4.c: 8251 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8252 8253sysdeps/pthread/tst-kill5.c: 8254 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8255 8256sysdeps/pthread/tst-kill6.c: 8257 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8258 8259sysdeps/pthread/tst-mutex1.c: 8260 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8261 8262sysdeps/pthread/tst-mutex2.c: 8263 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8264 8265sysdeps/pthread/tst-mutex3.c: 8266 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8267 8268sysdeps/pthread/tst-mutex4.c: 8269 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8270 8271sysdeps/pthread/tst-mutex5.c: 8272 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8273 8274sysdeps/pthread/tst-mutex6.c: 8275 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8276 8277sysdeps/pthread/tst-mutex7.c: 8278 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8279 8280sysdeps/pthread/tst-mutex9.c: 8281 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8282 8283sysdeps/pthread/tst-once1.c: 8284 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8285 8286sysdeps/pthread/tst-once2.c: 8287 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8288 8289sysdeps/pthread/tst-once3.c: 8290 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8291 8292sysdeps/pthread/tst-once4.c: 8293 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8294 8295sysdeps/pthread/tst-pt-align.c: 8296 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8297 8298sysdeps/pthread/tst-pt-align3.c: 8299 Contributed by Jakub Jelinek <jakub@redhat.com>, 2005. 8300 8301sysdeps/pthread/tst-pt-popen1.c: 8302 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 8303 8304sysdeps/pthread/tst-pt-sysconf.c: 8305 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8306 8307sysdeps/pthread/tst-pt-tls1.c: 8308 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8309 8310sysdeps/pthread/tst-pt-tls2.c: 8311 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8312 8313sysdeps/pthread/tst-pt-tls4.c: 8314 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 8315 8316sysdeps/pthread/tst-raise1.c: 8317 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 8318 8319sysdeps/pthread/tst-robust1.c: 8320 Contributed by Ulrich Drepper <drepper@redhat.com>, 2005. 8321 8322sysdeps/pthread/tst-robust7.c: 8323 Contributed by Ulrich Drepper <drepper@redhat.com>, 2005. 8324 8325sysdeps/pthread/tst-rwlock1.c: 8326 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8327 8328sysdeps/pthread/tst-rwlock12.c: 8329 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8330 8331sysdeps/pthread/tst-rwlock14.c: 8332 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 8333 8334sysdeps/pthread/tst-rwlock4.c: 8335 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8336 8337sysdeps/pthread/tst-rwlock5.c: 8338 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8339 8340sysdeps/pthread/tst-sem1.c: 8341 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8342 8343sysdeps/pthread/tst-sem10.c: 8344 Contributed by Jakub Jelinek <jakub@redhat.com>, 2007. 8345 8346sysdeps/pthread/tst-sem2.c: 8347 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8348 8349sysdeps/pthread/tst-sem3.c: 8350 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8351 8352sysdeps/pthread/tst-sem4.c: 8353 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8354 8355sysdeps/pthread/tst-sem5.c: 8356 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8357 8358sysdeps/pthread/tst-sem6.c: 8359 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8360 8361sysdeps/pthread/tst-sem7.c: 8362 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8363 8364sysdeps/pthread/tst-sem8.c: 8365 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8366 8367sysdeps/pthread/tst-sem9.c: 8368 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8369 8370sysdeps/pthread/tst-signal1.c: 8371 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8372 8373sysdeps/pthread/tst-signal2.c: 8374 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8375 8376sysdeps/pthread/tst-signal4.c: 8377 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8378 8379sysdeps/pthread/tst-signal5.c: 8380 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8381 8382sysdeps/pthread/tst-signal6.c: 8383 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8384 8385sysdeps/pthread/tst-spin1.c: 8386 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8387 8388sysdeps/pthread/tst-spin2.c: 8389 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8390 8391sysdeps/pthread/tst-spin3.c: 8392 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8393 8394sysdeps/pthread/tst-stack1.c: 8395 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8396 8397sysdeps/pthread/tst-stdio1.c: 8398 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8399 8400sysdeps/pthread/tst-stdio2.c: 8401 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8402 8403sysdeps/pthread/tst-timer.c: 8404 Contributed by Kaz Kylheku <kaz@ashi.footprints.net>. 8405 8406sysdeps/pthread/tst-tls4moda.c: 8407 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 8408 8409sysdeps/pthread/tst-tls4modb.c: 8410 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 8411 8412sysdeps/pthread/tst-tsd1.c: 8413 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8414 8415sysdeps/pthread/tst-tsd2.c: 8416 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8417 8418sysdeps/pthread/tst-tsd5.c: 8419 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 8420 8421sysdeps/pthread/tst-umask1.c: 8422 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 8423 8424sysdeps/pthread/tst-unload.c: 8425 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. 8426 8427sysdeps/s390/atomic-machine.h: 8428 Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003. 8429 8430sysdeps/s390/dl-procinfo.c: 8431 Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2006. 8432 8433sysdeps/s390/dl-procinfo.h: 8434 Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2006. 8435 8436sysdeps/s390/ffs.c: 8437 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8438 8439sysdeps/s390/fpu/bits/fenv.h: 8440 Contributed by Denis Joseph Barrow <djbarrow@de.ibm.com>. 8441 8442sysdeps/s390/fpu/e_sqrtl.c: 8443 Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>. 8444 8445sysdeps/s390/fpu/fedisblxcpt.c: 8446 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 8447 8448sysdeps/s390/fpu/feenablxcpt.c: 8449 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 8450 8451sysdeps/s390/fpu/fegetenv.c: 8452 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 8453 8454sysdeps/s390/fpu/fegetexcept.c: 8455 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 8456 8457sysdeps/s390/fpu/fegetround.c: 8458 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 8459 8460sysdeps/s390/fpu/feholdexcpt.c: 8461 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 8462 8463sysdeps/s390/fpu/fenv_libc.h: 8464 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 8465 8466sysdeps/s390/fpu/fesetenv.c: 8467 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 8468 8469sysdeps/s390/fpu/fesetround.c: 8470 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 8471 8472sysdeps/s390/fpu/feupdateenv.c: 8473 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 8474 8475sysdeps/s390/fpu/fgetexcptflg.c: 8476 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 8477 8478sysdeps/s390/fpu/fpu_control.h: 8479 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com) and 8480 Martin Schwidefsky (schwidefsky@de.ibm.com). 8481 8482sysdeps/s390/fpu/fraiseexcpt.c: 8483 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com) and 8484 Martin Schwidefsky (schwidefsky@de.ibm.com). 8485 8486sysdeps/s390/fpu/fsetexcptflg.c: 8487 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 8488 8489sysdeps/s390/fpu/ftestexcept.c: 8490 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 8491 8492sysdeps/s390/iso-8859-1_cp037_z900.c: 8493 Author: Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 8494 Based on the work by Ulrich Drepper <drepper@cygnus.com>, 1997. 8495 Thanks to Daniel Appich who covered the relevant performance work 8496 in his diploma thesis. 8497 8498sysdeps/s390/jmpbuf-unwind.h: 8499 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 8500 8501sysdeps/s390/memchr-z900.S: 8502 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8503 8504sysdeps/s390/memset-z900.S: 8505 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8506 8507sysdeps/s390/s390-32/__longjmp.c: 8508 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8509 8510sysdeps/s390/s390-32/add_n.S: 8511 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8512 8513sysdeps/s390/s390-32/addmul_1.S: 8514 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8515 8516sysdeps/s390/s390-32/dl-machine.h: 8517 Contributed by Carl Pederson & Martin Schwidefsky. 8518 8519sysdeps/s390/s390-32/mul_1.S: 8520 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8521 8522sysdeps/s390/s390-32/s390-mcount.S: 8523 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com) 8524 8525sysdeps/s390/s390-32/setjmp.S: 8526 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8527 8528sysdeps/s390/s390-32/start.S: 8529 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8530 8531sysdeps/s390/s390-32/strncpy-z900.S: 8532 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8533 8534sysdeps/s390/s390-32/sub_n.S: 8535 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8536 8537sysdeps/s390/s390-32/sysdep.h: 8538 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8539 8540sysdeps/s390/s390-64/__longjmp.c: 8541 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8542 8543sysdeps/s390/s390-64/add_n.S: 8544 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8545 8546sysdeps/s390/s390-64/crti.S: 8547 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8548 8549sysdeps/s390/s390-64/crtn.S: 8550 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8551 8552sysdeps/s390/s390-64/dl-machine.h: 8553 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8554 8555sysdeps/s390/s390-64/s390x-mcount.h: 8556 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com) 8557 8558sysdeps/s390/s390-64/setjmp.S: 8559 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8560 8561sysdeps/s390/s390-64/start.S: 8562 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8563 8564sysdeps/s390/s390-64/strncpy-z900.S: 8565 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8566 8567sysdeps/s390/s390-64/sub_n.S: 8568 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8569 8570sysdeps/s390/s390-64/sysdep.h: 8571 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8572 8573sysdeps/s390/strcmp-z900.S: 8574 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8575 8576sysdeps/s390/strcpy-z900.S: 8577 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 8578 8579sysdeps/s390/utf16-utf32-z9.c: 8580 Author: Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 8581 Based on the work by Ulrich Drepper <drepper@cygnus.com>, 1997. 8582 Thanks to Daniel Appich who covered the relevant performance work 8583 in his diploma thesis. 8584 8585sysdeps/s390/utf8-utf16-z9.c: 8586 Author: Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 8587 Based on the work by Ulrich Drepper <drepper@cygnus.com>, 1997. 8588 Thanks to Daniel Appich who covered the relevant performance work 8589 in his diploma thesis. 8590 8591sysdeps/s390/utf8-utf32-z9.c: 8592 Author: Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 8593 Based on the work by Ulrich Drepper <drepper@cygnus.com>, 1997. 8594 Thanks to Daniel Appich who covered the relevant performance work 8595 in his diploma thesis. 8596 8597sysdeps/sh/_mcount.S: 8598 Contributed by NIIBE Yutaka <gniibe@m17n.org> 8599 8600sysdeps/sh/jmpbuf-unwind.h: 8601 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 8602 8603sysdeps/sh/memcpy.S: 8604 Contributed by Kazumoto Kojima <kkojima@rr.iij4u.or.jp> 8605 Optimized by Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com> 8606 8607sysdeps/sh/memset.S: 8608 Contributed by Kazumoto Kojima <kkojima@rr.iij4u.or.jp> 8609 Optimized by Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com> 8610 8611sysdeps/sh/nptl/pthread_spin_init.c: 8612 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 8613 8614sysdeps/sh/sh4/fpu/fclrexcpt.c: 8615 Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1998. 8616 8617sysdeps/sh/sh4/fpu/fedisblxcpt.c: 8618 Contributed by Nobuhiro Iwamatsu <iwamatsu@nigauri.org>, 2012. 8619 8620sysdeps/sh/sh4/fpu/feenablxcpt.c: 8621 Contributed by Nobuhiro Iwamatsu <iwamatsu@nigauri.org>, 2012. 8622 8623sysdeps/sh/sh4/fpu/fegetexcept.c: 8624 Contributed by Nobuhiro Iwamatsu <iwamatsu@nigauri.org>, 2012. 8625 8626sysdeps/sh/sh4/fpu/fegetround.c: 8627 Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1998. 8628 8629sysdeps/sh/sh4/fpu/fesetround.c: 8630 Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1998. 8631 8632sysdeps/sh/sh4/fpu/feupdateenv.c: 8633 Contributed by Nobuhiro Iwamatsu <iwamatsu@nigauri.org>, 2012. 8634 8635sysdeps/sh/sh4/fpu/fraiseexcpt.c: 8636 Contributed by Nobuhiro Iwamatsu <iwamatsu@nigauri.org>, 2012. 8637 8638sysdeps/sh/strlen.S: 8639 Contributed by Kazumoto Kojima <kkojima@rr.iij4u.or.jp> 8640 8641sysdeps/sparc/backtrace.c: 8642 Contributed by David S. Miller <davem@davemloft.net> 8643 8644sysdeps/sparc/dl-procinfo.c: 8645 Contributed by Jakub Jelinek <jakub@redhat.com>, 2002. 8646 8647sysdeps/sparc/dl-procinfo.h: 8648 Contributed by Jakub Jelinek <jj@ultra.linux.cz>, 1999. 8649 8650sysdeps/sparc/fpu/fedisblxcpt.c: 8651 Contributed by Jakub Jelinek <jakub@redhat.com>, 2000. 8652 8653sysdeps/sparc/fpu/feenablxcpt.c: 8654 Contributed by Jakub Jelinek <jakub@redhat.com>, 2000. 8655 8656sysdeps/sparc/fpu/fegetexcept.c: 8657 Contributed by Jakub Jelinek <jakub@redhat.com>, 2000. 8658 8659sysdeps/sparc/fpu/fpu_control.h: 8660 Contributed by Miguel de Icaza 8661 8662sysdeps/sparc/machine-gmon.h: 8663 Contributed by David S. Miller <davem@davemloft.net>, 2008 8664 8665sysdeps/sparc/sparc-mcount.S: 8666 Contributed by David S. Miller <davem@davemloft.net>, 2008. 8667 8668sysdeps/sparc/sparc32/fpu/s_copysign.S: 8669 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8670 8671sysdeps/sparc/sparc32/fpu/s_copysignf.S: 8672 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8673 8674sysdeps/sparc/sparc32/fpu/s_fabsf.S: 8675 Contributed by Jakub Jelinek <jakub@redhat.com>, 2006. 8676 8677sysdeps/sparc/sparc32/jmpbuf-unwind.h: 8678 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 8679 8680sysdeps/sparc/sparc32/memchr.S: 8681 Contributed by Jakub Jelinek <jj@ultra.linux.cz> and 8682 David S. Miller <davem@caip.rutgers.edu>. 8683 This version is developed using the same algorithm as the fast C 8684 version which carries the following introduction: 8685 Based on strlen implementation by Torbjorn Granlund (tege@sics.se), 8686 with help from Dan Sahlin (dan@sics.se) and 8687 commentary by Jim Blandy (jimb@ai.mit.edu); 8688 adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), 8689 and implemented by Roland McGrath (roland@ai.mit.edu). 8690 8691sysdeps/sparc/sparc32/memcpy.S: 8692 Contributed by David S. Miller <davem@caip.rutgers.edu>, 8693 Eddie C. Dost <ecd@skynet.be> and 8694 Jakub Jelinek <jj@ultra.linux.cz>. 8695 8696sysdeps/sparc/sparc32/memset.S: 8697 Contributed by David S. Miller <davem@caip.rutgers.edu> and 8698 Jakub Jelinek <jj@ultra.linux.cz>. 8699 8700sysdeps/sparc/sparc32/q_add.c: 8701 Contributed by Richard Henderson (rth@cygnus.com) and 8702 Jakub Jelinek (jj@ultra.linux.cz). 8703 8704sysdeps/sparc/sparc32/q_cmp.c: 8705 Contributed by Richard Henderson (rth@cygnus.com) and 8706 Jakub Jelinek (jj@ultra.linux.cz). 8707 8708sysdeps/sparc/sparc32/q_cmpe.c: 8709 Contributed by Richard Henderson (rth@cygnus.com) and 8710 Jakub Jelinek (jj@ultra.linux.cz). 8711 8712sysdeps/sparc/sparc32/q_div.c: 8713 Contributed by Richard Henderson (rth@cygnus.com) and 8714 Jakub Jelinek (jj@ultra.linux.cz). 8715 8716sysdeps/sparc/sparc32/q_dtoq.c: 8717 Contributed by Richard Henderson (rth@cygnus.com) and 8718 Jakub Jelinek (jj@ultra.linux.cz). 8719 8720sysdeps/sparc/sparc32/q_feq.c: 8721 Contributed by Richard Henderson (rth@cygnus.com) and 8722 Jakub Jelinek (jj@ultra.linux.cz). 8723 8724sysdeps/sparc/sparc32/q_fge.c: 8725 Contributed by Richard Henderson (rth@cygnus.com) and 8726 Jakub Jelinek (jj@ultra.linux.cz). 8727 8728sysdeps/sparc/sparc32/q_fgt.c: 8729 Contributed by Richard Henderson (rth@cygnus.com) and 8730 Jakub Jelinek (jj@ultra.linux.cz). 8731 8732sysdeps/sparc/sparc32/q_fle.c: 8733 Contributed by Richard Henderson (rth@cygnus.com) and 8734 Jakub Jelinek (jj@ultra.linux.cz). 8735 8736sysdeps/sparc/sparc32/q_flt.c: 8737 Contributed by Richard Henderson (rth@cygnus.com) and 8738 Jakub Jelinek (jj@ultra.linux.cz). 8739 8740sysdeps/sparc/sparc32/q_fne.c: 8741 Contributed by Richard Henderson (rth@cygnus.com) and 8742 Jakub Jelinek (jj@ultra.linux.cz). 8743 8744sysdeps/sparc/sparc32/q_itoq.c: 8745 Contributed by Richard Henderson (rth@cygnus.com) and 8746 Jakub Jelinek (jj@ultra.linux.cz). 8747 8748sysdeps/sparc/sparc32/q_lltoq.c: 8749 Contributed by Richard Henderson (rth@cygnus.com) and 8750 Jakub Jelinek (jj@ultra.linux.cz). 8751 8752sysdeps/sparc/sparc32/q_mul.c: 8753 Contributed by Richard Henderson (rth@cygnus.com) and 8754 Jakub Jelinek (jj@ultra.linux.cz). 8755 8756sysdeps/sparc/sparc32/q_neg.c: 8757 Contributed by Richard Henderson (rth@cygnus.com) and 8758 Jakub Jelinek (jj@ultra.linux.cz). 8759 8760sysdeps/sparc/sparc32/q_qtod.c: 8761 Contributed by Richard Henderson (rth@cygnus.com) and 8762 Jakub Jelinek (jj@ultra.linux.cz). 8763 8764sysdeps/sparc/sparc32/q_qtoi.c: 8765 Contributed by Richard Henderson (rth@cygnus.com) and 8766 Jakub Jelinek (jj@ultra.linux.cz). 8767 8768sysdeps/sparc/sparc32/q_qtoll.c: 8769 Contributed by Richard Henderson (rth@cygnus.com) and 8770 Jakub Jelinek (jj@ultra.linux.cz). 8771 8772sysdeps/sparc/sparc32/q_qtos.c: 8773 Contributed by Richard Henderson (rth@cygnus.com) and 8774 Jakub Jelinek (jj@ultra.linux.cz). 8775 8776sysdeps/sparc/sparc32/q_qtou.c: 8777 Contributed by Richard Henderson (rth@cygnus.com) and 8778 Jakub Jelinek (jj@ultra.linux.cz). 8779 8780sysdeps/sparc/sparc32/q_qtoull.c: 8781 Contributed by Richard Henderson (rth@cygnus.com) and 8782 Jakub Jelinek (jj@ultra.linux.cz). 8783 8784sysdeps/sparc/sparc32/q_sqrt.c: 8785 Contributed by Richard Henderson (rth@cygnus.com) and 8786 Jakub Jelinek (jj@ultra.linux.cz). 8787 8788sysdeps/sparc/sparc32/q_stoq.c: 8789 Contributed by Richard Henderson (rth@cygnus.com) and 8790 Jakub Jelinek (jj@ultra.linux.cz). 8791 8792sysdeps/sparc/sparc32/q_sub.c: 8793 Contributed by Richard Henderson (rth@cygnus.com) and 8794 Jakub Jelinek (jj@ultra.linux.cz). 8795 8796sysdeps/sparc/sparc32/q_ulltoq.c: 8797 Contributed by Richard Henderson (rth@cygnus.com) and 8798 Jakub Jelinek (jj@ultra.linux.cz). 8799 8800sysdeps/sparc/sparc32/q_util.c: 8801 Contributed by Jakub Jelinek (jj@ultra.linux.cz). 8802 8803sysdeps/sparc/sparc32/q_utoq.c: 8804 Contributed by Richard Henderson (rth@cygnus.com) and 8805 Jakub Jelinek (jj@ultra.linux.cz). 8806 8807sysdeps/sparc/sparc32/sfp-machine.h: 8808 Contributed by Richard Henderson (rth@cygnus.com), 8809 Jakub Jelinek (jj@ultra.linux.cz) and 8810 David S. Miller (davem@redhat.com). 8811 8812sysdeps/sparc/sparc32/sparcv9/addmul_1.S: 8813 Contributed by David S. Miller <davem@davemloft.net> 8814 8815sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S: 8816 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8817 8818sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S: 8819 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8820 8821sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: 8822 Contributed by Jakub Jelinek <jakub@redhat.com>, 2006. 8823 8824sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: 8825 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8826 8827sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: 8828 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8829 8830sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: 8831 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8832 8833sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S: 8834 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8835 8836sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S: 8837 Contributed by David S. Miller <davem@davemloft.net>, 2013. 8838 8839sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S: 8840 Contributed by David S. Miller <davem@davemloft.net>, 2013. 8841 8842sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: 8843 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8844 8845sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: 8846 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8847 8848sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: 8849 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8850 8851sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: 8852 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8853 8854sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: 8855 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8856 8857sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: 8858 Contributed by David S. Miller <davem@davemloft.net>, 2013. 8859 8860sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: 8861 Contributed by David S. Miller <davem@davemloft.net>, 2013. 8862 8863sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: 8864 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8865 8866sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: 8867 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8868 8869sysdeps/sparc/sparc32/sparcv9/hp-timing.h: 8870 Contributed by David S. Miller <davem@redhat.com>, 2001. 8871 8872sysdeps/sparc/sparc32/sparcv9/mul_1.S: 8873 Contributed by David S. Miller <davem@davemloft.net> 8874 8875sysdeps/sparc/sparc32/sparcv9/submul_1.S: 8876 Contributed by David S. Miller <davem@davemloft.net> 8877 8878sysdeps/sparc/sparc32/start.S: 8879 Contributed by Richard Henderson <richard@gnu.ai.mit.edu>, 1997. 8880 8881sysdeps/sparc/sparc32/stpcpy.S: 8882 Contributed by Jakub Jelinek <jj@ultra.linux.cz>. 8883 8884sysdeps/sparc/sparc32/strcat.S: 8885 Contributed by Jakub Jelinek <jj@ultra.linux.cz>. 8886 8887sysdeps/sparc/sparc32/strchr.S: 8888 Contributed by Jakub Jelinek <jj@ultra.linux.cz> and 8889 David S. Miller <davem@caip.rutgers.edu>. 8890 8891sysdeps/sparc/sparc32/strcmp.S: 8892 Contributed by Jakub Jelinek <jj@ultra.linux.cz>. 8893 8894sysdeps/sparc/sparc32/strcpy.S: 8895 Contributed by Jakub Jelinek <jj@ultra.linux.cz>. 8896 8897sysdeps/sparc/sparc32/strlen.S: 8898 Contributed by Jakub Jelinek <jj@ultra.linux.cz> and 8899 David S. Miller <davem@davemloft.net>. 8900 8901sysdeps/sparc/sparc64/Makefile: 8902 Contributed by Jakub Jelinek (jj@ultra.linux.cz). 8903 8904sysdeps/sparc/sparc64/align-cpy.S: 8905 Contributed by David S. Miller (davem@davemloft.net) 8906 8907sysdeps/sparc/sparc64/fpu/e_sqrtl.c: 8908 Contributed by Jakub Jelinek <jakub@redhat.com>, 2000. 8909 8910sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: 8911 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8912 8913sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: 8914 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8915 8916sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: 8917 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8918 8919sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: 8920 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8921 8922sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: 8923 Contributed by David S. Miller <davem@davemloft.net>, 2013. 8924 8925sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: 8926 Contributed by David S. Miller <davem@davemloft.net>, 2013. 8927 8928sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: 8929 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8930 8931sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: 8932 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8933 8934sysdeps/sparc/sparc64/fpu/s_copysign.S: 8935 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8936 8937sysdeps/sparc/sparc64/fpu/s_copysignf.S: 8938 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8939 8940sysdeps/sparc/sparc64/fpu/s_lrint.S: 8941 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8942 8943sysdeps/sparc/sparc64/fpu/s_lrintf.S: 8944 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8945 8946sysdeps/sparc/sparc64/fpu/s_nearbyint.S: 8947 Contributed by David S. Miller <davem@davemloft.net>, 2013. 8948 8949sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: 8950 Contributed by David S. Miller <davem@davemloft.net>, 2013. 8951 8952sysdeps/sparc/sparc64/fpu/s_rint.S: 8953 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8954 8955sysdeps/sparc/sparc64/fpu/s_rintf.S: 8956 Contributed by David S. Miller <davem@davemloft.net>, 2012. 8957 8958sysdeps/sparc/sparc64/hp-timing.h: 8959 Contributed by David S. Miller <davem@redhat.com>, 2001. 8960 8961sysdeps/sparc/sparc64/jmpbuf-unwind.h: 8962 Contributed by David S. Miller <davem@davemloft.net>, 2005. 8963 8964sysdeps/sparc/sparc64/memchr.S: 8965 Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and 8966 Jakub Jelinek <jj@ultra.linux.cz>. 8967 This version is developed using the same algorithm as the fast C 8968 version which carries the following introduction: 8969 Based on strlen implementation by Torbjorn Granlund (tege@sics.se), 8970 with help from Dan Sahlin (dan@sics.se) and 8971 commentary by Jim Blandy (jimb@ai.mit.edu); 8972 adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), 8973 and implemented by Roland McGrath (roland@ai.mit.edu). 8974 8975sysdeps/sparc/sparc64/memcmp.S: 8976 Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and 8977 Jakub Jelinek <jj@ultra.linux.cz>. 8978 8979sysdeps/sparc/sparc64/memcpy.S: 8980 Contributed by David S. Miller (davem@caip.rutgers.edu) and 8981 Jakub Jelinek (jakub@redhat.com). 8982 8983sysdeps/sparc/sparc64/memset.S: 8984 Contributed by David S. Miller (davem@caip.rutgers.edu) and 8985 Jakub Jelinek (jj@ultra.linux.cz). 8986 8987sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: 8988 Contributed by David S. Miller <davem@davemloft.net> 8989 8990sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: 8991 Contributed by David S. Miller <davem@davemloft.net> 8992 8993sysdeps/sparc/sparc64/multiarch/md5-crop.S: 8994 Contributed by David S. Miller (davem@davemloft.net) 8995 8996sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: 8997 Contributed by David S. Miller (davem@davemloft.net) 8998 8999sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: 9000 Contributed by David S. Miller (davem@davemloft.net) 9001 9002sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: 9003 Contributed by David S. Miller (davem@davemloft.net) 9004 9005sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: 9006 Contributed by David S. Miller (davem@redhat.com) 9007 9008sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: 9009 Contributed by David S. Miller (davem@davemloft.net) 9010 9011sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: 9012 Contributed by David S. Miller (davem@davemloft.net) 9013 9014sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: 9015 Contributed by David S. Miller <davem@davemloft.net> 9016 9017sysdeps/sparc/sparc64/multiarch/sha256-crop.S: 9018 Contributed by David S. Miller (davem@davemloft.net) 9019 9020sysdeps/sparc/sparc64/multiarch/sha512-crop.S: 9021 Contributed by David S. Miller (davem@davemloft.net) 9022 9023sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: 9024 Contributed by David S. Miller <davem@davemloft.net> 9025 9026sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: 9027 Contributed by David S. Miller <davem@davemloft.net> 9028 9029sysdeps/sparc/sparc64/qp_add.c: 9030 Contributed by Richard Henderson (rth@cygnus.com) and 9031 Jakub Jelinek (jj@ultra.linux.cz). 9032 9033sysdeps/sparc/sparc64/qp_cmp.c: 9034 Contributed by Richard Henderson (rth@cygnus.com) and 9035 Jakub Jelinek (jj@ultra.linux.cz). 9036 9037sysdeps/sparc/sparc64/qp_cmpe.c: 9038 Contributed by Richard Henderson (rth@cygnus.com) and 9039 Jakub Jelinek (jj@ultra.linux.cz). 9040 9041sysdeps/sparc/sparc64/qp_div.c: 9042 Contributed by Richard Henderson (rth@cygnus.com) and 9043 Jakub Jelinek (jj@ultra.linux.cz). 9044 9045sysdeps/sparc/sparc64/qp_dtoq.c: 9046 Contributed by Richard Henderson (rth@cygnus.com) and 9047 Jakub Jelinek (jj@ultra.linux.cz). 9048 9049sysdeps/sparc/sparc64/qp_feq.c: 9050 Contributed by Richard Henderson (rth@cygnus.com) and 9051 Jakub Jelinek (jj@ultra.linux.cz). 9052 9053sysdeps/sparc/sparc64/qp_fge.c: 9054 Contributed by Richard Henderson (rth@cygnus.com) and 9055 Jakub Jelinek (jj@ultra.linux.cz). 9056 9057sysdeps/sparc/sparc64/qp_fgt.c: 9058 Contributed by Richard Henderson (rth@cygnus.com) and 9059 Jakub Jelinek (jj@ultra.linux.cz). 9060 9061sysdeps/sparc/sparc64/qp_fle.c: 9062 Contributed by Richard Henderson (rth@cygnus.com) and 9063 Jakub Jelinek (jj@ultra.linux.cz). 9064 9065sysdeps/sparc/sparc64/qp_flt.c: 9066 Contributed by Richard Henderson (rth@cygnus.com) and 9067 Jakub Jelinek (jj@ultra.linux.cz). 9068 9069sysdeps/sparc/sparc64/qp_fne.c: 9070 Contributed by Richard Henderson (rth@cygnus.com) and 9071 Jakub Jelinek (jj@ultra.linux.cz). 9072 9073sysdeps/sparc/sparc64/qp_itoq.c: 9074 Contributed by Richard Henderson (rth@cygnus.com) and 9075 Jakub Jelinek (jj@ultra.linux.cz). 9076 9077sysdeps/sparc/sparc64/qp_mul.c: 9078 Contributed by Richard Henderson (rth@cygnus.com) and 9079 Jakub Jelinek (jj@ultra.linux.cz). 9080 9081sysdeps/sparc/sparc64/qp_neg.S: 9082 Contributed by Jakub Jelinek (jj@ultra.linux.cz). 9083 9084sysdeps/sparc/sparc64/qp_qtod.c: 9085 Contributed by Richard Henderson (rth@cygnus.com) and 9086 Jakub Jelinek (jj@ultra.linux.cz). 9087 9088sysdeps/sparc/sparc64/qp_qtoi.c: 9089 Contributed by Richard Henderson (rth@cygnus.com) and 9090 Jakub Jelinek (jj@ultra.linux.cz). 9091 9092sysdeps/sparc/sparc64/qp_qtos.c: 9093 Contributed by Richard Henderson (rth@cygnus.com) and 9094 Jakub Jelinek (jj@ultra.linux.cz). 9095 9096sysdeps/sparc/sparc64/qp_qtoui.c: 9097 Contributed by Richard Henderson (rth@cygnus.com) and 9098 Jakub Jelinek (jj@ultra.linux.cz). 9099 9100sysdeps/sparc/sparc64/qp_qtoux.c: 9101 Contributed by Richard Henderson (rth@cygnus.com) and 9102 Jakub Jelinek (jj@ultra.linux.cz). 9103 9104sysdeps/sparc/sparc64/qp_qtox.c: 9105 Contributed by Richard Henderson (rth@cygnus.com) and 9106 Jakub Jelinek (jj@ultra.linux.cz). 9107 9108sysdeps/sparc/sparc64/qp_sqrt.c: 9109 Contributed by Richard Henderson (rth@cygnus.com) and 9110 Jakub Jelinek (jj@ultra.linux.cz). 9111 9112sysdeps/sparc/sparc64/qp_stoq.c: 9113 Contributed by Richard Henderson (rth@cygnus.com) and 9114 Jakub Jelinek (jj@ultra.linux.cz). 9115 9116sysdeps/sparc/sparc64/qp_sub.c: 9117 Contributed by Richard Henderson (rth@cygnus.com) and 9118 Jakub Jelinek (jj@ultra.linux.cz). 9119 9120sysdeps/sparc/sparc64/qp_uitoq.c: 9121 Contributed by Richard Henderson (rth@cygnus.com) and 9122 Jakub Jelinek (jj@ultra.linux.cz). 9123 9124sysdeps/sparc/sparc64/qp_util.c: 9125 Contributed by Jakub Jelinek (jj@ultra.linux.cz). 9126 9127sysdeps/sparc/sparc64/qp_uxtoq.c: 9128 Contributed by Richard Henderson (rth@cygnus.com) and 9129 Jakub Jelinek (jj@ultra.linux.cz). 9130 9131sysdeps/sparc/sparc64/qp_xtoq.c: 9132 Contributed by Richard Henderson (rth@cygnus.com) and 9133 Jakub Jelinek (jj@ultra.linux.cz). 9134 9135sysdeps/sparc/sparc64/rawmemchr.S: 9136 Contributed by Jakub Jelinek <jj@ultra.linux.cz>. 9137 This version is developed using the same algorithm as the fast C 9138 version which carries the following introduction: 9139 Based on strlen implementation by Torbjorn Granlund (tege@sics.se), 9140 with help from Dan Sahlin (dan@sics.se) and 9141 commentary by Jim Blandy (jimb@ai.mit.edu); 9142 adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), 9143 and implemented by Roland McGrath (roland@ai.mit.edu). 9144 9145sysdeps/sparc/sparc64/sfp-machine.h: 9146 Contributed by Richard Henderson (rth@cygnus.com), 9147 Jakub Jelinek (jj@ultra.linux.cz) and 9148 David S. Miller (davem@redhat.com). 9149 9150sysdeps/sparc/sparc64/start.S: 9151 Contributed by Richard Henderson <richard@gnu.ai.mit.edu>, 1997. 9152 9153sysdeps/sparc/sparc64/stpcpy.S: 9154 Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and 9155 Jakub Jelinek <jj@ultra.linux.cz>. 9156 9157sysdeps/sparc/sparc64/stpncpy.S: 9158 Contributed by Jakub Jelinek <jj@ultra.linux.cz> and 9159 Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz>. 9160 9161sysdeps/sparc/sparc64/strcat.S: 9162 Contributed by Jakub Jelinek <jj@ultra.linux.cz> and 9163 Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz>. 9164 9165sysdeps/sparc/sparc64/strchr.S: 9166 Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and 9167 Jakub Jelinek <jj@ultra.linux.cz>. 9168 9169sysdeps/sparc/sparc64/strcmp.S: 9170 Contributed by David S. Miller <davem@davemloft.net> 9171 9172sysdeps/sparc/sparc64/strcpy.S: 9173 Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and 9174 Jakub Jelinek <jj@ultra.linux.cz>. 9175 9176sysdeps/sparc/sparc64/strcspn.S: 9177 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 9178 9179sysdeps/sparc/sparc64/strlen.S: 9180 Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz>, 9181 Jakub Jelinek <jj@ultra.linux.cz>, and 9182 David S. Miller <davem@davemloft.net>. 9183 9184sysdeps/sparc/sparc64/strncmp.S: 9185 Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and 9186 Jakub Jelinek <jj@ultra.linux.cz>. 9187 9188sysdeps/sparc/sparc64/strncpy.S: 9189 Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and 9190 Jakub Jelinek <jj@ultra.linux.cz>. 9191 9192sysdeps/sparc/sparc64/strpbrk.S: 9193 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 9194 9195sysdeps/sparc/sparc64/strspn.S: 9196 Contributed by Jakub Jelinek <jj@ultra.linux.cz> 9197 9198sysdeps/unix/alpha/pipe.S: 9199 Contributed by David Mosberger (davidm@cs.arizona.edu). 9200 9201sysdeps/unix/alpha/sysdep.S: 9202 Contributed by Brendan Kehoe (brendan@zen.org). 9203 9204sysdeps/unix/bsd/getpt.c: 9205 Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998. 9206 9207sysdeps/unix/bsd/unlockpt.c: 9208 Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998. 9209 9210sysdeps/unix/grantpt.c: 9211 Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998. 9212 9213sysdeps/unix/ifreq.c: 9214 Contributed by Andreas Jaeger <aj@suse.de>. 9215 9216sysdeps/unix/mips/mips32/sysdep.h: 9217 Contributed by Brendan Kehoe (brendan@zen.org). 9218 9219sysdeps/unix/mips/mips64/sysdep.h: 9220 Contributed by Alexandre Oliva <aoliva@redhat.com>. 9221 9222sysdeps/unix/mips/pipe.S: 9223 Contributed by Brendan Kehoe (brendan@zen.org). 9224 9225sysdeps/unix/mips/sysdep.S: 9226 Contributed by Brendan Kehoe (brendan@zen.org). 9227 9228sysdeps/unix/mips/sysdep.h: 9229 Contributed by Brendan Kehoe (brendan@zen.org). 9230 9231sysdeps/unix/sysv/linux/accept4.c: 9232 Contributed by Ulrich Drepper <drepper@redhat.com>, 2008. 9233 9234sysdeps/unix/sysv/linux/aio_misc.h: 9235 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 9236 9237sysdeps/unix/sysv/linux/alpha/clone.S: 9238 Contributed by Richard Henderson <rth@tamu.edu>, 1996. 9239 9240sysdeps/unix/sysv/linux/alpha/gethostname.c: 9241 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001 9242 9243sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: 9244 Contributed by David Mosberger <davidm@azstarnet.com>, 1995. 9245 9246sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: 9247 Contributed by David Mosberger <davidm@azstarnet.com>, 1995. 9248 9249sysdeps/unix/sysv/linux/alpha/ioperm.c: 9250 Contributed by David Mosberger. 9251 9252sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: 9253 Contributed by Richard Henderson <rth@cygnus.com>, 1998 9254 9255sysdeps/unix/sysv/linux/alpha/syscall.S: 9256 Contributed by David Mosberger <davidm@azstarnet.com>, 1996. 9257 9258sysdeps/unix/sysv/linux/alpha/sysdep.h: 9259 Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>, August 1995. 9260 9261sysdeps/unix/sysv/linux/arc/clone.S: 9262 Contributed by Andrew Jenner <andrew@codesourcery.com>, 2008. 9263 9264sysdeps/unix/sysv/linux/arm/clone.S: 9265 Contributed by Pat Beirne <patb@corelcomputer.com> 9266 9267sysdeps/unix/sysv/linux/arm/dl-procinfo.c: 9268 Contributed by Philip Blundell <philb@gnu.org>, 2001. 9269 9270sysdeps/unix/sysv/linux/arm/dl-procinfo.h: 9271 Contributed by Philip Blundell <philb@gnu.org>, 2001. 9272 9273sysdeps/unix/sysv/linux/arm/ioperm.c: 9274 Contributed by Phil Blundell, based on the Alpha version by 9275 David Mosberger. 9276 9277sysdeps/unix/sysv/linux/arm/readelflib.c: 9278 Contributed by Andreas Jaeger <aj@suse.de>, 1999 and 9279 Jakub Jelinek <jakub@redhat.com>, 1999. 9280 9281sysdeps/unix/sysv/linux/arm/register-dump.h: 9282 Contributed by Philip Blundell <pb@nexus.co.uk>, 1998. 9283 9284sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: 9285 Contributed by Philip Blundell <philb@gnu.org>, 1999. 9286 9287sysdeps/unix/sysv/linux/arm/sysdep.h: 9288 Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>, August 1995. 9289 ARM changes by Philip Blundell, <pjb27@cam.ac.uk>, May 1997. 9290 9291sysdeps/unix/sysv/linux/arm/vfork.S: 9292 Contributed by Philip Blundell <philb@gnu.org>. 9293 9294sysdeps/unix/sysv/linux/dl-librecon.h: 9295 Contributed by Jakub Jelinek <jakub@redhat.com>, 2001. 9296 9297sysdeps/unix/sysv/linux/dl-openat64.c: 9298 Contributed by Ulrich Drepper <drepper@gmain.com>, 2003. 9299 9300sysdeps/unix/sysv/linux/dl-origin.c: 9301 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 9302 9303sysdeps/unix/sysv/linux/fstatvfs.c: 9304 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 9305 9306sysdeps/unix/sysv/linux/generic/____longjmp_chk.c: 9307 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9308 9309sysdeps/unix/sysv/linux/generic/bits/fcntl.h: 9310 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9311 9312sysdeps/unix/sysv/linux/generic/bits/typesizes.h: 9313 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9314 9315sysdeps/unix/sysv/linux/generic/chmod.c: 9316 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9317 9318sysdeps/unix/sysv/linux/generic/chown.c: 9319 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9320 9321sysdeps/unix/sysv/linux/generic/dl-origin.c: 9322 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 9323 9324sysdeps/unix/sysv/linux/generic/dup2.c: 9325 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9326 9327sysdeps/unix/sysv/linux/generic/epoll_create.c: 9328 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9329 9330sysdeps/unix/sysv/linux/generic/inotify_init.c: 9331 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9332 9333sysdeps/unix/sysv/linux/generic/lchown.c: 9334 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9335 9336sysdeps/unix/sysv/linux/generic/link.c: 9337 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9338 9339sysdeps/unix/sysv/linux/generic/mkdir.c: 9340 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9341 9342sysdeps/unix/sysv/linux/generic/pipe.c: 9343 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9344 9345sysdeps/unix/sysv/linux/generic/readlink.c: 9346 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9347 9348sysdeps/unix/sysv/linux/generic/rmdir.c: 9349 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9350 9351sysdeps/unix/sysv/linux/generic/symlink.c: 9352 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9353 9354sysdeps/unix/sysv/linux/generic/sysdep.h: 9355 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9356 9357sysdeps/unix/sysv/linux/generic/unlink.c: 9358 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9359 9360sysdeps/unix/sysv/linux/generic/wordsize-32/sendfile.c: 9361 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9362 9363sysdeps/unix/sysv/linux/getcwd.c: 9364 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 9365 9366sysdeps/unix/sysv/linux/getipv4sourcefilter.c: 9367 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 9368 9369sysdeps/unix/sysv/linux/getpt.c: 9370 Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998. 9371 9372sysdeps/unix/sysv/linux/getsourcefilter.c: 9373 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 9374 9375sysdeps/unix/sysv/linux/getsysstats.c: 9376 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 9377 9378sysdeps/unix/sysv/linux/grantpt.c: 9379 Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998. 9380 9381sysdeps/unix/sysv/linux/hppa/atomic-machine.h: 9382 Contributed by Carlos O'Donell <carlos@baldric.uwo.ca>, 2005. 9383 9384sysdeps/unix/sysv/linux/hppa/clone.S: 9385 Contributed by David Huggins-Daines <dhd@debian.org>, 2000. 9386 Based on the Alpha version by Richard Henderson <rth@tamu.edu>, 1996. 9387 9388sysdeps/unix/sysv/linux/hppa/getcontext.S: 9389 Contributed by Helge Deller <deller@gmx.de>, 2008. 9390 9391sysdeps/unix/sysv/linux/hppa/makecontext.c: 9392 Contributed by Helge Deller <deller@gmx.de>, 2008. 9393 9394sysdeps/unix/sysv/linux/hppa/setcontext.S: 9395 Contributed by Helge Deller <deller@gmx.de>, 2008. 9396 9397sysdeps/unix/sysv/linux/hppa/swapcontext.c: 9398 Contributed by Helge Deller <deller@gmx.de>, 2008. 9399 9400sysdeps/unix/sysv/linux/hppa/sysdep.h: 9401 Contributed by Ulrich Drepper, <drepper@cygnus.com>, August 1999. 9402 Linux/PA-RISC changes by Philipp Rumpf, <prumpf@tux.org>, March 2000. 9403 9404sysdeps/unix/sysv/linux/i386/clone.S: 9405 Contributed by Richard Henderson (rth@tamu.edu) 9406 9407sysdeps/unix/sysv/linux/i386/dl-librecon.h: 9408 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 9409 9410sysdeps/unix/sysv/linux/i386/dl-procinfo.h: 9411 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 9412 9413sysdeps/unix/sysv/linux/i386/getcontext.S: 9414 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 9415 9416sysdeps/unix/sysv/linux/i386/makecontext.S: 9417 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 9418 9419sysdeps/unix/sysv/linux/i386/register-dump.h: 9420 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 9421 9422sysdeps/unix/sysv/linux/i386/setcontext.S: 9423 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 9424 9425sysdeps/unix/sysv/linux/i386/sigcontextinfo.h: 9426 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 9427 9428sysdeps/unix/sysv/linux/i386/swapcontext.S: 9429 Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. 9430 9431sysdeps/unix/sysv/linux/i386/sysdep.h: 9432 Contributed by Ulrich Drepper, <drepper@gnu.org>, August 1995. 9433 9434sysdeps/unix/sysv/linux/i386/vfork.S: 9435 Contributed by Andreas Schwab <schwab@gnu.org>. 9436 9437sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: 9438 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 9439 9440sysdeps/unix/sysv/linux/ia64/__longjmp.S: 9441 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 9442 9443sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: 9444 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 9445 9446sysdeps/unix/sysv/linux/ia64/__start_context.S: 9447 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 9448 9449sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: 9450 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 9451 9452sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: 9453 Contributed by Jes Sorensen <jes@linuxcare.com>, July 2000 9454 9455sysdeps/unix/sysv/linux/ia64/getcontext.S: 9456 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 9457 9458sysdeps/unix/sysv/linux/ia64/ioperm.c: 9459 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 9460 9461sysdeps/unix/sysv/linux/ia64/makecontext.c: 9462 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 9463 9464sysdeps/unix/sysv/linux/ia64/pipe.S: 9465 Contributed by David Mosberger <davidm@hpl.hp.com> 9466 9467sysdeps/unix/sysv/linux/ia64/register-dump.h: 9468 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 9469 9470sysdeps/unix/sysv/linux/ia64/setcontext.S: 9471 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 9472 9473sysdeps/unix/sysv/linux/ia64/setjmp.S: 9474 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 9475 9476sysdeps/unix/sysv/linux/ia64/swapcontext.c: 9477 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 9478 9479sysdeps/unix/sysv/linux/ia64/sys/io.h: 9480 Contributed by David Mosberger-Tang <davidm@hpl.hp.com> 9481 9482sysdeps/unix/sysv/linux/ia64/sys/rse.h: 9483 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 9484 9485sysdeps/unix/sysv/linux/ia64/syscall.S: 9486 Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>. 9487 9488sysdeps/unix/sysv/linux/ia64/sysdep.S: 9489 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 9490 9491sysdeps/unix/sysv/linux/ia64/sysdep.h: 9492 Written by Jes Sorensen, <Jes.Sorensen@cern.ch>, April 1999. 9493 Based on code originally written by David Mosberger-Tang 9494 9495sysdeps/unix/sysv/linux/ia64/ucontext_i.h: 9496 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. 9497 9498sysdeps/unix/sysv/linux/ifreq.c: 9499 Contributed by Andreas Jaeger <aj@suse.de>. 9500 9501sysdeps/unix/sysv/linux/internal_statvfs.c: 9502 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 9503 9504sysdeps/unix/sysv/linux/kernel-posix-timers.h: 9505 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 9506 9507sysdeps/unix/sysv/linux/lddlibc4.c: 9508 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 9509 9510sysdeps/unix/sysv/linux/m68k/clone.S: 9511 Contributed by Andreas Schwab (schwab@issan.informatik.uni-dortmund.de) 9512 9513sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h: 9514 Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010. 9515 9516sysdeps/unix/sysv/linux/m68k/getpagesize.c: 9517 Contributed by Andreas Schwab <schwab@suse.de>. 9518 9519sysdeps/unix/sysv/linux/m68k/register-dump.h: 9520 Contributed by Andreas Schwab <schwab@gnu.org>. 9521 9522sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: 9523 Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>, 1998. 9524 9525sysdeps/unix/sysv/linux/m68k/sysdep.h: 9526 Written by Andreas Schwab, <schwab@issan.informatik.uni-dortmund.de>, 9527 December 1995. 9528 9529sysdeps/unix/sysv/linux/m68k/vfork.S: 9530 Contributed by Andreas Schwab <schwab@gnu.org>. 9531 9532sysdeps/unix/sysv/linux/mips/_test_and_set.c: 9533 Contributed by Maciej W. Rozycki <macro@ds2.pg.gda.pl>, 2000. 9534 9535sysdeps/unix/sysv/linux/mips/clone.S: 9536 Contributed by Ralf Bächle <ralf@linux-mips.org>, 1996. 9537 9538sysdeps/unix/sysv/linux/mips/getcontext.S: 9539 Contributed by Maciej W. Rozycki <macro@codesourcery.com>. 9540 9541sysdeps/unix/sysv/linux/mips/makecontext.S: 9542 Contributed by Maciej W. Rozycki <macro@codesourcery.com>. 9543 9544sysdeps/unix/sysv/linux/mips/readelflib.c: 9545 Contributed by Alexandre Oliva <aoliva@redhat.com> 9546 Based on work ../x86_64/readelflib.c, 9547 contributed by Andreas Jaeger <aj@suse.de>, 1999 and 9548 Jakub Jelinek <jakub@redhat.com>, 1999. 9549 9550sysdeps/unix/sysv/linux/mips/register-dump.h: 9551 Contributed by Andreas Jaeger <aj@suse.de>, 2000. 9552 9553sysdeps/unix/sysv/linux/mips/setcontext.S: 9554 Contributed by Maciej W. Rozycki <macro@codesourcery.com>. 9555 9556sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: 9557 Contributed by Andreas Jaeger <aj@suse.de>, 2000. 9558 9559sysdeps/unix/sysv/linux/mips/swapcontext.S: 9560 Contributed by Maciej W. Rozycki <macro@codesourcery.com>. 9561 9562sysdeps/unix/sysv/linux/mips/ustat.c: 9563 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 9564 9565sysdeps/unix/sysv/linux/mmap64.c: 9566 Contributed by Jakub Jelinek <jakub@redhat.com>, 1999. 9567 9568sysdeps/unix/sysv/linux/mq_notify.c: 9569 Contribute by Ulrich Drepper <drepper@redhat.com>, 2004. 9570 9571sysdeps/unix/sysv/linux/msgctl.c: 9572 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 9573 9574sysdeps/unix/sysv/linux/msgget.c: 9575 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 9576 9577sysdeps/unix/sysv/linux/msgrcv.c: 9578 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 9579 9580sysdeps/unix/sysv/linux/msgsnd.c: 9581 Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995. 9582 9583sysdeps/unix/sysv/linux/net/if_arp.h: 9584 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 9585 9586sysdeps/unix/sysv/linux/nios2/clone.S: 9587 Contributed by Andrew Jenner <andrew@codesourcery.com>, 2008. 9588 9589sysdeps/unix/sysv/linux/nios2/kernel_stat.h: 9590 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9591 9592sysdeps/unix/sysv/linux/not-cancel.h: 9593 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 9594 9595sysdeps/unix/sysv/linux/nscd_setup_thread.c: 9596 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 9597 9598sysdeps/unix/sysv/linux/open.c: 9599 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9600 9601sysdeps/unix/sysv/linux/ppoll.c: 9602 Contributed by Ulrich Drepper <drepper@redhat.com>, 2006. 9603 9604sysdeps/unix/sysv/linux/pread.c: 9605 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 9606 9607sysdeps/unix/sysv/linux/pread64.c: 9608 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 9609 9610sysdeps/unix/sysv/linux/pselect.c: 9611 Contributed by Ulrich Drepper <drepper@redhat.com>, 2006. 9612 9613sysdeps/unix/sysv/linux/ptsname.c: 9614 Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998. 9615 9616sysdeps/unix/sysv/linux/pwrite.c: 9617 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 9618 9619sysdeps/unix/sysv/linux/pwrite64.c: 9620 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 9621 9622sysdeps/unix/sysv/linux/recvmmsg.c: 9623 Contributed by Andreas Schwab <schwab@redhat.com>, 2010. 9624 9625sysdeps/unix/sysv/linux/s390/bits/elfclass.h: 9626 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9627 9628sysdeps/unix/sysv/linux/s390/dl-procinfo.h: 9629 Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2006. 9630 9631sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: 9632 Contributed by Jakub Jelinek <jakub@redhat.com>. 9633 9634sysdeps/unix/sysv/linux/s390/s390-32/clone.S: 9635 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9636 9637sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: 9638 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9639 9640sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: 9641 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9642 9643sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: 9644 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9645 9646sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: 9647 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9648 9649sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: 9650 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9651 9652sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: 9653 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9654 9655sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: 9656 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9657 9658sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: 9659 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9660 9661sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: 9662 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9663 9664sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: 9665 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9666 9667sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: 9668 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9669 9670sysdeps/unix/sysv/linux/s390/s390-32/login.c: 9671 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9672 9673sysdeps/unix/sysv/linux/s390/s390-32/login32.c: 9674 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9675 9676sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: 9677 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9678 9679sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: 9680 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9681 9682sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: 9683 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9684 9685sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: 9686 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9687 9688sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: 9689 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9690 9691sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: 9692 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9693 9694sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: 9695 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9696 9697sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: 9698 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9699 9700sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: 9701 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9702 9703sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: 9704 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9705 9706sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: 9707 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9708 9709sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: 9710 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9711 9712sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: 9713 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9714 9715sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: 9716 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9717 9718sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: 9719 Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>. 9720 9721sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: 9722 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 9723 9724sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: 9725 Contributed by Jakub Jelinek <jakub@redhat.com>. 9726 9727sysdeps/unix/sysv/linux/s390/s390-64/clone.S: 9728 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9729 9730sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: 9731 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9732 9733sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: 9734 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9735 9736sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: 9737 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9738 9739sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: 9740 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9741 9742sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: 9743 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9744 9745sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: 9746 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9747 9748sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: 9749 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9750 9751sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: 9752 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9753 9754sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: 9755 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 9756 9757sysdeps/unix/sysv/linux/s390/sigcontextinfo.h: 9758 Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 9759 9760sysdeps/unix/sysv/linux/s390/sys/ptrace.h: 9761 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 9762 9763sysdeps/unix/sysv/linux/s390/sys/ucontext.h: 9764 Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 9765 9766sysdeps/unix/sysv/linux/semctl.c: 9767 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 9768 9769sysdeps/unix/sysv/linux/semget.c: 9770 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 9771 9772sysdeps/unix/sysv/linux/semop.c: 9773 Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995. 9774 9775sysdeps/unix/sysv/linux/semtimedop.c: 9776 Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995. 9777 9778sysdeps/unix/sysv/linux/sendmmsg.c: 9779 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 9780 9781sysdeps/unix/sysv/linux/setipv4sourcefilter.c: 9782 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 9783 9784sysdeps/unix/sysv/linux/setsourcefilter.c: 9785 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 9786 9787sysdeps/unix/sysv/linux/sh/sigcontextinfo.h: 9788 Contributed by Philip Blundell <philb@gnu.org>, 1999. 9789 9790sysdeps/unix/sysv/linux/sh/sysdep.h: 9791 Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>, August 1995. 9792 Changed by Kaz Kojima, <kkojima@rr.iij4u.or.jp>. 9793 9794sysdeps/unix/sysv/linux/shmat.c: 9795 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 9796 9797sysdeps/unix/sysv/linux/shmctl.c: 9798 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 9799 9800sysdeps/unix/sysv/linux/shmdt.c: 9801 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 9802 9803sysdeps/unix/sysv/linux/shmget.c: 9804 Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995. 9805 9806sysdeps/unix/sysv/linux/sigset-cvt-mask.h: 9807 Contributed by Joe Keane <jgk@jgk.org>. 9808 9809sysdeps/unix/sysv/linux/sigstack.c: 9810 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 9811 9812sysdeps/unix/sysv/linux/sparc/readelflib.c: 9813 Contributed by Andreas Jaeger <aj@suse.de>, 1999 and 9814 Jakub Jelinek <jakub@redhat.com>, 1999. 9815 9816sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: 9817 Contributed by Richard Henderson (rth@tamu.edu). 9818 9819sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: 9820 Contributed by David S. Miller <davem@davemloft.net>, 2008. 9821 9822sysdeps/unix/sysv/linux/sparc/sparc32/libc_sigaction.c: 9823 Contributed by Miguel de Icaza <miguel@nuclecu.unam.mx>, 1997. 9824 9825sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: 9826 Contributed by David S. Miller <davem@davemloft.net>, 2008. 9827 9828sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S: 9829 Contributed by Miguel de Icaza <miguel@gnu.ai.mit.edu>, 1997. 9830 9831sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: 9832 Contributed by Jakub Jelinek <jakub@redhat.com>, 1999. 9833 9834sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: 9835 Contributed by David S. Miller <davem@davemloft.net>, 2008. 9836 9837sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: 9838 Contributed by Jakub Jelinek <jakub@redhat.com>, 1999. 9839 9840sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: 9841 Contributed by David S. Miller <davem@davemloft.net>, 2008. 9842 9843sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: 9844 Contributed by Miguel de Icaza <miguel@gnu.ai.mit.edu>, January 1997. 9845 9846sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: 9847 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 9848 9849sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: 9850 Contributed by Richard Henderson (rth@tamu.edu). 9851 9852sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S: 9853 Contributed by Richard Henderson (rth@tamu.edu). 9854 9855sysdeps/unix/sysv/linux/sparc/sparc64/libc_sigaction.c: 9856 Contributed by Miguel de Icaza <miguel@nuclecu.unam.mx> and 9857 Jakub Jelinek <jj@ultra.linux.cz>. 9858 9859sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: 9860 Contributed by Richard Henderson (rth@tamu.edu). 9861 9862sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c: 9863 Contributed by Jakub Jelinek <jakub@redhat.com>. 9864 9865sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: 9866 Contributed by Miguel de Icaza <miguel@gnu.ai.mit.edu>, 1997. 9867 9868sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: 9869 Contributed by Jakub Jelinek <jj@ultra.linux.cz>, 1999. 9870 9871sysdeps/unix/sysv/linux/sparc/sparc64/setcontext.S: 9872 Contributed by Richard Henderson (rth@tamu.edu). 9873 9874sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: 9875 Contributed by Richard Henderson (rth@tamu.edu). 9876 9877sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: 9878 Contributed by Jakub Jelinek <jj@ultra.linux.cz>, 1999. 9879 9880sysdeps/unix/sysv/linux/sparc/sparc64/swapcontext.c: 9881 Contributed by Jakub Jelinek <jakub@redhat.com>. 9882 9883sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: 9884 Contributed by Richard Henderson <richard@gnu.ai.mit.edu>, 1997. 9885 9886sysdeps/unix/sysv/linux/sparc/sparc64/ucontext_i.h: 9887 Contributed by Jakub Jelinek <jakub@redhat.com>. 9888 9889sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: 9890 Contributed by Jakub Jelinek <jakub@redhat.com>, 2004. 9891 9892sysdeps/unix/sysv/linux/sparc/sysdep.h: 9893 Contributed by Jakub Jelinek <jakub@redhat.com>, 2000. 9894 9895sysdeps/unix/sysv/linux/statfs.c: 9896 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9897 9898sysdeps/unix/sysv/linux/statvfs.c: 9899 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 9900 9901sysdeps/unix/sysv/linux/timer_create.c: 9902 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 9903 9904sysdeps/unix/sysv/linux/timer_delete.c: 9905 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 9906 9907sysdeps/unix/sysv/linux/timer_getoverr.c: 9908 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 9909 9910sysdeps/unix/sysv/linux/timer_gettime.c: 9911 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 9912 9913sysdeps/unix/sysv/linux/timer_routines.c: 9914 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 9915 9916sysdeps/unix/sysv/linux/timer_settime.c: 9917 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 9918 9919sysdeps/unix/sysv/linux/umount.c: 9920 Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011. 9921 9922sysdeps/unix/sysv/linux/unlockpt.c: 9923 Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998. 9924 9925sysdeps/unix/sysv/linux/updwtmp.c: 9926 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998. 9927 9928sysdeps/unix/sysv/linux/ustat.c: 9929 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 9930 9931sysdeps/unix/sysv/linux/utmp_file.c: 9932 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998. 9933 9934sysdeps/unix/sysv/linux/x86/readelflib.c: 9935 Contributed by Andreas Jaeger <aj@suse.de>, 1999 and 9936 Jakub Jelinek <jakub@redhat.com>, 2000. 9937 9938sysdeps/unix/sysv/linux/x86_64/__start_context.S: 9939 Contributed by Andreas Jaeger <aj@suse.de>, 2002. 9940 9941sysdeps/unix/sysv/linux/x86_64/getcontext.S: 9942 Contributed by Andreas Jaeger <aj@suse.de>, 2002. 9943 9944sysdeps/unix/sysv/linux/x86_64/makecontext.c: 9945 Contributed by Andreas Jaeger <aj@suse.de>, 2002. 9946 9947sysdeps/unix/sysv/linux/x86_64/setcontext.S: 9948 Contributed by Andreas Jaeger <aj@suse.de>, 2002. 9949 9950sysdeps/unix/sysv/linux/x86_64/swapcontext.S: 9951 Contributed by Andreas Jaeger <aj@suse.de>, 2002. 9952 9953sysdeps/wordsize-64/tst-writev.c: 9954 Contributed by Ryan S. Arnold <rsa@us.ibm.com>, 2011. 9955 9956sysdeps/x86/fpu/s_fpclassifyl.c: 9957 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 9958 9959sysdeps/x86/fpu/s_isnanl.c: 9960 Conversion to long double by Ulrich Drepper, 9961 Cygnus Support, drepper@cygnus.com. 9962 9963sysdeps/x86/fpu_control.h: 9964 Contributed by Olaf Flebbe. 9965 9966sysdeps/x86/nptl/pthreaddef.h: 9967 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 9968 9969sysdeps/x86_64/_mcount.S: 9970 Contributed by Andreas Jaeger <aj@suse.de>. 9971 9972sysdeps/x86_64/dl-machine.h: 9973 Contributed by Andreas Jaeger <aj@suse.de>. 9974 9975sysdeps/x86_64/ffs.c: 9976 Contributed by Ulrich Drepper <drepper@cygnus.com>. 9977 9978sysdeps/x86_64/ffsll.c: 9979 Contributed by Ulrich Drepper <drepper@cygnus.com>. 9980 9981sysdeps/x86_64/fpu/e_exp2l.S: 9982 Written by J.T. Conklin <jtc@netbsd.org>. 9983 Adapted for exp2 by Ulrich Drepper <drepper@cygnus.com>. 9984 Adapted for x86-64 by Andreas Jaeger <aj@suse.de>. 9985 9986sysdeps/x86_64/fpu/e_expl.S: 9987 Written by J.T. Conklin <jtc@netbsd.org>. 9988 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 9989 9990sysdeps/x86_64/fpu/e_fmodl.S: 9991 Written by J.T. Conklin <jtc@netbsd.org>. 9992 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 9993 Adapted for x86-64 by Andreas Jaeger <aj@suse.de>. 9994 9995sysdeps/x86_64/fpu/e_ilogbl.S: 9996 Written by J.T. Conklin <jtc@netbsd.org>. 9997 Changes for long double by Ulrich Drepper <drepper@cygnus.com> 9998 Adapted for x86-64 by Andreas Jaeger <aj@suse.de>. 9999 10000sysdeps/x86_64/fpu/e_log10l.S: 10001 Written by J.T. Conklin <jtc@netbsd.org>. 10002 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 10003 Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>. 10004 Adapted for x86-64 by Andreas Jaeger <aj@suse.de>. 10005 10006sysdeps/x86_64/fpu/e_log2l.S: 10007 Written by J.T. Conklin <jtc@netbsd.org>. 10008 Adapted for use as log2 by Ulrich Drepper <drepper@cygnus.com>. 10009 Changed to use fyl2xp1 for values near 1, <drepper@cygnus.com>. 10010 Adapted for x86-64 by Andreas Jaeger <aj@suse.de>. 10011 10012sysdeps/x86_64/fpu/e_logl.S: 10013 Written by J.T. Conklin <jtc@netbsd.org>. 10014 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 10015 Adapted for x86-64 by Andreas Jaeger <aj@suse.de>. 10016 10017sysdeps/x86_64/fpu/e_powl.S: 10018 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 10019 10020sysdeps/x86_64/fpu/e_remainderl.S: 10021 Written by J.T. Conklin <jtc@netbsd.org>. 10022 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 10023 Adapted for x86-64 by Andreas Jaeger <aj@suse.de>. 10024 10025sysdeps/x86_64/fpu/e_scalbl.S: 10026 Written by J.T. Conklin <jtc@netbsd.org>. 10027 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 10028 Adapted for x86-64 by Andreas Jaeger <aj@suse.de> 10029 Correct handling of y==-inf <drepper@gnu> 10030 10031sysdeps/x86_64/fpu/fedisblxcpt.c: 10032 Contributed by Andreas Jaeger <aj@suse.de>, 2001. 10033 10034sysdeps/x86_64/fpu/feenablxcpt.c: 10035 Contributed by Andreas Jaeger <aj@suse.de>, 2001. 10036 10037sysdeps/x86_64/fpu/fegetexcept.c: 10038 Contributed by Andreas Jaeger <aj@suse.de>, 2001. 10039 10040sysdeps/x86_64/fpu/fegetround.c: 10041 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 10042 10043sysdeps/x86_64/fpu/feupdateenv.c: 10044 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 10045 10046sysdeps/x86_64/fpu/multiarch/s_ceil-sse4_1.S: 10047 Contributed by Ulrich Drepper <drepper@gmail.come>, 2011. 10048 10049sysdeps/x86_64/fpu/multiarch/s_ceilf-sse4_1.S: 10050 Contributed by Ulrich Drepper <drepper@gmail.come>, 2011. 10051 10052sysdeps/x86_64/fpu/multiarch/s_floor-sse4_1.S: 10053 Contributed by Ulrich Drepper <drepper@gmail.come>, 2011. 10054 10055sysdeps/x86_64/fpu/multiarch/s_floorf-sse4_1.S: 10056 Contributed by Ulrich Drepper <drepper@gmail.come>, 2011. 10057 10058sysdeps/x86_64/fpu/multiarch/s_fma.c: 10059 Contributed by Intel Corporation. 10060 10061sysdeps/x86_64/fpu/multiarch/s_nearbyint-sse4_1.S: 10062 Contributed by Ulrich Drepper <drepper@gmail.come>, 2011. 10063 10064sysdeps/x86_64/fpu/multiarch/s_nearbyintf-sse4_1.S: 10065 Contributed by Ulrich Drepper <drepper@gmail.come>, 2011. 10066 10067sysdeps/x86_64/fpu/multiarch/s_rint-sse4_1.S: 10068 Contributed by Ulrich Drepper <drepper@gmail.come>, 2011. 10069 10070sysdeps/x86_64/fpu/multiarch/s_rintf-sse4_1.S: 10071 Contributed by Ulrich Drepper <drepper@gmail.come>, 2011. 10072 10073sysdeps/x86_64/fpu/s_ceill.S: 10074 Written by J.T. Conklin <jtc@netbsd.org>. 10075 Changes for long double by Ulrich Drepper <drepper@cygnus.com> 10076 Changes for x86-64 by Andreas Jaeger <aj@suse.de> 10077 10078sysdeps/x86_64/fpu/s_copysign.S: 10079 Contributed by Andreas Jaeger <aj@suse.de>, 2002. 10080 10081sysdeps/x86_64/fpu/s_copysignf.S: 10082 Contributed by Andreas Jaeger <aj@suse.de>, 2002. 10083 10084sysdeps/x86_64/fpu/s_copysignl.S: 10085 Written by J.T. Conklin <jtc@netbsd.org>. 10086 Changes for long double by Ulrich Drepper <drepper@cygnus.com>. 10087 Adopted for x86-64 by Andreas Jaeger <aj@suse.de>. 10088 10089sysdeps/x86_64/fpu/s_finitel.S: 10090 Written by Joe Keane <jgk@jgk.org>. 10091 Adopted for x86-64 by Andreas Jaeger <aj@suse.de>. 10092 10093sysdeps/x86_64/fpu/s_floorl.S: 10094 Written by J.T. Conklin <jtc@netbsd.org>. 10095 Changes for long double by Ulrich Drepper <drepper@cygnus.com> 10096 Changes for x86-64 by Andreas Jaeger <aj@suse.de>=09 10097 10098sysdeps/x86_64/fpu/s_fmax.S: 10099 Contributed by Andreas Jaeger <aj@suse.de>, 2002. 10100 10101sysdeps/x86_64/fpu/s_fmaxf.S: 10102 Contributed by Andreas Jaeger <aj@suse.de>, 2002. 10103 10104sysdeps/x86_64/fpu/s_fmaxl.S: 10105 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 10106 10107sysdeps/x86_64/fpu/s_fmin.S: 10108 Contributed by Andreas Jaeger <aj@suse.de>, 2002. 10109 10110sysdeps/x86_64/fpu/s_fminf.S: 10111 Contributed by Andreas Jaeger <aj@suse.de>, 2002. 10112 10113sysdeps/x86_64/fpu/s_fminl.S: 10114 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 10115 10116sysdeps/x86_64/fpu/s_llrint.S: 10117 Contributed by Andreas Jaeger <aj@suse.d>, 2002. 10118 10119sysdeps/x86_64/fpu/s_llrintf.S: 10120 Contributed by Andreas Jaeger <aj@suse.d>, 2002. 10121 10122sysdeps/x86_64/fpu/s_log1pl.S: 10123 Written by J.T. Conklin <jtc@netbsd.org>. 10124 Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>. 10125 Adapted for x86-64 by Andreas Jaeger <aj@suse.de>. 10126 10127sysdeps/x86_64/fpu/s_nearbyintl.S: 10128 Written by J.T. Conklin <jtc@netbsd.org>. 10129 Adapted for use as nearbyint by Ulrich Drepper <drepper@cygnus.com>. 10130 10131sysdeps/x86_64/fpu/s_scalbnl.S: 10132 Written by J.T. Conklin <jtc@netbsd.org>. 10133 Changes for long double by Ulrich Drepper <drepper@cygnus.com> 10134 Changes for x86-64 by Andreas Jaeger <aj@suse.de>=09 10135 10136sysdeps/x86_64/fpu/s_signbit.S: 10137 Contributed by Ulrich Drepper <drepper@redha.com>, 2009. 10138 10139sysdeps/x86_64/fpu/s_signbitf.S: 10140 Contributed by Ulrich Drepper <drepper@redha.com>, 2009. 10141 10142sysdeps/x86_64/fpu/s_truncl.S: 10143 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 10144 10145sysdeps/x86_64/jmpbuf-unwind.h: 10146 Contributed by Jakub Jelinek <jakub@redhat.com>, 2003. 10147 10148sysdeps/x86_64/machine-gmon.h: 10149 Contributed by Andreas Jaeger <aj@suse.de>, 2002. 10150 10151sysdeps/x86_64/memchr.S: 10152 Contributed by Intel Corporation. 10153 10154sysdeps/x86_64/memcmp.S: 10155 Contributed by Intel Corporation. 10156 10157sysdeps/x86_64/memrchr.S: 10158 Contributed by Intel Corporation. 10159 10160sysdeps/x86_64/multiarch/memcmp-sse4.S: 10161 Contributed by Intel Corporation. 10162 10163sysdeps/x86_64/multiarch/memcmp-ssse3.S: 10164 Contributed by Intel Corporation. 10165 10166sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: 10167 Contributed by Intel Corporation. 10168 10169sysdeps/x86_64/multiarch/memcpy-ssse3.S: 10170 Contributed by Intel Corporation. 10171 10172sysdeps/x86_64/multiarch/strcat-avx2.S: 10173 Contributed by Intel Corporation. 10174 10175sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: 10176 Contributed by Intel Corporation. 10177 10178sysdeps/x86_64/multiarch/strcat-ssse3.S: 10179 Contributed by Intel Corporation. 10180 10181sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: 10182 Contributed by Intel Corporation. 10183 10184sysdeps/x86_64/multiarch/strcmp-sse42.S: 10185 Contributed by Intel Corporation. 10186 10187sysdeps/x86_64/multiarch/strcpy-avx2.S: 10188 Contributed by Intel Corporation. 10189 10190sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: 10191 Contributed by Intel Corporation. 10192 10193sysdeps/x86_64/multiarch/strcpy-ssse3.S: 10194 Contributed by Intel Corporation. 10195 10196sysdeps/x86_64/multiarch/strcspn-c.c: 10197 Contributed by Intel Corporation. 10198 10199sysdeps/x86_64/multiarch/strspn-c.c: 10200 Contributed by Intel Corporation. 10201 10202sysdeps/x86_64/multiarch/wcscpy-ssse3.S: 10203 Contributed by Intel Corporation. 10204 10205sysdeps/x86_64/nptl/pthread_spin_trylock.S: 10206 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 10207 10208sysdeps/x86_64/nptl/pthread_spin_unlock.S: 10209 Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 10210 10211sysdeps/x86_64/rawmemchr.S: 10212 Contributed by Intel Corporation. 10213 10214sysdeps/x86_64/start.S: 10215 Contributed by Andreas Jaeger <aj@suse.de>, 2001. 10216 10217sysdeps/x86_64/strcat.S: 10218 Contributed by Andreas Jaeger <aj@suse.de>, 2002. 10219 10220sysdeps/x86_64/strcmp.S: 10221 Based on i686 version contributed by Ulrich Drepper 10222 <drepper@cygnus.com>, 1999. 10223 Updated with SSE2 support contributed by Intel Corporation. 10224 10225sysdeps/x86_64/strcpy.S: 10226 Contributed by Andreas Jaeger <aj@suse.de>, 2002. 10227 10228sysdeps/x86_64/strcspn.S: 10229 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>. 10230 Bug fixes by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>. 10231 Adopted for x86-64 by Andreas Jaeger <aj@suse.de>. 10232 10233sysdeps/x86_64/strspn.S: 10234 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>. 10235 Bug fixes by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>. 10236 Adopted for x86-64 by Andreas Jaeger <aj@suse.de>. 10237 10238sysdeps/x86_64/wcschr.S: 10239 Contributed by Intel Corporation. 10240 10241sysdeps/x86_64/wcscmp.S: 10242 Contributed by Intel Corporation. 10243 10244sysdeps/x86_64/wcslen.S: 10245 Contributed by Intel Corporation. 10246 10247sysdeps/x86_64/wcsrchr.S: 10248 Contributed by Intel Corporation. 10249 10250sysvipc/ftok.c: 10251 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 10252 10253sysvipc/msgctl.c: 10254 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 10255 10256sysvipc/msgget.c: 10257 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 10258 10259sysvipc/msgrcv.c: 10260 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 10261 10262sysvipc/msgsnd.c: 10263 Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995. 10264 10265sysvipc/semctl.c: 10266 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 10267 10268sysvipc/semget.c: 10269 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 10270 10271sysvipc/semop.c: 10272 Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995. 10273 10274sysvipc/semtimedop.c: 10275 Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. 10276 10277sysvipc/shmat.c: 10278 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 10279 10280sysvipc/shmctl.c: 10281 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 10282 10283sysvipc/shmdt.c: 10284 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 10285 10286sysvipc/shmget.c: 10287 Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995. 10288 10289test-skeleton.c: 10290 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 10291 10292time/ctime_r.c: 10293 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 10294 10295time/difftime.c: 10296 Written by Paul Eggert <eggert@cs.ucla.edu>. 10297 10298time/getdate.c: 10299 Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. 10300 10301time/tst-clock.c: 10302 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 10303 10304time/tst-getdate.c: 10305 Contributed by Andreas Jaeger <aj@suse.de>, 2000. 10306 10307time/tst-strptime.c: 10308 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 10309 10310timezone/tst-timezone.c: 10311 Contributed by Andreas Jaeger <aj@suse.de>, 1998. 10312 10313wcsmbs/btowc.c: 10314 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 10315 10316wcsmbs/c16rtomb.c: 10317 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 10318 10319wcsmbs/mbrlen.c: 10320 Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu> 10321 10322wcsmbs/mbrtoc16.c: 10323 Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. 10324 10325wcsmbs/mbrtowc.c: 10326 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 10327 10328wcsmbs/mbsinit.c: 10329 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10330 10331wcsmbs/mbsnrtowcs.c: 10332 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 10333 10334wcsmbs/mbsrtowcs.c: 10335 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 10336 10337wcsmbs/mbsrtowcs_l.c: 10338 Contributed by Ulrich Drepper <drepper@gnu.org>, 2002. 10339 10340wcsmbs/tst-btowc.c: 10341 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. 10342 10343wcsmbs/tst-mbrtowc.c: 10344 UTF-8 single byte feeding test for mbrtowc(), 10345 contributed by Markus Kuhn <mkuhn@acm.org>. 10346 10347wcsmbs/tst-mbsrtowcs.c: 10348 Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. 10349 10350wcsmbs/tst-wcpncpy.c: 10351 Contributed by Ulrich Drepper <drepper@cygnus.com>, 2003. 10352 10353wcsmbs/tst-wcrtomb.c: 10354 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. 10355 10356wcsmbs/tst-wcsnlen.c: 10357 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. 10358 10359wcsmbs/wcpcpy.c: 10360 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10361 10362wcsmbs/wcpncpy.c: 10363 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 10364 10365wcsmbs/wcrtomb.c: 10366 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 10367 10368wcsmbs/wcscasecmp_l.c: 10369 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 10370 10371wcsmbs/wcscat.c: 10372 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 10373 10374wcsmbs/wcscmp.c: 10375 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 10376 10377wcsmbs/wcscoll.c: 10378 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 10379 10380wcsmbs/wcscoll_l.c: 10381 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10382 10383wcsmbs/wcscpy.c: 10384 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 10385 10386wcsmbs/wcscspn.c: 10387 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 10388 10389wcsmbs/wcsdup.c: 10390 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 10391 10392wcsmbs/wcslen.c: 10393 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 10394 10395wcsmbs/wcsmbsload.c: 10396 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 10397 10398wcsmbs/wcsmbsload.h: 10399 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 10400 10401wcsmbs/wcsncase_l.c: 10402 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 10403 10404wcsmbs/wcsncat.c: 10405 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 10406 10407wcsmbs/wcsncmp.c: 10408 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 10409 10410wcsmbs/wcsncpy.c: 10411 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 10412 10413wcsmbs/wcsnlen.c: 10414 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. 10415 10416wcsmbs/wcsnrtombs.c: 10417 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 10418 10419wcsmbs/wcspbrk.c: 10420 Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu> 10421 10422wcsmbs/wcsrchr.c: 10423 Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu> 10424 10425wcsmbs/wcsrtombs.c: 10426 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 10427 10428wcsmbs/wcsspn.c: 10429 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 10430 10431wcsmbs/wcstod.c: 10432 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10433 10434wcsmbs/wcstod_l.c: 10435 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 10436 10437wcsmbs/wcstof.c: 10438 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10439 10440wcsmbs/wcstof_l.c: 10441 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 10442 10443wcsmbs/wcstok.c: 10444 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 10445 10446wcsmbs/wcstol.c: 10447 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10448 10449wcsmbs/wcstol_l.c: 10450 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 10451 10452wcsmbs/wcstold.c: 10453 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10454 10455wcsmbs/wcstold_l.c: 10456 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 10457 10458wcsmbs/wcstoll.c: 10459 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10460 10461wcsmbs/wcstoll_l.c: 10462 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 10463 10464wcsmbs/wcstoul.c: 10465 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10466 10467wcsmbs/wcstoul_l.c: 10468 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 10469 10470wcsmbs/wcstoull.c: 10471 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10472 10473wcsmbs/wcstoull_l.c: 10474 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. 10475 10476wcsmbs/wcswidth.c: 10477 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10478 10479wcsmbs/wcsxfrm.c: 10480 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 10481 10482wcsmbs/wcsxfrm_l.c: 10483 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10484 10485wcsmbs/wctob.c: 10486 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10487 10488wcsmbs/wcwidth.c: 10489 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10490 10491wcsmbs/wcwidth.h: 10492 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10493 10494wcsmbs/wmemchr.c: 10495 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 10496 10497wcsmbs/wmemcmp.c: 10498 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10499 10500wcsmbs/wmemcpy.c: 10501 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 10502 10503wcsmbs/wmemmove.c: 10504 Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu> 10505 10506wcsmbs/wmempcpy.c: 10507 Contributed by Ulrich Drepper <drepper@gnu.org>, 1999. 10508 10509wcsmbs/wmemset.c: 10510 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 10511 10512wctype/iswctype.c: 10513 Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>. 10514 10515wctype/iswctype_l.c: 10516 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. 10517 10518wctype/wchar-lookup.h: 10519 Contributed by Bruno Haible <haible@clisp.cons.org>, 2000. 10520 10521wctype/wctrans.c: 10522 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 10523 10524wctype/wctype.c: 10525 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 10526 10527wctype/wctype_l.c: 10528 Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. 10529