]> git.ipfire.org Git - thirdparty/gettext.git/commit
Support for Perl format strings (both printf and bracketed format strings).
authorBruno Haible <bruno@clisp.org>
Mon, 23 Jun 2003 09:36:09 +0000 (09:36 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:43 +0000 (12:10 +0200)
commit2ddf58b2c324d403f00bbe57924ffbb981fc0c9a
tree53738a86fd6f5e20dbf038ab8e3bfb9ffd899107
parent683004421e38855c4d5684f17b15f2ee88b4f9b8
Support for Perl format strings (both printf and bracketed format strings).
25 files changed:
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi
gettext-tools/src/ChangeLog
gettext-tools/src/Makefile.am
gettext-tools/src/Makefile.msvc
gettext-tools/src/Makefile.vms
gettext-tools/src/format-perl-bracket.c [new file with mode: 0644]
gettext-tools/src/format-perl.c
gettext-tools/src/format.c
gettext-tools/src/format.h
gettext-tools/src/message.c
gettext-tools/src/message.h
gettext-tools/src/x-perl.c
gettext-tools/src/x-perl.h
gettext-tools/tests/ChangeLog
gettext-tools/tests/Makefile.am
gettext-tools/tests/format-perl-1
gettext-tools/tests/format-perl-2
gettext-tools/tests/format-perl-bracket-1 [new file with mode: 0755]
gettext-tools/tests/format-perl-bracket-2 [new file with mode: 0755]
gettext-tools/tests/format-perl-mixed-1 [new file with mode: 0755]
gettext-tools/tests/format-perl-mixed-2 [new file with mode: 0755]
gettext-tools/tests/lang-perl-1 [new file with mode: 0755]
gettext-tools/tests/lang-perl-2 [new file with mode: 0755]
gettext-tools/tests/xgettext-26