SHA256
3
0
forked from pool/flex
Go to file
Dominique Leuenberger 41ef56fa75 Accepting request 507762 from devel:tools:compiler
- Explicitly require m4 and library devel package
- Do not ship static library 

- flex 2.6.4:
  * Some minor performance enhancements
  * honor user defined yy_* macros again
- includes changes from 2.6.3:
  * several bug fixes resolved problems introduced in recent flex
    versions regarding processing of comments, literals and various
    quoting scenarios.
  * fix buffer overflow through long path (bsc#1026047)
- includes changes from 2.6.2:
  * a segfalt involving yyrestart(NULL) has been fixed
  * flex should now handle quoting when mixed with m4 processing
    correctly
  * flex handles `[[' and `]]' correctly
  * flex no longer generates non-ANSI code
  * more compilation warnings were squashed in generated scanners
  * prevented a buffer overflow that could occur when input buffers
   were the exact wrong size
- drop flex-2.6.1-fPIC.patch
- build the shared library and split libfl

OBS-URL: https://build.opensuse.org/request/show/507762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flex?expand=0&rev=31
2017-07-12 17:29:59 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flex?expand=0&rev=1 2006-12-18 23:15:58 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flex?expand=0&rev=1 2006-12-18 23:15:58 +00:00
baselibs.conf Accepting request 506139 from home:AndreasStieger:branches:devel:tools:compiler 2017-06-26 08:03:31 +00:00
flex-2.6.4.tar.gz Accepting request 506139 from home:AndreasStieger:branches:devel:tools:compiler 2017-06-26 08:03:31 +00:00
flex.changes - Explicitly require m4 and library devel package 2017-07-03 10:09:44 +00:00
flex.spec - Explicitly require m4 and library devel package 2017-07-03 10:09:44 +00:00
lex-wrapper.sh OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flex?expand=0&rev=1 2006-12-18 23:15:58 +00:00
README.SUSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flex?expand=0&rev=1 2006-12-18 23:15:58 +00:00

README.SUSE file for package flex
---------------------------------

This version of the flex program (developed at http://lex.sourceforge.net/) is
a major upgrade of the original flex maintained at
http://www.gnu.org/software/flex/ and has some incompatible changes in the
generated scanners. For that reason, we temporarily ship the package flex-old,
which contains the original version.