flex 2.6.0-11 source package in Ubuntu
Changelog
flex (2.6.0-11) unstable; urgency=low * Cherry pick fix from upstream. * Bug fix: "n_alloc has wrong value in buf_append function", thanks to Howard Gong (Closes: #761250). * Bug fix: "Type of yy_n_chars changed to yy_size_t by authors cause bug in YY_INPUT macro where result argument is tested if < 0; thanks to gcc's -Werror=type-limits", thanks to Michal Fita (Closes: #770161). -- Manoj Srivastava <email address hidden> Wed, 24 Feb 2016 17:43:41 -0800
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
flex_2.6.0-11.dsc | 1.8 KiB | 0e0d9f4930dd3b2c812db185521b815c544f0cf2030366e3d6d377d9637f2ca1 |
flex_2.6.0.orig.tar.gz | 921.7 KiB | 085320a00e942bb397e025babcbe36a65dedac182fa6b86dbf1e5f00136c85e2 |
flex_2.6.0-11.diff.gz | 30.2 KiB | c1395f1f627e433d964d62cb08e5c5869933533574b2e692f5b1f7d600e2dd77 |
Available diffs
- diff from 2.6.0-9 to 2.6.0-11 (2.7 KiB)
No changes file available.
Binary packages built by this source
- flex: No summary available for flex in ubuntu yakkety.
No description available for flex in ubuntu yakkety.
- flex-dbgsym: No summary available for flex-dbgsym in ubuntu yakkety.
No description available for flex-dbgsym in ubuntu yakkety.
- flex-doc: Documentation for flex (a fast lexical analyzer generator)
Flex is a tool for generating scanners: programs which recognized lexical
patterns in text. It reads the given input files for a description of a
scanner to generate. The description is in the form of pairs of regular
expressions and C code, called rules. Flex generates as output a C source
file, lex.yy.c, which defines a routine yylex(). This file is compiled
and linked with the -lfl library to produce an executable. When the
executable is run, it analyzes its input for occurrences of the regular
expressions. Whenever it finds one, it executes the corresponding C code.
.
This package contains the HTML documentation for flex.
- libfl-dev: No summary available for libfl-dev in ubuntu yakkety.
No description available for libfl-dev in ubuntu yakkety.
- libfl-dev-dbgsym: debug symbols for package libfl-dev
Flex is a tool for generating scanners: programs which recognized lexical
patterns in text. It reads the given input files for a description of a
scanner to generate. The description is in the form of pairs of regular
expressions and C code, called rules. Flex generates as output a C source
file, lex.yy.c, which defines a routine yylex(). This file is compiled
and linked with the -lfl library to produce an executable. When the
executable is run, it analyzes its input for occurrences of the regular
expressions. Whenever it finds one, it executes the corresponding C code.
.
This package contains the static library for flex.