summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/x-perl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revamp the hash table API.Bruno Haible2009-06-231-10/+12
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* Fix a small Perl parsing bug.Bruno Haible2009-06-231-1/+8
* Reduce the size of the pushback buffers.Bruno Haible2009-06-231-1/+3
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
* Recognize format strings depending on their position.Bruno Haible2009-06-231-61/+260
* Remove extraneous optimization of extract_all.Bruno Haible2009-06-231-81/+42
* Forgot to initialize some global variables.Bruno Haible2009-06-231-0/+2
* Typo in comment.Bruno Haible2009-06-231-1/+1
* Recognize the sub keyword and don't interpret dollars in the followingBruno Haible2009-06-231-18/+76
* Improve error behaviour.Bruno Haible2009-06-231-3/+1
* Fixes from Guido Flohr.Bruno Haible2009-06-231-16/+60
* Fix confusion about last_token.Bruno Haible2009-06-231-5/+3
* Avoid a warning about undeclared gnu_getline.Bruno Haible2009-06-231-0/+1
* Move the error_with_progname variable from module 'progname' to a new moduleBruno Haible2009-06-231-1/+1
* Fix \x handling in strings.Bruno Haible2009-06-231-1/+1