summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/msgfmt.c
Commit message (Expand)AuthorAgeFilesLines
* desktop: Read LINGUAS file even if LINGUAS envvar is setDaiki Ueno2014-06-031-51/+60
* build: Remove unused variablesDaiki Ueno2014-05-121-2/+0
* build: Fix Woe32 cross buildDaiki Ueno2014-05-121-30/+26
* msgfmt: Fix commit cfac1548Daiki Ueno2014-04-171-1/+1
* msgfmt: Simplify LINGUAS parsingDaiki Ueno2014-04-171-15/+11
* msgfmt: Allow any whitespace as a list separator in LINGUASDaiki Ueno2014-04-161-1/+23
* msgfmt: Add support for Desktop Entry filesDaiki Ueno2014-04-041-4/+323
* msgfmt: Add --source option to generate .java file instead of .classAurélien Gâteau2014-03-261-1/+9
* Extend --add-location option to suppress line number outputDaiki Ueno2014-03-251-3/+1
* Document msgfmt option --endianness.Bruno Haible2012-05-031-0/+3
* Modernize quoting.Bruno Haible2012-02-181-7/+7
* Bug fixes in libgettextpo.Bruno Haible2010-06-071-0/+4
* Prepare for version 0.18.Bruno Haible2010-05-091-2/+2
* Untabify.Bruno Haible2009-12-121-339/+339
* Update year in --version output.Bruno Haible2009-06-231-1/+1
* When --statistics and --verbose are both specified, output the input file nameBruno Haible2009-06-231-4/+25
* Allow multiple levels of verbosity in 'msgfmt'.Bruno Haible2009-06-231-2/+2
* Add the file_name to the catalog reader structure.Bruno Haible2009-06-231-3/+4
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-6/+5
* Use the standard --version output.Bruno Haible2009-06-231-2/+3
* Update year in --version output.Bruno Haible2009-06-231-1/+1
* Ask translators to specify a translation bug report address.Bruno Haible2009-06-231-0/+4
* exit.h is replaced with <stdlib.h>.Bruno Haible2009-06-231-1/+0
* stpcpy.h is replaced by <string.h>.Bruno Haible2009-06-231-2/+1
* New macros XMALLOC, XNMALLOC.Bruno Haible2009-06-231-2/+2
* Create an object-oriented interface for the catalog input formats.Bruno Haible2009-06-231-10/+12
* Big renaming of functions parsing catalogs: read-po -> read-catalog.Bruno Haible2009-06-231-30/+30
* Extend the PO file syntax: Allow to store previous msgids.Bruno Haible2009-06-231-1/+6
* Move the xasprintf function from the 'xerror' module to the 'xvasprintf'Bruno Haible2009-06-231-0/+1
* Internationalization of author names.Bruno Haible2009-06-231-3/+3
* Speed up msgmerge with large compendia by use of fast fuzzy search.Bruno Haible2009-06-231-1/+1
* Update year in --version output.Bruno Haible2009-06-231-2/+2
* Combine all msgfmt checks in a single place.Bruno Haible2009-06-231-9/+19
* Remove unused msgstr_pos argument.Bruno Haible2009-06-231-1/+1
* Support for context dependent translations in PO files.Bruno Haible2009-06-231-3/+4
* Use an internationalized bison parser.Bruno Haible2009-06-231-0/+1
* Extract the checking functionality of msgfmt, and make it usableBruno Haible2009-06-231-679/+8
* Fix broken determination of max_nplurals.Bruno Haible2009-06-231-2/+2
* New, higher-level error and warning message output primitives.Bruno Haible2009-06-231-169/+230
* New msgfmt option --endianness.Bruno Haible2009-06-231-0/+15
* New option --use-untranslated.Bruno Haible2009-06-231-5/+12
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* Avoid gcc warning.Bruno Haible2009-06-231-2/+3
* Year 2005.Bruno Haible2009-06-231-2/+2
* Change the calling convention of the formatstring_parser's 'check' method.Bruno Haible2009-06-231-76/+26
* Support for the 'I' flag that translators can use in messages markedBruno Haible2009-06-231-2/+2
* Year 2004.Bruno Haible2009-06-231-2/+2
* Support for reading and writing C# .resources files.Bruno Haible2009-06-231-22/+49
* Support for C#.Bruno Haible2009-06-231-7/+74
* Support for Qt message catalog format and Qt format strings.Bruno Haible2009-06-231-3/+25