Name: | flex |
---|---|
Version: | 2.5.37 |
Release: | 6.el7 |
Architecture: | aarch64 |
Group: | Development/Tools |
Size: | 798292 |
License: | BSD and LGPLv2+ |
RPM: | flex-2.5.37-6.el7.aarch64.rpm |
Source RPM: | flex-2.5.37-6.el7.src.rpm |
Build Date: | Fri Aug 24 2018 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://flex.sourceforge.net/ |
Summary: | A tool for creating scanners (text pattern recognizers) |
Description: | 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. |
- Build requires gcc-c++ for building from source. (#1600429)
- Remove g++ signed/unsigned comparison warning in generated scanner (#1210022)
- Fix testsuite build issues (#1439367)
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- Rebase to 2.5.37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Bump for rebuild
- Rebase to 2.5.36 - Drop flex-2.5.35-sign.patch, flex-2.5.35-hardening.patch, flex-2.5.35-gcc44.patch, flex-2.5.35-missing-prototypes.patch - Add flex-2.5.36-bison-2.6.1.patch - Add a subpackage doc - Resolves #842073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild