Fast Lexical Analyzer Generator
FLEX is a tool for generating scanners: programs that recognize lexical
patterns in text.
- Developed at devel:tools:compiler
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:zSystems/flex && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000000390 390 Bytes | |
baselibs.conf | 0000000024 24 Bytes | |
flex-2.6.4.tar.gz | 0001419096 1.35 MB | |
flex.changes | 0000012767 12.5 KB | |
flex.spec | 0000003442 3.36 KB | |
lex-wrapper.sh | 0000000037 37 Bytes |
Revision 31 (latest revision is 37)
Dominique Leuenberger (dimstar_suse)
accepted
request 507762
from
Martin Pluskal (pluskalm)
(revision 31)
- Explicitly require m4 and library devel package - Do not ship static library - flex 2.6.4: * Some minor performance enhancements * honor user defined yy_* macros again - includes changes from 2.6.3: * several bug fixes resolved problems introduced in recent flex versions regarding processing of comments, literals and various quoting scenarios. * fix buffer overflow through long path (bsc#1026047) - includes changes from 2.6.2: * a segfalt involving yyrestart(NULL) has been fixed * flex should now handle quoting when mixed with m4 processing correctly * flex handles `[[' and `]]' correctly * flex no longer generates non-ANSI code * more compilation warnings were squashed in generated scanners * prevented a buffer overflow that could occur when input buffers were the exact wrong size - drop flex-2.6.1-fPIC.patch - build the shared library and split libfl
Comments 0