summaryrefslogtreecommitdiff
path: root/src/msgfmt.c
Commit message (Expand)AuthorAgeFilesLines
* modify version strings to satisfy CMake's expectationsversion_stringrofl0r2018-08-271-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
* whitespace cleanuprofl0r2014-01-261-9/+9
* fix assertion error on huge string found in gnumericv0.0.2rofl0r2012-12-251-1/+1
* msgfmt: bug compatible with GNU. add a build flag to echo the msgid as msgstr.rofl0r2012-09-181-2/+25
* add version supportrofl0r2012-09-181-4/+14
* rip out poparser from msgfmtrofl0r2012-09-181-207/+68
* msgfmt: implement multi-line string supportrofl0r2012-09-181-70/+150
* add initial msgfmt utilityrofl0r2012-09-171-0/+304