Development/Tools

flex: A tool for creating scanners (text pattern recognizers).

Name:flex Vendor:Scientific Linux
Version:2.5.4a License:BSD
Release:41.fc6 URL:http://www.gnu.org/software/flex/
Summary
The flex program generates scanners. Scanners are programs which can recognize lexical patterns in text. Flex takes pairs of regular expressions and C code as input and generates a C source file as output. The output file is compiled and linked with a library to produce an executable. The executable searches through its input for occurrences of the regular expressions. When a match is found, it executes the corresponding C code. Flex was designed to work with both Yacc and Bison, and is used by many programs as part of their build process. You should install flex if you are going to use your system for application development.

Arch: i386

Download:flex-2.5.4a-41.fc6.i386.rpm
Build Date:Mon Mar 26 19:13:14 2007
Packager:
Size:241 KiB

Changelog

* Tue Jul 18 17:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 2.5.4a-41
- Reverting posix patch.  Imposing posix because of warning is too
  much of a restriction.
* Sun Jul 16 17:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 2.5.4a-40
- using dist tag
* Fri Jul 14 17:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 2.5.4a-39
- fileno is defined in posix standard, so adding #define _POSIX_SOURCE
  to compile without warnings (#195687)
- dropping 183098 test, since the original bug was already resolved

Listing created by RepoView-0.5.2