diff options
author | AUR Update Bot | 2017-11-29 20:12:36 +0100 |
---|---|---|
committer | haawda | 2017-11-29 20:12:36 +0100 |
commit | 88dfafb16ce7fa7bf6cf16ba2323edbe7b8540ff (patch) | |
tree | b3918a7832308a2327cf581a45a431a8adbfedfb | |
parent | c2103592c702418bff9cb2d5a7294caae845fab9 (diff) | |
download | aur-88dfafb16ce7fa7bf6cf16ba2323edbe7b8540ff.tar.gz |
Updated version (2.6.4.59.g12d2f86 -> 2.6.4.61.g08e1b25).
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)
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Tue Nov 28 20:26:24 UTC 2017 +# Wed Nov 29 19:12:36 UTC 2017 pkgbase = flex-git pkgdesc = A tool for generating text-scanning programs - from git - pkgver = 2.6.4.59.g12d2f86 + pkgver = 2.6.4.61.g08e1b25 pkgrel = 1 url = https://github.com/westes/flex arch = i686 @@ -3,7 +3,7 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=flex-git -pkgver=2.6.4.59.g12d2f86 +pkgver=2.6.4.61.g08e1b25 pkgrel=1 pkgdesc="A tool for generating text-scanning programs - from git" arch=('i686' 'x86_64') |