summaryrefslogtreecommitdiff
path: root/gettext-tools/src/write-mo.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "warning: cast from 'const void *' to 'struct pre_message *' drops const ...Bruno Haible2020-09-061-2/+2
* msgfmt: Supersede, not overwrite, the output file of type '.mo'.Bruno Haible2020-07-061-10/+21
* Avoid a module name and include file name collision with gnulib.Bruno Haible2020-07-041-1/+1
* Remove redundant code.Bruno Haible2020-07-031-10/+7
* msgunfmt: Detect more cases of invalid .mo files.Bruno Haible2020-06-061-2/+2
* Fix copyright years.Bruno Haible2019-02-041-1/+1
* all: Replace http URLs by https URLs in copyright notices.Bruno Haible2018-05-051-1/+1
* Polish the last commit.Bruno Haible2016-12-151-4/+5
* msgfmt: Remove POT-Creation-Date field from the header in the output.John Darrington2016-12-151-0/+4
* maint: Update copyright yearDaiki Ueno2016-01-021-2/+1
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+2
* Untabify.Bruno Haible2009-12-121-335/+335
* 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-3/+3
* exit.h is replaced with <stdlib.h>.Bruno Haible2009-06-231-2/+1
* New macros XMALLOC, XNMALLOC.Bruno Haible2009-06-231-19/+13
* Make it compile in C++ mode.Bruno Haible2009-06-231-2/+2
* Support for context dependent translations in PO files.Bruno Haible2009-06-231-4/+38
* New msgfmt option --endianness.Bruno Haible2009-06-231-0/+59
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* fwriteerror now calls fclose().Bruno Haible2009-06-231-4/+1
* Support for the 'I' flag that translators can use in messages markedBruno Haible2009-06-231-11/+29
* Use allocsa and xallocsa, for safer stack allocation.Bruno Haible2009-06-231-3/+4
* Support Objective C specific format strings.Bruno Haible2009-06-231-1/+2
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
* Use fwriteerror() for reliable signalling of write error during stream output.Bruno Haible2009-06-231-1/+2
* More Woe32/MSVC support.Bruno Haible2009-06-231-1/+4
* Move src/write-mo.c to gettext-tools/src/write-mo.c.Bruno Haible2009-06-231-0/+711