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.14 | |
parent | f34f146e682d8d529dcf64b3c2781bf3f2f05f6c (diff) | |
download | glibc-1233be76694ca81454f61e2ba5a2fb5830840191.tar.gz |
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.14')
-rw-r--r-- | ChangeLog.14 | 8 |
1 files changed, 4 insertions, 4 deletions
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 <drepper@redhat.com> @@ -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 <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. @@ -15234,7 +15234,7 @@ * 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> |