summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix: functions of musl overrided by libintl.amuslxhe2017-05-302-4/+12
* 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
* Revert "msgfmt: sort strings"rofl0r2014-08-131-55/+40
* msgfmt: sort stringsrofl0r2014-08-011-40/+55
* msgmerge: countermeasure against configure checksrofl0r2014-06-121-2/+7
* libintl.h: using parens for gettext_noop breaks greprofl0r2014-05-121-1/+1
* 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-264-35/+35
* xgettext: fix bugv0.0.3rofl0r2013-06-301-9/+3
* libintl.h: fix for case where __GNUC__ is undefinedrofl0r2013-06-021-1/+1
* libintl.h: turn off warning, and force ENABLE_NLS to 0rofl0r2013-05-261-0/+10
* undef gettext_noop before usagerofl0r2013-05-261-0/+1
* make dummy macros eval their args for sideeffects to kick inrofl0r2013-05-261-8/+12
* long int -> longrofl0r2013-02-271-3/+3
* libintl.h: complete macro set and possibility to disable themrofl0r2013-02-271-14/+28
* libintl.h: cast gettext macros to char* to prevent C++ breakagerofl0r2013-02-271-6/+6