From: Andreas Schwab Date: Mon, 13 Dec 2010 15:14:47 +0000 (+0100) Subject: Merge remote branch 'origin/master' into fedora/master X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=782173537028feffaa551291de6d049aa22b26fa;p=thirdparty%2Fglibc.git Merge remote branch 'origin/master' into fedora/master --- 782173537028feffaa551291de6d049aa22b26fa diff --cc ChangeLog index c9738066de2,7cd6d640f93..25d767366d9 --- a/ChangeLog +++ b/ChangeLog @@@ -1,8 -1,73 +1,78 @@@ + 2010-12-10 Andreas Schwab + + * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under + _GNU_SOURCE. + + * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict. + * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset): + Remove __restrict. + (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy) + (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict. + + 2010-12-09 Ulrich Drepper + + [BZ #11655] + * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize + are initialized. + + 2010-12-09 Jakub Jelinek + + * string/bits/string3.h (memmove, bcopy): Remove __restrict. + + 2010-12-03 Ulrich Drepper + + * po/it.po: Update from translation team. + + 2010-12-01 H.J. Lu + + * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove + unused codes. + + 2010-11-30 Ulrich Drepper + + * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations. + + 2010-11-24 Andreas Schwab + + * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0 + specially. + (gaih_getanswer_slice): Likewise. + + 2010-10-20 Jakub Jelinek + + * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm. + + 2010-05-31 Petr Baudis + + [BZ #11149] + * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail + silently even in the chroot mode. + + 2010-11-22 Ulrich Drepper + + * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize + last patch a bit. Pretty printing + + 2010-05-31 Petr Baudis + + [BZ #10085] + * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix + initialization of skip_initgroups_dyn. + + 2010-11-19 Ulrich Drepper + + * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB. + * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise. + + 2010-11-16 Ulrich Drepper + + * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define. + +2010-12-13 Andreas Schwab + + * elf/dl-object.c (_dl_new_object): Ignore origin of privileged + program. + 2010-11-11 Andreas Schwab * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.