1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Don't put non-ASCII into installed headers

Move non-ASCII contributor names from installed headers
into contrib.texi when possible, and when it's not (the
copyright notice in sysdeps/unix/sysv/linux/mips/sys/user.h)
go back to ASCIIfied names.  Problem reported by Joseph Myers in:
https://www.sourceware.org/ml/libc-alpha/2019-08/msg00646.html
This commit is contained in:
Paul Eggert
2019-08-23 14:14:29 -07:00
parent e6855a3bdf
commit 1bced8cadc
7 changed files with 11 additions and 7 deletions

View File

@ -29,6 +29,11 @@ as FSF Project Steward for @theglibc{}.
Miles Bader for writing the @code{argp} argument-parsing package, and the
@code{argz}/@code{envz} interfaces.
@item
Ralf B@"achle for contributing @file{fpu_control.h},
@file{regdef.h}, @file{sgidefs.h}, @file{sys/asm.h}, and @file{sys/regdef.h}
under the @file{sysdeps/mips} directory.
@item
Jeff Bailey for his maintainership of the HPPA architecture.
@ -131,6 +136,10 @@ Tulio Magno Quites Machado Filho for adding a new class of installed
headers for low-level platform-specific functionality and one such for
PowerPC and various fixes.
@item
Olaf Flebbe and Ralf B@"achle for contributing
@file{sysdeps/mips/fpu_control.h}.
@item
Mike Frysinger for his maintaining of the IA64 architecture and for
testing and bug fixing.