summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* modify version strings to satisfy CMake's expectationsversion_stringrofl0r2018-08-273-3/+3
* Makefile: don't force static buildrofl0r2018-08-211-2/+2
* Makefile: link -liconv if necessaryrofl0r2018-07-191-2/+4
* Makefile: move LDFLAGS into the proper positionrofl0r2018-07-161-2/+2
* Revert "makefile: add LDLIBS to handle -liconv correctly"rofl0r2018-07-161-3/+2
* install.sh: set proper execute permissionsrofl0r2018-07-141-0/+0
* makefile: add LDLIBS to handle -liconv correctlyxhe2018-07-141-2/+3
* install: symlink m4 files to $(dataroot)/aclocalxhe2018-07-142-9/+80
* msgfmt: Raise buffer size limitsA. Wilcox2018-07-141-2/+2
* README: Add LIBINTL=FLAVOR to install commandA. Wilcox2018-07-141-1/+1
* msgfmt: escape '\a' as well as other charactersxhe2018-06-181-0/+3
* xgettext: create file with empty outputdir argxhe2018-04-211-2/+6
* Added gl_TYPE_WINT_T_PREREQMatúš Olekšák2018-03-131-0/+12
* 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-112-0/+84
* 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
* | Merge pull request #13 from sabotage-linux/autopoint-makefilexhe2017-08-303-17/+180
|\ \ | |/ |/|
| * [3/3]: refactoring Makefile.in.inautopoint-makefilexhe2017-08-303-345/+19
| * [2/3]: introduce GNU makefilexhe2017-08-301-0/+489
| * [1/3]: more flexible way of installing share filesxhe2017-08-302-5/+5
|/
* 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