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.19-675-gcfd2ea5


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  cfd2ea50475529df407eb83b8e3562abf74c1c59 (commit)
      from  cecf2ed43a4c2eede0b58740f16e47f31e7586a4 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=cfd2ea50475529df407eb83b8e3562abf74c1c59

commit cfd2ea50475529df407eb83b8e3562abf74c1c59
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Jun 25 12:55:21 2014 +0000

    Update README and NEWS for ports directory removal.
    
    This patch updates README to remove a mention of the ports directory.
    It also adds a NEWS item for the merge of ports into the main sysdeps
    tree (I think it's NEWS-worthy, although not strictly a user-visible
    feature).
    
    Other remaining ports references to resolve: a comment in
    manual/signal.texi (not giving a literal path, but maybe should change
    anyway); a comment in config.h.in (path should be updated);
    scripts/list-sources.sh (appears to date back to ports being a
    separate repository).
    
    	* README: Do not mention ports directory.

diff --git a/ChangeLog b/ChangeLog
index d151410..b730c09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
 
+	* README: Do not mention ports directory.
+
 	* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
 	Remove macro.
 	* sysdeps/unix/sysv/linux/futimes.c: Do not include
diff --git a/NEWS b/NEWS
index 3ddbec1..e854c25 100644
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,10 @@ Version 2.20
   deference a dangling pointer, or use an unexpected pathname argument if
   the string was modified after the posix_spawn_file_actions_addopen
   invocation.
+
+* All supported architectures now use the main glibc sysdeps directory
+  instead of some being in a separate "ports" directory (which was
+  distributed separately before glibc 2.17).
 
 Version 2.19
 
diff --git a/README b/README
index 3743241..ce7d103 100644
--- a/README
+++ b/README
@@ -45,10 +45,6 @@ The GNU C Library supports these configurations for using Linux kernels:
 	tilegx-*-linux-gnu
 	tilepro-*-linux-gnu
 
-The code for other CPU configurations supported by volunteers outside of
-the core glibc maintenance effort is contained in the `ports' add-on,
-located in the `ports' subdirectory of the source tree.
-
 If you are interested in doing a port, please contact the glibc
 maintainers; see http://www.gnu.org/software/libc/ for more
 information.

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

Summary of changes:
 ChangeLog |    2 ++
 NEWS      |    4 ++++
 README    |    4 ----
 3 files changed, 6 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]