diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-03-18 14:18:53 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-03-18 14:59:47 -0700 |
commit | 0e2b9cdde7def82bc7c2df5b0fae323825b222a3 (patch) | |
tree | 717f62f17370f68b3ebdfbceb22be52c64bc10a2 /ChangeLog | |
parent | 69854bb5e9d734784b08a8ab1391ac8a8f5256c1 (diff) | |
download | glibc-0e2b9cdde7def82bc7c2df5b0fae323825b222a3.tar glibc-0e2b9cdde7def82bc7c2df5b0fae323825b222a3.tar.gz glibc-0e2b9cdde7def82bc7c2df5b0fae323825b222a3.tar.bz2 glibc-0e2b9cdde7def82bc7c2df5b0fae323825b222a3.zip |
BZ#14812: Add missing translation marker on some argp option argument names in utilities.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2013-03-18 Roland McGrath <roland@hack.frob.com> + + [BZ #14812] + * argp/argp-parse.c (argp_default_options): Put N_ translation marker + on argument names, not just descriptions. + * iconv/iconv_prog.c (options): Likewise. + * iconv/iconvconfig.c (options): Likewise. + * malloc/memusagestat.c (options): Likewise. + * nss/getent.c (options): Likewise. + Reported by Benno Schulenberg <bensberg@justemail.net>. + 2013-03-18 Ondrej Bilka <neleai@seznam.cz> * sysdeps/x86_64/strlen.S: Replace with new SSE2 based |