summaryrefslogtreecommitdiff
path: root/src/msgmerge.c
Commit message (Expand)AuthorAgeFilesLines
* msgmerge: avoid printing too long linexhe2020-01-231-6/+21
* msgmerge: pretty the output with breaklinesxhe2019-01-161-0/+2
* msgmerge: give enough space for escape()xhe2019-01-161-0/+2
* msgmerge: use the same size as msgfmtxhe2019-01-161-1/+1
* complete rewrite of poparser, msgmerge/msgfmt portedxhe2019-01-161-24/+67
* modify version strings to satisfy CMake's expectationsv0.3.0rofl0r2018-08-311-1/+1
* msgmerge: make convbuf a local var of functionxhe2018-02-181-7/+7
* msgmerge: a better solution to escape textsxhe2018-01-231-10/+9
* msgmerge: escape texts before outputxhe2018-01-231-5/+10
* msgmerge: handle both '-' and files as inputsxhe2018-01-221-1/+20
* msgmerge: do not output to terminal when --updatexhe2017-11-071-0/+1
* msgmerge: print warning instead of error on --updaterofl0r2017-10-161-1/+1
* msgmerge: output as source when --update is passedxhe2017-10-161-12/+27
* msgmerge: countermeasure against configure checksrofl0r2014-06-121-2/+7
* fix typov0.0.4rofl0r2014-01-261-1/+1
* msgmerge: shut up -Wunused-but-set-variable warningrofl0r2014-01-261-0/+1
* msgmerge: give error message instead of abort()rofl0r2014-01-261-1/+2
* whitespace cleanuprofl0r2014-01-261-10/+10
* fix assertion error on huge string found in gnumericv0.0.2rofl0r2012-12-251-57/+3
* handle more escape sequencesv0.0.1rofl0r2012-09-181-0/+15
* add version supportrofl0r2012-09-181-7/+15
* added msgmergerofl0r2012-09-181-0/+253