| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* gettext-tools/tests/*: Use Exit instead of exit, as suggested by
init.sh.
|
| |
|
|
|
|
|
| |
Cleanup code like "rm -fr $tmpfiles" are no longer needed, since
'init.sh' takes care of that.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* src/x-javascript.c (phase3_getc): Make sure to call comment_line_end
after parsing C++ style comment line.
Reported by Illimar Tambek at: <http://savannah.gnu.org/bugs/?40572>.
* tests/xgettext-javascript-1: Add a test to extract translator comments
from C++ style comment lines; only extract comments with
TRANSLATORS: tag.
* tests/xgettext-javascript-3: Only extract comments with TRANSLATORS:
tag.
|
|
|
|
|
|
|
|
| |
* src/x-javascript.c (comment_line_end): Add missing chars_to_remove
argument; all callers changed.
Reported by Illimar Tambek at: <http://savannah.gnu.org/bugs/?40573>.
* tests/xgettext-javascript-1: Add a test to extract translator comments.
|
| |
|
|
|