flex 2.5.35-10.1ubuntu2 source package in Ubuntu

Changelog

flex (2.5.35-10.1ubuntu2) trusty; urgency=low

  * Preseed autoconf vars ac_cv_func_malloc_0_nonnull=yes and
    ac_cv_func_realloc_0_nonnull for cross builds.
 -- Matthias Klose <email address hidden>   Wed, 04 Dec 2013 19:15:48 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main devel

Downloads

File Size SHA-256 Checksum
flex_2.5.35.orig.tar.gz 1.4 MiB a6fe3ac80b5f89769d833efde712f95bb0255bcf9089fa324636a9b8a005c717
flex_2.5.35-10.1ubuntu2.diff.gz 44.7 KiB 7a5550a762088a8bacc81ee6bdbb5cbcc310feaa3516b9d7430091aed9a3e21d
flex_2.5.35-10.1ubuntu2.dsc 1.4 KiB b223fc504e41213ed4f015e208c385feae695d4afb6a1c90d14fed34295d172a

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