summaryrefslogtreecommitdiff
path: root/gettext-tools/src/x-perl.c
Commit message (Expand)AuthorAgeFilesLines
* Use string-desc module from gnulib.Bruno Haible2023-03-301-11/+11
* xgettext: In language Perl, avoid a crash when NUL is used as delimiter.Bruno Haible2023-03-151-59/+85
* xgettext: In language Perl, avoid stack overflow.Bruno Haible2023-03-091-2/+48
* Fix "warning: unannotated fall-through between switch labels".Bruno Haible2020-10-041-7/+8
* xgettext: Freshly initialize all static variables for each input file.Bruno Haible2020-04-061-11/+11
* xgettext: Signal a warning when the same msgid is used with and without plural.Bruno Haible2019-09-291-6/+6
* maint: Make code more "git diff"-friendly.Bruno Haible2019-03-311-15/+16
* xgettext: Simplify calling convention of arglist_parser_remember.Bruno Haible2018-11-051-3/+1
* xgettext: Delay calls to from_current_source_encoding, part 2.Bruno Haible2018-11-051-25/+6
* xgettext: Simplify calling convention of remember_a_message.Bruno Haible2018-11-051-11/+6
* xgettext: Share some more code among extractors.Bruno Haible2018-11-051-7/+1
* xgettext: Split source code into smaller files.Bruno Haible2018-11-051-1/+7
* all: Replace more http and ftp URLs by https URLs.Bruno Haible2018-05-051-2/+2
* all: Replace http URLs by https URLs in copyright notices.Bruno Haible2018-05-051-1/+1
* Perl supports pgettext() and similar functionsGuido Flohr2016-11-251-0/+29
* xgettext-perl: detect question mark as operatorGuido Flohr2016-11-241-6/+0
* maint: Update copyright yearDaiki Ueno2016-01-021-1/+1
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+1
* Fix misuse of a logical operator.Daiki Ueno2013-11-111-1/+1
* Improve how xgettext handles Perl syntax ambiguities.Guido Flohr2010-04-011-64/+208
* Clarify code.Guido Flohr2010-04-011-2/+2
* Rename a variable.Guido Flohr2010-04-011-9/+9
* Remove trailing whitespace.Bruno Haible2010-03-281-2/+2
* Untabify.Bruno Haible2009-12-121-2002/+2002
* Fix a bug in the Perl extractor.Bruno Haible2009-11-281-1/+4
* Support the new perl operator '//'.Bruno Haible2009-06-231-3/+13
* Extract comments meant for translators from Glade input files.Bruno Haible2009-06-231-4/+4
* Avoid gcc -Wredundant-decls warnings.Bruno Haible2009-06-231-1/+0
* Improve error message.Bruno Haible2009-06-231-4/+6
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
* Don't include getline.h.Bruno Haible2009-06-231-1/+0
* Change boundary of extracted comments.Bruno Haible2009-06-231-3/+19
* Update after gnulib change: Use "unistr.h".Bruno Haible2009-06-231-1/+1
* exit.h is replaced with <stdlib.h>.Bruno Haible2009-06-231-2/+1
* New macros XMALLOC, XNMALLOC.Bruno Haible2009-06-231-4/+4
* Make it compile in C++ mode.Bruno Haible2009-06-231-1/+1
* Make the x-*.h files real specification headers.Bruno Haible2009-06-231-0/+3
* Remove unused code.Bruno Haible2009-06-231-34/+13
* Remove unused code.Bruno Haible2009-06-231-9/+0
* Fix Perl parsing bug introduced between 0.14.6 and 0.15.Bruno Haible2009-06-231-60/+222
* Remove an unused variable.Bruno Haible2009-06-231-6/+3
* Comments.Bruno Haible2009-06-231-2/+51
* Fix invalid ANSI C syntax.Bruno Haible2009-06-231-48/+50
* Document the default keywords.Bruno Haible2009-06-231-0/+2
* Support for extracted-comments per keyword.Bruno Haible2009-06-231-0/+1
* Support extraction of contexts in GNOME glib syntax.Bruno Haible2009-06-231-1/+3
* Implement disambiguation of overloaded functions.Bruno Haible2009-06-231-10/+11
* Add support for contexts in xgettext.Bruno Haible2009-06-231-78/+92
* Comments are now passed via remember_a_message directly.Bruno Haible2009-06-231-15/+10
* Use savable_comment_* API everywhere.Bruno Haible2009-06-231-4/+12