Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Use Exit instead of exit if init.sh is used | Daiki Ueno | 2016-06-08 | 1 | -1/+1 |
| | | | | | * gettext-tools/tests/*: Use Exit instead of exit, as suggested by init.sh. | ||||
* | msgexec: Add --newline option | Daiki Ueno | 2015-01-29 | 1 | -0/+143 |
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. |