diff options
author | Jim Meyering <meyering@redhat.com> | 2007-10-28 15:37:56 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-10-28 15:37:56 +0100 |
commit | 39639a8a6adc38c56e15d028b8b6d792a4183b07 (patch) | |
tree | debb96326a6593aa6e19dc0773a2e06e974ba4ca /ChangeLog | |
parent | 1f05c616d241da881c7cefd1b91cd5e575e2ed15 (diff) | |
download | coreutils-39639a8a6adc38c56e15d028b8b6d792a4183b07.tar.xz |
Help xgettext recognize more printf-style format strings.
* bootstrap.conf (XGETTEXT_OPTIONS): Add directives for
error, error_at_line, xasprintf, xfprintf and xprintf.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-10-28 Jim Meyering <meyering@redhat.com> + + Help xgettext recognize more printf-style format strings. + * bootstrap.conf (XGETTEXT_OPTIONS): Add directives for + error, error_at_line, xasprintf, xfprintf and xprintf. + 2007-10-27 Jim Meyering <meyering@redhat.com> Adjust format string so msgfmt doesn't object. |