X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.16;h=292d3d169ad27f52be92612e4f10ab71d59628b1;hb=ce6615c9c686acd34672a9f4eba9bcf5553496f6;hp=c6d036d484163a8186f93f2b6bd2449783c24918;hpb=0ecb606cb6cf65de1d9fc8a919bceb4be476c602;p=platform%2Fupstream%2Fglibc.git diff --git a/ChangeLog.16 b/ChangeLog.16 index c6d036d..292d3d1 100644 --- a/ChangeLog.16 +++ b/ChangeLog.16 @@ -171,11 +171,6 @@ [BZ #2611] * stdio-common/renameat.c (renameat): Fix typo. -2006-04-27 Jakub Jelinek - - * nscd/connections.c (sighup_handler): Only run prune_cache on - enabled databases. - 2006-04-26 Roland McGrath * Makeconfig (%.v.i rule): Don't use -DASSEMBLER. @@ -665,7 +660,7 @@ * iconvdata/Makefile (generate-8bit-table): Use LC_ALL=C. (generate-8bit-gap-table): Likewise. ($(objpfx)iso8859-7jp.stmp): Likewise. - Reported by S.Çağlar Onur . + Reported by S.Çağlar Onur . 2006-03-21 Joseph S. Myers @@ -1035,34 +1030,6 @@ _SC_CPUTIME and _SC_THREAD_CPUTIME here. * sysdeps/unix/sysv/linux/x86_64/sysconf.c (__sysconf): Likewise. -2006-03-04 Jakub Jelinek - Roland McGrath - - * sysdeps/unix/sysv/linux/i386/lowlevellock.h - (LLL_STUB_UNWIND_INFO_START, LLL_STUB_UNWIND_INFO_END, - LLL_STUB_UNWIND_INFO_3, LLL_STUB_UNWIND_INFO_4): Define. - (lll_mutex_lock, lll_robust_mutex_lock, lll_mutex_cond_lock, - lll_robust_mutex_cond_lock, lll_mutex_timedlock, - lll_robust_mutex_timedlock, lll_mutex_unlock, - lll_robust_mutex_unlock, lll_lock, lll_unlock): Use them. - Add _L_*_ symbols around the subsection. - * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Add unwind info. - * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Likewise. - -2006-03-03 Jakub Jelinek - Roland McGrath - - * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h - (LLL_STUB_UNWIND_INFO_START, LLL_STUB_UNWIND_INFO_END, - LLL_STUB_UNWIND_INFO_5, LLL_STUB_UNWIND_INFO_6): Define. - (lll_mutex_lock, lll_robust_mutex_lock, lll_mutex_cond_lock, - lll_robust_mutex_cond_lock, lll_mutex_timedlock, - lll_robust_mutex_timedlock, lll_mutex_unlock, - lll_robust_mutex_unlock, lll_lock, lll_unlock): Use them. - Add _L_*_ symbols around the subsection. - * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Add unwind info. - * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Likewise. - 2006-03-05 Roland McGrath * malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value. @@ -2075,11 +2042,6 @@ (__MATHDECL_2): Use __REDIRECT_NTH instead of __REDIRECT followed by __THROW. - * sysdeps/unix/sysv/linux/futimesat.c (futimesat): If - file == NULL, use __futimes unconditionally. - - * manual/filesys.texi (futimes): Fix prototype. - 2006-02-02 Ulrich Drepper * sysdeps/unix/sysv/linux/futimesat.c [__NR_futimesat] @@ -2139,11 +2101,6 @@ * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Fix a typo. * sysdeps/s390/fpu/libm-test-ulps: Remove llrint ulps. -2006-01-30 Jakub Jelinek - - * include/bits/stdlib-ldbl.h: New file. - * include/bits/wchar-ldbl.h: New file. - 2006-01-19 Thomas Schwinge * libio/genops.c: Include . @@ -4570,10 +4527,6 @@ * elf/order2mod2.c (init): Cast ignored value to void. -2005-12-27 Jakub Jelinek - - * elf/ldconfig.c (search_dir): Skip prelink temporaries. - 2005-12-27 Ulrich Drepper * elf/tst-tls13.c (do_test): Avoid using the library path when @@ -4857,26 +4810,6 @@ * sysdeps/unix/sysv/linux/time.c: If __NR_time is not defined, use sysdeps/unix/time.c implementation. -2005-12-20 Jakub Jelinek - - * malloc/mtrace.c (__libc_malloc, __libc_free, __libc_realloc, - __libc_memalign): Add prototypes and libc_hidden_proto resp. - defines for !_LIBC. - (tr_freehook): Call __libc_free instead of free. - (tr_mallochook): Call __libc_malloc instead of malloc. - (tr_reallochook): Call __libc_realloc instead of realloc. - (tr_memalignhook): Call __libc_memalign instead of memalign. - * malloc/mcheck.c: Include stdlib.h. - (__libc_malloc, __libc_free, __libc_realloc, - __libc_memalign): Add prototypes and libc_hidden_proto resp. - defines for !_LIBC. - (freehook): Call __libc_free instead of free. - (mallochook): Call __libc_malloc instead of malloc. - (reallochook): Call __libc_realloc instead of realloc. - (memalignhook): Call __libc_memalign instead of memalign. - (mcheck): Call __libc_malloc and __libc_free instead of - malloc and free. - 2005-12-19 Ulrich Drepper [BZ #1955] @@ -6994,7 +6927,7 @@ 2005-11-28 Andreas Jaeger * sysdeps/unix/sysv/linux/mips/bits/mman.h (MREMAP_FIXED): Added, - Patch by René Rebe . + Patch by René Rebe . 2005-11-27 Ulrich Drepper @@ -7006,7 +6939,7 @@ 2005-11-27 Roland McGrath * sysdeps/unix/sysv/linux/fchownat.c: Include alloca.h, sysdep.h. - Reported by René Rebe . + Reported by René Rebe . 2005-11-27 Ulrich Drepper @@ -7995,11 +7928,6 @@ R_ARM_TLS_TPOFF32, R_ARM_TLS_GD32, R_ARM_TLS_LDM32, R_ARM_TLS_LDO32, R_ARM_TLS_IE32, R_ARM_TLS_LE32): New macros. -2005-10-03 Jakub Jelinek - - * nscd/selinux.c (audit_init): Print error string in the failure - message. - 2005-10-03 Roland McGrath * sysdeps/powerpc/nofpu: Directory removed, saved in ports repository. @@ -8994,12 +8922,6 @@ * argp/argp-help.c (__argp_error): __asprintf -> vasprintf. (__argp_failure): Likewise. -2005-08-08 Jakub Jelinek - - * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): - Shift marked &errno down on big-endian instead of up. - * elf/tst-stackguard1.c (do_test): Fix a typo. - 2005-08-08 Ulrich Drepper * nscd/cache.c (cache_add): Commit hash table and header to disk. @@ -9124,17 +9046,6 @@ __syslog_chk. * misc/Versions: Export __syslog_chk and __vsyslog_chk. -2005-07-29 Jakub Jelinek - - * sysdeps/unix/sysv/linux/dl-osinfo.h: Include errno.h, hp-timing.h, - endian.h. - (_dl_setup_stack_chk_guard): Even without - --enable-stackguard-randomization attempt to do some guard - randomization using hp-timing (if available) and kernel stack and - mmap randomization. - * elf/tst-stackguard1.c (do_test): Don't fail if the poor man's - randomization doesn't work well enough. - 2005-07-28 Thomas Schwinge [BZ #1137] @@ -12106,7 +12017,7 @@ * sysdeps/generic/bits/byteswap.h: Make sure result of all the functions and macros is unsigned. -2005-02-11 Barry deFrese +2005-02-11 Barry deFreese [BZ #722] * sysdeps/mach/hurd/setresgid.c: Use weak_alias. @@ -12195,18 +12106,6 @@ * scripts/soversions.awk: Fix default version set handling. -2005-02-09 Jakub Jelinek - - * sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define. - * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Add __USE_MISC - and __USE_XOPEN guards to match linux/bits/termios.h. - (CMSPAR): Define. - * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Add __USE_MISC - and __USE_XOPEN guards to match linux/bits/termios.h. - (CMSPAR): Define. - * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Add __USE_MISC - and __USE_XOPEN guards to match linux/bits/termios.h. - 2005-02-10 Roland McGrath [BZ #157]