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.26.9000-777-g7b0fb87


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  7b0fb8706c07a38c8bb9999bd4c4563f07e2495f (commit)
      from  a306c790a835894c22d076a04a9924d3daeb9462 (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=7b0fb8706c07a38c8bb9999bd4c4563f07e2495f

commit 7b0fb8706c07a38c8bb9999bd4c4563f07e2495f
Author: Siddhesh Poyarekar <siddhesh@sourceware.org>
Date:   Thu Nov 16 12:08:52 2017 +0530

    Fix botched up regeneration in the last commit

diff --git a/ChangeLog b/ChangeLog
index c5a5c9c..f6bdc7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 2017-11-16  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
-	* INSTALL: Update sourceware link to https.
-	* NEWS: Likewise.
-	* configure: Likewise.
+	* INSTALL: Fix botched up regeneration.
+
+	* NEWS: Update sourceare link to https.
 	* configure.ac: Likewise.
 	* crypt/md5test-giant.c: Likewise.
 	* dlfcn/bug-atexit1.c: Likewise.
@@ -16,6 +16,8 @@
 	* sunrpc/Makefile: Likewise.
 	* sysdeps/arm/armv7/multiarch/memcpy_impl.S: Likewise.
 	* wcsmbs/tst-mbrtowc2.c: Likewise.
+	* configure: Regenerate.
+	* INSTALL: Regenerate.
 
 2017-11-15  Martin Sebor  <msebor@redhat.com>
 
diff --git a/INSTALL b/INSTALL
index 35e82fb..ac8db74 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,8 +2,9 @@ Installing the GNU C Library
 ****************************
 
 Before you do anything else, you should read the FAQ at
-<https://sourceware.org/glibc/wiki/FAQ>.  It answers common questions and
-describes problems you may experience with compilation and installation.
+<https://sourceware.org/glibc/wiki/FAQ>.  It answers common questions
+and describes problems you may experience with compilation and
+installation.
 
    You will need recent versions of several GNU tools: definitely GCC
 and GNU Make, and possibly others.  *Note Tools for Compilation::,

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

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