summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/msgmerge.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use an internationalized bison parser.Bruno Haible2009-06-231-0/+1
* New, higher-level error and warning message output primitives.Bruno Haible2009-06-231-0/+1
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* Use c_strcasecmp instead of strcasecmp; needed for Turkish locale.Bruno Haible2009-06-231-3/+3
* Year 2005.Bruno Haible2009-06-231-2/+2
* Produce PO files with the right number of plural forms.Bruno Haible2009-06-231-0/+31
* Change the calling convention of the formatstring_parser's 'check' method.Bruno Haible2009-06-231-2/+2
* 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
* Remove trailing whitespace.Bruno Haible2009-06-231-1/+1
* Use obstack, to replace stack allocation.Bruno Haible2009-06-231-4/+16
* Support for GNUstep .strings format.Bruno Haible2009-06-231-0/+18
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
* Make option -N work.Bruno Haible2009-06-231-2/+2
* Whitespace changes.Bruno Haible2009-06-231-4/+4
* Check for write error on stdout when the program exits.Bruno Haible2009-06-231-0/+4
* Use plural-count.Bruno Haible2009-06-231-9/+6
* Move the error_with_progname variable from module 'progname' to a new moduleBruno Haible2009-06-231-0/+1
* Support Java .properties files as alternative syntax, like PO files.Bruno Haible2009-06-231-2/+27
* Split strings in usage message.Bruno Haible2009-06-231-52/+65
* Unify three PO file parsers into a single one, as far as possible.Bruno Haible2009-06-231-1/+0
* Rename copy_file to copy_file_preserving.Bruno Haible2009-06-231-1/+1
* Support for relocatable installation.Bruno Haible2009-06-231-1/+2