Changelog for
flex-debuginfo-2.5.35-43.6.x86_64.rpm :
Wed Dec 10 13:00:00 2008 olhAATTsuse.de
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
(bnc#437293)
Thu Oct 30 13:00:00 2008 olhAATTsuse.de
- obsolete old -XXbit packages (bnc#437293)
Thu Apr 10 14:00:00 2008 roAATTsuse.de
- added baselibs.conf file to build xxbit packages
for multilib support
Fri Feb 29 13:00:00 2008 mmarekAATTsuse.cz
- updated to 2.5.35
* includes previous fixes
* translation updates
Tue Feb 19 13:00:00 2008 mmarekAATTsuse.cz
- updated with fixes from flex CVS to fix following bugs in 2.5.34:
[#1849809], #1849805, #1628314, #1849812 (details at
http://sourceforge.net/tracker/?group_id=97492&atid=618177 )
Tue Jan 15 13:00:00 2008 mmarekAATTsuse.cz
- updated to 2.5.34
* introduce yylex_init_extra; see the manual for details
* introduce %option extra-type=\"your_type
*\"
* The flex program now parses multiple short concatenated options
Thanks to Petr Machata of Red Hat on this issue.
* Expose YY_BUF_SIZE in the header file.
* pattern language expanded; see the manual for details on the
below highlights
* pattern options added to specify patterns as case-insensitive
or case-sensitive
* pattern options to specify whether the \".\" character should
match the newline character
* pattern options added to allow ignoring of whitespace in
patterns
* POSIX character classes may be negated in patterns
* patterns may now use set difference, union operators
* the manual now contains an appendix listing various common
patterns which may be useful when writing scanners
* c++ scanners can now use yywrap
* flex man page and flex manual in pdf now distributed in the
flex distribution
* bugfixes and translation updates
Mon Mar 26 14:00:00 2007 rguentherAATTsuse.de
- Add bison BuildRequires.
Wed May 17 14:00:00 2006 mmarekAATTsuse.cz
- update to 2.5.33
* bugfix release
* obsoleted patches:
- YY_DECL.patch
- array-yymore.patch
- double-free.patch
- keep-macros.patch
- overflow.patch
* kept fPIC.patch, yylineno.patch and doc-fix.diff
Tue May 16 14:00:00 2006 agruenAATTsuse.de
- A minor fix in the documentation.
Thu Mar 9 13:00:00 2006 mmarekAATTsuse.cz
- keep YY_
* macros in the generated C file (backport from 2.5.33)
[#141964#c6] (keep-yytext_ptr.patch -> keep-macros.patch)