Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
|
|
|