From: Siddhesh Poyarekar Date: Fri, 28 Feb 2014 12:25:05 +0000 (+0530) Subject: Fix missing ChangeLog X-Git-Tag: glibc-2.20~814 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba17cdbd1def62f70f9ec2cd6fa9c74708c76f1c;p=thirdparty%2Fglibc.git 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 ee8b36395b1..de591f12331 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1737,6 +1737,12 @@ 2014-02-05 Siddhesh Poyarekar + [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.