Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "ChangeLogs: convert to utf-8"
This reverts commit d2bb040.

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.
  • Loading branch information
Mike Frysinger committed Feb 12, 2016
1 parent f34f146 commit 1233be7
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.10
Expand Up @@ -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 <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).
Expand Down Expand Up @@ -7316,7 +7316,7 @@

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>
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.11
Expand Up @@ -1733,7 +1733,7 @@
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>

Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.12
Expand Up @@ -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 <dervishd@linuxfreak.com>.
Reported by Ra�l N��ez de Arenas Coronado <dervishd@linuxfreak.com>.

* iconvdata/gconv-modules: Add CP950 alias.

Expand Down
8 changes: 4 additions & 4 deletions ChangeLog.14
Expand Up @@ -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>
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.6
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions ChangeLog.7
Expand Up @@ -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.
Expand Down Expand Up @@ -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>.
Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions ChangeLog.8
Expand Up @@ -8314,15 +8314,15 @@
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>

Expand Down

0 comments on commit 1233be7

Please sign in to comment.