flex 2.5.35-10.1ubuntu1 source package in Ubuntu

Changelog

flex (2.5.35-10.1ubuntu1) quantal; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - Split the flex package into flex and libfl-dev, with flex as a
      Multi-Arch: foreign package depending on a Multi-Arch: same libfl-dev,
      so that flex works for cross-building.

flex (2.5.35-10.1) unstable; urgency=low

  * Non-maintainer upload.
  * Use dpkg-buildflags to enable hardened build flags.
    Thanks to Moritz Muehlenhoff <email address hidden>. (Closes: #655414)
  * Add prototypes for yy_[gs]etcolumn in re-entrant mode, taken from Fedora.
    Thanks to Daniel Stone <email address hidden>. (Closes: #667027)
 -- Colin Watson <email address hidden>   Tue, 02 Oct 2012 10:39:02 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Quantal
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
flex_2.5.35.orig.tar.gz 1.4 MiB a6fe3ac80b5f89769d833efde712f95bb0255bcf9089fa324636a9b8a005c717
flex_2.5.35-10.1ubuntu1.diff.gz 39.9 KiB 846490ea5969205f048dce602e8a0908dbfd2692ce9cec346d1afde0d6ffea68
flex_2.5.35-10.1ubuntu1.dsc 2.1 KiB 0a7f11ecb57797770d4f6a1931c369e2c5473e6c7a9957fffb55e05c886e2acf

View changes file

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-doc: No summary available for flex-doc in ubuntu raring.

No description available for flex-doc in ubuntu raring.

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.