summaryrefslogtreecommitdiffstats
path: root/gettext-tools
Commit message (Expand)AuthorAgeFilesLines
* Fix a syntax error.Bruno Haible2009-06-232-1/+6
* Add support for clix.Bruno Haible2009-06-235-6/+147
* Improve csharpcomp module.Bruno Haible2009-06-237-13/+32
* Cygwin portability.Bruno Haible2009-06-238-30/+162
* New option --invert-match.Bruno Haible2009-06-234-7/+54
* Fix the setting of HAVE_FWPRINTF in the config.h for msvc and vms.Bruno Haible2009-06-232-0/+8
* When the tests work in a pure POSIX environment.Bruno Haible2009-06-23119-140/+266
* Avoid test failure if a locale is missing.Bruno Haible2009-06-232-0/+7
* Make it possible for a program to load two different localizations, inBruno Haible2009-06-232-2/+18
* Move some code from msgl-check.c to plural-eval.c.Bruno Haible2009-06-235-74/+81
* Expression evaluation for plural form selection.Bruno Haible2009-06-231-0/+60
* Use MSGFMT_015 and XGETTEXT_015 when the POT file contains msgctxt.Bruno Haible2009-06-2311-3/+76
* Add c-strcasestr module.Bruno Haible2009-06-232-0/+7
* gnulib module 'c-strcasestr'.Bruno Haible2009-06-232-0/+115
* Use locale-independent character handling.Bruno Haible2009-06-235-8/+17
* Rename plural.c to plural-exp.c.Bruno Haible2009-06-233-2/+7
* Move plural.c to plural-exp.c.Bruno Haible2009-06-231-0/+0
* The gnulib module 'strcase' is no longer used.Bruno Haible2009-06-232-1/+4
* Implement disambiguation of overloaded functions.Bruno Haible2009-06-2321-52/+174
* Drop support of CEN locale name syntax.Bruno Haible2009-06-232-2/+7
* Improve strictness of plural form checking.Bruno Haible2009-06-238-25/+130
* Test plural formula dependent checking of format strings.Bruno Haible2009-06-231-0/+137
* Combine all msgfmt checks in a single place.Bruno Haible2009-06-238-62/+85
* New function check_message_list.Bruno Haible2009-06-234-18/+51
* Fix handling of obsolete messages in libgettextpo.Bruno Haible2009-06-234-7/+17
* Remove unused msgstr_pos argument.Bruno Haible2009-06-235-8/+14
* Add support for contexts in xgettext.Bruno Haible2009-06-2325-882/+1129
* Test for extraction of contexts.Bruno Haible2009-06-231-0/+49
* Comments are now passed via remember_a_message directly.Bruno Haible2009-06-2320-169/+157
* Test HAVE_CONFIG_H using #ifdef.Bruno Haible2009-06-2340-71/+113
* xgettext_comment_* API is not public any more.Bruno Haible2009-06-233-10/+13
* Use savable_comment_* API everywhere.Bruno Haible2009-06-2313-37/+195
* Tiny fixes.Bruno Haible2009-06-232-3/+8
* Make it possible for the hash value to point to the statically storedBruno Haible2009-06-235-11/+22
* Revamp the hash table API.Bruno Haible2009-06-232-0/+41
* Revamp the hash table API.Bruno Haible2009-06-2319-257/+338
* Support for context dependent translations in PO files.Bruno Haible2009-06-2348-310/+1214
* Alternative format of qttest2_de.po. Currently not used.Bruno Haible2009-06-231-0/+24
* Data for the msgfmt-qt-2 test.Bruno Haible2009-06-232-0/+36
* Test for context dependent translations in PO files.Bruno Haible2009-06-2314-0/+1535
* New test against a crash when msgids change through charset conversion.Bruno Haible2009-06-233-1/+61
* Emit an error message when the msgids change through charset conversion.Bruno Haible2009-06-234-9/+36
* Make checking stricter when nplurals=1.Bruno Haible2009-06-232-1/+18
* Update test after error message format changed.Bruno Haible2009-06-232-1/+6
* Obsolete messages now can carry extracted comments and file positionsBruno Haible2009-06-235-2/+40
* Support for Python source encodings (PEP 0263).Bruno Haible2009-06-236-187/+885
* Test encoding recognition of Python extractor.Bruno Haible2009-06-231-0/+136
* Fix bug in multibyte parsing code.Bruno Haible2009-06-232-1/+11
* Fix description of --from-code regarding Python.Bruno Haible2009-06-232-2/+9
* Use an internationalized bison parser.Bruno Haible2009-06-2321-1/+47