Change #238181
Category | ggettext |
Changed by | Bruno Haible <bruno | @clisp.org>
Changed at | Thu 03 Jul 2025 08:48:44 |
Repository | git://git.savannah.gnu.org/gettext.git |
Project | ggettext |
Branch | master |
Revision | efb20317fbeae73b2be3a8e6e2a3ce6f0693459a |
Comments
msggrep: Add new options -W and -S. Reported at <https://savannah.gnu.org/bugs/?40489>. * gettext-tools/src/msggrep.c (workflow_flags, sticky_flags): New variables. (main): Initialize them. Handle the options -W and -S. (usage): Document the -W and -S options. (is_message_selected_no_invert): Return true if one of the specified workflow flags or one of the specified sticky flags is set. * gettext-tools/tests/msggrep-12: New file. * gettext-tools/tests/Makefile.am (TESTS): Add it. * gettext-tools/doc/msggrep.texi: Document the -W and -S options. * NEWS: Mention the change.
Changed files
- NEWS
- gettext-tools/doc/msggrep.texi
- gettext-tools/src/msggrep.c
- gettext-tools/tests/Makefile.am
- gettext-tools/tests/msggrep-12