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.11-288-g2b0fba7


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  2b0fba7530eafb3d815b8c9f3d546d3494680102 (commit)
      from  3e259dbb32c2456e7fc0fc751b8544fd0939a704 (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=2b0fba7530eafb3d815b8c9f3d546d3494680102

commit 2b0fba7530eafb3d815b8c9f3d546d3494680102
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Fri Mar 26 05:09:55 2010 -0700

    Remove stale reference to website

diff --git a/ChangeLog b/ChangeLog
index 3845caf..d4d4826 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-26  Ulrich Drepper  <drepper@redhat.com>
+
+	* malloc/malloc.c: Remove stale reference to website.
+
 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
 
 	[BZ #11389]
diff --git a/malloc/malloc.c b/malloc/malloc.c
index 763852e..6993aea 100644
--- a/malloc/malloc.c
+++ b/malloc/malloc.c
@@ -148,8 +148,7 @@
   Thread-safety: thread-safe unless NO_THREADS is defined
 
   Compliance: I believe it is compliant with the 1997 Single Unix Specification
-       (See http://www.opennc.org). Also SVID/XPG, ANSI C, and probably
-       others as well.
+       Also SVID/XPG, ANSI C, and probably others as well.
 
 * Synopsis of compile-time options:
 

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

Summary of changes:
 ChangeLog       |    4 ++++
 malloc/malloc.c |    3 +--
 2 files changed, 5 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]