summaryrefslogtreecommitdiff
path: root/gettext-tools/src/format-perl.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce heap allocation in format string parsers.Bruno Haible2020-04-271-24/+22
* Update compile-command in comments.Bruno Haible2019-08-251-2/+2
* Fix copyright years.Bruno Haible2019-02-041-2/+1
* all: Replace http URLs by https URLs in copyright notices.Bruno Haible2018-05-051-1/+1
* maint: Update copyright yearDaiki Ueno2016-01-021-1/+1
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+2
* Untabify.Bruno Haible2009-12-121-475/+475
* Improve msgfmt error message about format directive mismatches in msgstr[i].Bruno Haible2009-06-231-6/+8
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
* Update the compile-command.Bruno Haible2009-06-231-1/+1
* Don't include getline.h.Bruno Haible2009-06-231-2/+1
* Add fdi argument to format_parse functions.Bruno Haible2009-06-231-6/+19
* New macros XMALLOC, XNMALLOC.Bruno Haible2009-06-231-1/+1
* Make it compile in C++ mode.Bruno Haible2009-06-231-6/+11
* Move the xasprintf function from the 'xerror' module to the 'xvasprintf'Bruno Haible2009-06-231-1/+1
* Improve the c-format guessing heuristic.Bruno Haible2009-06-231-1/+2
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* Change the calling convention of the formatstring_parser's 'check' method.Bruno Haible2009-06-231-29/+12
* Support for the 'I' flag that translators can use in messages markedBruno Haible2009-06-231-3/+3
* Remove trailing whitespace.Bruno Haible2009-06-231-1/+1
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
* Move the error_with_progname variable from module 'progname' to a new moduleBruno Haible2009-06-231-1/+1
* Support for Perl format strings (both printf and bracketed format strings).Bruno Haible2009-06-231-189/+613
* Tweak Guido Flohr's code to be consistent with rest of gettext sources.Bruno Haible2009-06-231-117/+132
* xgettext support for Perl. Contributed by Guido Flohr.Bruno Haible2009-06-231-0/+327