Changelog for
bison-32bit-2.4.1-1.1.x86_64.rpm :
Wed Feb 10 13:00:00 2010 rguentherAATTsuse.de
- Update to version 2.4.1.
- Apply fix for GCC 4.5 compliance.
- Apply fix for unsupported output file names.
Mon Feb 8 13:00:00 2010 cooloAATTnovell.com
- package yacc.1 too
Fri Jan 29 13:00:00 2010 cooloAATTnovell.com
- fix patch name
Tue Jan 26 13:00:00 2010 mmarekAATTsuse.cz
- updated to 2.4
* new experimental %language directive to select the used
skeleton and output file name
* experimantal Java parser support
* support for push parsers
* bison now removes unreachable states (this might require
updates to %expect and %expect-rr directives)
* support for per-type and default %destructor\'s and %printer\'s
* except for LALR(1) parsers in C with POSIX Yacc emulation enabled
(with `-y\', `--yacc\', or `%yacc\'), Bison no longer generates
[#]define statements for associating token numbers with token
names
* For a detailed list of fixes and new features, see
/usr/share/doc/packages/bison/NEWS
Sat Dec 12 13:00:00 2009 jengelhAATTmedozas.de
- enable parallel building
- add baselibs.conf as a source
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
Wed Jan 24 13:00:00 2007 mmarekAATTsuse.cz
- use more $RPM_OPT_FLAGS
Mon Jun 26 14:00:00 2006 mmarekAATTsuse.cz
- updated to 2.3
* all generated scanners can be used in non-free programs
(previously, only LALR(1) scanners in C had the exception)
* multiple %union declarations can be used, they will be
concatenated
* unused values with a %destructor are warned about
* %destructors are not run for values in the action that called
YYABORT/YYACCEPT/YYERROR
* unsatisfied number of %expect/%expect-rr conflicts is an error,
not warning
* ability to depend on a minimal bison version via
%require \"VERSION\"
* no global YYSTYPE and YYLTYPE macros and token names in C++
scanners -- yy::parser::semantic_type, yy::parser::location_type
and yy::parser::token::
should be used instead
(can be reverted by \'%define \"global_tokens_and_yystype\" \"1\"\')