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