]> git.ipfire.org Git - thirdparty/gettext.git/commit
c-format: Recognize the %b format directive.
authorBruno Haible <bruno@clisp.org>
Sun, 28 May 2023 10:56:43 +0000 (12:56 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 28 May 2023 13:37:45 +0000 (15:37 +0200)
commit278e90f2ba97ca2ae888dd84d032dcfa87306591
tree9da8e485a29dfeb9d7e0aff4ccf48ddb8319260e
parent63f9a5c7abf36e1fd4e30a45a6d3f56e6890611d
c-format: Recognize the %b format directive.

* gettext-tools/src/format-c-parse.h (format_parse_entrails): Recognize %b as
a directive that takes an unsigned integer argument.
* gettext-tools/tests/format-c-1: Add test of %b.
* gettext-tools/tests/format-c-2: Add type compatibility test for %b.
* NEWS: Mention it.
NEWS
gettext-tools/src/format-c-parse.h
gettext-tools/tests/format-c-1
gettext-tools/tests/format-c-2