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.16-ports-merge-75-g0c7936d


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  0c7936d5e938625b6fb88b421a5105f280660a8d (commit)
      from  84b3fd8407cc9a2e7f487b6247681bd8a78a4560 (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=0c7936d5e938625b6fb88b421a5105f280660a8d

commit 0c7936d5e938625b6fb88b421a5105f280660a8d
Author: Florian Weimer <fweimer@redhat.com>
Date:   Wed Jul 25 20:46:19 2012 +0200

    Fix up ChangeLog entries

diff --git a/ChangeLog b/ChangeLog
index b39a5a8..d4fce6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,33 +1,30 @@
 2012-07-25  Florian Weimer  <fweimer@redhat.com>
 
 	* Versions.def: Add GLIBC_2.17.
-
 	* stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
 	* include/stdlib.h: Rename __secure_getenv to secure_getenv.
 	Introduce __libc_secure_getenv.
-	* stdlib/Versions: Add secure_getenv and __libc_secure_getenv.
-	* stdlib/secure-getenv.c: Likewise.  Update copyright years.
+	* stdlib/Versions (2.17): Add secure_getenv
+	(GLIBC_PRIVATE): Add __libc_secure_getenv.
+	* stdlib/secure-getenv.c: Rename __secure_getenv to
+	__libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
+	symbol __secure_getenv for GLIBC_2.0.
 	* stdlib/tst-secure-getenv.c: New.
 	* stdlib/Makefile (tests): Add testcase.
-
 	* manual/startup.texi (Environment Access): Document
 	secure_getenv.
-
 	* hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
 	__libc_secure_getenv.
 	* inet/ruserpass.c (ruserpass): Likewise.
 	* malloc/mtrace.c (mtrace): Likewise.
 	* sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
-	* sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.  Update
-	copyright years.
+	* sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
 	* sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
 	* sysdeps/posix/tempname.c: Likewise.  Evaluate
 	HAVE_SECURE_GETENV.
 	* sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
-	__secure_getenv to __libc_secure_getenv.  Update copyright years.
-
+	__secure_getenv to __libc_secure_getenv.
 	* sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
-	* sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
 	* sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
 	Likewise.
 	* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
@@ -39,27 +36,6 @@
 	* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
 	* sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
 	* sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
-	* ports/sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Likewise.
-	* ports/sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Likewise.
-	* ports/sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Likewise.
-	* ports/sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist:
-	Likewise.
 
 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
 
diff --git a/ports/ChangeLog.alpha b/ports/ChangeLog.alpha
index a262261..13933cf 100644
--- a/ports/ChangeLog.alpha
+++ b/ports/ChangeLog.alpha
@@ -1,3 +1,8 @@
+2012-07-25  Florian Weimer  <fweimer@redhat.com>
+
+	* sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Add
+	secure_getenv.
+
 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
 
 	* data/localplt-alpha-linux-gnu.data: Move to ...
diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm
index 43f2720..3da3926 100644
--- a/ports/ChangeLog.arm
+++ b/ports/ChangeLog.arm
@@ -1,3 +1,8 @@
+2012-07-25  Florian Weimer  <fweimer@redhat.com>
+
+	* sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Add
+	secure_getenv.
+
 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
 
 	* data/localplt-arm-linux-gnueabi.data: Move to ...
diff --git a/ports/ChangeLog.ia64 b/ports/ChangeLog.ia64
index f1d53da..e782f98 100644
--- a/ports/ChangeLog.ia64
+++ b/ports/ChangeLog.ia64
@@ -1,3 +1,8 @@
+2012-07-25  Florian Weimer  <fweimer@redhat.com>
+
+	* sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Add
+	secure_getenv.
+
 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
 
 	* data/localplt-ia64-linux-gnu.data: Move to ...
diff --git a/ports/ChangeLog.m68k b/ports/ChangeLog.m68k
index 988ae04..7ae6f41 100644
--- a/ports/ChangeLog.m68k
+++ b/ports/ChangeLog.m68k
@@ -1,3 +1,10 @@
+2012-07-25  Florian Weimer  <fweimer@redhat.com>
+
+	* sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist:
+	Add secure_getenv.
+	* sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist:
+	Likewise.
+
 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
 
 	* data/localplt-m68k-linux-gnu.data: Move to ...
diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index fe67b4a..2a5cf36 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,3 +1,12 @@
+2012-07-25  Florian Weimer  <fweimer@redhat.com>
+
+	* sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
+	secure_getenv.
+	* sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
+	Likewise.
+	* sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
+	Likewise.
+
 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/mips/configure.in: Remove TLS check.
diff --git a/ports/ChangeLog.powerpc b/ports/ChangeLog.powerpc
index f3d4c1d..c8a8584 100644
--- a/ports/ChangeLog.powerpc
+++ b/ports/ChangeLog.powerpc
@@ -1,3 +1,10 @@
+2012-07-25  Florian Weimer  <fweimer@redhat.com>
+
+	* sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
+	Add secure_getenv.
+	* sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
+	Likewise.
+
 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
 
 	* data/localplt-powerpcsoft-linux-gnu.data: Move to ...
diff --git a/ports/ChangeLog.tile b/ports/ChangeLog.tile
index 2335171..317909a 100644
--- a/ports/ChangeLog.tile
+++ b/ports/ChangeLog.tile
@@ -1,3 +1,10 @@
+2012-07-25  Florian Weimer  <fweimer@redhat.com>
+
+	* sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
+	Add secure_getenv.
+	* sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist:
+	Likewise.
+
 2012-07-17  Chris Metcalf  <cmetcalf@tilera.com>
 
 	* sysdeps/unix/sysv/linux/tile/setcontext.S: Ensure exit status is

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

Summary of changes:
 ChangeLog               |   38 +++++++-------------------------------
 ports/ChangeLog.alpha   |    5 +++++
 ports/ChangeLog.arm     |    5 +++++
 ports/ChangeLog.ia64    |    5 +++++
 ports/ChangeLog.m68k    |    7 +++++++
 ports/ChangeLog.mips    |    9 +++++++++
 ports/ChangeLog.powerpc |    7 +++++++
 ports/ChangeLog.tile    |    7 +++++++
 8 files changed, 52 insertions(+), 31 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]