diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-08-23 14:14:29 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-08-23 14:19:40 -0700 |
commit | 1bced8cadc82077f0201801239e89eb24b68e9aa (patch) | |
tree | 4de8e41ee1793c200102723109bf06e75b657d87 /manual | |
parent | e6855a3bdfe147c52b29b5e7d70a95a8aa22ece0 (diff) | |
download | glibc-1bced8cadc82077f0201801239e89eb24b68e9aa.tar glibc-1bced8cadc82077f0201801239e89eb24b68e9aa.tar.gz glibc-1bced8cadc82077f0201801239e89eb24b68e9aa.tar.bz2 glibc-1bced8cadc82077f0201801239e89eb24b68e9aa.zip |
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
Diffstat (limited to 'manual')
-rw-r--r-- | manual/contrib.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/contrib.texi b/manual/contrib.texi index 47fdd59ffe..b04724b7b5 100644 --- a/manual/contrib.texi +++ b/manual/contrib.texi @@ -30,6 +30,11 @@ 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. @item @@ -132,6 +137,10 @@ 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. |