summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src
Commit message (Expand)AuthorAgeFilesLines
* c#: Recognize Unicode surrogate character pairDaiki Ueno2014-12-012-12/+19
* msgfilter: Simplify the last commitDaiki Ueno2014-11-282-2/+6
* msgfilter: Fix read buffer allocation for empty inputDaiki Ueno2014-11-282-1/+10
* javascript: Simplify Unicode character escape handlingDaiki Ueno2014-11-272-2/+10
* read-mo: Check size_t overflowDaiki Ueno2014-11-232-1/+11
* xgettext: Allow plural extraction from a single argument functionDaiki Ueno2014-10-302-29/+51
* xgettext: Fix double-free in singular/plural argument extractionDaiki Ueno2014-10-282-1/+12
* Release 0.19.3Daiki Ueno2014-10-151-0/+4
* msgunfmt: Error on incomplete multibyte sequence at EOFDaiki Ueno2014-10-082-0/+16
* c: Fix octal character escape handlingDaiki Ueno2014-09-302-1/+8
* python: Fix invalid memory access when concatenating strings with +Daiki Ueno2014-09-242-2/+6
* msgfilter: Don't use non-portable character escapeDaiki Ueno2014-09-242-2/+7
* Print a uid_t value portablyJonas 'Sortie' Termansen2014-08-282-1/+8
* Fix printing of size_t valuesJonas 'Sortie' Termansen2014-08-273-2/+8
* Add missing #if HAVE_SYS_PARAM_HJonas 'Sortie' Termansen2014-08-272-1/+7
* Add missing gettext-tools/src/Makefile.am change in commit c3e1f8e3Daiki Ueno2014-07-151-1/+1
* Release 0.19.2Daiki Ueno2014-07-141-0/+4
* vala: Fix empty string literal handlingDaiki Ueno2014-07-142-0/+12
* build: Fix race in post-install removal of *.aDaiki Ueno2014-07-141-0/+11
* c: Fix empty string literal handlingDaiki Ueno2014-07-112-0/+13
* Release 0.19.1Daiki Ueno2014-06-101-0/+4
* msgmerge: Disable --color option in --update modeDaiki Ueno2014-06-092-0/+21
* xgettext: Fix misrecognition of character literals in C and ValaDaiki Ueno2014-06-073-1/+13
* desktop: Use logical filename as msgid locationDaiki Ueno2014-06-032-1/+7
* desktop: Read LINGUAS file even if LINGUAS envvar is setDaiki Ueno2014-06-032-51/+68
* vala: Don't elide comments while parsing string literalDaiki Ueno2014-06-032-7/+14
* msgl-check: Treat missing header errors as warningsDaiki Ueno2014-06-022-2/+26
* Release 0.19Daiki Ueno2014-06-021-0/+4
* msgexec: Pass previous msgid to the child processDaiki Ueno2014-05-312-0/+19
* msgfilter: Pass previous msgid to the child processDaiki Ueno2014-05-312-0/+19
* build: Fix VPATH build for po-gram-gen2.hDaiki Ueno2014-05-192-1/+9
* msgexec, msgfilter: Fix typo in commentsStanislav Brabec2014-05-152-3/+3
* msgfilter: Implement plural supportStanislav Brabec2014-05-152-0/+19
* msgexec: Implement plural supportStanislav Brabec2014-05-152-1/+21
* Update .gitignoreDaiki Ueno2014-05-141-0/+1
* msgfmt: Report error on accelerator mismatchDaiki Ueno2014-05-142-0/+8
* filter-quote: Minor refactoring of string copyDaiki Ueno2014-05-141-23/+17
* msgfmt: Accumulate errors when parsing the PO headerDaiki Ueno2014-05-132-17/+32
* project-id: Add missing quotes around `pwd` for basenameDaiki Ueno2014-05-132-1/+7
* msgfilter: Fix quote handling of doubled grave charatersDaiki Ueno2014-05-122-0/+7
* build: Remove unused variablesDaiki Ueno2014-05-123-13/+1
* build: Fix Woe32 cross buildDaiki Ueno2014-05-125-35/+44
* msgattrib: Add --empty optionGuido Flohr2014-05-102-2/+37
* vala: Interpret string literals lazilyDaiki Ueno2014-05-093-271/+142
* c: Interpret string literals lazilyDaiki Ueno2014-05-093-245/+305
* xgettext: Provide a way to interpret string literals lazilyDaiki Ueno2014-05-0928-37/+219
* xgettext: Make mixed_string_buffer_done always return UTF-8 stringDaiki Ueno2014-05-072-34/+14
* xgettext: Recognize comment tag prefixDaiki Ueno2014-05-032-7/+32
* Update ChangeLog.Daiki Ueno2014-05-031-0/+12
* c: Support C99-style Unicode character escapesDaiki Ueno2014-05-031-42/+122