diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-02-28 17:55:05 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-02-28 17:55:05 +0530 |
commit | ba17cdbd1def62f70f9ec2cd6fa9c74708c76f1c (patch) | |
tree | 27b03e99a8f24257d4eee783aa6832b292ee21d0 | |
parent | fe13a20c37578f08ce393ccaeb45caeb48815ca5 (diff) | |
download | glibc-ba17cdbd1def62f70f9ec2cd6fa9c74708c76f1c.tar.gz glibc-ba17cdbd1def62f70f9ec2cd6fa9c74708c76f1c.tar.xz glibc-ba17cdbd1def62f70f9ec2cd6fa9c74708c76f1c.zip |
Fix missing ChangeLog
I had forgotten to add a changelog entry for a patch. Added it now in the right place.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ee8b36395b..de591f1233 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. |