summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/msgmerge.c
Commit message (Expand)AuthorAgeFilesLines
* Extend --add-location option to suppress line number outputDaiki Ueno2014-03-251-8/+13
* Modernize quoting.Bruno Haible2012-02-181-3/+3
* Prepare for version 0.18.Bruno Haible2010-05-091-1/+1
* Remove trailing whitespace.Bruno Haible2010-03-281-1/+1
* New options --color, --style for many programs.Bruno Haible2010-03-131-1/+19
* Untabify.Bruno Haible2009-12-121-930/+930
* Update year in --version output.Bruno Haible2009-06-231-2/+2
* Avoid running into Sun Workshop 6.2 C compiler bug.Bruno Haible2009-06-231-3/+5
* Use the range flag to allow some specific plural form translations.Bruno Haible2009-06-231-1/+1
* Attach a numeric range to each message.Bruno Haible2009-06-231-0/+14
* New 'struct plural_distribution' type.Bruno Haible2009-06-231-16/+11
* Do fuzzy matching by calling message_fuzzy_index_search on a hashed index,Bruno Haible2009-06-231-7/+106
* Use the result of the fuzzy search in the current list as a lower bound forBruno Haible2009-06-231-3/+14
* Rename some fields of 'struct definitions_ty'.Bruno Haible2009-06-231-14/+17
* Reorder functions.Bruno Haible2009-06-231-14/+14
* Shortcut fstrcmp computations by taking into account the best known match soBruno Haible2009-06-231-2/+2
* Fix behaviour of "msgmerge --update" when sorting is requested and obsoleteBruno Haible2009-06-231-0/+50
* Update includes after gnulib change.Bruno Haible2009-06-231-1/+1
* Avoid attaching "previous msgid" information to untranslated messages.Bruno Haible2009-06-231-6/+7
* Don't throw away a prev_msgid information too early.Bruno Haible2009-06-231-3/+19
* Introduce a new header entry field 'Language'.Bruno Haible2009-06-231-4/+124
* Set a message fuzzy if the msgid_plural has changed.Bruno Haible2009-06-231-0/+9
* Make msgmerge's introduction of fuzzy markers more consistent with msgfmt'sBruno Haible2009-06-231-49/+56
* 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
* xallocsa was renamed to xmalloca.Bruno Haible2009-06-231-5/+5
* 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
* stpncpy.h is replaced by <string.h>.Bruno Haible2009-06-231-1/+0
* stpcpy.h is replaced by <string.h>.Bruno Haible2009-06-231-1/+0
* Handling of obsolete messages in POT file.Bruno Haible2009-06-231-1/+7
* Add fdi argument to format_parse functions.Bruno Haible2009-06-231-2/+3
* Add update_header argument to iconv_msgdomain_list.Bruno Haible2009-06-231-2/+2
* New macros XMALLOC, XNMALLOC.Bruno Haible2009-06-231-6/+4
* Fix syntax error.Bruno Haible2009-06-231-1/+1
* Fix use of gl_lock_t for platforms without any threading.Bruno Haible2009-06-231-4/+2
* Create an object-oriented interface for the catalog input formats.Bruno Haible2009-06-231-9/+15
* Big renaming of functions parsing catalogs: read-po -> read-catalog.Bruno Haible2009-06-231-4/+4
* Create an object-oriented interface for the catalog output formats.Bruno Haible2009-06-231-6/+12
* Extend the PO file syntax: Allow to store previous msgids.Bruno Haible2009-06-231-6/+49
* Fix lock initialization.Bruno Haible2009-06-231-1/+1
* Fix behaviour of msgmerge when the PO file and the compendium are in differentBruno Haible2009-06-231-2/+146
* Rename strstr to c_strstr.Bruno Haible2009-06-231-4/+4
* Use OpenMP to speed up msgmerge on multiprocessor systems.Bruno Haible2009-06-231-34/+98
* Internationalization of author names.Bruno Haible2009-06-231-1/+2
* Speed up msgmerge with large compendia by use of fast fuzzy search.Bruno Haible2009-06-231-28/+165
* Update year in --version output.Bruno Haible2009-06-231-2/+2
* Support for context dependent translations in PO files.Bruno Haible2009-06-231-9/+13
* Obsolete messages now can carry extracted comments and file positionsBruno Haible2009-06-231-0/+18