SHA256
1
0
forked from pool/bison

Accepting request 732520 from home:AndreasStieger:branches:devel:tools:compiler

bison 3.4.2

OBS-URL: https://build.opensuse.org/request/show/732520
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=73
This commit is contained in:
Martin Pluskal
2019-09-23 06:56:39 +00:00
committed by Git OBS Bridge
parent f7eb8fef7b
commit 3d6e08b592
6 changed files with 23 additions and 10 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Sep 22 15:25:35 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 3.4.2:
* In some cases, when warnings are disabled, bison could emit
tons of white spaces as diagnostics
* When running out of memory, bison could crash
* When defining twice the EOF token, bison would crash
* New warnings from recent compilers have been addressed in the
generated parsers (yacc.c, glr.c, glr.cc)
* When lone carriage-return characters appeared in the input
file, diagnostics could hang forever
-------------------------------------------------------------------
Fri Aug 2 06:57:00 UTC 2019 - Martin Liška <mliska@suse.cz>