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

Upload details

Uploaded by:
Manoj
Uploaded to:
Sid
Original maintainer:
Manoj
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket 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

No changes file available.

Binary packages built by this source

flex: 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.

flex-dbgsym: debug symbols for package flex

 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.

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: static library 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 static library for flex.

libfl-dev-dbgsym: No summary available for libfl-dev-dbgsym in ubuntu yakkety.

No description available for libfl-dev-dbgsym in ubuntu yakkety.