forked from pool/bison
Accepting request 922767 from home:AndreasStieger:branches:devel:tools:compiler
GNU bison 3.8.2 OBS-URL: https://build.opensuse.org/request/show/922767 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=114
This commit is contained in:
parent
6a56ab0757
commit
0acfeb4808
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:67d68ce1e22192050525643fc0a7a22297576682bef6a5c51446903f5aeef3cf
|
|
||||||
size 2627180
|
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCYEciYAAKCRAN3KoyeNUm
|
|
||||||
TvLBAKDMQJ6ETOBa5M+kRH4anNYgtken3QCgkZvWMFloDvJ8TwsKmERbuwQpvj4=
|
|
||||||
=qI8O
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
bison-3.8.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
bison-3.8.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
6
bison-3.8.2.tar.xz.sig
Normal file
6
bison-3.8.2.tar.xz.sig
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCYU7sOQAKCRAN3KoyeNUm
|
||||||
|
TvqkAJ40OU3S4NcrahT9jS4yXn23/RTmOACg3qOg8DplJaaih54VV8c4cxDJi0k=
|
||||||
|
=Ijrq
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 2 07:23:56 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- GNU bison 3.8.2
|
||||||
|
* in Yacc compatibility mode (options -y/--yacc) Bison now
|
||||||
|
generates prototypes for yyerror and yylex if POSIXLY_CORRECT
|
||||||
|
is set
|
||||||
|
* -g/--graph now generates a *.gv file by default, instead of *.dot
|
||||||
|
* Support for the YYPRINT macro is removed
|
||||||
|
* The "lalr1.d" skeleton is now officially part of Bison
|
||||||
|
* Option -H, --header and directive %header supersede
|
||||||
|
--defines and %defines, respectively
|
||||||
|
* --html generates HTML reports directly in one step
|
||||||
|
* A new C++ native GLR parser
|
||||||
|
* Counterexamples now show the rule numbers, and always show ε
|
||||||
|
for rules with an empty right-hand side
|
||||||
|
* Support for Lookahead correction (LAC) in Java
|
||||||
|
* User actions may now use YYNOMEM to abort the current parse
|
||||||
|
with memory exhaustion
|
||||||
|
* Support for custom error messages and location print macros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 12 21:47:19 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Fri Mar 12 21:47:19 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bison
|
Name: bison
|
||||||
Version: 3.7.6
|
Version: 3.8.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