summaryrefslogtreecommitdiffstats
path: root/gettext-tools
Commit message (Expand)AuthorAgeFilesLines
* desktop: Fix invalid memory accessDavid Shea2016-05-241-6/+8
* tests: Add more tests for JavaScript format stringDaiki Ueno2016-05-232-4/+6
* javascript: Fix format type compatibility checkDaiki Ueno2016-05-231-3/+4
* tests: Add test for ITS search pathDaiki Ueno2016-05-202-1/+63
* search-path: Fix XDG_DATA_DIRS traversalDaiki Ueno2016-05-201-9/+23
* search-path: Don't relocate dirs given as envvarDaiki Ueno2016-05-204-95/+91
* Update gnulibDaiki Ueno2016-05-193-0/+6
* msgfmt, xgettext: Respect XDG_DATA_DIRSDaiki Ueno2016-05-167-53/+218
* javascript: Avoid uninitialized variableDaiki Ueno2016-05-161-1/+1
* lua: Avoid heap buffer overflowHanno Boeck2016-03-261-0/+6
* format-python-brace: Support chained expressionDaiki Ueno2016-03-232-30/+39
* doc: Fix ngettext usage exampleDaiki Ueno2016-03-231-2/+2
* javascript: Fix invalid memory accessDaiki Ueno2016-03-221-1/+1
* maint: Clean up .gitignoreDaiki Ueno2016-03-221-13/+13
* xgettext: Put --its help in the right sectionDaiki Ueno2016-03-021-2/+4
* xgettext: Add new check bullet-unicodeDaiki Ueno2016-02-226-11/+158
* doc: Mention the behavior stripping *.inDaiki Ueno2016-02-101-1/+6
* javascript: Support '%m$' in format stringsDaiki Ueno2016-02-083-43/+225
* gettext-tools: Use a short name for DLLs on OS/2KO Myung-Hun2016-01-204-3/+20
* Change msgfmt to produce little-endian .mo files by default.Bruno Haible2016-01-153-5/+5
* maint: Revert copyright year changes in test dataDaiki Ueno2016-01-1310-10/+10
* its: Recognize *.glade as a GtkBuilder file tooDaiki Ueno2016-01-071-0/+1
* maint: Update copyright yearDaiki Ueno2016-01-02306-349/+318
* Update translationsDaiki Ueno2015-12-2816-7831/+11644
* Prepare for 0.19.7Daiki Ueno2015-12-283-3/+3
* Ignore file brought by gnulib-toolDaiki Ueno2015-12-281-0/+1
* cldr-plurals: Fix errors from clang-analyzerDaiki Ueno2015-12-211-8/+10
* its: Allow CDATA and comments in translatable nodeDaiki Ueno2015-12-171-0/+2
* its: Fix typo in GSettings ruleDaiki Ueno2015-12-171-1/+1
* gnulib-local: Pull more functions for libxmlDaiki Ueno2015-12-152-0/+7
* gnulib-local: Replace libxml2 trio with GnulibDaiki Ueno2015-12-152-22/+51
* gettext-tools: Update POTFILES.inDaiki Ueno2015-12-101-4/+12
* its: Mark some attributes as escape="no"Daiki Ueno2015-12-103-0/+8
* xgettext: Respect ITS escape rule for attributesDaiki Ueno2015-12-102-1/+25
* build: Do not include os2compat.[ch]KO Myung-Hun2015-12-101-1/+1
* kde: Fix KUIT error handling when libxml2 is usedDaiki Ueno2015-12-101-0/+3
* xgettext: Add --its option for ease of testingDaiki Ueno2015-12-102-0/+29
* xgettext: Improve error reporting when ITS is usedDaiki Ueno2015-12-101-2/+5
* build: Remove expat dependencyDaiki Ueno2015-12-099-581/+174
* build: Fix texi2html failure with perl 5.22Daiki Ueno2015-12-081-2/+2
* Update gnulibDaiki Ueno2015-12-081-0/+2
* xgettext: Ignore --from-code when XML modeDaiki Ueno2015-12-081-3/+5
* build: Suppress compiler warningDaiki Ueno2015-12-081-3/+1
* msgfmt: Support XML file mergingDaiki Ueno2015-12-0411-15/+916
* xgettext: Rewrite Glade scanner in ITSDaiki Ueno2015-12-049-633/+79
* xgettext: Rewrite GSettings scanner in ITSDaiki Ueno2015-12-046-398/+27
* xgettext: Rewrite AppData scanner in ITSDaiki Ueno2015-12-047-383/+30
* xgettext: Add support for generic XML filesDaiki Ueno2015-12-0414-34/+3009
* cldr-plurals: Add sanity checks for inputDaiki Ueno2015-11-181-10/+17
* cldr-plurals: Rewrite XML handling using libxml2Daiki Ueno2015-11-172-259/+127