summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/msgl-check.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+2
* xgettext: Support message syntax checksDaiki Ueno2015-03-031-0/+205
* msgfmt: Suppress compiler warningDaiki Ueno2014-12-101-5/+5
* msgl-check: Treat missing header errors as warningsDaiki Ueno2014-06-021-2/+14
* msgfmt: Report error on accelerator mismatchDaiki Ueno2014-05-141-0/+2
* msgfmt: Accumulate errors when parsing the PO headerDaiki Ueno2014-05-131-17/+24
* msgfmt: adjust the default value of PO-Revision-Date to xgettextPeter Eisentraut2013-10-151-1/+1
* Make header checking more reliableDaiki Ueno2013-04-221-51/+33
* Modernize quoting.Bruno Haible2012-02-181-10/+10
* Update after __attibute__ is no longer defined by gnulib.Bruno Haible2011-06-071-2/+5
* Bug fixes in libgettextpo.Bruno Haible2010-06-071-5/+16
* Untabify.Bruno Haible2009-12-121-448/+448
* Use the range flag to allow some specific plural form translations.Bruno Haible2009-06-231-1/+45
* New 'struct plural_distribution' type.Bruno Haible2009-06-231-58/+49
* Introduce a new header entry field 'Language'.Bruno Haible2009-06-231-37/+95
* Make msgmerge's introduction of fuzzy markers more consistent with msgfmt'sBruno Haible2009-06-231-3/+4
* Improve checking in the case of absent plural expression.Bruno Haible2009-06-231-4/+14
* Add a plural_distribution_length argument.Bruno Haible2009-06-231-11/+35
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
* Update after gnulib changed.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-1/+1
* Avoid a few gcc warnings.Bruno Haible2009-06-231-1/+7
* Rename strstr to c_strstr.Bruno Haible2009-06-231-5/+5
* Get rid of gcc warning regarding longjmp.Bruno Haible2009-06-231-1/+1
* Move the xasprintf function from the 'xerror' module to the 'xvasprintf'Bruno Haible2009-06-231-2/+2
* Move some code from msgl-check.c to plural-eval.c.Bruno Haible2009-06-231-69/+1
* Use locale-independent character handling.Bruno Haible2009-06-231-2/+2
* Improve strictness of plural form checking.Bruno Haible2009-06-231-12/+75
* Combine all msgfmt checks in a single place.Bruno Haible2009-06-231-38/+36
* New function check_message_list.Bruno Haible2009-06-231-0/+33
* Fix handling of obsolete messages in libgettextpo.Bruno Haible2009-06-231-3/+3
* Remove unused msgstr_pos argument.Bruno Haible2009-06-231-3/+2
* Support for context dependent translations in PO files.Bruno Haible2009-06-231-2/+2
* Extract the checking functionality of msgfmt, and make it usableBruno Haible2009-06-231-0/+740