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-557-g5dee08f


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  5dee08fda600af2bfcf700d27b04f02b18fe91f1 (commit)
      from  25d5247277760e669a69618ce99ce6065e92362c (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=5dee08fda600af2bfcf700d27b04f02b18fe91f1

commit 5dee08fda600af2bfcf700d27b04f02b18fe91f1
Author: Siddhesh Poyarekar <siddhesh@sourceware.org>
Date:   Thu Jun 22 23:49:15 2017 +0530

    Add ChangeLog entries for the last 3 commits
    
    I forgot to add ChangeLog entries for my last three commits.

diff --git a/ChangeLog b/ChangeLog
index a9a99f0..3c86b4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2017-06-22  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+	* benchtests/scripts/benchout_strings.schema.json: New file.
+	* benchtests/scripts/compare_strings.py: New file.
+
+	* benchtests/bench-memcpy-large.c: Include json-lib.h.
+	(do_one_test): Print json.
+	(do_test): Likewise.
+	(test_main): Likewise.
+	* benchtests/bench-memcpy-random.c: Include json-lib.h.
+	(do_one_test): Print json.
+	(do_test): Likewise.
+	(test_main): Likewise.
+	* benchtests/bench-memcpy.c: Include json-lib.h.
+	(do_one_test): Print json.
+	(do_test): Likewise.
+	(test_main): Likewise.
+
+	* benchtests/json-lib.h: Include inttypes.h.
+	(json_attr_int, json_attr_int, json_element_string,
+	json_element_int, json_element_uint): New functions.
+	* benchtests/json-lib.c: (json_attr_int, json_attr_int,
+	json_element_string, json_element_int, json_element_uint): New
+	functions.
+
 2017-06-22  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
 
 	* manual/arith.texi (Remainder Functions): Describe remainder as

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

Summary of changes:
 ChangeLog |   25 +++++++++++++++++++++++++
 1 files changed, 25 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]