forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BZ#14812: Add missing translation marker on some argp option argument…
… names in utilities.
- Loading branch information
Showing
6 changed files
with
29 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
2013-03-18 Roland McGrath <[email protected]> | ||
|
||
[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 <[email protected]>. | ||
|
||
2013-03-18 Ondrej Bilka <[email protected]> | ||
|
||
* sysdeps/x86_64/strlen.S: Replace with new SSE2 based | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters