summaryrefslogtreecommitdiff
path: root/gettext-tools/src/x-po.c
Commit message (Expand)AuthorAgeFilesLines
* xgettext: In language PO, handle non-ASCII non-UTF-8 input files correctly.Bruno Haible2023-03-141-1/+25
* xgettext: Fix a comment.Bruno Haible2020-04-271-2/+2
* xgettext: Split source code into smaller files.Bruno Haible2018-11-051-2/+1
* all: Replace http URLs by https URLs in copyright notices.Bruno Haible2018-05-051-1/+1
* maint: Update copyright yearDaiki Ueno2016-01-021-1/+1
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+2
* Extend --add-location option to suppress line number outputDaiki Ueno2014-03-251-1/+0
* Untabify.Bruno Haible2009-12-121-84/+84
* Add the file_name to the catalog reader structure.Bruno Haible2009-06-231-1/+2
* Avoid gcc -Wredundant-decls warnings.Bruno Haible2009-06-231-4/+1
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
* New macros XMALLOC, XNMALLOC.Bruno Haible2009-06-231-2/+2
* Make it compile in C++ mode.Bruno Haible2009-06-231-17/+19
* Make the x-*.h files real specification headers.Bruno Haible2009-06-231-0/+5
* Create an object-oriented interface for the catalog input formats.Bruno Haible2009-06-231-5/+10
* Big renaming of functions parsing catalogs: read-po -> read-catalog.Bruno Haible2009-06-231-10/+10
* Extend the PO file syntax: Allow to store previous msgids.Bruno Haible2009-06-231-2/+15
* Support for context dependent translations in PO files.Bruno Haible2009-06-231-4/+8
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* The xgettext -j option may need to do charset conversion.Bruno Haible2009-06-231-3/+66
* Support for GNUstep .strings format.Bruno Haible2009-06-231-0/+11
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
* Recognize format strings depending on their position.Bruno Haible2009-06-231-1/+3
* Avoid gcc warnings.Bruno Haible2009-06-231-0/+1
* Support Java .properties files as alternative syntax, like PO files.Bruno Haible2009-06-231-8/+28
* Unify three PO file parsers into a single one, as far as possible.Bruno Haible2009-06-231-216/+41
* Slightly better code structure.Bruno Haible2009-06-231-7/+20
* Move src/x-po.c to gettext-tools/src/x-po.c.Bruno Haible2009-06-231-0/+280