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.15-106-g43455e0


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  43455e09166350b1237d2168d1b008c9f47ebaf0 (commit)
       via  6ac2f2df75d3b48ab502f0b0275b7e838e90c0b1 (commit)
      from  965a54a4eecc6cf5c53718f07290171f744c4d6c (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=43455e09166350b1237d2168d1b008c9f47ebaf0

commit 43455e09166350b1237d2168d1b008c9f47ebaf0
Merge: 6ac2f2d 965a54a
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Fri Jan 27 11:25:41 2012 -0500

    Merge branch 'master' of ssh://sourceware.org/git/glibc


http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6ac2f2df75d3b48ab502f0b0275b7e838e90c0b1

commit 6ac2f2df75d3b48ab502f0b0275b7e838e90c0b1
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Fri Jan 27 11:25:18 2012 -0500

    Fix comment

diff --git a/elf/dl-init.c b/elf/dl-init.c
index e7b6757..d6c936c 100644
--- a/elf/dl-init.c
+++ b/elf/dl-init.c
@@ -1,5 +1,5 @@
-/* Return the next shared object initializer function not yet run.
-   Copyright (C) 1995, 1996, 1998-2002, 2004 Free Software Foundation, Inc.
+/* Run initializers for newly loaded objects.
+   Copyright (C) 1995,1996,1998-2002, 2004,2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or

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

Summary of changes:
 elf/dl-init.c |    4 ++--
 1 files changed, 2 insertions(+), 2 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]