]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Revert "ChangeLogs: convert to utf-8"
authorMike Frysinger <vapier@gentoo.org>
Fri, 12 Feb 2016 21:34:16 +0000 (16:34 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 12 Feb 2016 21:35:27 +0000 (16:35 -0500)
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
ChangeLog.11
ChangeLog.12
ChangeLog.14
ChangeLog.6
ChangeLog.7
ChangeLog.8

index 268b26922baa03ce15cc0652fa86320d7ba53583..6736bcc1faddb7a109816700dc55d3890c0d0b28 100644 (file)
 
        * 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 <dervishd@jazzfree.com>
+       Patch by Raúl Núñez de Arenas Coronado <dervishd@jazzfree.com>
 
        * sunrpc/clnt_perr.c (rpc_errlist): Fix index for RPC_PROGVERSMISMATCH.
        Patch by jens.moeller@westgeo.com (PR libc/1550).
 
 1999-07-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
-       * 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  <drepper@cygnus.com>
index bd4f0b2f2f1126cb88cf775e609788dc5bc369fd..d9b036436121bf6cd86dfd792d72160fe1e00abb 100644 (file)
 2000-09-28  Ulrich Drepper  <drepper@redhat.com>
 
        * manual/errno.texi: Correct error text for ENXIO.
-       Reported by Jörg Schilling <schilling@fokus.gmd.de>.
+       Reported by Jörg Schilling <schilling@fokus.gmd.de>.
 
 2000-09-27  Jes Sorensen  <jes@linuxcare.com>
 
index 6f8a4b0c9a60399371959e7143e721344d528bae..2a4620e56d550976a670dbec566c26806828bebe 100644 (file)
 
        * manual/startup.texi (Program Arguments): Fix type of main's envp
        parameter.
-       Reported by Raúl Núñez de Arenas Coronado <dervishd@linuxfreak.com>.
+       Reported by Raúl Núñez de Arenas Coronado <dervishd@linuxfreak.com>.
 
        * iconvdata/gconv-modules: Add CP950 alias.
 
index 3e16a91b9d9389b7a7701e4f367b76e38841b588..708e76508453f8bc9328a423077a4d12ff21ebad 100644 (file)
        * 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>
        (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.
        * 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.
 
        * 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>
 
index b92027174f2b32abe12afcd1826fc4ff48c6ac59..5858bd04930a42957107f3b52dd55a2e6cd154c8 100644 (file)
@@ -1636,7 +1636,7 @@ Thu Dec 19 20:58:53 1996  Ulrich Drepper  <drepper@cygnus.com>
        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 <rh@unifix.de>.
+       Patches by Rüdiger Helsch <rh@unifix.de>.
 
        * locale/locale.h: Add declaration of newlocale and freelocale.
 
index d3866786df875ce13c32e5ae4ffaed5f3dff190e..cc1a5a79f8039c9c6b129c60e94160bc28086115 100644 (file)
        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.
 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>.
        * 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.
 
index 662028b2cc805acd0643b0a7bc684ca17c5674ff..5c3be9fc9f243a47da0a1ff198c0ccd7b6d1086c 100644 (file)
 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
 
        * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
-       Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
+       Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
 
        * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
        bug.
 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
        * manual/arith.texi (Old-style number conversion): Correct
-       typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
+       typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
 
 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>