summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/write-po.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+2
* xgettext: Wrap location comments to 79 charactersAlex Henrie2015-02-051-1/+1
* msgunfmt: Error on incomplete multibyte sequence at EOFDaiki Ueno2014-10-081-0/+9
* build: Remove unused variablesDaiki Ueno2014-05-121-6/+1
* Extend --add-location option to suppress line number outputDaiki Ueno2014-03-251-7/+79
* Modernize quoting.Bruno Haible2012-02-181-2/+2
* Port to uClibc.Bruno Haible2011-06-071-2/+3
* Untabify.Bruno Haible2009-12-121-720/+720
* Tiny cleanups.Bruno Haible2009-09-051-2/+1
* Use const.Bruno Haible2009-06-231-2/+2
* Attach a numeric range to each message.Bruno Haible2009-06-231-1/+28
* Fix behaviour of "msgmerge --update" when sorting is requested and obsoleteBruno Haible2009-06-231-0/+1
* Update after module 'linebreak' was split.Bruno Haible2009-06-231-2/+2
* Change an error to a warning.Bruno Haible2009-06-231-2/+2
* Avoid breaking line in the middle of a format directive.Bruno Haible2009-06-231-15/+30
* Normalize the leading space of every comment line during the input phaseBruno Haible2009-06-231-2/+2
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
* xallocsa was renamed to xmalloca.Bruno Haible2009-06-231-4/+4
* Add styling support to the PO output routines.Bruno Haible2009-06-231-64/+424
* Change make_format_description_string, make_c_width_description_string toBruno Haible2009-06-231-5/+7
* Include only what's necessary.Bruno Haible2009-06-231-2/+1
* Use ostream_t instead of 'FILE *'.Bruno Haible2009-06-231-96/+106
* Indent with spaces, not tabs.Bruno Haible2009-06-231-26/+50
* New macros XMALLOC, XNMALLOC.Bruno Haible2009-06-231-3/+3
* Avoid a few gcc warnings.Bruno Haible2009-06-231-4/+5
* Create an object-oriented interface for the catalog output formats.Bruno Haible2009-06-231-328/+44
* Extend the PO file syntax: Allow to store previous msgids.Bruno Haible2009-06-231-17/+67
* Rename strstr to c_strstr.Bruno Haible2009-06-231-2/+2
* Move the xasprintf function from the 'xerror' module to the 'xvasprintf'Bruno Haible2009-06-231-2/+2
* Support for context dependent translations in PO files.Bruno Haible2009-06-231-2/+53
* Obsolete messages now can carry extracted comments and file positionsBruno Haible2009-06-231-0/+6
* New, higher-level error and warning message output primitives.Bruno Haible2009-06-231-34/+67
* Output \a and \v as escape sequences.Bruno Haible2009-06-231-5/+5
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* fwriteerror now calls fclose().Bruno Haible2009-06-231-4/+1
* Extend the gettexpo library.Bruno Haible2009-06-231-22/+22
* Remove trailing whitespace.Bruno Haible2009-06-231-1/+1
* Use allocsa and xallocsa, for safer stack allocation.Bruno Haible2009-06-231-1/+7
* Support for GNUstep .strings format.Bruno Haible2009-06-231-7/+30
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
* Recognize format strings depending on their position.Bruno Haible2009-06-231-0/+1
* Whitespace changes.Bruno Haible2009-06-231-5/+5
* Use fwriteerror() for reliable signalling of write error during stream output.Bruno Haible2009-06-231-1/+2
* Check for write error on stdout when the program exits.Bruno Haible2009-06-231-1/+3
* Avoid warnings on OSF/1.Bruno Haible2009-06-231-1/+1
* Move the error_with_progname variable from module 'progname' to a new moduleBruno Haible2009-06-231-1/+1
* Support Java .properties files as alternative syntax, like PO files.Bruno Haible2009-06-231-42/+100
* Export some functions for use by write-properties.c.Bruno Haible2009-06-231-213/+258
* Move src/write-po.c to gettext-tools/src/write-po.c.Bruno Haible2009-06-231-0/+1117