This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] BZ#13691: Fix a bug when converting strings with 1character using TCVN5712-1
- From: Marek Polacek <polacek at redhat dot com>
- To: Tulio Magno Quites Machado Filho <tuliom at linux dot vnet dot ibm dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Tue, 6 Mar 2012 20:43:53 +0100
- Subject: Re: [PATCH] BZ#13691: Fix a bug when converting strings with 1character using TCVN5712-1
- References: <1331062352-15330-1-git-send-email-tuliom@linux.vnet.ibm.com>
On Tue, Mar 06, 2012 at 04:32:32PM -0300, Tulio Magno Quites Machado Filho wrote:
> diff --git a/NEWS b/NEWS
> index 35fc50f..99da87c 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -13,8 +13,8 @@ Version 2.16
> 5077, 5461, 5805, 5993, 6884, 6907, 9739, 9902, 10110, 10135, 10140,
> 10210, 11174, 11322, 11365, 11494, 12047, 13058, 13525, 13526, 13527,
> 13528, 13529, 13530, 13531, 13532, 13533, 13547, 13551, 13552, 13553,
> - 13555, 13559, 13583, 13618, 13637, 13656, 13695, 13704, 13706, 13738,
> - 13786
> + 13555, 13559, 13583, 13618, 13637, 13656, 13691, 13695, 13704, 13706,
> + 13738, 13786
This shouldn't be a part of the patch, it'll be done by whoever will
commit your patch.
> - Copyright (C) 2001, 2002, 2004, 2011 Free Software Foundation, Inc.
> + Copyright (C) 2001, 2002, 2004, 2011, 2012 Free Software Foundation, Inc.
Use 2001-2012 range.
And, did you run the testsuite? Otherwise lookd good. Thanks,
Marek