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.19-97-gba17cdb


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  ba17cdbd1def62f70f9ec2cd6fa9c74708c76f1c (commit)
      from  fe13a20c37578f08ce393ccaeb45caeb48815ca5 (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=ba17cdbd1def62f70f9ec2cd6fa9c74708c76f1c

commit ba17cdbd1def62f70f9ec2cd6fa9c74708c76f1c
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Fri Feb 28 17:55:05 2014 +0530

    Fix missing ChangeLog
    
    I had forgotten to add a changelog entry for a patch.  Added it now in
    the right place.

diff --git a/ChangeLog b/ChangeLog
index ee8b363..de591f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1737,6 +1737,12 @@
 
 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	[BZ #16398]
+	* libio/wfileops.c (_IO_wfile_seekoff): Break out form
+	conversion when destination buffer does not have enough space.
+	* libio/tst-ftell-partial-wide.c: New test case.
+	* libio/Makefile (tests): Add tst-ftell-partial-wide.
+
 	* manual/contrib.texi: Update entry for Ondrej Bilka, Will
 	Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
 	Leonard and Allan McRae.

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

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