summaryrefslogtreecommitdiff
path: root/gettext-tools/src/x-python.h
Commit message (Collapse)AuthorAgeFilesLines
* Support for Python braced format strings.Daiki Ueno2013-02-281-1/+1
| | | | | | | | | | | | | | | | While this looks similar to Perl's format strings, it is only valid when the string is the target of 'format' method, like this: _("foo {bar} baz").format(bar="bar") Since the current xgettext Python parser scans tokens from left to right, we transform the sequence into: .format(_("foo {bar} baz")).format(bar="bar") and then scan the sequence again, so the flag context introduced by 'format' have an effect on the inner context.
* Untabify.Bruno Haible2009-12-121-6/+6
|
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
|
* Make the x-*.h files real specification headers.Bruno Haible2009-06-231-1/+17
|
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
|
* Recognize format strings depending on their position.Bruno Haible2009-06-231-1/+5
|
* Perl needs two formatstring parsers, not just one.Bruno Haible2009-06-231-2/+2
|
* Move src/x-python.h to gettext-tools/src/x-python.h.Bruno Haible2009-06-231-0/+32