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, master, updated. glibc-2.14-291-gbb01659


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, master has been updated
       via  bb016596a69817d47ba4022254154a664f82d952 (commit)
      from  773523e08dfce391058e6521a8485e9ccc0c3573 (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=bb016596a69817d47ba4022254154a664f82d952

commit bb016596a69817d47ba4022254154a664f82d952
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sun Sep 11 15:04:13 2011 -0400

    Cleanup CL

diff --git a/ChangeLog b/ChangeLog
index f0328d3..f14c1c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,6 @@
 	if non-absolute.
 	* sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
 	ldd_rewrite_script.
-	* sysdeps/unix/sysv/linux/configure: Regenerated.
 
 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
 
@@ -34,15 +33,16 @@
 
 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
 
-	* malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of __set_errno.
+	* malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
+	__set_errno.
 	* malloc/hooks.c: Likewise.
 
 	* malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
 	variables statically.
 	(narenas): Initialize.
 	(list_lock): Initialize.
-	(ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove initializtion
-	of main_arena and list_lock.  Small cleanups.
+	(ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
+	initializtion of main_arena and list_lock.  Small cleanups.
 	Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
 	* malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
 	Add initializers to main_arena and mp_.

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

Summary of changes:
 ChangeLog |    8 ++++----
 1 files changed, 4 insertions(+), 4 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]