flex 2.6.4-3 source package in Ubuntu

Changelog

flex (2.6.4-3) unstable; urgency=medium

  * Bug fix: "Debian-specific libfl.so linker script causes FTBFS", thanks
    to Adrian Bunk (Closes: #890415).
  * Bug fix: "Does not provide suitable libfl.a for PIEs", thanks to James
    Clarke. I undertand that gcc now builds with PIE (Closes: #870769).
  * Bug fix: "libfl_pic.a is not compiled with -fPIC", thanks to Balint
    Reczey. We no longer provide that library. (Closes: #837658).
  * 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&#39;s -Werror=type-limits", thanks to <email address hidden></a>;
    the change has been reverted in the new upstream. (Closes: #770161).

 -- Manoj Srivastava <email address hidden>  Thu, 15 Feb 2018 12:14:50 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
flex_2.6.4-3.dsc 2.0 KiB 9b1b0dd59487694353a97d32720b39bf3b8a6f2dfcf66747a01da68334820278
flex_2.6.4.orig.tar.gz 1.4 MiB e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995
flex_2.6.4-3.diff.gz 56.3 KiB 641ff82bf0b58d49d09a5cc864c96b0f0b4806c4e9380a4074ba0739fc048e1c

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

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