diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-02-12 16:34:16 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-02-12 16:35:27 -0500 |
commit | 1233be76694ca81454f61e2ba5a2fb5830840191 (patch) | |
tree | b44ae24be488cf538daef17584b5ae4f7c68a38d /ChangeLog.7 | |
parent | f34f146e682d8d529dcf64b3c2781bf3f2f05f6c (diff) | |
download | glibc-1233be76694ca81454f61e2ba5a2fb5830840191.tar.gz glibc-1233be76694ca81454f61e2ba5a2fb5830840191.tar.xz glibc-1233be76694ca81454f61e2ba5a2fb5830840191.zip |
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.
Diffstat (limited to 'ChangeLog.7')
-rw-r--r-- | ChangeLog.7 | 6 |
1 files changed, 3 insertions, 3 deletions
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 <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. @@ -5782,7 +5782,7 @@ 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>. @@ -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 <bignolle@ecoledoc.ibp.fr>. + Patches by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>. * math/Makefile (calls): Add s_signbit. |