[BZ #549, BZ #653, BZ #1079, BZ #1080, BZ #1081, BZ #1082, BZ #1083, BZ #1085, BZ...
authorRoland McGrath <roland@gnu.org>
Mon, 18 Jul 2005 03:26:39 +0000 (03:26 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 18 Jul 2005 03:26:39 +0000 (03:26 +0000)
BZ tags
[BZ #1079]
[BZ #1080]
[BZ #1101]
[BZ #1097]
[BZ #653]
[BZ #1088]
[BZ #1088]
[BZ #1085]
[BZ #1096]
[BZ #1086]
[BZ #1086]
[BZ #1086]
[BZ #1083]
[BZ #1093]
[BZ #1094]
[BZ #1081]
[BZ #1090]
[BZ #1082]
[BZ #1087]
[BZ #1098]
[BZ #549]
[BZ #1101]
[BZ #1095]
[BZ #1100]
[BZ #1103]
[BZ #1100]
[BZ #1099]

ChangeLog

index be2ec1e..691f657 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,7 @@
        (tst-chk2-ENV): New.
        (tst-chk1-ENV): New.
 
+       [BZ #1079]
        * include/stdlib.h: Remove malloc attribute from __posix_memalign.
        * stdlib/stdlib.h: Likewise.
 
@@ -59,6 +60,7 @@
 
        * 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
 
 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-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.
 
 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.
 
 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.
 
 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.
 
 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.
 
 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.
 
 
 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.
        non-reserved socket for the portmapper.
        Based on a patch by Steve Dickson <steved@redhat.com>.
 
+       [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.
 
 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.
 
 2005-04-29  Ulrich Drepper  <drepper@redhat.com>
 
+       [BZ #1093]
        * nis/nis_table.c: Fix realloc handling.
        * nis/nis_removemember.c: Likewise.
 
 
 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.
 
 
 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
 
 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.
 
 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.
 
 
 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.
 
 
 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.
 
 
 2005-02-27  Denis Barbier  <barbier@debian.org>
 
-       [BZ #38]
+       [BZ #549]
        * locale/iso-4217.def: Add CSD currency.
 
 2005-03-19  Ulrich Drepper  <drepper@redhat.com>
        * iconv/gconv_simple.c (internal_utf8_loop): Make start unsigned
        to avoid warning.
 
+       [BZ #1101]
        * posix/regex_internal.c [_LIBC] (build_wcs_buffer): Avoid using
        dynamically sized array.
        (build_wcs_upper_buffer): Likewise.
 
 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.
 
 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-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.
 
 
 2005-01-26  Ulrich Drepper  <drepper@redhat.com>
 
+       [BZ #1100]
        * debug/chk_fail.c (__chk_fail): Print program name in final message.
 
        * sysdeps/unix/sysv/linux/kernel-features.h: Found reference to
        as backlog.
        * sunrpc/svc_unix.c (svcunix_create): Likewise.
 
+       [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