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