summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* msgmerge: do not output to terminal when --updatetestxhe2017-11-071-0/+1
* msgmerge: print warning instead of error on --updaterofl0r2017-11-071-1/+1
* 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
* msgmerge: output as source when --update is passedxhe2017-10-161-12/+27
* 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: quick-fix to auto generation of po Makefilexhe2017-08-281-1/+2
* readme: announce the fisrt edition of readmev0.2.0xhe2017-07-291-0/+48
* libintl: make it optional and configurablexhe2017-07-292-4/+17
* fix: checking the correct flagxhe2017-07-201-2/+2
* more strict check for fuzzy marksxhe2017-06-181-1/+1
* 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 for rule:xhe2017-05-201-1/+1
* replace 0x30 with '0' for better reading codexhe2017-05-201-3/+3
* be more sensitive on abort:xhe2017-05-192-0/+6
* more strict rules for reactions to abort at invalid .po filesxhe2017-05-191-2/+2
* fix to the mistmatch check:xhe2017-05-191-1/+1
* fix for nplurals:xhe2017-05-191-4/+4
* fix for nplurals:xhe2017-05-071-1/+1
* Merge pull request #10 from xhebox/full_bfull_bxhe2017-05-064-50/+287
|\
| * 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 autopoint to .gitignorexhe2017-05-061-0/+1
| * add support for msgctxtxhe2017-05-063-104/+172
| * skip fuzzy marked stringsxhe2017-05-061-0/+11
| * small changes:xhe2017-05-061-1/+1
| * add support for plurals:xhe2017-05-063-37/+160
| * 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
| * support converting to UTF-8xhe2017-05-012-6/+32
|/
* 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
* add latest m4 files from gnulibrofl0r2017-03-0832-500/+953
* autopoint: touch also ABOUT-NLSrofl0r2017-03-081-1/+1
* msgfmt: do not fail when --statistics is passedv0.1.0rofl0r2017-03-081-1/+3
* threadlib.m4: remove unneeded commentrofl0r2016-12-221-53/+0
* initial version of autopointrofl0r2016-12-2235-2/+3912
* create-dist.sh: updaterofl0r2016-10-021-4/+9
* xgettext: fix error when using -o /absolute/pathv0.0.5rofl0r2016-10-021-3/+7