diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -540,6 +540,11 @@ * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in the unique symbol hash table should not be const. +2009-07-22 Jakub Jelinek <jakub@redhat.com> + + * Makeconfig (ASFLAGS): Append $(sysdep-ASFLAGS). + * sysdeps/i386/Makefile (sysdep-ASFLAGS): Add -U__i686. + 2009-07-21 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups. Remove @@ -805,6 +810,11 @@ out common code into new function get_common_indeces. Determine extended family and model for Intel processors. +2009-06-26 Andreas Schwab <aschwab@redhat.com> + + * timezone/zic.c (stringzone): Don't try to generate a POSIX TZ + string when the timezone ends in DST. + 2009-06-26 Ulrich Drepper <drepper@redhat.com> * resolv/resolv.h: Define RES_SNGLKUPREOP. @@ -9203,6 +9213,13 @@ * include/sys/cdefs.h: Redefine __nonnull so that test for incorrect parameters in the libc code itself are not omitted. +2006-07-02 Jakub Jelinek <jakub@redhat.com> + + * nscd/connections.c (sighup_pending): New variable. + (nscd_run): If sighup_pending, prune all 3 caches. + (sighup_handler): Don't prune caches here, rather just set + sighup_pending flag. + 2007-05-09 Jakub Jelinek <jakub@redhat.com> * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow @@ -9498,6 +9515,10 @@ [BZ #4368] * stdlib/stdlib.h: Remove obsolete part of comment for realpath. +2007-04-16 Jakub Jelinek <jakub@redhat.com> + + * locale/programs/locarchive.c (add_alias, insert_name): Remove static. + 2007-04-16 Ulrich Drepper <drepper@redhat.com> [BZ #4364] @@ -10755,6 +10776,15 @@ separators also if no non-zero digits found. * stdlib/Makefile (tests): Add tst-strtod3. +2006-12-10 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/netlinkaccess.h: Include linux/if_addr.h + if IFA_MAX is not defined. + (IFA_RTA, IFA_PAYLOAD, IFLA_RTA, IFLA_PAYLOAD): Define if not + defined. + * sysdeps/unix/sysv/linux/check_pf.c: Include netlinkaccess.h + instead of asm/types.h, linux/netlink.h and linux/rtnetlink.h. + 2006-12-09 Ulrich Drepper <drepper@redhat.com> [BZ #3632] |