mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Revert "ChangeLogs: convert to utf-8"
This reverts commit d2bb040b2a
.
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.
This commit is contained in:
parent
f34f146e68
commit
1233be7669
@ -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).
|
||||
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -8314,7 +8314,7 @@
|
||||
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.
|
||||
@ -8322,7 +8322,7 @@
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user