summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2023-04-06upgpkg: flex-git 2.6.4.r442.g4a4bac0-1Chocobo1
2023-03-19upgpkg: flex-git 2.6.4.r439.g3aedd28-1Chocobo1
2019-06-20add epochhaawda
2019-04-13minor changeshaawda
2018-10-14updatehaawda
2018-10-14some more quotinghaawda
2017-12-10Updated version (2.6.4.64.gc984ab0 -> 2.6.4.65.ge7d45af).AUR Update Bot
Changelog ========= scanner: Allow "--" as option argument. (e7d45af) scanner: scanopt_err() now returns void (c984ab0) scanner: simplify scanopt_usage(). (aa775c8) scanner: prevent overflow in add_action() (2388238) scanner: use calloc to allocate new filter memory (08e1b25) Obsolete yypad64() macro. (87472f5) scanner: temporarily protect against ccl overflow & overwriting. (12d2f86) build: fix ENABLE_NLS preprocessor check. (ea1faa2) scanner: Rename genecs() local variables. No code changes. (11b7512) scanner: Remove unused BASENAME() macro. (3c0f34c) build: use #ifdef for ENABLE_NLS check. (661d603) scanner: Define _POSIX_C_SOURCE when needed in skeleton. (a17d79e) build: Remove custom reallocarray() declaration. (0db9f89) scanner: Simplify PRINT_SPACES() macro (37a6184) build: AC_USE_SYSTEM_EXTENSIONS in configure.ac. (24fd055) doc: document config.h inclusion by flex itself (1d62d3e) scanner: Include flexdef.h at %top block of scan.l (4b5111d) {re,}allocate_array code cleanup (f294338) doc: document libfl targets in Makefile (71d3525) build: Add convenience targets to build libfl only (dd1afa3) doc: document src/libfl in NEWS (b84ad14) Don't install libfl.pc if --disable-libfl. (08e19c5) libfl.pc: Rewrite descriptions, remove unneeded Cflags. (e199cb6) Move libfl.pc.in to src subdirectory. (7e06407) doc: NEWS updates (931d29b) Hardcode flex name in --help text (b115f38) Remove an unneeded gettext() in --version output (a657f0c) scanner: remove BASENAME(); don't strip path from program_name (fb731ac) build: sort .gitignore (d64a526) have libobjs depend on libobjdir (#244) (24e73c4) build: git ignore libfl.pc (aa50a49) Create libfl.pc target for pkgconfig (c1ed5df) scanner: #define BASENAME, remove #include libgen.h (535524e) mkskel.sh: fix EOL issue for CRLF systems (3f2b9a4) scanner: Ignore comment lines in skeleton files. (7af066b) filter: faster is_blank_line implementation (e784a80) filter: new internal function is_blank_line() (0f37043) build: require automake, gettext versions as per maintainer dev setup (19cffb0) doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
2017-12-08Updated version (2.6.4.62.g2388238 -> 2.6.4.64.gc984ab0).AUR Update Bot
Changelog ========= scanner: scanopt_err() now returns void (c984ab0) scanner: simplify scanopt_usage(). (aa775c8) scanner: prevent overflow in add_action() (2388238) scanner: use calloc to allocate new filter memory (08e1b25) Obsolete yypad64() macro. (87472f5) scanner: temporarily protect against ccl overflow & overwriting. (12d2f86) build: fix ENABLE_NLS preprocessor check. (ea1faa2) scanner: Rename genecs() local variables. No code changes. (11b7512) scanner: Remove unused BASENAME() macro. (3c0f34c) build: use #ifdef for ENABLE_NLS check. (661d603) scanner: Define _POSIX_C_SOURCE when needed in skeleton. (a17d79e) build: Remove custom reallocarray() declaration. (0db9f89) scanner: Simplify PRINT_SPACES() macro (37a6184) build: AC_USE_SYSTEM_EXTENSIONS in configure.ac. (24fd055) doc: document config.h inclusion by flex itself (1d62d3e) scanner: Include flexdef.h at %top block of scan.l (4b5111d) {re,}allocate_array code cleanup (f294338) doc: document libfl targets in Makefile (71d3525) build: Add convenience targets to build libfl only (dd1afa3) doc: document src/libfl in NEWS (b84ad14) Don't install libfl.pc if --disable-libfl. (08e19c5) libfl.pc: Rewrite descriptions, remove unneeded Cflags. (e199cb6) Move libfl.pc.in to src subdirectory. (7e06407) doc: NEWS updates (931d29b) Hardcode flex name in --help text (b115f38) Remove an unneeded gettext() in --version output (a657f0c) scanner: remove BASENAME(); don't strip path from program_name (fb731ac) build: sort .gitignore (d64a526) have libobjs depend on libobjdir (#244) (24e73c4) build: git ignore libfl.pc (aa50a49) Create libfl.pc target for pkgconfig (c1ed5df) scanner: #define BASENAME, remove #include libgen.h (535524e) mkskel.sh: fix EOL issue for CRLF systems (3f2b9a4) scanner: Ignore comment lines in skeleton files. (7af066b) filter: faster is_blank_line implementation (e784a80) filter: new internal function is_blank_line() (0f37043) build: require automake, gettext versions as per maintainer dev setup (19cffb0) doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
2017-12-07Updated version (2.6.4.61.g08e1b25 -> 2.6.4.62.g2388238).AUR Update Bot
Changelog ========= scanner: prevent overflow in add_action() (2388238) scanner: use calloc to allocate new filter memory (08e1b25) Obsolete yypad64() macro. (87472f5) scanner: temporarily protect against ccl overflow & overwriting. (12d2f86) build: fix ENABLE_NLS preprocessor check. (ea1faa2) scanner: Rename genecs() local variables. No code changes. (11b7512) scanner: Remove unused BASENAME() macro. (3c0f34c) build: use #ifdef for ENABLE_NLS check. (661d603) scanner: Define _POSIX_C_SOURCE when needed in skeleton. (a17d79e) build: Remove custom reallocarray() declaration. (0db9f89) scanner: Simplify PRINT_SPACES() macro (37a6184) build: AC_USE_SYSTEM_EXTENSIONS in configure.ac. (24fd055) doc: document config.h inclusion by flex itself (1d62d3e) scanner: Include flexdef.h at %top block of scan.l (4b5111d) {re,}allocate_array code cleanup (f294338) doc: document libfl targets in Makefile (71d3525) build: Add convenience targets to build libfl only (dd1afa3) doc: document src/libfl in NEWS (b84ad14) Don't install libfl.pc if --disable-libfl. (08e19c5) libfl.pc: Rewrite descriptions, remove unneeded Cflags. (e199cb6) Move libfl.pc.in to src subdirectory. (7e06407) doc: NEWS updates (931d29b) Hardcode flex name in --help text (b115f38) Remove an unneeded gettext() in --version output (a657f0c) scanner: remove BASENAME(); don't strip path from program_name (fb731ac) build: sort .gitignore (d64a526) have libobjs depend on libobjdir (#244) (24e73c4) build: git ignore libfl.pc (aa50a49) Create libfl.pc target for pkgconfig (c1ed5df) scanner: #define BASENAME, remove #include libgen.h (535524e) mkskel.sh: fix EOL issue for CRLF systems (3f2b9a4) scanner: Ignore comment lines in skeleton files. (7af066b) filter: faster is_blank_line implementation (e784a80) filter: new internal function is_blank_line() (0f37043) build: require automake, gettext versions as per maintainer dev setup (19cffb0) doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
2017-11-29Updated version (2.6.4.59.g12d2f86 -> 2.6.4.61.g08e1b25).AUR Update Bot
Changelog ========= scanner: use calloc to allocate new filter memory (08e1b25) Obsolete yypad64() macro. (87472f5) scanner: temporarily protect against ccl overflow & overwriting. (12d2f86) build: fix ENABLE_NLS preprocessor check. (ea1faa2) scanner: Rename genecs() local variables. No code changes. (11b7512) scanner: Remove unused BASENAME() macro. (3c0f34c) build: use #ifdef for ENABLE_NLS check. (661d603) scanner: Define _POSIX_C_SOURCE when needed in skeleton. (a17d79e) build: Remove custom reallocarray() declaration. (0db9f89) scanner: Simplify PRINT_SPACES() macro (37a6184) build: AC_USE_SYSTEM_EXTENSIONS in configure.ac. (24fd055) doc: document config.h inclusion by flex itself (1d62d3e) scanner: Include flexdef.h at %top block of scan.l (4b5111d) {re,}allocate_array code cleanup (f294338) doc: document libfl targets in Makefile (71d3525) build: Add convenience targets to build libfl only (dd1afa3) doc: document src/libfl in NEWS (b84ad14) Don't install libfl.pc if --disable-libfl. (08e19c5) libfl.pc: Rewrite descriptions, remove unneeded Cflags. (e199cb6) Move libfl.pc.in to src subdirectory. (7e06407) doc: NEWS updates (931d29b) Hardcode flex name in --help text (b115f38) Remove an unneeded gettext() in --version output (a657f0c) scanner: remove BASENAME(); don't strip path from program_name (fb731ac) build: sort .gitignore (d64a526) have libobjs depend on libobjdir (#244) (24e73c4) build: git ignore libfl.pc (aa50a49) Create libfl.pc target for pkgconfig (c1ed5df) scanner: #define BASENAME, remove #include libgen.h (535524e) mkskel.sh: fix EOL issue for CRLF systems (3f2b9a4) scanner: Ignore comment lines in skeleton files. (7af066b) filter: faster is_blank_line implementation (e784a80) filter: new internal function is_blank_line() (0f37043) build: require automake, gettext versions as per maintainer dev setup (19cffb0) doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
2017-11-28Updated version (2.6.4.57.g11b7512 -> 2.6.4.59.g12d2f86).haawda
Changelog ========= scanner: temporarily protect against ccl overflow & overwriting. (12d2f86) build: fix ENABLE_NLS preprocessor check. (ea1faa2) scanner: Rename genecs() local variables. No code changes. (11b7512) scanner: Remove unused BASENAME() macro. (3c0f34c) build: use #ifdef for ENABLE_NLS check. (661d603) scanner: Define _POSIX_C_SOURCE when needed in skeleton. (a17d79e) build: Remove custom reallocarray() declaration. (0db9f89) scanner: Simplify PRINT_SPACES() macro (37a6184) build: AC_USE_SYSTEM_EXTENSIONS in configure.ac. (24fd055) doc: document config.h inclusion by flex itself (1d62d3e) scanner: Include flexdef.h at %top block of scan.l (4b5111d) {re,}allocate_array code cleanup (f294338) doc: document libfl targets in Makefile (71d3525) build: Add convenience targets to build libfl only (dd1afa3) doc: document src/libfl in NEWS (b84ad14) Don't install libfl.pc if --disable-libfl. (08e19c5) libfl.pc: Rewrite descriptions, remove unneeded Cflags. (e199cb6) Move libfl.pc.in to src subdirectory. (7e06407) doc: NEWS updates (931d29b) Hardcode flex name in --help text (b115f38) Remove an unneeded gettext() in --version output (a657f0c) scanner: remove BASENAME(); don't strip path from program_name (fb731ac) build: sort .gitignore (d64a526) have libobjs depend on libobjdir (#244) (24e73c4) build: git ignore libfl.pc (aa50a49) Create libfl.pc target for pkgconfig (c1ed5df) scanner: #define BASENAME, remove #include libgen.h (535524e) mkskel.sh: fix EOL issue for CRLF systems (3f2b9a4) scanner: Ignore comment lines in skeleton files. (7af066b) filter: faster is_blank_line implementation (e784a80) filter: new internal function is_blank_line() (0f37043) build: require automake, gettext versions as per maintainer dev setup (19cffb0) doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
2017-11-04Updated version (2.6.4.53.g0db9f89 -> 2.6.4.57.g11b7512).haawda
Changelog ========= scanner: Rename genecs() local variables. No code changes. (11b7512) scanner: Remove unused BASENAME() macro. (3c0f34c) build: use #ifdef for ENABLE_NLS check. (661d603) scanner: Define _POSIX_C_SOURCE when needed in skeleton. (a17d79e) build: Remove custom reallocarray() declaration. (0db9f89) scanner: Simplify PRINT_SPACES() macro (37a6184) build: AC_USE_SYSTEM_EXTENSIONS in configure.ac. (24fd055) doc: document config.h inclusion by flex itself (1d62d3e) scanner: Include flexdef.h at %top block of scan.l (4b5111d) {re,}allocate_array code cleanup (f294338) doc: document libfl targets in Makefile (71d3525) build: Add convenience targets to build libfl only (dd1afa3) doc: document src/libfl in NEWS (b84ad14) Don't install libfl.pc if --disable-libfl. (08e19c5) libfl.pc: Rewrite descriptions, remove unneeded Cflags. (e199cb6) Move libfl.pc.in to src subdirectory. (7e06407) doc: NEWS updates (931d29b) Hardcode flex name in --help text (b115f38) Remove an unneeded gettext() in --version output (a657f0c) scanner: remove BASENAME(); don't strip path from program_name (fb731ac) build: sort .gitignore (d64a526) have libobjs depend on libobjdir (#244) (24e73c4) build: git ignore libfl.pc (aa50a49) Create libfl.pc target for pkgconfig (c1ed5df) scanner: #define BASENAME, remove #include libgen.h (535524e) mkskel.sh: fix EOL issue for CRLF systems (3f2b9a4) scanner: Ignore comment lines in skeleton files. (7af066b) filter: faster is_blank_line implementation (e784a80) filter: new internal function is_blank_line() (0f37043) build: require automake, gettext versions as per maintainer dev setup (19cffb0) doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
2017-10-05Updated version (2.6.4.51.g24fd055 -> 2.6.4.53.g0db9f89).haawda
Changelog ========= build: Remove custom reallocarray() declaration. (0db9f89) scanner: Simplify PRINT_SPACES() macro (37a6184) build: AC_USE_SYSTEM_EXTENSIONS in configure.ac. (24fd055) doc: document config.h inclusion by flex itself (1d62d3e) scanner: Include flexdef.h at %top block of scan.l (4b5111d) {re,}allocate_array code cleanup (f294338) doc: document libfl targets in Makefile (71d3525) build: Add convenience targets to build libfl only (dd1afa3) doc: document src/libfl in NEWS (b84ad14) Don't install libfl.pc if --disable-libfl. (08e19c5) libfl.pc: Rewrite descriptions, remove unneeded Cflags. (e199cb6) Move libfl.pc.in to src subdirectory. (7e06407) doc: NEWS updates (931d29b) Hardcode flex name in --help text (b115f38) Remove an unneeded gettext() in --version output (a657f0c) scanner: remove BASENAME(); don't strip path from program_name (fb731ac) build: sort .gitignore (d64a526) have libobjs depend on libobjdir (#244) (24e73c4) build: git ignore libfl.pc (aa50a49) Create libfl.pc target for pkgconfig (c1ed5df) scanner: #define BASENAME, remove #include libgen.h (535524e) mkskel.sh: fix EOL issue for CRLF systems (3f2b9a4) scanner: Ignore comment lines in skeleton files. (7af066b) filter: faster is_blank_line implementation (e784a80) filter: new internal function is_blank_line() (0f37043) build: require automake, gettext versions as per maintainer dev setup (19cffb0) doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
2017-09-04Updated version (2.6.4.48.gf294338 -> 2.6.4.51.g24fd055).haawda
Changelog ========= build: AC_USE_SYSTEM_EXTENSIONS in configure.ac. (24fd055) doc: document config.h inclusion by flex itself (1d62d3e) scanner: Include flexdef.h at %top block of scan.l (4b5111d) {re,}allocate_array code cleanup (f294338) doc: document libfl targets in Makefile (71d3525) build: Add convenience targets to build libfl only (dd1afa3) doc: document src/libfl in NEWS (b84ad14) Don't install libfl.pc if --disable-libfl. (08e19c5) libfl.pc: Rewrite descriptions, remove unneeded Cflags. (e199cb6) Move libfl.pc.in to src subdirectory. (7e06407) doc: NEWS updates (931d29b) Hardcode flex name in --help text (b115f38) Remove an unneeded gettext() in --version output (a657f0c) scanner: remove BASENAME(); don't strip path from program_name (fb731ac) build: sort .gitignore (d64a526) have libobjs depend on libobjdir (#244) (24e73c4) build: git ignore libfl.pc (aa50a49) Create libfl.pc target for pkgconfig (c1ed5df) scanner: #define BASENAME, remove #include libgen.h (535524e) mkskel.sh: fix EOL issue for CRLF systems (3f2b9a4) scanner: Ignore comment lines in skeleton files. (7af066b) filter: faster is_blank_line implementation (e784a80) filter: new internal function is_blank_line() (0f37043) build: require automake, gettext versions as per maintainer dev setup (19cffb0) doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
2017-09-03Updated version (2.6.4.45.gb84ad14 -> 2.6.4.48.gf294338).haawda
Changelog ========= {re,}allocate_array code cleanup (f294338) doc: document libfl targets in Makefile (71d3525) build: Add convenience targets to build libfl only (dd1afa3) doc: document src/libfl in NEWS (b84ad14) Don't install libfl.pc if --disable-libfl. (08e19c5) libfl.pc: Rewrite descriptions, remove unneeded Cflags. (e199cb6) Move libfl.pc.in to src subdirectory. (7e06407) doc: NEWS updates (931d29b) Hardcode flex name in --help text (b115f38) Remove an unneeded gettext() in --version output (a657f0c) scanner: remove BASENAME(); don't strip path from program_name (fb731ac) build: sort .gitignore (d64a526) have libobjs depend on libobjdir (#244) (24e73c4) build: git ignore libfl.pc (aa50a49) Create libfl.pc target for pkgconfig (c1ed5df) scanner: #define BASENAME, remove #include libgen.h (535524e) mkskel.sh: fix EOL issue for CRLF systems (3f2b9a4) scanner: Ignore comment lines in skeleton files. (7af066b) filter: faster is_blank_line implementation (e784a80) filter: new internal function is_blank_line() (0f37043) build: require automake, gettext versions as per maintainer dev setup (19cffb0) doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
2017-08-31Updated version (2.6.4.41.g931d29b -> 2.6.4.45.gb84ad14).haawda
Changelog ========= doc: document src/libfl in NEWS (b84ad14) Don't install libfl.pc if --disable-libfl. (08e19c5) libfl.pc: Rewrite descriptions, remove unneeded Cflags. (e199cb6) Move libfl.pc.in to src subdirectory. (7e06407) doc: NEWS updates (931d29b) Hardcode flex name in --help text (b115f38) Remove an unneeded gettext() in --version output (a657f0c) scanner: remove BASENAME(); don't strip path from program_name (fb731ac) build: sort .gitignore (d64a526) have libobjs depend on libobjdir (#244) (24e73c4) build: git ignore libfl.pc (aa50a49) Create libfl.pc target for pkgconfig (c1ed5df) scanner: #define BASENAME, remove #include libgen.h (535524e) mkskel.sh: fix EOL issue for CRLF systems (3f2b9a4) scanner: Ignore comment lines in skeleton files. (7af066b) filter: faster is_blank_line implementation (e784a80) filter: new internal function is_blank_line() (0f37043) build: require automake, gettext versions as per maintainer dev setup (19cffb0) doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
2017-08-24Updated version (2.6.4.33.g535524e -> 2.6.4.41.g931d29b).haawda
Changelog ========= doc: NEWS updates (931d29b) Hardcode flex name in --help text (b115f38) Remove an unneeded gettext() in --version output (a657f0c) scanner: remove BASENAME(); don't strip path from program_name (fb731ac) build: sort .gitignore (d64a526) have libobjs depend on libobjdir (#244) (24e73c4) build: git ignore libfl.pc (aa50a49) Create libfl.pc target for pkgconfig (c1ed5df) scanner: #define BASENAME, remove #include libgen.h (535524e) mkskel.sh: fix EOL issue for CRLF systems (3f2b9a4) scanner: Ignore comment lines in skeleton files. (7af066b) filter: faster is_blank_line implementation (e784a80) filter: new internal function is_blank_line() (0f37043) build: require automake, gettext versions as per maintainer dev setup (19cffb0) doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
2017-07-18Updated version (2.6.4.31.g7af066b -> 2.6.4.33.g535524e).haawda
Changelog ========= scanner: #define BASENAME, remove #include libgen.h (535524e) mkskel.sh: fix EOL issue for CRLF systems (3f2b9a4) scanner: Ignore comment lines in skeleton files. (7af066b) filter: faster is_blank_line implementation (e784a80) filter: new internal function is_blank_line() (0f37043) build: require automake, gettext versions as per maintainer dev setup (19cffb0) doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
2017-07-16Updated version (2.6.4.28.g19cffb0 -> 2.6.4.31.g7af066b).haawda
Changelog ========= scanner: Ignore comment lines in skeleton files. (7af066b) filter: faster is_blank_line implementation (e784a80) filter: new internal function is_blank_line() (0f37043) build: require automake, gettext versions as per maintainer dev setup (19cffb0) doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
2017-07-14Updated version (2.6.4.27.g36c2c0a -> 2.6.4.28.g19cffb0).haawda
Changelog ========= build: require automake, gettext versions as per maintainer dev setup (19cffb0) doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
2017-07-04Updated version (2.6.4.20.g8bd14f1 -> 2.6.4.27.g36c2c0a).haawda
Changelog ========= doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
2017-07-02fix makedependencieshaawda
2017-06-18Updated version (2.6.4.18.g9e00f25 -> 2.6.4.20.g8bd14f1).haawda
2017-06-04Updated version (2.6.4.16.g71b9c0c -> 2.6.4.18.g9e00f25).haawda
2017-05-26Updated version (2.6.4.14.g1f3db3a -> 2.6.4.16.g71b9c0c).haawda
2017-05-26Updated version (2.6.4.13.gdb4f5e0 -> 2.6.4.14.g1f3db3a).haawda
2017-05-19Updated version (2.6.4.10.g3a70bac -> 2.6.4.13.gdb4f5e0).haawda
2017-05-14Updated version (2.6.4.8.g596a221 -> 2.6.4.10.g3a70bac).haawda
2017-05-14Updated version (2.6.4.5.g7284970 -> 2.6.4.8.g596a221).haawda
2017-05-13Updated version (2.6.4.4.g2c3f463 -> 2.6.4.5.g7284970).haawda
2017-05-07Updated version (2.6.3.62.g7889866 -> 2.6.4.4.g2c3f463).haawda
2017-05-06Updated version (2.6.3.60.ga1634aa -> 2.6.3.62.g7889866).haawda
2017-05-04Updated version (2.6.3.58.gba530cd -> 2.6.3.60.ga1634aa).haawda
2017-05-03Updated version (2.6.3.42.g89f10ee -> 2.6.3.58.gba530cd).haawda
2017-02-24Updated version (2.6.3.41.gd1b195b -> 2.6.3.42.g89f10ee).Stefan Husmann
Changelog ========= build: support cross compiling. (89f10ee) build: Include <strings.h>; add strcasecmp() check to configure. (d1b195b) build: Let configure error if missing required functions, headers.. (dbb4e94) scanner: compute powers of two faster. (c7a545a) test: skip pthread test when needed files missing. (122e589) build: mv scan.c when building dist. (2e820b6) build: don't assume distdir/scan.c is writeable (44f10b3) build: Add dist-hook to force remake scan.c. (a7adbf2) build: respect '--localedir' from configure. (dae5c22) build: Remove "-I$(top_srcdir)/intl" from CPPFLAGS. (dec3a38) scanner: fix regcomp's error reporting, double malloc. (e2d5690) test: Skip bison tests if bison is not available (3c0ccc4) build: remove repeated bison detection from configure. (546851b) build: fix Makefile parse.h dependency clauses. (a2fccbe) test: Remake *_scanner.c if *_scanner.h is missing. (e8cb34e) test: remove BUILT_SOURCES; add missing dependencies. (afc687f) build: detect overflow for [re]allocate_array. (9c54eb6) doc: v2.6.4 (7e4d538) build: more BSD make and vpath build fixes. (0a89eef) build: Fix skel.c generation with BSD make (b61b0fe) Add more defines in the non-reentrant part. (078b46c) scanner: Add yyparse prototype (726c8da) scanner: move comment for consistency (6bf98d9) scanner: Use array instead of pointer (1a94687) scanner: manage path to m4 better. (43a5beb) scanner: Avoid creating unused label (fb175a4) Cast argument to avoid arithmetic on void *. (f01ab4f) scanner: Use strncpy (7ca7603) scanner: Use prefix when defining yywrap to avoid redefinition. (f5d87f1) scanner: Include stdarg.h for va_list (6f47a52) scanner: Rename warn to lwarn. (d0d0573) test: document automake convention for skipped exit status. (da071cf) test: let testwrapper scripts be run by ${SHELL}. (dd7c6d4) test: Remove test scripts bashisms. (bcf7a07) test: exit on '-1' test non-zero status. (8c8691c) build: Fix 'make indent' target (bb92951) build: Simplify indent program detection (8db5267) filter: Don't emit #line if %option noline set (de0c5e9) translation: refresh po files from translation project (84a9a4b) c++: Fix yyrestart(NULL) SEGV. (e666829) scanner: join symbol list. (7f263e3) scanner: remove void cast before fprintf (a58086a)
2017-02-23Updated version (2.6.3.39.gc7a545a -> 2.6.3.41.gd1b195b).Stefan Husmann
Changelog ========= build: Include <strings.h>; add strcasecmp() check to configure. (d1b195b) build: Let configure error if missing required functions, headers.. (dbb4e94) scanner: compute powers of two faster. (c7a545a) test: skip pthread test when needed files missing. (122e589) build: mv scan.c when building dist. (2e820b6) build: don't assume distdir/scan.c is writeable (44f10b3) build: Add dist-hook to force remake scan.c. (a7adbf2) build: respect '--localedir' from configure. (dae5c22) build: Remove "-I$(top_srcdir)/intl" from CPPFLAGS. (dec3a38) scanner: fix regcomp's error reporting, double malloc. (e2d5690) test: Skip bison tests if bison is not available (3c0ccc4) build: remove repeated bison detection from configure. (546851b) build: fix Makefile parse.h dependency clauses. (a2fccbe) test: Remake *_scanner.c if *_scanner.h is missing. (e8cb34e) test: remove BUILT_SOURCES; add missing dependencies. (afc687f) build: detect overflow for [re]allocate_array. (9c54eb6) doc: v2.6.4 (7e4d538) build: more BSD make and vpath build fixes. (0a89eef) build: Fix skel.c generation with BSD make (b61b0fe) Add more defines in the non-reentrant part. (078b46c) scanner: Add yyparse prototype (726c8da) scanner: move comment for consistency (6bf98d9) scanner: Use array instead of pointer (1a94687) scanner: manage path to m4 better. (43a5beb) scanner: Avoid creating unused label (fb175a4) Cast argument to avoid arithmetic on void *. (f01ab4f) scanner: Use strncpy (7ca7603) scanner: Use prefix when defining yywrap to avoid redefinition. (f5d87f1) scanner: Include stdarg.h for va_list (6f47a52) scanner: Rename warn to lwarn. (d0d0573) test: document automake convention for skipped exit status. (da071cf) test: let testwrapper scripts be run by ${SHELL}. (dd7c6d4) test: Remove test scripts bashisms. (bcf7a07) test: exit on '-1' test non-zero status. (8c8691c) build: Fix 'make indent' target (bb92951) build: Simplify indent program detection (8db5267) filter: Don't emit #line if %option noline set (de0c5e9) translation: refresh po files from translation project (84a9a4b) c++: Fix yyrestart(NULL) SEGV. (e666829) scanner: join symbol list. (7f263e3) scanner: remove void cast before fprintf (a58086a)
2017-02-16Updated version (2.6.3.36.g44f10b3 -> 2.6.3.39.gc7a545a).Stefan Husmann
Changelog ========= scanner: compute powers of two faster. (c7a545a) test: skip pthread test when needed files missing. (122e589) build: mv scan.c when building dist. (2e820b6) build: don't assume distdir/scan.c is writeable (44f10b3) build: Add dist-hook to force remake scan.c. (a7adbf2) build: respect '--localedir' from configure. (dae5c22) build: Remove "-I$(top_srcdir)/intl" from CPPFLAGS. (dec3a38) scanner: fix regcomp's error reporting, double malloc. (e2d5690) test: Skip bison tests if bison is not available (3c0ccc4) build: remove repeated bison detection from configure. (546851b) build: fix Makefile parse.h dependency clauses. (a2fccbe) test: Remake *_scanner.c if *_scanner.h is missing. (e8cb34e) test: remove BUILT_SOURCES; add missing dependencies. (afc687f) build: detect overflow for [re]allocate_array. (9c54eb6) doc: v2.6.4 (7e4d538) build: more BSD make and vpath build fixes. (0a89eef) build: Fix skel.c generation with BSD make (b61b0fe) Add more defines in the non-reentrant part. (078b46c) scanner: Add yyparse prototype (726c8da) scanner: move comment for consistency (6bf98d9) scanner: Use array instead of pointer (1a94687) scanner: manage path to m4 better. (43a5beb) scanner: Avoid creating unused label (fb175a4) Cast argument to avoid arithmetic on void *. (f01ab4f) scanner: Use strncpy (7ca7603) scanner: Use prefix when defining yywrap to avoid redefinition. (f5d87f1) scanner: Include stdarg.h for va_list (6f47a52) scanner: Rename warn to lwarn. (d0d0573) test: document automake convention for skipped exit status. (da071cf) test: let testwrapper scripts be run by ${SHELL}. (dd7c6d4) test: Remove test scripts bashisms. (bcf7a07) test: exit on '-1' test non-zero status. (8c8691c) build: Fix 'make indent' target (bb92951) build: Simplify indent program detection (8db5267) filter: Don't emit #line if %option noline set (de0c5e9) translation: refresh po files from translation project (84a9a4b) c++: Fix yyrestart(NULL) SEGV. (e666829) scanner: join symbol list. (7f263e3) scanner: remove void cast before fprintf (a58086a)
2017-02-06Updated version (2.6.3.31.g3c0ccc4 -> 2.6.3.36.g44f10b3).Stefan Husmann
Changelog ========= build: don't assume distdir/scan.c is writeable (44f10b3) build: Add dist-hook to force remake scan.c. (a7adbf2) build: respect '--localedir' from configure. (dae5c22) build: Remove "-I$(top_srcdir)/intl" from CPPFLAGS. (dec3a38) scanner: fix regcomp's error reporting, double malloc. (e2d5690) test: Skip bison tests if bison is not available (3c0ccc4) build: remove repeated bison detection from configure. (546851b) build: fix Makefile parse.h dependency clauses. (a2fccbe) test: Remake *_scanner.c if *_scanner.h is missing. (e8cb34e) test: remove BUILT_SOURCES; add missing dependencies. (afc687f) build: detect overflow for [re]allocate_array. (9c54eb6) doc: v2.6.4 (7e4d538) build: more BSD make and vpath build fixes. (0a89eef) build: Fix skel.c generation with BSD make (b61b0fe) Add more defines in the non-reentrant part. (078b46c) scanner: Add yyparse prototype (726c8da) scanner: move comment for consistency (6bf98d9) scanner: Use array instead of pointer (1a94687) scanner: manage path to m4 better. (43a5beb) scanner: Avoid creating unused label (fb175a4) Cast argument to avoid arithmetic on void *. (f01ab4f) scanner: Use strncpy (7ca7603) scanner: Use prefix when defining yywrap to avoid redefinition. (f5d87f1) scanner: Include stdarg.h for va_list (6f47a52) scanner: Rename warn to lwarn. (d0d0573) test: document automake convention for skipped exit status. (da071cf) test: let testwrapper scripts be run by ${SHELL}. (dd7c6d4) test: Remove test scripts bashisms. (bcf7a07) test: exit on '-1' test non-zero status. (8c8691c) build: Fix 'make indent' target (bb92951) build: Simplify indent program detection (8db5267) filter: Don't emit #line if %option noline set (de0c5e9) translation: refresh po files from translation project (84a9a4b) c++: Fix yyrestart(NULL) SEGV. (e666829) scanner: join symbol list. (7f263e3) scanner: remove void cast before fprintf (a58086a)
2017-01-29add help2man as makedependencyStefan Husmann
2017-01-26initial uploadStefan Husmann