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.18-451-ga950349


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  a9503496671bb22278bd1203182066f0bb28239a (commit)
      from  7520ff8c744a704ca39741c165a2360d63a4f47a (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=a9503496671bb22278bd1203182066f0bb28239a

commit a9503496671bb22278bd1203182066f0bb28239a
Author: OndÅ?ej Bílka <neleai@seznam.cz>
Date:   Tue Nov 26 17:34:34 2013 +0100

    Also remove benchtests/bench-strsep-ifunc.c

diff --git a/ChangeLog b/ChangeLog
index 5927ebb..49df74a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -95,6 +95,7 @@
 	* benchtests/bench-strnlen-ifunc.c: Likewise.
 	* benchtests/bench-strpbrk-ifunc.c: Likewise.
 	* benchtests/bench-strrchr-ifunc.c: Likewise.
+	* benchtests/bench-strsep-ifunc.c: Likewise.
 	* benchtests/bench-strspn-ifunc.c: Likewise.
 	* benchtests/bench-strstr-ifunc.c: Likewise.
 
diff --git a/benchtests/bench-strsep-ifunc.c b/benchtests/bench-strsep-ifunc.c
deleted file mode 100644
index 2d475bc..0000000
--- a/benchtests/bench-strsep-ifunc.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Measure IFUNC implementations of strsep function.
-   Copyright (C) 2013 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
-
-#define TEST_IFUNC 1
-#include "bench-strsep.c"

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

Summary of changes:
 ChangeLog                       |    1 +
 benchtests/bench-strsep-ifunc.c |   20 --------------------
 2 files changed, 1 insertions(+), 20 deletions(-)
 delete mode 100644 benchtests/bench-strsep-ifunc.c


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]