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.25-522-gd8cee55


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  d8cee557e2b67a654ba4da189bd856f00d813fbe (commit)
      from  09a596cc2cf4e0f9f8e9f3bba4b1a97efcb13bcb (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=d8cee557e2b67a654ba4da189bd856f00d813fbe

commit d8cee557e2b67a654ba4da189bd856f00d813fbe
Author: Zack Weinberg <zackw@panix.com>
Date:   Tue Jun 20 08:31:18 2017 -0400

    Mention in NEWS that __(NO|USE)_STRING_INLINES don't do anything anymore.

diff --git a/NEWS b/NEWS
index f81d02f..4db334b 100644
--- a/NEWS
+++ b/NEWS
@@ -70,6 +70,10 @@ Version 2.26
 * The port to Native Client running on ARMv7-A (--host=arm-nacl) has been
   removed.
 
+* <string.h> no longer includes inline versions of any string functions,
+  as this kind of optimization is better done by the compiler.  The macros
+  __USE_STRING_INLINES and __NO_STRING_INLINES no longer have any effect.
+
 * The reallocarray function has been added to libc.  It is a realloc
   replacement with a check for integer overflow when calculating total
   allocation size.

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

Summary of changes:
 NEWS |    4 ++++
 1 files changed, 4 insertions(+), 0 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]