summaryrefslogtreecommitdiff
path: root/src/msgfmt.c
Commit message (Expand)AuthorAgeFilesLines
* msgfmt: exit(1) if incorrectly usedv0.3.2Max Rees2020-03-241-2/+2
* Correct typos in msgfmt.cFelix Yan2020-02-171-2/+2
* msgfmt: Allow space between --keyword and its argA. Wilcox2020-02-161-0/+2
* msgfmt: support keyword, template, output optionsxhe2019-11-301-0/+6
* msgfmt: missing breakstubmodexhe2019-02-051-1/+2
* msgfmt: clean code, prepare to handle other modesxhe2019-02-051-42/+94
* msgfmt: enable strict mode with -c argumentxhe2019-01-161-5/+9
* poparser: add po_error_last to po_error typexhe2019-01-161-1/+1
* msgfmt: do not return the result of remove()xhe2019-01-161-3/+1
* msgfmt&poparser: correct length at str tablexhe2019-01-161-9/+9
* msgfmt: add missing messages count variablexhe2019-01-161-0/+2
* msgfmt: add missing '+' operatorxhe2019-01-161-1/+1
* poparser: simplified sysdep() morexhe2019-01-161-15/+1
* poparser: a more easy-to-understand sysdep()xhe2019-01-161-39/+31
* msgfmt: skip impossible casesxhe2019-01-161-0/+5
* complete rewrite of poparser, msgmerge/msgfmt portedxhe2019-01-161-394/+172
* Revert "msgfmt: remove unused error() function"rofl0r2019-01-161-0/+5
* msgfmt: remove unused error() functionv0.3.1midipix2018-12-021-5/+0
* modify version strings to satisfy CMake's expectationsv0.3.0rofl0r2018-08-311-1/+1
* msgfmt: Raise buffer size limitsA. Wilcox2018-07-141-2/+2
* msgfmt: take the arg as input after statementsxhe2017-11-091-5/+6
* msgfmt: dont generate file when input is emptyxhe2017-11-071-0/+11
* msgfmt: output to messages.mo by default like GNUxhe2017-11-071-5/+6
* msgfmt: make in/out arguments parse code cleanerxhe2017-11-071-6/+6
* msgfmt: stub implementation for catalog generationxhe2017-11-071-9/+23
* fix: writestr() should do nothing when empty .poxhe2017-10-161-1/+4
* msgfmt: use more 'easy-to-read' variable namesxhe2017-10-161-80/+80
* fix: checking the correct flagxhe2017-07-201-2/+2
* avoid setting back offset in deleting the invalidxhe2017-06-181-14/+13
* fix: handle arg -v correctlyxhe2017-06-101-1/+1
* fix: the invalid was not deletedxhe2017-05-301-21/+19
* fix bug of reading from stdin:xhe2017-05-271-2/+22
* malloc dynamic buffer depending on .po files:xhe2017-05-201-15/+22
* fix to the mistmatch check:xhe2017-05-191-1/+1
* extend the buffer size of msgstr due to plural formsxhe2017-05-061-2/+2
* add assert to check if buffer is big enoughxhe2017-05-061-0/+7
* add support for msgctxtxhe2017-05-061-100/+151
* small changes:xhe2017-05-061-1/+1
* add support for plurals:xhe2017-05-061-32/+136
* adapt the cmd parser to newer gnu msgfmtxhe2017-05-061-1/+2
* use pe_xxx instead of 0 is more clearxhe2017-05-061-5/+5
* replace malloc with calloc to avoid futher possible problemsxhe2017-05-061-4/+4
* msgfmt: better fix for "genuine GNU check" via --statisticsrofl0r2017-03-261-3/+6
* msgfmt: write warning to stderr if number of translations differrofl0r2017-03-261-0/+1
* msgfmt: fix assertion error when msgid_plural is used after msgidrofl0r2017-03-261-1/+10
* implement sysdep replacement as proposed by daliasrofl0r2017-03-261-11/+103
* msgfmt: sort stringsrofl0r2017-03-261-40/+55
* msgfmt: do not fail when --statistics is passedv0.1.0rofl0r2017-03-081-1/+3
* Revert "msgfmt: sort strings"rofl0r2014-08-131-55/+40
* msgfmt: sort stringsrofl0r2014-08-011-40/+55