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.17-223-gcc7834d


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  cc7834d65e59002b530c61569a3b87a6fcb8146d (commit)
      from  170704c9ecf838706b59c353bcd3503f8f74bb48 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=cc7834d65e59002b530c61569a3b87a6fcb8146d

commit cc7834d65e59002b530c61569a3b87a6fcb8146d
Author: Ondrej Bilka <neleai@seznam.cz>
Date:   Wed Feb 13 13:44:36 2013 +0100

    Install stdlib-bsearch.h header

diff --git a/ChangeLog b/ChangeLog
index ad1b1d9..db3b305 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-02-13   OndÅ?ej Bílka  <neleai@seznam.cz>
 
+	* stdlib/Makefile: Install stdlib-bsearch.h header.
+
+2013-02-13   OndÅ?ej Bílka  <neleai@seznam.cz>
+
 	* string/mempcpy.c: Implement by calling memcpy.
 
 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 4bfd4b9..e2078f8 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -25,7 +25,8 @@ headers	:= stdlib.h bits/stdlib.h bits/stdlib-ldbl.h bits/stdlib-float.h      \
 	   inttypes.h stdint.h bits/wordsize.h				      \
 	   errno.h sys/errno.h bits/errno.h				      \
 	   ucontext.h sys/ucontext.h					      \
-	   alloca.h fmtmsg.h
+	   alloca.h fmtmsg.h						      \
+	   bits/stdlib-bsearch.h
 
 routines	:=							      \
 	atof atoi atol atoll						      \

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

Summary of changes:
 ChangeLog       |    4 ++++
 stdlib/Makefile |    3 ++-
 2 files changed, 6 insertions(+), 1 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]