]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix spellings of contributor names in comments and doc
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Aug 2019 20:07:38 +0000 (13:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Aug 2019 20:11:05 +0000 (13:11 -0700)
39 files changed:
ChangeLog
ChangeLog.old/ChangeLog.10
ChangeLog.old/ChangeLog.11
ChangeLog.old/ChangeLog.12
ChangeLog.old/ChangeLog.13
ChangeLog.old/ChangeLog.14
ChangeLog.old/ChangeLog.15
ChangeLog.old/ChangeLog.17
ChangeLog.old/ChangeLog.18
ChangeLog.old/ChangeLog.5
ChangeLog.old/ChangeLog.6
ChangeLog.old/ChangeLog.7
ChangeLog.old/ChangeLog.8
ChangeLog.old/ChangeLog.9
ChangeLog.old/ChangeLog.localedata
ChangeLog.old/ChangeLog.nptl
manual/contrib.texi
math/w_cosh_compat.c
math/w_coshl_compat.c
stdlib/testmb2.c
string/strverscmp.c
sysdeps/mips/fpu_control.h
sysdeps/mips/regdef.h
sysdeps/mips/sgidefs.h
sysdeps/mips/sys/asm.h
sysdeps/mips/sys/regdef.h
sysdeps/sparc/sparc64/memchr.S
sysdeps/sparc/sparc64/memcmp.S
sysdeps/sparc/sparc64/stpcpy.S
sysdeps/sparc/sparc64/stpncpy.S
sysdeps/sparc/sparc64/strcat.S
sysdeps/sparc/sparc64/strchr.S
sysdeps/sparc/sparc64/strcpy.S
sysdeps/sparc/sparc64/strlen.S
sysdeps/sparc/sparc64/strncmp.S
sysdeps/sparc/sparc64/strncpy.S
sysdeps/unix/sysv/linux/ia64/brk.S
sysdeps/unix/sysv/linux/mips/clone.S
sysdeps/unix/sysv/linux/mips/sys/user.h

index 61ffd520ebb4d34360f918106d96b0c2737d829c..2aa6655c8dad724ace584f302e90e27b55dab84c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * benchtests/bench-strstr.c (do_one_test): Use small iterations.
        * benchtests/bench-strtok.c (do_one_test): Use small iterations.
 
-2019-05-21  Adhemeval Zanella  <adhemerval.zanella@linaro.org>
+2019-05-21  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
        * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h (SEMTIMEDOP_IPC_ARGS):
        New define.
        (SNAN_TESTS_TYPE_CAST): Do not define macro here.
        * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Likewise.
 
-2018-08-01  Carlos O'Donel  <carlos@redhat.com>
+2018-08-01  Carlos O'Donell  <carlos@redhat.com>
 
        * version.h (RELEASE): Set to "development".
        (VERSION): Set to "2.28.9000".
 
 2017-12-05  Rogerio A. Cardoso  <rcardoso@linux.vnet.ibm.com>
            Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
-           Carlos O'Donnell  <carlos@redhat.com>
+           Carlos O'Donell  <carlos@redhat.com>
 
        * elf/dl-tunables.list: Add elision parameters.
        * manual/tunables.texi: Add entries about elision tunable.
index 6736bcc1faddb7a109816700dc55d3890c0d0b28..f2eb42b300ff80e015efeabfd4b5e8fcef3c19b4 100644 (file)
        Define and initialize use_outdigits in the inner loops.
 
        * sysdeps/posix/sigwait.c: Don't look for signal 0 since it does
-       not exist.  Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1601).
+       not exist.  Patch by Miloslav Trmač <mitr@volny.cz> (PR libc/1601).
 
        * sysdeps/i386/fpu/s_nearbyint.S: Disable raising exception, not
-       enable it.  Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1600).
+       enable it.  Patch by Miloslav Trmač <mitr@volny.cz> (PR libc/1600).
        * sysdeps/i386/fpu/s_nearbyintf.S: Likewise.
        * sysdeps/i386/fpu/s_nearbyintl.S: Likewise.
 
        so test for overflow and handle it.
        * sysdeps/i386/fpu/s_sinf.S: Likewise.
        * sysdeps/i386/fpu/s_tanf.S: Likewise.
-       Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1563).
+       Patch by Miloslav Trmač <mitr@volny.cz> (PR libc/1563).
 
        * iconvdata/Makefile (modules): Add UTF-16.
        (distribute): Add utf-16.c.
        * sysdeps/unix/sysv/linux/mips/fxstat.c: Likewise.
 
        * sysdeps/unix/sysv/linux/mips/init-first.h: New file, from Ralf
-       Baechle <ralf@gnu.org>.
+       Bächle <ralf@gnu.org>.
 
        * sysdeps/unix/sysv/linux/mips/brk.c: New file.
 
        * sysdeps/powerpc/fpu/fesetround.c: Likewise.
        * sysdeps/sparc/fpu/feholdexcpt.c: Likewise.
        * sysdeps/sparc/fpu/fesetround.c: Likewise.
-       Patch by Miloslav Trmac <mitr@volny.cz>.
+       Patch by Miloslav Trmač <mitr@volny.cz>.
 
        * locale/programs/ld-collate.c (struct locale_collate_t): Change
        type of plane_size and plane_cnt to uint32_t.
 
        * manual/getopt.texi (Using the getopt function): Fix description of
        return value for format string starting with '-' (PR libc/1551).
-       Patch by Raúl Núñez de Arenas Coronado <dervishd@jazzfree.com>
+       Patch by Raúl Núñez de Arenas Coronado <dervishd@jazzfree.com>
 
        * sunrpc/clnt_perr.c (rpc_errlist): Fix index for RPC_PROGVERSMISMATCH.
        Patch by jens.moeller@westgeo.com (PR libc/1550).
        (RESOLVE_GOTSYM): Use R_MIPS_REL32.
        (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise.
        Based on patches from Maciej W. Rozycki <macro@ds2.pg.gda.pl> and
-       Ralf Baechle <baechle@uni-koblenz.de>.
+       Ralf Bächle <baechle@uni-koblenz.de>.
 
        * sysdeps/mips/mips64/dl-machine.h: Apply same patches.
 
        * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
 
        * elf/Makefile ($(objpfx)ld.so): Fix rtld-ldscript dependency.
-       Patch by Ralf Baechle <ralf@uni-koblenz.de>.
+       Patch by Ralf Bächle <ralf@uni-koblenz.de>.
 
 1999-08-25  Ulrich Drepper  <drepper@cygnus.com>
 
        * stdio-common/tst-cookie.c: New file.
 
        * sysdeps/unix/sysv/linux/mips/bits/errno.h: Fix EILSEQ value
-       changed in last patch.  Reported by Ralf Baechle.
+       changed in last patch.  Reported by Ralf Bächle.
 
 1999-08-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
        * sysdeps/unix/mips/sysdep.h: Use __syscall_error.
 
        * sysdeps/unix/mips/sysdep.S: Rewrite, don't declare errno here.
-       Patches by Ralf Baechle <ralf@uni-koblenz.de>
+       Patches by Ralf Bächle <ralf@uni-koblenz.de>
 
 1999-08-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
 
        * sysdeps/unix/sysv/linux/mips/bits/sigaction.h (SA_RESETHAND): Add it.
        * sysdeps/mips/bits/dlfcn.h: Remove SGI specific calls, add RTLD_LOCAL.
-       Patches by Ralf Baechle <ralf@uni-koblenz.de>
+       Patches by Ralf Bächle <ralf@uni-koblenz.de>
 
 1999-08-21  Ulrich Drepper  <drepper@cygnus.com>
 
 
 1999-07-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
-       * localedata/tst-rpmatch.sh: Use "&" instead of "§" to avoid a bug
+       * localedata/tst-rpmatch.sh: Use "&" instead of "§" to avoid a bug
        in bash 2.03.
 
 1999-07-25  Ulrich Drepper  <drepper@cygnus.com>
index 356da033c381b53986b5489bfd83bfedd135ea4a..c6ce38de50abf04d3c89444456a7f5211449b41a 100644 (file)
        * sysdeps/s390/fpu/libm-test-ulps: New ulps.
 
        * sysdeps/unix/sysv/linux/mips/syscalls.list: Add fcntl64.
-       Patch by Ralf Baechle <ralf@gnu.org>.
+       Patch by Ralf Bächle <ralf@gnu.org>.
 
 2000-10-21  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/sh/dl-machine.h: Likewise.
        * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
        * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
-       Patch by Martin Schwidefsksy <schwidefsky@de.ibm.com>.
+       Patch by Martin Schwidefsky <schwidefsky@de.ibm.com>.
 
 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
 
        * string/string.h: Remove declaration of __strcasecmp and __strcasestr.
        * include/string.h: Declare them here.
 
-2000-10-18  Ralf Baechle  <ralf@gnu.org>
+2000-10-18  Ralf Bächle  <ralf@gnu.org>
 
        * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Include <asm/unistd.h>.
 
        (elf_machine_runtime_link_map): Likewise.
        (elf_machine_runtime_setup): Likewise.
        Handle dynamic linker's local got entries.
-       Patches by Ralf Baechle <ralf@gnu.org>.
+       Patches by Ralf Bächle <ralf@gnu.org>.
 
 2000-10-09  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
 
 
        * sysdeps/sparc/sparc32/fpu/libm-test-ulps: New file.
 
-2000-10-02  Ralf Baechle  <ralf@gnu.org>
+2000-10-02  Ralf Bächle  <ralf@gnu.org>
 
        * sysdeps/unix/sysv/linux/mips/sys/tas.h: Add missing .mips0 at the
        end of inline assembler code.
 
        * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Add RLIMIT_LOCKS.
 
-2000-10-01  Ralf Baechle  <ralf@gnu.org>
+2000-10-01  Ralf Bächle  <ralf@gnu.org>
 
        * sysdeps/mips/dl-machine.h (RTLD_START): Fix computation of envp
        argument passed to _dl_init.
        level2, and level3 as well.
        (wctype_table_add): Remove a few unnecessary conditionals.
 
-2000-09-30  Ralf Baechle  <ralf@gnu.org>
+2000-09-30  Ralf Bächle  <ralf@gnu.org>
 
        * wcsmbs/Versions [libc] (GLIBC_2.0): Add __mbrtowc.
 
        * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: New file.
        * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: New file.
 
-2000-09-28  Martin Schwidefsksy  <schwidefsky@de.ibm.com>
+2000-09-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
 
        * sysdeps/s390/atomicity.h: Fix compare_and_swap.
 
 2000-09-28  Ulrich Drepper  <drepper@redhat.com>
 
        * manual/errno.texi: Correct error text for ENXIO.
-       Reported by Jörg Schilling <schilling@fokus.gmd.de>.
+       Reported by Jörg Schilling <schilling@fokus.gmd.de>.
 
 2000-09-27  Jes Sorensen  <jes@linuxcare.com>
 
 
        * intl/Versions: Add bind_textdomain_codeset.
 
-2000-09-16  Ralf Baechle  <ralf@gnu.org>
+2000-09-16  Ralf Bächle  <ralf@gnu.org>
 
        * sysdeps/mips/dl-machine.h (_RTLD_PROLOGUE): Reformat.  Declare
        as function.
        * libio/oldiofsetpos64.c: iofsetpos was introduced in glibc 2.1,
        change symbol version.
        * libio/oldiofgetpos64.c: Likewise.
-       Reported by Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>.
+       Reported by Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>.
 
        * locale/programs/ld-ctype.c (charclass_charcode_ellipsis): Fix
        typo.
        * timezone/northamerica: Likewise.
        * timezone/zone-tab: Likewise.
 
-2000-07-30  Ralf Baechle  <ralf@gnu.org>
+2000-07-30  Ralf Bächle  <ralf@gnu.org>
 
        * sysdeps/unix/sysv/linux/mips/bits/sigstack.h:  New file.  On MIPS
        the order of struct sigaltstack members is different.
 
        * nss/makedb.c (main): Compare result of load_db with
        NSS_STATUS_SUCCESS and not 0.
-       Patch by Jan Rekorajski <baggins@sith.mimuw.edu.pl>.
+       Patch by Jan Rękorajski <baggins@sith.mimuw.edu.pl>.
 
        * sysdeps/unix/sysv/linux/Versions: Export __sysctl for GLIBC_2.2.
 
 
        * sysdeps/mips/fpu_control.h: Fix type of fpu_control_t.
        (_FPU_GETCW): Remove extra colon.
-       Patch by Ralf Baechle <ralf@uni-koblenz.de>.
+       Patch by Ralf Bächle <ralf@uni-koblenz.de>.
 
        * posix/fnmatch_loop.c (FCT): Only declare len if
        !WIDE_CHAR_VERSION to silence GCC.
 2000-06-18  Andreas Jaeger  <aj@suse.de>
 
        * sysdeps/mips/dl-machine.h: Always use $25 as jump register.
-       Patch by Ralf Baechle <ralf@uni-koblenz.de>.
+       Patch by Ralf Bächle <ralf@uni-koblenz.de>.
 
 2000-06-17  Ulrich Drepper  <drepper@redhat.com>
 
 2000-06-13  Andreas Jaeger  <aj@suse.de>
 
        * sysdeps/mips/elf/start.S (ENTRY_POINT): Remove mips64 defines.
-       Patch by Ralf Baechle <ralf@gnu.org>.
+       Patch by Ralf Bächle <ralf@gnu.org>.
 
 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
 
        * inet/netinet/in.h (IN6_ARE_ADDR_EQUAL): Correct indices.
        Reported by tmoestl@gmx.net, closes PR libc/1732.
 
-2000-05-11  Jan Hubicka  <jh@suse.cz>
+2000-05-11  Jan Hubička  <jh@suse.cz>
 
        * misc/sys/cdefs.h: Add support for pure attribute.
 
 
        * sysdeps/mips/__longjmp.c (__longjmp): Use $25 to fix problems
        with some applications.
-       Patches by Ralf Baechle <ralf@uni-koblenz.de>.
+       Patches by Ralf Bächle <ralf@uni-koblenz.de>.
 
        * sysdeps/mips/bsd-setjmp.S: Use __PIC__.
        * sysdeps/mips/bsd-_setjmp.S: Likewise.
        * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
 
 2000-03-29  Andreas Jaeger  <aj@suse.de>,
-           Ralf Baechle <ralf@uni-koblenz.de>
+           Ralf Bächle <ralf@uni-koblenz.de>
 
        * Makeconfig: Introduce new variable SHARED to mark code used in
        the shared library.
index 2a4620e56d550976a670dbec566c26806828bebe..adcf9081d44c06e03c3899612afba7c8c0d9b3fa 100644 (file)
 
        * libio/iopopen.c: Add lock for proc_file_chain access.
        * libio/oldiopopen.c: Add lock for old_proc_file_chain access.
-       Reported by Padraig Brady <Padraig@linux.ie>.
+       Reported by Pádraig Brady <Padraig@linux.ie>.
 
 2001-07-31  Andreas Jaeger  <aj@suse.de>
 
        * sysdeps/unix/sysv/linux/speed.c (cfsetispeed): Max speed is
        B4000000.
        (cfsetospeed): Likewise.
-       Reported by Lukasz Trabinski <lukasz@lt.wsisiz.edu.pl>.
+       Reported by Łukasz Trąbiński <lukasz@lt.wsisiz.edu.pl>.
 
 2001-05-31  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        that _CS_LFS_CFLAGS can fall through to the empty returned string
        case.  Add FALLTHROUGH comment.
 
-2001-04-29  Ralf Baechle  <ralf@gnu.org>
+2001-04-29  Ralf Bächle  <ralf@gnu.org>
 
        * sysdeps/unix/sysv/linux/mips/bits/sem.h: Make structure
        definitions match the kernel definitions.
        * resolv/tst-aton.c: Add testcase for IP with four periods.
 
        * resolv/inet_addr.c: Don't recognize an IP with four periods.
-       Patch by Andre' Breiler <A.Breiler@gmx.net>.
+       Patch by André Breiler <A.Breiler@gmx.net>.
 
 2001-02-27  Philip Blundell  <pb@futuretv.com>
 
 
        * manual/startup.texi (Program Arguments): Fix type of main's envp
        parameter.
-       Reported by Raúl Núñez de Arenas Coronado <dervishd@linuxfreak.com>.
+       Reported by Raúl Núñez de Arenas Coronado <dervishd@linuxfreak.com>.
 
        * iconvdata/gconv-modules: Add CP950 alias.
 
index 241861369efeeade2efb61a0908e4cbe1448cea0..1dc96b6ef3c09edf61048af483670ddd9d2e7323 100644 (file)
 
        * po/ca.po: New file.  Contributed by the translation team.
 
-2001-10-15  Ralf Baechle  <ralf@gnu.org>
+2001-10-15  Ralf Bächle  <ralf@gnu.org>
 
        * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
        a varargs prototype.  Remove dependency from kernel header files.
index 708e76508453f8bc9328a423077a4d12ff21ebad..eb45d788626227b7b23a2648bde91b2d62459086 100644 (file)
        * sysdeps/x86_64/fpu/s_ilogbl.S: New file.
        * sysdeps/x86_64/fpu/e_remainderl.S: New file.
 
-       * math/libm-test.inc (floor_test): Test also ±0.25.
+       * math/libm-test.inc (floor_test): Test also Â±0.25.
        (ceil_test): Test -0.25.
 
 2003-11-17  Ulrich Drepper  <drepper@redhat.com>
        (hol_entry_long_iterate): Change __attribute to __attribute__.
        (_help, __argp_error, __argp_failure) [!_LIBC && (HAVE_FLOCKFILE
        && HAVE_FUNLOCKFILE)]: Protect call to flockfile and funlockfile.
-       (__argp_basename) [!_LIBC]: New. Taken from LSH, by Niels Möller,
+       (__argp_basename) [!_LIBC]: New. Taken from LSH, by Niels Möller,
        modified after comments from Ulrich Drepper.
        (__argp_short_program_name): Ditto.
        (__argp_state_help, __argp_error, __argp_failure): Use it.
        and handle TPREL16 relocs too.  Return rather than break for DTPREL64.
        Mostly from Steven Munroe <sjmunroe@us.ibm.com>.
 
-2003-03-11  Ralf Baechle  <ralf@linux-mips.org>
+2003-03-11  Ralf Bächle  <ralf@linux-mips.org>
 
        * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Use jal
        instead of jalr to invoke subroutine so restoring the $gp register
        * elf/reldep6.c: Create relocation dependency before closing the first
        module.
 
-2003-01-10  Guido Günther  <agx@sigxcpu.org>
+2003-01-10  Guido Günther  <agx@sigxcpu.org>
 
        * sysdeps/unix/mips/fork.S: Add PSEUDO_END.
        * sysdeps/unix/mips/brk.S: Likewise.
        service hasn't been used [PR libc/4744].
 
        * include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
-       Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
+       Reported by Miloslav Trmač <mitr@volny.cz> [PR libc/4766].
 
        * manual/examples/dir.c: Don't include <stddef.h>.
        * manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
-       Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.
+       Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.
 
 2002-11-02  H.J. Lu  <hjl@gnu.org>
 
index 5d9b00d42a3e13ab80a51ea22c8261b4fca1a1a8..d7b791fdee884c837b52ca83b106ccdfd99cde2e 100644 (file)
        (delete_heap): Clear aligned_heap_area if deleting the area right
        before aligned_heap_area.
 
-2004-10-03  Juerg Billeter  <j@bitron.ch>
+2004-10-03  Jürg Billeter  <j@bitron.ch>
 
        * nscd/nscd_initgroups.c (__nscd_getgrouplist): Return -1 if nscd
        can't be used.  [BZ #424]
index 92f973968046e1da05e6bb4a3e1adc38ffefffb0..94af96e7fcec3524493d08966f7c39e2750c4d80 100644 (file)
        [BZ #5553]
        * malloc/malloc.c (public_vALLOc): Set ar_ptr when trying main_arena.
        (public_pVALLOc): Likewise.
-       Patch by Petr Baudis.
+       Patch by Petr Baudiš.
 
 2010-02-22  Jim Meyering  <meyering@redhat.com>
 
@@ -5048,7 +5048,7 @@ d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
        * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
        environments.
 
-2009-01-16  Petr Baudis  <pasky@suse.cz>
+2009-01-16  Petr Baudiš  <pasky@suse.cz>
 
        [BZ #9753]
        * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
@@ -5462,7 +5462,7 @@ d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
        * inet/Makefile (tests): Add tst-getni1.
        * inet/tst-getni1.c: New file.
 
-2008-12-03  Petr Baudis  <pasky@suse.cz>
+2008-12-03  Petr Baudiš  <pasky@suse.cz>
 
        [BZ #7067]
        * nscd/connections.c (invalidate_cache): Use prune_run_lock
@@ -6487,7 +6487,7 @@ d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
        [BZ #6657]
        * time/strptime_l.c: Don't clear s.era_cnt after successful match
        of %EY.
-       Patch by Petr Baudis.
+       Patch by Petr Baudiš.
 
 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
 
@@ -6542,7 +6542,7 @@ d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
        [BZ #6612]
        * time/strftime.c (__strftime_internal): Call tzset() only
        when printing timezone-dependent values.
-       Based on a patch by Petr Baudis <pasky@suse.cz>.
+       Based on a patch by Petr Baudiš <pasky@suse.cz>.
 
        * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
        unconditionally use second gaih_getanswer_slice result.
@@ -8275,7 +8275,7 @@ d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
        * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
        * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
        overflow it.
-       Partially based on a patch by Petr Baudis <pasky@suse.cz>.
+       Partially based on a patch by Petr Baudiš <pasky@suse.cz>.
 
        * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
        Return zero in case the thread library is not NPTL.
@@ -8288,7 +8288,7 @@ d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
        * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
        use result of nss_getgrgid_r if nothing was found.  For other
        error return with a failure.
-       Partially based on a patch by Petr Baudis <pasky@suse.cz>.
+       Partially based on a patch by Petr Baudiš <pasky@suse.cz>.
 
        * locale/programs/ld-collate.c (collate_read): Fix loop to match
        macro name.
@@ -9789,7 +9789,7 @@ d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
        [BZ #4946]
        * nscd/connections.c (handle_request): Using sendfile always
        requires that mmap is used for the database.
-       Patch by Petr Baudis <pasky@suse.cz>.
+       Patch by Petr Baudiš <pasky@suse.cz>.
 
        [BZ #4905]
        * nscd/hstcache.c (cache_addhst): When reloading an entry which
@@ -12914,7 +12914,7 @@ d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
 
        * io/fts.c: Make sure fts_cur is always valid after return from
        fts_read.
-       Patch by Miloslav Trmac <mitr@redhat.com>.
+       Patch by Miloslav Trmač <mitr@redhat.com>.
 
 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
 
@@ -13800,7 +13800,7 @@ d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
        * po/pl.po: Update from translation team.
 
        * nscd/nscd.c (main): Fix typo in message.
-       Patch by Jakub Bogsz <qboosh@pld-linux.org>.
+       Patch by Jakub Bogusz <qboosh@pld-linux.org>.
 
 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
 
@@ -13858,7 +13858,7 @@ d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
        [BZ #3273]
        * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
        found no group members.
-       Patch by Petr Baudis.
+       Patch by Petr Baudiš.
 
 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
 
index d6b1025cf1ddf7401e6d474646f2bff547b9481c..f74899fb38b623031a1794e8b67eba32a8273a80 100644 (file)
 
        * math/libm-test.inc (totalorder_test_data): Add more tests.
 
-2016-10-12  Adhemerval Zanela  <adhemerval.zanella@linaro.org>
+2016-10-12  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
        * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c:
        Undefine weak_alias and add a comment why mips64 require
        * misc/sys/cdefs.h [__GNUC_PREREQ (3,2)]: Undef __always_inline first.
        [!__GNUC_PREREQ (3,2)]: Likewise.
 
-2016-06-10  Adhemerval Zanela  <adhemerval.zanella@linaro.org>
+2016-06-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
        * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Add xfail-.
        (msghdr.msg_controllen): Likewise.
        * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Move
        __sqrtl_finite to GLIBC_2.23
 
-2016-01-25  Ricchard Henderson  <rth@redhat.com>
+2016-01-25  Richard Henderson  <rth@redhat.com>
 
        * sysdeps/alpha/fpu/libm-test-ulps: Update.
 
        * sysdeps/posix/nice.c (nice): Restore old errno.
        * posix/tst-nice.c (do_test): Add test for BZ #18086.
 
-2015-08-10  Ondrej Bilka  <neleai@seznam.cz>
+2015-08-10  Ondřej Bílka  <neleai@seznam.cz>
 
        * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Fix ifunc.
 
        [BZ #18043]
        * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
 
-2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
+2015-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
        * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
        * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
        * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
        Likewise.
 
-2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
+2015-03-03 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
        [BZ #17776]
        * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
        * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
        jump label.
 
-2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
+2015-02-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
        * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
        * sysdeps/powerpc/powerpc32/configure: Regenerated.
        * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
        (__HAVE_64B_ATOMICS): Define to 0.
 
-2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
+2015-01-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
        [BZ #17885]
        * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
        * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
        when none of the search directories exist.
 
-2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
+2015-01-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
        [BZ #17869]
        * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
 
        * manual/resource.texi (How to get information about the memory
        subsystem?): Fix typo.
-       Reported by Peon de la Parra Ivan <peon@keba.com>
+       Reported by Ivan Peon de la Parra <peon@keba.com>
 
 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
 
        * libio/tst-ftell-partial-wide.c: New test case.
        * libio/Makefile (tests): Add tst-ftell-partial-wide.
 
-       * manual/contrib.texi: Update entry for Ondrej Bilka, Will
+       * manual/contrib.texi: Update entry for Ondřej Bílka, Will
        Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
        Leonard and Allan McRae.
 
 2013-08-01  David S. Miller  <davem@davemloft.net>
 
        * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
-       entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
-       Bilka.
+       entries for Will Newton, Andi Kleen, David Holsgrove, and Ondřej
+       Bílka.
 
 2013-07-30  David S. Miller  <davem@davemloft.net>
 
 
 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
            Roland McGrath  <roland@hack.frob.com>
-           Ondrej Bilka  <neleai@seznam.cz>
+           Ondřej Bílka  <neleai@seznam.cz>
 
        [BZ #15346]
        * time/getdate.c: Include ctype.h and alloca.h.
        on argument names, not just descriptions.
        * iconv/iconvconfig.c (options): Likewise.
 
-2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
+2013-03-18  Ondřej Bílka  <neleai@seznam.cz>
 
        * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
        implementation which is faster on all x86_64 architectures.
 
        * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
 
-2013-03-14  Petr Baudis  <pasky@ucw.cz>
+2013-03-14  Petr Baudiš  <pasky@ucw.cz>
 
        * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
        for non-NULL pointer before the memory validity test. Pointed
 
        * config.h.in: Add HAVE_ARM_PCS_VFP.
 
-2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
+2012-05-08  Roland McGrath  <roland@hack.frob.com>
 
        [BZ #13979]
        * include/features.h: Warn if user requests __FORTIFY_SOURCE
        * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
        * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
 
-2012-04-17  Petr Baudis  <pasky@ucw.cz>
+2012-04-17  Petr Baudiš  <pasky@ucw.cz>
 
        * include/sys/uio.h: Change __vector to __iovec to avoid clash
        with altivec.
        [BZ #2074]
        * libio/libio.h (__io_write_fn): Update comment.
 
-2012-04-12  Petr Baudis  <pasky@ucw.cz>
+2012-04-12  Petr Baudiš  <pasky@ucw.cz>
 
        [BZ #2074]
        * stdio.texi (Hook Functions): The user provided writer function
        * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
        regenerate with gen-libm-tests.pl.
 
-2010-05-12  Petr Baudis  <pasky@suse.cz>
+2010-05-12  Petr Baudiš  <pasky@suse.cz>
 
        [BZ #11589]
        * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
        * resolv/res_query.c (__libc_res_nsearch): Backport changes from
        modern BIND to search name as TLD unless forbidden.
 
-2011-05-07  Petr Baudis  <pasky@suse.cz>
+2011-05-07  Petr Baudiš  <pasky@suse.cz>
            Ulrich Drepper  <drepper@gmail.com>
 
        [BZ #12393]
        Hurd needs munmap.
        * sysdeps/mach/hurd/ifreq.h: New file.
 
-2011-01-27  Petr Baudis  <pasky@suse.cz>
+2011-01-27  Petr Baudiš  <pasky@suse.cz>
            Ulrich Drepper  <drepper@gmail.com>
 
        [BZ 12445]#
 
        * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
 
-2010-05-31  Petr Baudis  <pasky@suse.cz>
+2010-05-31  Petr Baudiš  <pasky@suse.cz>
 
        [BZ #11149]
        * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
        * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
        last patch a bit.  Pretty printing
 
-2010-05-31  Petr Baudis <pasky@suse.cz>
+2010-05-31  Petr Baudiš <pasky@suse.cz>
 
        [BZ #10085]
        * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
        * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
        Mask out sign-bit copies when constructing f_fsid.
 
-2010-09-24  Petr Baudis <pasky@suse.cz>
+2010-09-24  Petr Baudiš <pasky@suse.cz>
 
        * debug/stack_chk_fail_local.c: Add missing licence exception.
        * debug/warning-nop.c: Likewise.
 
        * configure.in: Move assembler checks to before sysdep dir checking.
 
-2010-08-20  Petr Baudis  <pasky@suse.cz>
+2010-08-20  Petr Baudiš  <pasky@suse.cz>
 
        * LICENSES: Sync the sunrpc license.
 
index 6d92ec56264cf1a6f8c082b6802cf77fcb56cbae..57a87a5037827f59088e7df5350b7ba9593158ed 100644 (file)
@@ -5440,7 +5440,7 @@ Tue Jan 16 17:37:39 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
 Sun Jan 14 01:01:10 1996  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
 
-       * sysdeps/mips/bytesex.h: Add default byte sex.  By Ralf Baechle.
+       * sysdeps/mips/bytesex.h: Add default byte sex.  By Ralf Bächle.
 
        * sysdeps/unix/sysv/linux/adjtime.c [! MOD_OFFSET]: Use `mode'
        member of `struct timex' instead of `modes'.  From Andreas Schwab.
index 96fdef90b7c2cf969d2b3eb9ec2d79d8913bd382..ec5e00efc21b7c30691bef50e5e88d0479391c6f 100644 (file)
@@ -1636,7 +1636,7 @@ Thu Dec 19 20:58:53 1996  Ulrich Drepper  <drepper@cygnus.com>
        Define __USE_POSIX199309.
        * posix/unistd.h: Declare fdatasync only if __USE_POSIX199309.
        * time/time.c: Declare nanosleep only if __USE_POSIX199309.
-       Patches by Rüdiger Helsch <rh@unifix.de>.
+       Patches by Rüdiger Helsch <rh@unifix.de>.
 
        * locale/locale.h: Add declaration of newlocale and freelocale.
 
@@ -5519,7 +5519,7 @@ Thu Sep 26 14:40:10 1996  Ulrich Drepper  <drepper@cygnus.com>
 
        * sysdeps/posix/pathconf.c: Pass descriptor for just opened file
        to fpathconf.
-       Reported by Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>.
+       Reported by Martin von Löwis <martin@mira.isdn.cs.tu-berlin.de>.
 
 Thu Sep 26 04:02:43 1996  Ulrich Drepper  <drepper@cygnus.com>
 
index cc1a5a79f8039c9c6b129c60e94160bc28086115..3611c548c1b435811ce6eee40fe884d5646cf6f9 100644 (file)
        definition.  Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
 
        * stdlib/strtod.c: Handle numbers like 0.0e10000 correctly which
-       produce ±0.0.  Reported by Joe Keane <jgk@jgk.org>.
+       produce Â±0.0.  Reported by Joe Keane <jgk@jgk.org>.
 
        * sysdeps/libm-ieee754/s_ceill.c: Fix typos.
        * sysdeps/libm-ieee754/s_llrint.c: Correct code, it never worked.
 
        * login/getutid.c: Rename to __getutid and make getutid and getutxid
        weak aliases.
-       Patch by ir. Mark M._Kettenis <kettenis@phys.uva.nl>.
+       Patch by ir. Mark M. Kettenis <kettenis@phys.uva.nl>.
 
 1997-08-11 23:55  Ulrich Drepper  <drepper@cygnus.com>
 
 
 1997-06-30 14:49  H.J. Lu  <hjl@gnu.ai.mit.edu>
 
-       From Ralf Baechle <ralf@informatik.uni-koblenz.de> on
+       From Ralf Bächle <ralf@informatik.uni-koblenz.de> on
        Sat Jun 21 18:11:21 1997:
 
        * sysdeps/unix/sysv/linux/syscalls.list (swapon): Add __swapon alias.
 1997-07-05 11:56  Ulrich Drepper  <drepper@cygnus.com>
 
        * login/login.c (tty_name): Use newly allocated buffer.
-       Patch by Jaakko Hyvätti <jaakko.hyvatti@iki.fi>.
+       Patch by Jaakko Hyvätti <jaakko.hyvatti@iki.fi>.
 
        * time/asctime.c: Never translate week and month name according
        to LC_TIME.  Patch by Paul Eggert <eggert@twinsun.com>.
        * string/tst-svc.c: New file.  Test for strverscmp.
        * string/tst-svc.input: New file.  Input data for tst-svc.
        * string/tst-svc.expect: New file.  Expected out from tst-svc.
-       Patches by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>.
+       Patches by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>.
 
        * math/Makefile (calls): Add s_signbit.
 
        * malloc/malloc.h (__malloc_initialized) [_LIBC]: Define as
        __libc_malloc_initialized so that this variable is not shared with
        other users of GNU malloc.
-       Suggested by Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>.
+       Suggested by Martin von Löwis <martin@mira.isdn.cs.tu-berlin.de>.
 
        * mcheck.h: Correct typo.  Use malloc/ instead of new-malloc/.
 
index 52b85a627091757f17056be0ff340e3e305b0cf1..c48660d23aceef9b722709e0ee46625a5938353c 100644 (file)
        (Host Address Functions): Use uint32_t consequently and add a
        number of clarifications for IPv4/IPv6, classless addresses.
        (Internet Namespace): Added some paragraphs about IPv6.
-       Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
+       Based on suggestions by Francesco Potortì <F.Potorti@cnuce.cnr.it>.
 
 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
 
        * manual/examples/mkfsock.c (make_named_socket): Removed blank
        lines for clarification.
        (make_named_socket): Use strncpy instead of strcpy.
-       Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
+       Reported by Francesco Potortì <F.Potorti@cnuce.cnr.it>.
 
 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
 
        * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
        declaration style to avoid warnings.
 
-1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
+1998-03-06 11:48  Mark M. Kettenis  <kettenis@hall.phys.uva.nl>
 
        * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
        "LD_DEBUG".
 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
 
        * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
-       Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
+       Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
 
        * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
        bug.
 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
        * manual/arith.texi (Old-style number conversion): Correct
-       typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
+       typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
 
 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
 
 
        * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
 
-1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
+1997-11-25  Paul Eggert  <eggert@twinsun.com>
 
        * strftime.c (strftime):
        No longer any need to undef or declare if emacs is defined.
index 11b6cd2f5238020b8ea5fc582a0d976a300cbdb8..d9fc744ae36b9f196d87c1a82a72f5d6041d96f4 100644 (file)
 
 1998-12-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
-       Patche by Ralf Baechle <ralf@gnu.org>:
+       Patche by Ralf Bächle <ralf@gnu.org>:
        * sysdeps/mips/sys/regdef.h: New file, enhanced versions of
        deleted linux specific files.
 
 
 1998-12-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
-       Patches by Ralf Baechle <ralf@gnu.org>:
+       Patches by Ralf Bächle <ralf@gnu.org>:
        * sysdeps/unix/sysv/linux/mips/sgidefs.h: Removed.
        * sysdeps/unix/sysv/linux/mips/sys/asm.h:  Removed.
        * sysdeps/unix/sysv/linux/mips/sys/regdef.h:  Removed.
 
 1998-12-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
-       Patches by Ralf Baechle <ralf@gnu.org> for Linux/MIPS:
+       Patches by Ralf Bächle <ralf@gnu.org> for Linux/MIPS:
        * sysdeps/unix/sysv/linux/mips/syscalls.list: Add ipc, change
        pread/pwrite and llseek calls.
 
        <asm/signal.h> and add needed symbols from <asm/signal.h>; bring
        in sync with linux specific version.
 
-       Patches by Ralf Baechle <ralf@uni-koblenz.de> for mips-linux:
+       Patches by Ralf Bächle <ralf@uni-koblenz.de> for mips-linux:
 
        * sysdeps/unix/mips/sysdep.S: Define _errno as weak_alias, rewrite
        errno declaration.
 
        * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Rename macro
        parameter lazy to do_lazy to avoid clashing with struct member name.
-       Reported by Ralf Baechle <ralf@uni-koblenz.de>.
+       Reported by Ralf Bächle <ralf@uni-koblenz.de>.
 
 1998-11-10  H.J. Lu  <hjl@gnu.org>
 
        * sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of
        O_LARGEFILE back.
 
-1998-10-16  Paul Eggert  <eggert@shade.twinsun.com>
+1998-10-16  Paul Eggert  <eggert@twinsun.com>
 
        * time/mktime.c: Some systems require <unistd.h> to be
        included before <time.h> for localtime_r to be declared
        strftime, and check to see whether strftime has set the buffer to zero.
        This lets us distinguish between an empty buffer and an error.
 
-1998-09-24  Paul Eggert  <eggert@shade.twinsun.com>
+1998-09-24  Paul Eggert  <eggert@twinsun.com>
 
        * time/strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
        This fix is propagated from tzcode1998g.tar.gz.
index 7f505846395185fe13ba99d93c9d6efda5c1ed25..3519743cfb65f2f0301d075ed19997ac55b5f535 100644 (file)
        * locales/zh_SG: Likewise.
        * locales/zh_TW: Likewise.
 
-2016-04-13  Matthias Wallnoefer  <matthias.wallnoefer@lugbz.org>
+2016-04-13  Matthias Wallnöfer  <matthias.wallnoefer@lugbz.org>
 
        * locales/de_IT: New locale.
        * SUPPORTED (SUPPORTED-LOCALES): Add de_IT.UTF-8/UTF-8
        and de_IT/ISO-8859-1.
 
-2016-04-13  Matthias Wallnoefer  <matthias.wallnoefer@lugbz.org>
+2016-04-13  Matthias Wallnöfer  <matthias.wallnoefer@lugbz.org>
 
        * locales/de_AT (LC_MESSAGES): Change to copy de_DE.
        (LC_NAME): Likewise.
 
        [BZ #14368]
        * locales/szl_PL: New Silesian Language Locale for Poland.
-       Contributed by Przemyslaw Buczkowski <przemub@yahoo.pl>.
+       Contributed by Przemysław Buczkowski <przemub@yahoo.pl>.
        * localedata/SUPPORTED (SUPPORTED-LOCALES): Add szl_PL.
 
        [BZ # 14828]
        * locales/es_PR: Likewise.
        * locales/es_SV: Likewise.
 
-2012-06-20  Petr Baudis  <pasky@ucw.cz>
+2012-06-20  Petr Baudiš  <pasky@ucw.cz>
 
        * locales/mag_IN: Fix comment character.
        * locales/tr_CY (LC_TIME): Remove redundant first_weekday
        and first_workday.
 
-2012-06-04  Petr Baudis  <pasky@ucw.cz>
+2012-06-04  Petr Baudiš  <pasky@ucw.cz>
 
        [BZ#13996]
        * locales/tr_TR: Change currency from YTL to TL.
        [BZ #6770]
        * locales/ca_ES (LC_TIME): Add first_weekday and first_workday.
 
-2012-04-04  Petr Baudis  <pasky@ucw.cz>
+2012-04-04  Petr Baudiš  <pasky@ucw.cz>
 
        [BZ #6770]
        * locales/ca_ES: This locale is now maintained by Jordi Mallach.
        [BZ #10425]
        * locales/it_IT: Fix date_fmt.
        * locales/it_CH: Likewise.
-       Patch by Nicolo' Chieffo <nicolo.chieffo@gmail.com>.
+       Patch by Nicolò Chieffo <nicolo.chieffo@gmail.com>.
 
        * locales/POSIX: Define yesstr and nostr.
        * locales/en_US: Likewise.
 
        [BZ #448]
        * locales/vi_VN: Several fixes.
-       Patch by Nguyen Thai Ngoc Duy <pclouds@gmail.com>.
+       Patch by Nguyễn Thái Ngọc Duy <pclouds@gmail.com>.
 
        [BZ #428]
        * locales/te_IN: Several fixes.
 2001-07-31  Ulrich Drepper  <drepper@redhat.com>
 
        * locales/tr_TR: Define missing fields and remove FIXME comments.
-       Patch by Nilg~n Belma Bug~ner <nilgun@fide.org>.
+       Patch by Nilgün Belma Bugüner <nilgun@fide.org>.
 
 2001-07-19  Jakub Jelinek  <jakub@redhat.com>
 
 1999-12-19  Ulrich Drepper  <drepper@cygnus.com>
 
        * locales/POSIX: Fix collation order of <SI> and add a few missing
-       symbols.  Patch by Miloslav Trmac <mitr@volny.cz>.
+       symbols.  Patch by Miloslav Trmač <mitr@volny.cz>.
 
        * locales/cs_CZ: Fix syntax of collation entries with multi-character
        weights.
index e022a1927a45f59f6ed7b188b5c9c48774ef0b90..2f63fc73c253caffffa2fc4d0b2b53f074a64f54 100644 (file)
@@ -4810,7 +4810,7 @@ Later nptl/ changes go into the top-level ChangeLog file, not here.
 
        [BZ #3251]
        * descr.h (ENQUEUE_MUTEX_BOTH): Add cast to avoid warning.
-       Patch by Petr Baudis.
+       Patch by Petr Baudiš.
 
 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
 
index 3ee44046d31323ff25f99a0857eea13146121b64..47fdd59ffe5af08c28f722c16f6cd9501afa4a51 100644 (file)
@@ -43,7 +43,7 @@ Stephen R. van den Berg for contributing a highly-optimized
 @code{strstr} function.
 
 @item
-Ondrej Bilka for contributing optimized string routines for x64 and various
+Ond@v{r}ej B@'ilka for contributing optimized string routines for x64 and various
 fixes.
 
 @item
index 6941807d9b8c10ecda5f0a0b4018a3401b592f57..30897185c9140fd87c668742ff7ca18730f5e12a 100644 (file)
@@ -1,4 +1,4 @@
-/* Optimizations bu Ulrich Drepper <drepper@gmail.com>, 2011 */
+/* Optimizations by Ulrich Drepper <drepper@gmail.com>, 2011 */
 /*
  * ====================================================
  * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
index a97105020e24cedd9ae10f2ac84449af6dc508fe..fc357f366ee04bb3fb9310197395af1f809ba4cd 100644 (file)
@@ -1,7 +1,7 @@
 /* w_acoshl.c -- long double version of w_acosh.c.
  * Conversion to long double by Ulrich Drepper,
  * Cygnus Support, drepper@cygnus.com.
- * Optimizations bu Ulrich Drepper <drepper@gmail.com>, 2011.
+ * Optimizations by Ulrich Drepper <drepper@gmail.com>, 2011.
  */
 
 /*
index 3a3e3546295fd0e67b685d17cde98644182c3a13..16d2846d23d4ce7610aad0eaee0b892c106135d5 100644 (file)
@@ -1,4 +1,4 @@
-/* Test case by Miloslav Trmac <mitr@volny.cz>.  */
+/* Test case by Miloslav Trmač <mitr@volny.cz>.  */
 #include <locale.h>
 #include <stdint.h>
 #include <stdlib.h>
index 1e96ad3acd3ea664d84204fc0dbf1e12349cdfcc..61f4aaf99b03392ed5d930ca904ddaaca2e4dd2b 100644 (file)
@@ -1,7 +1,7 @@
 /* Compare strings while treating digits characters numerically.
    Copyright (C) 1997-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>, 1997.
+   Contributed by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>, 1997.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
index 4f168fe79a4e07fda2ef7c75014ac2d4e3bb3d90..6a68f928309a8c67ad878972e5ca1ef0771bab01 100644 (file)
@@ -1,7 +1,7 @@
 /* FPU control word bits.  Mips version.
    Copyright (C) 1996-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Olaf Flebbe and Ralf Baechle.
+   Contributed by Olaf Flebbe and Ralf Bächle.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
index d275e361896843584e7a84bc127f5aad27ff2a8e..6d55f8a18dce4afb390c7b69c0542d94fb5092f4 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (C) 1994-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ralf Baechle <ralf@gnu.org>.
+   Contributed by Ralf Bächle <ralf@gnu.org>.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
index 6eeb78627a35c79f7012fffd5e2879f6727290ab..656a7f07f7d7a513117ba1d3efb4087cdb9af560 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (C) 1996-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ralf Baechle <ralf@gnu.org>.
+   Contributed by Ralf Bächle <ralf@gnu.org>.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
index f6ec1e7c3d3b1b95c2a4553010fb646de6637a9f..8161495595a4afef8a81cbea95c9d7f70ee6a61d 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (C) 1997-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ralf Baechle <ralf@gnu.org>.
+   Contributed by Ralf Bächle <ralf@gnu.org>.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
index f6a1d001c75b0d6244b4a2321edcab20c74605a6..1c6be23ba32ef5f7eb6c6a46ced964a1c47bd66c 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (C) 1997-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ralf Baechle <ralf@gnu.org>.
+   Contributed by Ralf Bächle <ralf@gnu.org>.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
index 742ac31e5b761cf04279e71b5983140c4e26b111..aec6cb70da6f4f753e721f363bd55939bb50640d 100644 (file)
@@ -3,7 +3,7 @@
    For SPARC v9.
    Copyright (C) 1998-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Jan Vondrak <jvon4518@ss1000.ms.mff.cuni.cz> and
+   Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and
                   Jakub Jelinek <jj@ultra.linux.cz>.
    This version is developed using the same algorithm as the fast C
    version which carries the following introduction:
index 3cd804ebf75ecfb09d758ed87e37a65f8aa185bd..f36742b1110ceed3efbf48de1cabbb5a0de4027e 100644 (file)
@@ -2,7 +2,7 @@
    For SPARC v9.
    Copyright (C) 1998-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Jan Vondrak <jvon4518@ss1000.ms.mff.cuni.cz> and
+   Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and
                   Jakub Jelinek <jj@ultra.linux.cz>.
 
    The GNU C Library is free software; you can redistribute it and/or
index 538201982efdab900b24551604b6e0058a1c7837..07109c3f6356edec482b2ba0e911e2909fde1077 100644 (file)
@@ -2,7 +2,7 @@
    For SPARC v9.
    Copyright (C) 1998-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Jan Vondrak <jvon4518@ss1000.ms.mff.cuni.cz> and
+   Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and
                   Jakub Jelinek <jj@ultra.linux.cz>.
 
    The GNU C Library is free software; you can redistribute it and/or
index e950a784370e855134b82cbca2a499ba68bbdeeb..f5d1d7f79ba11dd36ce68c10981dcaaff4d83ccd 100644 (file)
@@ -5,7 +5,7 @@
    Copyright (C) 1998-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jj@ultra.linux.cz> and
-                 Jan Vondrak <jvon4518@ss1000.ms.mff.cuni.cz>.
+                 Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz>.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
index 9df6d10f00c4ad0448b8a085f7db2e3399e35dff..f20b8cbcbdda8461d748fe31dac5d5eafe0ada64 100644 (file)
@@ -3,7 +3,7 @@
    Copyright (C) 1998-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jj@ultra.linux.cz> and
-                 Jan Vondrak <jvon4518@ss1000.ms.mff.cuni.cz>.
+                 Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz>.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
index 80d204c7bab3d888a6f494bf67953a14d21bc928..c075c20270f3040f23211910a3de399ca6d2e016 100644 (file)
@@ -2,7 +2,7 @@
    For SPARC v9.
    Copyright (C) 1998-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Jan Vondrak <jvon4518@ss1000.ms.mff.cuni.cz> and
+   Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and
                  Jakub Jelinek <jj@ultra.linux.cz>.
 
    The GNU C Library is free software; you can redistribute it and/or
index e6d5c85c7cd070b6fb6323d86e0f1d77098bbca6..2a19bea688e78e8ef0dbfec88308cbf1bafac07a 100644 (file)
@@ -2,7 +2,7 @@
    For SPARC v9.
    Copyright (C) 1998-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Jan Vondrak <jvon4518@ss1000.ms.mff.cuni.cz> and
+   Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and
                   Jakub Jelinek <jj@ultra.linux.cz>.
 
    The GNU C Library is free software; you can redistribute it and/or
index e21795dd7041f8e33bdd61a931435134badecfe0..14ccbbad1b7f78b74594cf823f60d51321252f2b 100644 (file)
@@ -1,7 +1,7 @@
 /* Determine the length of a string.  For SPARC v9.
    Copyright (C) 1998-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Jan Vondrak <jvon4518@ss1000.ms.mff.cuni.cz>,
+   Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz>,
                   Jakub Jelinek <jj@ultra.linux.cz>, and
                   David S. Miller <davem@davemloft.net>.
 
index e515b6dc962ff75e7a4ef3e621b797894cdfaa18..a77cec71ad52be3b60f7c0adae6273f47ae7bfcd 100644 (file)
@@ -4,7 +4,7 @@
    For SPARC v9.
    Copyright (C) 1997-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Jan Vondrak <jvon4518@ss1000.ms.mff.cuni.cz> and
+   Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and
                   Jakub Jelinek <jj@ultra.linux.cz>.
 
    The GNU C Library is free software; you can redistribute it and/or
index 45d2f5f55f78a1ff367beabefc82ddd10b0d37d7..61c3b3e28e7fb5a37662a9ef239d4d9ebb75e45d 100644 (file)
@@ -4,7 +4,7 @@
    For SPARC v9.
    Copyright (C) 1998-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Jan Vondrak <jvon4518@ss1000.ms.mff.cuni.cz> and
+   Contributed by Jan Vondrák <jvon4518@ss1000.ms.mff.cuni.cz> and
                   Jakub Jelinek <jj@ultra.linux.cz>.
 
    The GNU C Library is free software; you can redistribute it and/or
index 0d06c0c5b7ab2a13fa5bfaf5b3fc29768827274b..4c719675b5cd628e5278a28eefcac60180875781 100644 (file)
@@ -1,7 +1,7 @@
 /* brk system call for Linux/ia64
    Copyright (C) 1999-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Written by Stephane Eranian <eranian@hpl.hp.com> and
+   Written by Stéphane Eranian <eranian@hpl.hp.com> and
              Jes Sorensen, <Jes.Sorensen@cern.ch>, April 1999.
 
    The GNU C Library is free software; you can redistribute it and/or
index fe7875ee32e3db9b570df1d005301aa6b171f0e1..5dba747120cddcd945bba889d9176c0fef6d24bd 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (C) 1996-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ralf Baechle <ralf@linux-mips.org>, 1996.
+   Contributed by Ralf Bächle <ralf@linux-mips.org>, 1996.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
index 29a6c367854745041437f154b2405cb0f7a70e99..ef1077da52f9142cfd2dade85290586d805ae380 100644 (file)
@@ -41,7 +41,7 @@
  * License.  See the file "COPYING" in the main directory of this archive
  * for more details.
  *
- * Copyright (C) 1995, 1999 by Ralf Baechle
+ * Copyright (C) 1995, 1999 by Ralf Bächle
  */
 #ifndef __ASM_MIPS_REG_H
 #define __ASM_MIPS_REG_H
  * License.  See the file "COPYING" in the main directory of this archive
  * for more details.
  *
- * Copyright (C) 1995, 1999 Ralf Baechle
+ * Copyright (C) 1995, 1999 Ralf Bächle
  * Copyright (C) 1995, 1999 Silicon Graphics
  */
 #ifndef _ASM_REG_H