This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, fedora/master, updated. fedora/glibc-2.10.90-24-4-g0c9cd95


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, fedora/master has been updated
       via  0c9cd95902e46a4a9e7684aea494a969787f48ac (commit)
      from  eeb0d60af4790829eb867f6d64c2d4229044af30 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=0c9cd95902e46a4a9e7684aea494a969787f48ac

commit 0c9cd95902e46a4a9e7684aea494a969787f48ac
Author: Andreas Schwab <schwab@redhat.com>
Date:   Tue Oct 6 16:53:12 2009 +0200

    Cleanup Changelog files
    
    Remove entries that are duplicated or for changes no longer present.

diff --git a/ChangeLog b/ChangeLog
index 12e4118..ecde5fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9312,13 +9312,6 @@
 	* 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
diff --git a/ChangeLog.16 b/ChangeLog.16
index c6d036d..8be12ee 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  <jakub@redhat.com>
-
-	* nscd/connections.c (sighup_handler): Only run prune_cache on
-	enabled databases.
-
 2006-04-26  Roland McGrath  <roland@redhat.com>
 
 	* Makeconfig (%.v.i rule): Don't use -DASSEMBLER.
@@ -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  <jakub@redhat.com>
-	    Roland McGrath  <roland@redhat.com>
-
-	* 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  <jakub@redhat.com>
-	    Roland McGrath  <roland@redhat.com>
-
-	* 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  <roland@redhat.com>
 
 	* malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value.
@@ -2078,8 +2045,6 @@
 	* sysdeps/unix/sysv/linux/futimesat.c (futimesat): If
 	file == NULL, use __futimes unconditionally.
 
-	* manual/filesys.texi (futimes): Fix prototype.
-
 2006-02-02  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/unix/sysv/linux/futimesat.c [__NR_futimesat]
@@ -4570,10 +4535,6 @@
 
 	* elf/order2mod2.c (init): Cast ignored value to void.
 
-2005-12-27  Jakub Jelinek  <jakub@redhat.com>
-
-	* elf/ldconfig.c (search_dir): Skip prelink temporaries.
-
 2005-12-27  Ulrich Drepper  <drepper@redhat.com>
 
 	* elf/tst-tls13.c (do_test): Avoid using the library path when
@@ -4857,26 +4818,6 @@
 	* sysdeps/unix/sysv/linux/time.c: If __NR_time is not defined,
 	use sysdeps/unix/time.c implementation.
 
-2005-12-20  Jakub Jelinek  <jakub@redhat.com>
-
-	* 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  <drepper@redhat.com>
 
 	[BZ #1955]
@@ -7995,11 +7936,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  <jakub@redhat.com>
-
-	* nscd/selinux.c (audit_init): Print error string in the failure
-	message.
-
 2005-10-03  Roland McGrath  <roland@redhat.com>
 
 	* sysdeps/powerpc/nofpu: Directory removed, saved in ports repository.
@@ -12195,18 +12131,6 @@
 
 	* scripts/soversions.awk: Fix default version set handling.
 
-2005-02-09  Jakub Jelinek  <jakub@redhat.com>
-
-	* 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  <roland@redhat.com>
 
 	[BZ #157]

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |    7 -----
 ChangeLog.16 |   76 ----------------------------------------------------------
 2 files changed, 0 insertions(+), 83 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]