]> git.ipfire.org Git - thirdparty/gettext.git/commit
msgexec: Add --newline option
authorDaiki Ueno <ueno@gnu.org>
Thu, 29 Jan 2015 03:35:37 +0000 (12:35 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 29 Jan 2015 03:38:14 +0000 (12:38 +0900)
commita4d132f7243b71619b755f14e7754903fedb8609
tree108641fffb52a9f26030ca45ae874b10cce86064
parent96dde0b8bdf6e4930f22556412d1680721929cd1
msgexec: Add --newline option

See the commit 96dde0b for the rationale.
* gettext-tools/src/msgexec.c (newline): New variable.
(long_options): Add --newline option.
(main): Handle --newline option.
(usage): Document --newline option.
(process_string): Handle --newline option.

* gettext-tools/tests/msgexec-6: New file.
* gettext-tools/tests/Makefile.am (TESTS): Add new test.

* gettext-tools/doc/msgexec.texi: Document --newline option.
gettext-tools/doc/ChangeLog
gettext-tools/doc/msgexec.texi
gettext-tools/src/ChangeLog
gettext-tools/src/msgexec.c
gettext-tools/tests/ChangeLog
gettext-tools/tests/Makefile.am
gettext-tools/tests/msgexec-6 [new file with mode: 0755]