summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/read-po.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Update copyright yearDaiki Ueno2016-01-021-1/+1
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+2
* Untabify.Bruno Haible2009-12-121-3/+3
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
* Make it compile in C++ mode.Bruno Haible2009-06-231-0/+6
* Reading PO files.Bruno Haible2009-06-231-0/+43
* Move read-po.c to read-catalog.c.Bruno Haible2009-06-231-509/+0
* Extend the PO file syntax: Allow to store previous msgids.Bruno Haible2009-06-231-3/+23
* Support for context dependent translations in PO files.Bruno Haible2009-06-231-5/+12
* New, higher-level error and warning message output primitives.Bruno Haible2009-06-231-4/+7
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* Support for GNUstep .strings format.Bruno Haible2009-06-231-2/+3
* Renamed xmalloc.h to xalloc.h.Bruno Haible2009-06-231-1/+1
* Support Java .properties files as alternative syntax, like PO files.Bruno Haible2009-06-231-6/+17
* Use po_scan instead of po_scan_file.Bruno Haible2009-06-231-15/+10
* Unify three PO file parsers into a single one, as far as possible.Bruno Haible2009-06-231-193/+318
* Update date.Bruno Haible2009-06-231-1/+1
* Slightly better code structure.Bruno Haible2009-06-231-7/+19
* Move src/read-po.c to gettext-tools/src/read-po.c.Bruno Haible2009-06-231-0/+335