index
:
external_gettext.git
replicant-6.0
gettext for Android
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gettext-tools
/
src
/
msgl-check.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Update copyright year
Daiki Ueno
2015-06-05
1
-1
/
+2
*
xgettext: Support message syntax checks
Daiki Ueno
2015-03-03
1
-0
/
+205
*
msgfmt: Suppress compiler warning
Daiki Ueno
2014-12-10
1
-5
/
+5
*
msgl-check: Treat missing header errors as warnings
Daiki Ueno
2014-06-02
1
-2
/
+14
*
msgfmt: Report error on accelerator mismatch
Daiki Ueno
2014-05-14
1
-0
/
+2
*
msgfmt: Accumulate errors when parsing the PO header
Daiki Ueno
2014-05-13
1
-17
/
+24
*
msgfmt: adjust the default value of PO-Revision-Date to xgettext
Peter Eisentraut
2013-10-15
1
-1
/
+1
*
Make header checking more reliable
Daiki Ueno
2013-04-22
1
-51
/
+33
*
Modernize quoting.
Bruno Haible
2012-02-18
1
-10
/
+10
*
Update after __attibute__ is no longer defined by gnulib.
Bruno Haible
2011-06-07
1
-2
/
+5
*
Bug fixes in libgettextpo.
Bruno Haible
2010-06-07
1
-5
/
+16
*
Untabify.
Bruno Haible
2009-12-12
1
-448
/
+448
*
Use the range flag to allow some specific plural form translations.
Bruno Haible
2009-06-23
1
-1
/
+45
*
New 'struct plural_distribution' type.
Bruno Haible
2009-06-23
1
-58
/
+49
*
Introduce a new header entry field 'Language'.
Bruno Haible
2009-06-23
1
-37
/
+95
*
Make msgmerge's introduction of fuzzy markers more consistent with msgfmt's
Bruno Haible
2009-06-23
1
-3
/
+4
*
Improve checking in the case of absent plural expression.
Bruno Haible
2009-06-23
1
-4
/
+14
*
Add a plural_distribution_length argument.
Bruno Haible
2009-06-23
1
-11
/
+35
*
Switch the license of the programs from GPLv2 to GPLv3.
Bruno Haible
2009-06-23
1
-5
/
+4
*
Update after gnulib changed.
Bruno Haible
2009-06-23
1
-1
/
+1
*
exit.h is replaced with <stdlib.h>.
Bruno Haible
2009-06-23
1
-2
/
+1
*
New macros XMALLOC, XNMALLOC.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Avoid a few gcc warnings.
Bruno Haible
2009-06-23
1
-1
/
+7
*
Rename strstr to c_strstr.
Bruno Haible
2009-06-23
1
-5
/
+5
*
Get rid of gcc warning regarding longjmp.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Move the xasprintf function from the 'xerror' module to the 'xvasprintf'
Bruno Haible
2009-06-23
1
-2
/
+2
*
Move some code from msgl-check.c to plural-eval.c.
Bruno Haible
2009-06-23
1
-69
/
+1
*
Use locale-independent character handling.
Bruno Haible
2009-06-23
1
-2
/
+2
*
Improve strictness of plural form checking.
Bruno Haible
2009-06-23
1
-12
/
+75
*
Combine all msgfmt checks in a single place.
Bruno Haible
2009-06-23
1
-38
/
+36
*
New function check_message_list.
Bruno Haible
2009-06-23
1
-0
/
+33
*
Fix handling of obsolete messages in libgettextpo.
Bruno Haible
2009-06-23
1
-3
/
+3
*
Remove unused msgstr_pos argument.
Bruno Haible
2009-06-23
1
-3
/
+2
*
Support for context dependent translations in PO files.
Bruno Haible
2009-06-23
1
-2
/
+2
*
Extract the checking functionality of msgfmt, and make it usable
Bruno Haible
2009-06-23
1
-0
/
+740