From 1233be76694ca81454f61e2ba5a2fb5830840191 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 12 Feb 2016 16:34:16 -0500 Subject: [PATCH] Revert "ChangeLogs: convert to utf-8" This reverts commit d2bb040b2a2f58b1ef80f01292bd722fce01d36a. It seems some files (like tst-regex) directly parse these and rely on some of its content *not* being UTF-8. Until we can fix thoses tests (and isolate them from ChangeLog updates), back out this change. It also shouldn't really have landed during the freeze. --- ChangeLog.10 | 4 ++-- ChangeLog.11 | 2 +- ChangeLog.12 | 2 +- ChangeLog.14 | 8 ++++---- ChangeLog.6 | 2 +- ChangeLog.7 | 6 +++--- ChangeLog.8 | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ChangeLog.10 b/ChangeLog.10 index 268b26922b..6736bcc1fa 100644 --- a/ChangeLog.10 +++ b/ChangeLog.10 @@ -1482,7 +1482,7 @@ * 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 + Patch by Raúl Núñez de Arenas Coronado * sunrpc/clnt_perr.c (rpc_errlist): Fix index for RPC_PROGVERSMISMATCH. Patch by jens.moeller@westgeo.com (PR libc/1550). @@ -7316,7 +7316,7 @@ 1999-07-25 Andreas Jaeger - * 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 diff --git a/ChangeLog.11 b/ChangeLog.11 index bd4f0b2f2f..d9b0364361 100644 --- a/ChangeLog.11 +++ b/ChangeLog.11 @@ -1733,7 +1733,7 @@ 2000-09-28 Ulrich Drepper * manual/errno.texi: Correct error text for ENXIO. - Reported by Jörg Schilling . + Reported by Jörg Schilling . 2000-09-27 Jes Sorensen diff --git a/ChangeLog.12 b/ChangeLog.12 index 6f8a4b0c9a..2a4620e56d 100644 --- a/ChangeLog.12 +++ b/ChangeLog.12 @@ -9884,7 +9884,7 @@ * manual/startup.texi (Program Arguments): Fix type of main's envp parameter. - Reported by Raúl Núñez de Arenas Coronado . + Reported by Raúl Núñez de Arenas Coronado . * iconvdata/gconv-modules: Add CP950 alias. diff --git a/ChangeLog.14 b/ChangeLog.14 index 3e16a91b9d..708e765084 100644 --- a/ChangeLog.14 +++ b/ChangeLog.14 @@ -4149,7 +4149,7 @@ * 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 @@ -4658,7 +4658,7 @@ (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. @@ -12372,7 +12372,7 @@ * elf/reldep6.c: Create relocation dependency before closing the first module. -2003-01-10 Guido Günther +2003-01-10 Guido Günther * sysdeps/unix/mips/fork.S: Add PSEUDO_END. * sysdeps/unix/mips/brk.S: Likewise. @@ -15234,7 +15234,7 @@ * manual/examples/dir.c: Don't include . * manual/examples/select.c: Include for TEMP_FAILURE_RETRY. - Reported by Frédéric Delanoy . + Reported by Frédéric Delanoy . 2002-11-02 H.J. Lu diff --git a/ChangeLog.6 b/ChangeLog.6 index b92027174f..5858bd0493 100644 --- a/ChangeLog.6 +++ b/ChangeLog.6 @@ -1636,7 +1636,7 @@ Thu Dec 19 20:58:53 1996 Ulrich Drepper 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 . + Patches by Rüdiger Helsch . * locale/locale.h: Add declaration of newlocale and freelocale. diff --git a/ChangeLog.7 b/ChangeLog.7 index d3866786df..cc1a5a79f8 100644 --- a/ChangeLog.7 +++ b/ChangeLog.7 @@ -415,7 +415,7 @@ definition. Patch by Zack Weinberg . * stdlib/strtod.c: Handle numbers like 0.0e10000 correctly which - produce ±0.0. Reported by Joe Keane . + produce ±0.0. Reported by Joe Keane . * sysdeps/libm-ieee754/s_ceill.c: Fix typos. * sysdeps/libm-ieee754/s_llrint.c: Correct code, it never worked. @@ -5782,7 +5782,7 @@ 1997-07-05 11:56 Ulrich Drepper * login/login.c (tty_name): Use newly allocated buffer. - Patch by Jaakko Hyvätti . + Patch by Jaakko Hyvätti . * time/asctime.c: Never translate week and month name according to LC_TIME. Patch by Paul Eggert . @@ -9333,7 +9333,7 @@ * 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 . + Patches by Jean-François Bignolles . * math/Makefile (calls): Add s_signbit. diff --git a/ChangeLog.8 b/ChangeLog.8 index 662028b2cc..5c3be9fc9f 100644 --- a/ChangeLog.8 +++ b/ChangeLog.8 @@ -8314,7 +8314,7 @@ 1998-02-27 Ulrich Drepper * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly. - Reported by Göran Uddeborg . + Reported by Göran Uddeborg . * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported bug. @@ -8322,7 +8322,7 @@ 1998-02-25 Andreas Jaeger * manual/arith.texi (Old-style number conversion): Correct - typo. Reported by Göran Uddeborg . + typo. Reported by Göran Uddeborg . 1998-02-27 Ulrich Drepper