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:
parent
f7eb8fef7b
commit
3d6e08b592
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:27159ac5ebf736dffd5636fd2cd625767c9e437de65baa63cb0de83570bd820d
|
|
||||||
size 2198020
|
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXOV/9gAKCRAN3KoyeNUm
|
|
||||||
ToHjAJsEQNyVLvTpZamkFVz29PJfb5n/gwCfWbG6OM3AoxSORvikDXyxvZcChQ8=
|
|
||||||
=wBJ7
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
bison-3.4.2.tar.xz
Normal file
3
bison-3.4.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:27d05534699735dc69e86add5b808d6cb35900ad3fd63fa82e3eb644336abfa0
|
||||||
|
size 2240532
|
6
bison-3.4.2.tar.xz.sig
Normal file
6
bison-3.4.2.tar.xz.sig
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXXpwYAAKCRAN3KoyeNUm
|
||||||
|
TgccAJ9LBkqrHKKMbcoB7k4zwN7w2qwSdgCg07ViqN5o8oiPJyx/T1iuBLS/u30=
|
||||||
|
=IIGs
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -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>
|
Fri Aug 2 06:57:00 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bison
|
Name: bison
|
||||||
Version: 3.4.1
|
Version: 3.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GNU Parser Generator
|
Summary: The GNU Parser Generator
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user