]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
19 years ago2005-03-16 Richard Henderson <rth@redhat.com>
Roland McGrath [Mon, 17 Oct 2005 04:52:44 +0000 (04:52 +0000)] 
2005-03-16  Richard Henderson  <rth@redhat.com>

[BZ #721]
* include/wchar.h (__wcscoll): Remove.
* wcsmbs/wcscoll.c: Define wcscoll directly instead of via __wcscoll.
* string/strcoll.c: Don't issue libc_hidden_def STRCOLL redefined.

19 years ago2005-04-13 Andreas Schwab <schwab@suse.de>
Roland McGrath [Mon, 17 Oct 2005 04:52:41 +0000 (04:52 +0000)] 
2005-04-13  Andreas Schwab  <schwab@suse.de>

[BZ #721]
* sysdeps/ia64/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE)
[PROF]: Open code strong_alias because the original name is not
visible to the compiler.
* sysdeps/powerpc/powerpc64/dl-machine.h
(ELF_MACHINE_RUNTIME_TRAMPOLINE) [PROF]: Likewise.
2005-02-14  Alan Modra  <amodra@bigpond.net.au>

[BZ #721]
* sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define
with auto inline, and attribute always_inline.
(elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
(elf_machine_rel, elf_machine_rel_relative): Likewise.
* sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
(elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
(elf_machine_rel, elf_machine_rel_relative): Likewise.
(elf_machine_tprel): Likewise.

19 years ago2005-02-07 Richard Henderson <rth@redhat.com>
Roland McGrath [Mon, 17 Oct 2005 04:52:39 +0000 (04:52 +0000)] 
2005-02-07  Richard Henderson  <rth@redhat.com>

[BZ #721]
* iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use.

19 years ago2005-03-05 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 17 Oct 2005 04:52:36 +0000 (04:52 +0000)] 
2005-03-05  Jakub Jelinek  <jakub@redhat.com>

[BZ #721]
* sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
unconditionally to (defined RTLD_BOOTSTRAP).
* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
2005-03-15  Jakub Jelinek  <jakub@redhat.com>

[BZ #721]
* elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
Add inline keyword.
* sysdeps/alpha/dl-machine.h (elf_machine_rela,
elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
attribute.
* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.  Change
static inline into auto inline.
* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
* sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
Likewise.
* sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
Likewise.

19 years ago2005-03-25 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 17 Oct 2005 04:52:34 +0000 (04:52 +0000)] 
2005-03-25  Jakub Jelinek  <jakub@redhat.com>

[BZ #721]
* sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than
<wcstol_l.c>.

19 years ago2005-01-07 Richard Henderson <rth@redhat.com>
Roland McGrath [Mon, 17 Oct 2005 04:52:32 +0000 (04:52 +0000)] 
2005-01-07  Richard Henderson  <rth@redhat.com>

[BZ #721]
* math/math_private.h (__copysign): Define as builtin for gcc 4.
(__copysignf, __copysignl): Likewise.
* sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define
for gcc 4.0.
(copysignf, copysignl, fabsf, fabs): Likewise.
(__copysign, __copysignf, __copysignl): Remove.
(__fabs, __fabsf): Remove.

19 years ago2005-03-15 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 17 Oct 2005 04:52:30 +0000 (04:52 +0000)] 
2005-03-15  Jakub Jelinek  <jakub@redhat.com>

[BZ #721]
* elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
Add inline keyword.
* sysdeps/alpha/dl-machine.h (elf_machine_rela,
elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
attribute.
* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.  Change
static inline into auto inline.
* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
* sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
Likewise.
* sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
Likewise.

19 years ago2005-03-05 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 17 Oct 2005 04:52:27 +0000 (04:52 +0000)] 
2005-03-05  Jakub Jelinek  <jakub@redhat.com>

[BZ #721]
* sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
unconditionally to (defined RTLD_BOOTSTRAP).
* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
2005-02-16  Roland McGrath  <roland@redhat.com>

[BZ #721]
* sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
of [RESOLVE].
* sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise.

19 years ago2005-03-16 Richard Henderson <rth@redhat.com>
Roland McGrath [Mon, 17 Oct 2005 04:52:25 +0000 (04:52 +0000)] 
2005-03-16  Richard Henderson  <rth@redhat.com>

[BZ #721]
* include/libc-symbols.h (__hidden_proto): Remove bogus declaration
of internal.
(__hidden_def1, __hidden_dot_def1): Remove.
(__hidden_def2, __hidden_def3): Remove.
(__hidden_ver1): New.
(hidden_ver, hidden_def, hidden_weak): Use it.
(hidden_data_ver, hidden_data_ver, hidden_data_weak): Use non-data
version of the macro.

19 years ago2005-03-15 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 17 Oct 2005 04:52:23 +0000 (04:52 +0000)] 
2005-03-15  Jakub Jelinek  <jakub@redhat.com>

[BZ #721]
* elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
Add inline keyword.
* sysdeps/alpha/dl-machine.h (elf_machine_rela,
elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
attribute.
* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.  Change
static inline into auto inline.
* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
* sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
Likewise.
* sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
Likewise.
2005-02-03  Alexandre Oliva  <aoliva@redhat.com>

[BZ #721]
* elf/dynamic-link.h: Don't declare nested auto functions that are
not going to be defined.

19 years ago2005-02-16 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 17 Oct 2005 04:52:21 +0000 (04:52 +0000)] 
2005-02-16  Roland McGrath  <roland@redhat.com>

[BZ #721]
* sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
of [RESOLVE].
* sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise.

19 years ago2005-09-30 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 17 Oct 2005 04:52:19 +0000 (04:52 +0000)] 
2005-09-30  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/i386/fpu/libm-test-ulps: Update for GCC 4.0.x.
2005-05-03  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/i386/fpu/libm-test-ulps: Adjust for gcc 4.

19 years ago2005-04-13 Andreas Schwab <schwab@suse.de>
Roland McGrath [Mon, 17 Oct 2005 04:52:17 +0000 (04:52 +0000)] 
2005-04-13  Andreas Schwab  <schwab@suse.de>

[BZ #721]
* sysdeps/ia64/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE)
[PROF]: Open code strong_alias because the original name is not
visible to the compiler.
* sysdeps/powerpc/powerpc64/dl-machine.h
(ELF_MACHINE_RUNTIME_TRAMPOLINE) [PROF]: Likewise.

19 years ago2005-02-14 Alan Modra <amodra@bigpond.net.au>
Roland McGrath [Mon, 17 Oct 2005 04:52:15 +0000 (04:52 +0000)] 
2005-02-14  Alan Modra  <amodra@bigpond.net.au>

[BZ #721]
* sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define
with auto inline, and attribute always_inline.
(elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
(elf_machine_rel, elf_machine_rel_relative): Likewise.
* sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
(elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
(elf_machine_rel, elf_machine_rel_relative): Likewise.
(elf_machine_tprel): Likewise.

19 years ago2005-09-26 Steven Munroe <sjmunroe@us.ibm.com>
Roland McGrath [Mon, 17 Oct 2005 04:33:03 +0000 (04:33 +0000)] 
2005-09-26  Steven Munroe  <sjmunroe@us.ibm.com>

[BZ #1384]
* sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected y1, y1f, yn,
ynf results.

19 years ago2005-07-20 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 17 Oct 2005 04:32:12 +0000 (04:32 +0000)] 
2005-07-20  Ulrich Drepper  <drepper@redhat.com>

[BZ #1138]
* sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.

19 years ago.
Roland McGrath [Sun, 16 Oct 2005 10:33:20 +0000 (10:33 +0000)] 
.

19 years ago2005-08-05 Alfred M. Szmidt <ams@gnu.org>
Roland McGrath [Sun, 16 Oct 2005 10:33:13 +0000 (10:33 +0000)] 
2005-08-05  Alfred M. Szmidt  <ams@gnu.org>

[BZ #1252]
* sysdeps/mach/hurd/setitimer.c (restart_itimer): Move static fn
forward decl out of function body.
* sysdeps/mach/hurd/profil.c: Likewise.

19 years ago.
Roland McGrath [Sun, 16 Oct 2005 10:16:13 +0000 (10:16 +0000)] 
.

19 years ago2005-05-17 Neal H. Walfield <neal@gnu.org>
Roland McGrath [Sun, 16 Oct 2005 10:15:30 +0000 (10:15 +0000)] 
2005-05-17  Neal H. Walfield  <neal@gnu.org>

[BZ #1350]
* sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN]
instead of [SALEN].
(gaih_inet): Likewise.
2005-02-16  Roland McGrath  <roland@redhat.com>

* sysdeps/posix/getaddrinfo.c (gaih_inet): Fix type of ADDR local.

19 years ago.
Roland McGrath [Sun, 16 Oct 2005 09:46:06 +0000 (09:46 +0000)] 
.

19 years ago2005-08-05 Roland McGrath <roland@redhat.com>
Roland McGrath [Sun, 16 Oct 2005 09:45:42 +0000 (09:45 +0000)] 
2005-08-05  Roland McGrath  <roland@redhat.com>

[BZ #1250]
* sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue.
Reported by Alfred M. Szmidt <ams@gnu.org>.

19 years ago2005-08-05 Roland McGrath <roland@redhat.com>
Roland McGrath [Sun, 16 Oct 2005 09:45:40 +0000 (09:45 +0000)] 
2005-08-05  Roland McGrath  <roland@redhat.com>

[BZ #1251]
* mach/shortcut.awk: Ignore `weak_alias' lines.
Reported by Alfred M. Szmidt <ams@gnu.org>.

19 years ago.
Roland McGrath [Sun, 16 Oct 2005 09:42:14 +0000 (09:42 +0000)] 
.

19 years ago2005-02-10 H.J. Lu <hongjiu.lu@intel.com>
Roland McGrath [Sun, 16 Oct 2005 09:42:06 +0000 (09:42 +0000)] 
2005-02-10  H.J. Lu  <hongjiu.lu@intel.com>

[BZ #1076]
* sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels.

19 years ago2005-02-21 H.J. Lu <hongjiu.lu@intel.com>
Roland McGrath [Sun, 16 Oct 2005 09:41:58 +0000 (09:41 +0000)] 
2005-02-21  H.J. Lu  <hongjiu.lu@intel.com>

[BZ #1076]
* sysdeps/unix/sysv/linux/ia64/pt-initfini.c: Add local _init
and _fini labels.

19 years ago.
Roland McGrath [Sun, 16 Oct 2005 09:38:23 +0000 (09:38 +0000)] 
.

19 years ago2005-02-21 Alan Modra <amodra@bigpond.net.au>
Roland McGrath [Sun, 16 Oct 2005 09:34:02 +0000 (09:34 +0000)] 
2005-02-21  Alan Modra <amodra@bigpond.net.au>

[BZ #1394]
* sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Don't
use __uint128_t.

19 years ago [BZ #1358]
Richard Henderson [Tue, 20 Sep 2005 06:11:42 +0000 (06:11 +0000)] 
    [BZ #1358]
        * sysdeps/unix/alpha/sysdep.h (inline_syscall1): Copy argument(s)
        to a temporary first.
        (inline_syscall2, inline_syscall3, inline_syscall4): Likewise.
        (inline_syscall5, inline_syscall6): Likewise.

        * sysdeps/alpha/ldiv.S (lldiv): Add alias.

20 years agobz tag
Roland McGrath [Wed, 3 Aug 2005 07:43:55 +0000 (07:43 +0000)] 
bz tag

20 years ago.
Roland McGrath [Tue, 2 Aug 2005 03:31:19 +0000 (03:31 +0000)] 
.

20 years ago2005-07-28 Thomas Schwinge <schwinge@nic-nac-project.de>
Roland McGrath [Tue, 2 Aug 2005 03:31:09 +0000 (03:31 +0000)] 
2005-07-28  Thomas Schwinge  <schwinge@nic-nac-project.de>

[BZ #1137]
* misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.

20 years ago. cvs/fedora-glibc-2_3-20050729T2336
Roland McGrath [Fri, 29 Jul 2005 23:28:52 +0000 (23:28 +0000)] 
.

20 years ago2005-07-20 Bob Wilson <bob.wilson@acm.org> Darin Petkov <darin@tensilica.com>
Roland McGrath [Fri, 29 Jul 2005 23:28:36 +0000 (23:28 +0000)] 
2005-07-20  Bob Wilson  <bob.wilson@acm.org> Darin Petkov  <darin@tensilica.com>

[BZ #1138]
* sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.

20 years ago2005-07-20 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Fri, 29 Jul 2005 23:28:32 +0000 (23:28 +0000)] 
2005-07-20  Ulrich Drepper  <drepper@redhat.com>

[BZ #1138]
* sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.

20 years ago2005-07-19 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Fri, 29 Jul 2005 23:26:18 +0000 (23:26 +0000)] 
2005-07-19  Ulrich Drepper  <drepper@redhat.com>

[BZ #1137]
* misc/Makefile: Add rules to build and run tst-error1.
* misc/tst-error1.c: New file.
* misc/error.c: Fix memory leak and possibly endless loop.

20 years agobz tag
Roland McGrath [Fri, 29 Jul 2005 23:19:14 +0000 (23:19 +0000)] 
bz tag

20 years ago.
Roland McGrath [Tue, 19 Jul 2005 03:23:53 +0000 (03:23 +0000)] 
.

20 years ago2005-07-18 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Tue, 19 Jul 2005 03:23:49 +0000 (03:23 +0000)] 
2005-07-18  Ulrich Drepper  <drepper@redhat.com>

[BZ #1113]
* nscd/grpcache.c (cache_addgr): Use correct maximum for group ID
length.  Patch by Ivan Gyurdiev <ivg2@cornell.edu>.

20 years agoBZ tag
Roland McGrath [Mon, 18 Jul 2005 08:14:57 +0000 (08:14 +0000)] 
BZ tag

20 years agoregenerated
Roland McGrath [Mon, 18 Jul 2005 08:13:42 +0000 (08:13 +0000)] 
regenerated

20 years ago2005-07-13 Ulrich Drepper <drepper@redhat.com> cvs/fedora-glibc-2_3-20050718T0804
Roland McGrath [Mon, 18 Jul 2005 08:01:49 +0000 (08:01 +0000)] 
2005-07-13  Ulrich Drepper  <drepper@redhat.com>

[BZ #1080]
* nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.
* nscd/nscd_helper.c (wait_on_socket): New function.
(get_mapping): Use wait_on_socket instead of poll.  The former handles
EINTR of poll correctly.
(__nscd_open_socket): Likewise.
(get_mapping): Make sure BUF is aligned correctly.
(get_mapping): Use munmap on correct pointer.

20 years ago2005-07-13 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 08:01:46 +0000 (08:01 +0000)] 
2005-07-13  Ulrich Drepper  <drepper@redhat.com>

* nscd/nscd_helper.c: Add a few __builtin_expect.
[BZ #1080]
* nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.
* nscd/nscd_helper.c (wait_on_socket): New function.
(get_mapping): Use wait_on_socket instead of poll.  The former handles
EINTR of poll correctly.
(__nscd_open_socket): Likewise.
(get_mapping): Make sure BUF is aligned correctly.
(get_mapping): Use munmap on correct pointer.

20 years ago. cvs/fedora-glibc-2_3-20050718T0425
Roland McGrath [Mon, 18 Jul 2005 04:20:58 +0000 (04:20 +0000)] 
.

20 years ago.
Roland McGrath [Mon, 18 Jul 2005 04:17:21 +0000 (04:17 +0000)] 
.

20 years ago2005-07-05 Thorsten Kukuk <kukuk@suse.de>
Roland McGrath [Mon, 18 Jul 2005 04:12:38 +0000 (04:12 +0000)] 
2005-07-05  Thorsten Kukuk  <kukuk@suse.de>

[BZ #1111]
* nis/nss_compat/compat-grp.c (internal_getgrgid_r): Check if NSS
module provides getgrgid_r.
(getgrnam_plusgroup): Preserve original return value.
* nis/nss_compat/compat-pwd.c (getpwnam_plususer): Preserve
original return value.
* nis/nss_compat/compat-spwd.c (getspnam_plususer): Likewise.

20 years ago2005-02-07 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 04:11:19 +0000 (04:11 +0000)] 
2005-02-07  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/dl-execstack.c: Include sysdep.h.
(_dl_make_stack_executable): Make sure registers are set correctly.

20 years ago2005-04-26 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 04:10:03 +0000 (04:10 +0000)] 
2005-04-26  Ulrich Drepper  <drepper@redhat.com>

[BZ #1110]
* stdio-common/vfscanf.c: Correctly account for characters of
decimal points right after +-.
2005-04-24  Ulrich Drepper  <drepper@redhat.com>

[BZ #1110]
* stdio-common/vfscanf.c: Fix parsing of decimal point after +-.
Patch by Hamed Malek <hamed@bamdad.org>.

20 years ago2005-06-23 Thorsten Kukuk <kukuk@suse.de>
Roland McGrath [Mon, 18 Jul 2005 04:07:28 +0000 (04:07 +0000)] 
2005-06-23  Thorsten Kukuk  <kukuk@suse.de>

[BZ #1109]
* nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR
with own translation.

20 years ago2005-01-14 GOTO Masanori <gotom@debian.or.jp>
Roland McGrath [Mon, 18 Jul 2005 04:05:21 +0000 (04:05 +0000)] 
2005-01-14  GOTO Masanori  <gotom@debian.or.jp>

[BZ #1108]
* sunrpc/rpc_main.c (s_output): Generate #include <rpc/pmap_clnt.h>
irrespective of Cflag.

20 years ago2005-03-23 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 04:03:28 +0000 (04:03 +0000)] 
2005-03-23  Ulrich Drepper  <drepper@redhat.com>

* pthread_create.c (__pthread_create_2_1): Rename syscall error
variable to scerr.

20 years ago2005-02-21 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 04:02:27 +0000 (04:02 +0000)] 
2005-02-21  Ulrich Drepper  <drepper@redhat.com>

[BZ #1107]
* iconvdata/ibm930.h: Correct Yen mapping.
* iconvdata/ibm939.h: Likewise.
* iconvdata/testdata/IBM930..UTF8: Adjust test data.
* iconvdata/testdata/IBM939..UTF8: Likewise.
Patch by Jiro Sekiba <SEKIBA@jp.ibm.com>.

20 years ago2005-06-16 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 03:44:28 +0000 (03:44 +0000)] 
2005-06-16  Jakub Jelinek  <jakub@redhat.com>

[BZ #1016]
* sysdeps/ia64/strlen.S (strlen): Change l2 into a local label.

20 years ago005-06-17 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 03:37:20 +0000 (03:37 +0000)] 
005-06-17  Ulrich Drepper  <drepper@redhat.com>

[BZ #1106]
* sysdeps/posix/sigignore.c: Include <string.h> to tell the compiler
to use __GI_memset.
* sysdeps/posix/signal.c: Likewise.
* sysdeps/posix/sigset.c: Likewise.
* sysdeps/posix/sysv_signal.c: Likewise.
* sysdeps/unix/sysv/linux/sleep.c: Likewise.
* sysdeps/unix/sysv/linux/sysctl.c: Likewise.
* sysdeps/unix/sysv/linux/system.c: Likewise.

20 years ago2005-06-17 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 03:37:08 +0000 (03:37 +0000)] 
2005-06-17  Ulrich Drepper  <drepper@redhat.com>

[BZ #1106]
* time/mktime.c: Always include <string.h> for prototype of
implicitly used memcpy.

20 years ago2005-07-12 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 03:36:50 +0000 (03:36 +0000)] 
2005-07-12  Jakub Jelinek  <jakub@redhat.com>

[BZ #1106]
* sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.
(has_cpuclock): Use open_not_cancel_2 instead of open, read_not_cancel
instead of read and close_not_cancel_no_status instead of close.

20 years ago2005-07-12 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 03:36:47 +0000 (03:36 +0000)] 
2005-07-12  Jakub Jelinek  <jakub@redhat.com>

[BZ #1106]
* sysdeps/s390/s390-64/bcopy.S (__bcopy): Use
HIDDEN_BUILTIN_JUMPTARGET to jump to memmove.

20 years ago2005-04-26 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 03:33:45 +0000 (03:33 +0000)] 
2005-04-26  Ulrich Drepper  <drepper@redhat.com>

[BZ #1105]
* time/strptime_l.c (__strptime_internal): Handle 'z' to set
tm_gmtoff.
* time/Makefile (tests): Add tst-strptime2.
* time/tst-strptime2.c: New file.

20 years ago2005-06-17 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 03:32:05 +0000 (03:32 +0000)] 
2005-06-17  Ulrich Drepper  <drepper@redhat.com>

[BZ #1104]
* sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
(truncate64): Use __truncate, not truncate.
(__have_no_truncate64): Renamed from have_no_truncate64.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
(__have_no_truncate64): Renamed from have_no_truncate64.

20 years ago.
Roland McGrath [Mon, 18 Jul 2005 03:27:44 +0000 (03:27 +0000)] 
.

20 years ago2005-07-11 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 03:27:21 +0000 (03:27 +0000)] 
2005-07-11  Jakub Jelinek  <jakub@redhat.com>

[BZ #1102]
* sysdeps/pthread/pthread.h (PTHREAD_MUTEX_INITIALIZER,
PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP,
PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP,
PTHREAD_MUTEX_ADAPTIVE_NP, PTHREAD_RWLOCK_INITIALIZER,
PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP,
PTHREAD_COND_INITIALIZER): Supply zeros for all fields
in the structure.
* Makefile (tests): Add tst-initializers1.
(CFLAGS-tst-initializers1.c): Set.
* tst-initializers1.c: New test.

20 years ago2005-01-30 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 03:24:17 +0000 (03:24 +0000)] 
2005-01-30  Ulrich Drepper  <drepper@redhat.com>

[BZ #1103]
* nscd/nscd_helper.c (get_mapping): Use MSG_NOSIGNAL if available.
* nscd/connections.c (send_ro_fd): Likewise.

20 years ago2005-04-27 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 03:22:43 +0000 (03:22 +0000)] 
2005-04-27  Ulrich Drepper  <drepper@redhat.com>

* tst-cancel17.c (do_test): Add arbitrary factor to make sure
aio_write blocks.

20 years ago2005-04-05 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 03:21:59 +0000 (03:21 +0000)] 
2005-04-05  Jakub Jelinek  <jakub@redhat.com>

[BZ #1102]
* sysdeps/pthread/pthread.h (__pthread_cleanup_routine): Use
__inline instead of inline.
* sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_routine): Likewise.

20 years ago2005-07-11 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 03:20:13 +0000 (03:20 +0000)] 
2005-07-11  Jakub Jelinek  <jakub@redhat.com>

[BZ #1102]
* sysdeps/pthread/pthread.h (PTHREAD_MUTEX_INITIALIZER,
PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP,
PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP,
PTHREAD_MUTEX_ADAPTIVE_NP, PTHREAD_RWLOCK_INITIALIZER,
PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP,
PTHREAD_COND_INITIALIZER): Supply zeros for all fields
in the structure.
* Makefile (tests): Add tst-initializers1.
(CFLAGS-tst-initializers1.c): Set.
* tst-initializers1.c: New test.
2005-05-03  Ulrich Drepper  <drepper@redhat.com>

[BZ #915]
* sysdeps/pthread/pthread.h: Avoid empty initializers.

20 years ago2005-07-05 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 03:16:51 +0000 (03:16 +0000)] 
2005-07-05  Ulrich Drepper  <drepper@redhat.com>

[BZ #1101]
* posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX not
MB_CUR_MAX.
(build_wcs_upper_buffer): Likewise.
2005-03-05  Ulrich Drepper  <drepper@redhat.com>

[BZ #1101]
* posix/regex_internal.c [_LIBC] (build_wcs_buffer): Avoid using
dynamically sized array.
(build_wcs_upper_buffer): Likewise.

20 years ago2005-02-11 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 03:12:48 +0000 (03:12 +0000)] 
2005-02-11  Jakub Jelinek  <jakub@redhat.com>

[BZ #1100]
* debug/chk_fail.c (__chk_fail): Add a while (1) loop around
__libc_message to kill GCC warning about noreturn function returning.
2005-01-26  Ulrich Drepper  <drepper@redhat.com>

[BZ #1100]
* debug/chk_fail.c (__chk_fail): Print program name in final message.

20 years ago2005-01-11 Thorsten Kukuk <kukuk@suse.de>
Roland McGrath [Mon, 18 Jul 2005 03:08:46 +0000 (03:08 +0000)] 
2005-01-11  Thorsten Kukuk  <kukuk@suse.de>

[BZ #1099]
* grp/putgrent.c (putgrent): Don't write 0 as group
ID if groupname starts with + or -.
* pwd/putpwent.c (putpwent): Don't write 0 as user or
group ID if user name starts with + or -.

20 years ago2005-03-21 Thorsten Kukuk <kukuk@suse.de>
Roland McGrath [Mon, 18 Jul 2005 03:06:34 +0000 (03:06 +0000)] 
2005-03-21  Thorsten Kukuk  <kukuk@suse.de>

[BZ #1098]
* sunrpc/xdr_stdio.c (xdrstdio_getlong, xdrstdio_putlong):
Convert correctly between long/int on 64bit big-endian.

20 years ago2005-06-25 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 03:03:49 +0000 (03:03 +0000)] 
2005-06-25  Jakub Jelinek  <jakub@redhat.com>

[BZ #1097]
* sunrpc/xdr.c (xdr_hyper, xdr_u_hyper): When decoding, cast
t2 to uint32_t instead of ulong.
* sunrpc/Makefile (tests): Add tst-xdrmem.
* sunrpc/tst-xdrmem.c: New test.

20 years ago2005-06-13 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 02:58:16 +0000 (02:58 +0000)] 
2005-06-13  Jakub Jelinek  <jakub@redhat.com>

[BZ #1096]
* sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_sendreq,
__netlink_receive): Remove prototypes.
(__netlink_request): New prototype.
* sysdeps/unix/sysv/linux/ifaddrs.c: Include <alloca.h> and
<stdint.h>.
(__netlink_sendreq): Make static.
(__netlink_receive): Rename to...
(__netlink_request): ... this.  Add type argument, call
__netlink_sendreq.  If MSG_TRUNC is set after recvmsg, retry
with a bigger buffer.  Don't record buffers that contain no
messages we are expecting.
(getifaddrs): Use __netlink_request instead of __netlink_sendreq
and __netlink_receive pairs.  Formatting.
* sysdeps/unix/sysv/linux/if_index.c (if_nameindex_netlink): Use
__netlink_request instead of __netlink_sendreq and __netlink_receive
pair.

20 years ago2005-02-22 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 02:54:42 +0000 (02:54 +0000)] 
2005-02-22  Jakub Jelinek  <jakub@redhat.com>

[BZ #1095]
* malloc/Makefile (CFLAGS-mcheck-init.c): Add.
* sunrpc/Makefile: Add $(PIC-ccflag) to CFLAGS-x* for
librpcsvc.a objects.

20 years ago2005-05-06 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 02:51:43 +0000 (02:51 +0000)] 
2005-05-06  Jakub Jelinek  <jakub@redhat.com>

[BZ #934]
* posix/regex_internal.h: Include bits/libc-lock.h or define dummy
__libc_lock_* macros if not _LIBC.
(struct re_dfa_t): Add lock.
* posix/regcomp.c (re_compile_internal): Add __libc_lock_init.
* posix/regexec.c (regexec, re_search_stub): Add locking.

20 years ago2005-04-27 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 02:50:15 +0000 (02:50 +0000)] 
2005-04-27  Ulrich Drepper  <drepper@redhat.com>

[BZ #1094]
* nscd/connections.c (nscd_run): Use time() value in prune_cache
call, not timeout value, since the latter might be from another clock.

20 years ago2005-04-29 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 02:48:38 +0000 (02:48 +0000)] 
2005-04-29  Ulrich Drepper  <drepper@redhat.com>

[BZ #1093]
* nis/nis_table.c: Fix realloc handling.
* nis/nis_removemember.c: Likewise.

20 years ago2005-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
Roland McGrath [Mon, 18 Jul 2005 02:46:39 +0000 (02:46 +0000)] 
2005-04-11  James A. Morrison  <ja2morri@uwaterloo.ca>

* manual/string.texi: Fix typo in wmemcpy decl.

20 years ago2005-03-15 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 02:46:03 +0000 (02:46 +0000)] 
2005-03-15  Jakub Jelinek  <jakub@redhat.com>

[BZ #779]
* malloc/malloc.c (public_mTRIm): Initialize malloc if not yet
initialized.

20 years ago2005-05-22 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 02:43:53 +0000 (02:43 +0000)] 
2005-05-22  Ulrich Drepper  <drepper@redhat.com>

[BZ #1092]
* locales/mn_MN: Update.  Patch by Sanlig Badral <s_badral@yahoo.com>.

20 years ago2005-04-26 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 02:43:38 +0000 (02:43 +0000)] 
2005-04-26  Ulrich Drepper  <drepper@redhat.com>

[BZ #1091]
* locales/fa_IR: Add alt_digits, change date and time
representation, and various cleanups.
Patch by Hamed Malek <hamed@bamdad.org>.

20 years ago2005-04-12 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 02:39:13 +0000 (02:39 +0000)] 
2005-04-12  Ulrich Drepper  <drepper@redhat.com>

[BZ #1090]
* stdlib/random_r.c (__initstate_r): Don't use non-existing state.
* string/tst-strfry.c: New file.
* string/Makefile (tests): Add tst-strfry.

20 years ago2005-06-20 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 02:07:37 +0000 (02:07 +0000)] 
2005-06-20  Jakub Jelinek  <jakub@redhat.com>

[BZ #653]
* sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types for
_LINUX_QUOTA_VERSION >= 2.
(_LINUX_QUOTA_VERSION): Define if not yet defined.

20 years ago2005-05-28 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 02:04:46 +0000 (02:04 +0000)] 
2005-05-28  Jakub Jelinek  <jakub@redhat.com>

[BZ #622]
* locales/pa_IN (am_pm): Fix typos.
Patch by Denis Barbier <barbier@linuxfr.org>.
2005-03-18  Andreas Schwab  <schwab@suse.de>

[BZ #622]
* locales/pa_IN (am_pm): Fix character names.

20 years ago2005-05-19 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 02:02:37 +0000 (02:02 +0000)] 
2005-05-19  Jakub Jelinek  <jakub@redhat.com>

[BZ #955]
* iconvdata/ibm939.c (BODY): Avoid segfaults with input characters
<UFFFF> and above.

20 years ago2005-06-08 Karl Kelley <kekelley@iastate.edu>
Roland McGrath [Mon, 18 Jul 2005 02:01:06 +0000 (02:01 +0000)] 
2005-06-08  Karl Kelley  <kekelley@iastate.edu>

[BZ #1088]
* hesiod/hesiod_p.h (struct hesiod_p): Add classes array.
* hesiod/hesiod.c (hesiod_init): Initialize classes.  Fail if no
valid classes were given or if both are equal.
(hesiod_resolve): Use ctx->classes instead of hardcoded C_IN
and C_HS order.
(parse_config_file): Handle classes keyword.
* hesiod/README.hesiod: Mention addition of the classes keyword.

20 years ago2005-06-15 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 02:01:01 +0000 (02:01 +0000)] 
2005-06-15  Jakub Jelinek  <jakub@redhat.com>

[BZ #1088]
* hesiod/hesiod.c (hesiod_init): Don't check for ctx->classes[0] == 0
or both classes equal here.
(parse_config_file): If both classes are equal, clear the second one.
2005-06-08  Karl Kelley  <kekelley@iastate.edu>

[BZ #1088]
* hesiod/hesiod_p.h (struct hesiod_p): Add classes array.
* hesiod/hesiod.c (hesiod_init): Initialize classes.  Fail if no
valid classes were given or if both are equal.
(hesiod_resolve): Use ctx->classes instead of hardcoded C_IN
and C_HS order.
(parse_config_file): Handle classes keyword.
* hesiod/README.hesiod: Mention addition of the classes keyword.

20 years ago2005-06-14 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:59:20 +0000 (01:59 +0000)] 
2005-06-14  Ulrich Drepper  <drepper@redhat.com>

[BZ #1087]
* include/string.h: Use libc_hidden_proto for strnlen.
* sysdeps/generic/strnlen.c: Add libc_hidden_def.

20 years ago2005-03-29 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:59:05 +0000 (01:59 +0000)] 
2005-03-29  Jakub Jelinek  <jakub@redhat.com>

[BZ #1087]
* posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
avoid calling mbsrtowcs twice.

20 years ago2005-02-27 Denis Barbier <barbier@debian.org>
Roland McGrath [Mon, 18 Jul 2005 01:50:59 +0000 (01:50 +0000)] 
2005-02-27  Denis Barbier  <barbier@debian.org>

[BZ #38]
* locales/sr_CS: New file.
Contributed by Danilo Segan <dsegan@gmx.net>
* SUPPORTED: Add sr_CS/ISO-8859-5 and sr_CS.UTF-8/UTF-8.

20 years ago2005-02-27 Denis Barbier <barbier@debian.org>
Roland McGrath [Mon, 18 Jul 2005 01:47:31 +0000 (01:47 +0000)] 
2005-02-27  Denis Barbier  <barbier@debian.org>

[BZ #549]
* locale/iso-4217.def: Add CSD currency.

20 years ago2005-05-23 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:43:34 +0000 (01:43 +0000)] 
2005-05-23  Ulrich Drepper  <drepper@redhat.com>

[BZ #1086]
* sunrpc/pm_getport.c (__get_socket): New function.
(pmap_getport): Use it to open a non-reserved socket to the portmapper
for TCP.
* include/rpc/pmap_clnt.h (__get_socket): Declare.
* sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an
non-reserved socket for the portmapper.
Based on a patch by Steve Dickson <steved@redhat.com>.

20 years ago2005-05-23 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:43:31 +0000 (01:43 +0000)] 
2005-05-23  Ulrich Drepper  <drepper@redhat.com>

[BZ #1086]
* sunrpc/bindrsvprt.c (LOWPORT): Apparently some mountd
implementations are broken and don't accept ports < 512.
[BZ #1086]
* sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port.
If we tried looking at the usual range without success extend the
range to even lower ports.

20 years ago2005-05-22 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath [Mon, 18 Jul 2005 01:42:48 +0000 (01:42 +0000)] 
2005-05-22  Dmitry V. Levin  <ldv@altlinux.org>

[BZ #961]
* io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64
declarations.

20 years ago2005-06-14 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:38:55 +0000 (01:38 +0000)] 
2005-06-14  Ulrich Drepper  <drepper@redhat.com>

[BZ #1085]
* configure.in: Add test for availability of libaudit.
* config.h.in: Define HAVE_LIBAUDIT.
* config.make.in: Define have-libaudit.
* nscd/Makefile: If libaudit is available, link nscd with it.
* nscd/selinux.c: If HAVE_LIBAUDIT is defined, log using libaudit.
Patch by Steve Grubb <sgrubb@redhat.com>.

20 years ago2005-04-28 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:36:26 +0000 (01:36 +0000)] 
2005-04-28  Jakub Jelinek  <jakub@redhat.com>

[BZ #1084]
* SUPPORTED: Add UTF-8 locales where UTF-8 was not already supported.
2005-03-18  Ulrich Drepper  <drepper@redhat.com>

[BZ #1084]
* SUPPORTED (SUPPORTED-LOCALES): Add af_ZA.UTF-8.

20 years ago2005-04-29 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:31:47 +0000 (01:31 +0000)] 
2005-04-29  Jakub Jelinek  <jakub@redhat.com>

[BZ #1083]
* sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,
call ftruncate if offset is bigger than current size.  Make sure
the file is offset + len bytes long if that is more than current size.
Don't overwrite previous content of the file.
* sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
Likewise.

20 years ago2005-06-14 Ulrich Drepper <drepper@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:31:44 +0000 (01:31 +0000)] 
2005-06-14  Ulrich Drepper  <drepper@redhat.com>

[BZ #1083]
* sysdeps/posix/posix_fallocate64.c: Use __libc_pread64 instead of
__pread64.
2005-04-29  Jakub Jelinek  <jakub@redhat.com>

[BZ #1083]
* sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,
call ftruncate if offset is bigger than current size.  Make sure
the file is offset + len bytes long if that is more than current size.
Don't overwrite previous content of the file.
* sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
Likewise.

20 years ago2005-04-04 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:24:57 +0000 (01:24 +0000)] 
2005-04-04  Jakub Jelinek  <jakub@redhat.com>

[BZ #1082]
* sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead
of trying to encode uninitialized arglen.

20 years ago2005-04-26 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 18 Jul 2005 01:22:18 +0000 (01:22 +0000)] 
2005-04-26  Jakub Jelinek  <jakub@redhat.com>

[BZ #1081]
* elf/dl-close.c: Include stddef.h.
(_dl_close): If called recursively, just remember GC needs to be rerun
and decrease l_direct_opencount.  Avoid GC if l_direct_opencount
decreased to 1.  Rerun GC at the end if any destructor unloaded some
additional libraries.
* elf/Makefile: Add rules to build and run unload6 test.
* elf/unload6.c: New test.
* elf/unload6mod1.c: New file.
* elf/unload6mod2.c: New file.
* elf/unload6mod3.c: New file.

20 years ago2005-07-15 Andreas Jaeger <aj@suse.de>
Roland McGrath [Mon, 18 Jul 2005 01:15:31 +0000 (01:15 +0000)] 
2005-07-15  Andreas Jaeger  <aj@suse.de>

[BZ #1079]
* include/stdlib.h: Remove malloc attribute from __posix_memalign.
* stdlib/stdlib.h: Likewise.

20 years ago.
Roland McGrath [Wed, 27 Apr 2005 09:50:16 +0000 (09:50 +0000)] 
.