summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* poparser: simplified sysdep() morexhe2019-01-163-25/+26
* poparser: a more easy-to-understand sysdep()xhe2019-01-163-53/+52
* msgfmt: skip impossible casesxhe2019-01-161-0/+5
* poparpser: avoid endless loopxhe2019-01-161-3/+4
* poparser: optimize by saving strlen() resultsxhe2019-01-161-6/+10
* poparser: avoid invalid memory accessxhe2019-01-161-1/+1
* msgmerge: pretty the output with breaklinesxhe2019-01-161-0/+2
* poparser: not to skip sysdeps other than %<PRIu32>xhe2019-01-161-14/+18
* msgmerge: give enough space for escape()xhe2019-01-161-0/+2
* stringescape: add missing escape chars to escape()xhe2019-01-161-4/+14
* msgmerge: use the same size as msgfmtxhe2019-01-161-1/+1
* complete rewrite of poparser, msgmerge/msgfmt portedxhe2019-01-164-629/+669
* stringescape: correct break condition of unescapexhe2019-01-162-5/+7
* Revert "msgfmt: remove unused error() function"rofl0r2019-01-161-0/+5
* autopoint: add sanity check for configure.acrofl0r2018-12-151-0/+5
* msgfmt: remove unused error() functionv0.3.1midipix2018-12-021-5/+0
* modify version strings to satisfy CMake's expectationsv0.3.0rofl0r2018-08-313-3/+3
* msgfmt: Raise buffer size limitsA. Wilcox2018-07-141-2/+2
* msgfmt: escape '\a' as well as other charactersxhe2018-06-181-0/+3
* xgettext: create file with empty outputdir argxhe2018-04-211-2/+6
* Added quotation marka in autopoint.inRessLinux BuildPC2018-03-111-7/+7
* Dynamically copy Makefile.in.inRessLinux BuildPC2018-03-111-0/+6
* Added Makevars.templateRessLinux BuildPC2018-03-111-0/+2
* Removed ABOUT-NLS dirprefixRessLinux BuildPC2018-03-111-1/+1
* Added AC_CONFIG_AUX_DIR support for autopointMatúš Olekšák2018-03-111-1/+11
* msgmerge: make convbuf a local var of functionxhe2018-02-181-7/+7
* msgmerge: a better solution to escape textsxhe2018-01-231-10/+9
* msgmerge: escape texts before outputxhe2018-01-231-5/+10
* xgettext: touch the file correctlyxhe2018-01-231-11/+3
* msgmerge: handle both '-' and files as inputsxhe2018-01-221-1/+20
* poparser: ignore the invalid after commentsxhe2017-12-101-3/+3
* msgfmt: take the arg as input after statementsxhe2017-11-091-5/+6
* msgfmt: escape '\b' as well as other charactersxhe2017-11-081-0/+3
* autopoint: always overwrite makefile.in/m4 filesxhe2017-11-071-2/+2
* msgmerge: do not output to terminal when --updatexhe2017-11-071-0/+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: print warning instead of error on --updaterofl0r2017-10-161-1/+1
* Merge remote-tracking branch 'origin/msgmerge-stub'rofl0r2017-10-162-92/+110
|\
| * 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
* | [3/3]: refactoring Makefile.in.inautopoint-makefilexhe2017-08-301-12/+1
* | [1/3]: more flexible way of installing share filesxhe2017-08-301-1/+1
|/
* fix: quick-fix to auto generation of po Makefilexhe2017-08-281-1/+2
* 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