Accepting request 140996 from home:elvigia:branches:devel:tools:compiler

- bison 2.6.5
* Incorrect definitions of YY_, issued by yacc.c when no parser header is
  generated, are removed.
* Fix compiler warnings in the generated parser (yacc.c, glr.c) 
* Warnings about uninitialized yylval and/or yylloc for push parsers with a
  pure interface have been fixed for GCC 4.0 up to 4.8, and Clang 2.9 to
  3.2.

OBS-URL: https://build.opensuse.org/request/show/140996
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=22
This commit is contained in:
Ismail Dönmez
2012-11-15 12:16:24 +00:00
committed by Git OBS Bridge
parent 6fcd9b4bda
commit 738059dc7b
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 12 16:23:50 UTC 2012 - crrodriguez@opensuse.org
- bison 2.6.5
* Incorrect definitions of YY_, issued by yacc.c when no parser header is
generated, are removed.
* Fix compiler warnings in the generated parser (yacc.c, glr.c)
* Warnings about uninitialized yylval and/or yylloc for push parsers with a
pure interface have been fixed for GCC 4.0 up to 4.8, and Clang 2.9 to
3.2.
-------------------------------------------------------------------
Sun Sep 23 17:27:27 UTC 2012 - nmo.marques@gmail.com