SHA256
1
0
forked from pool/byacc

Accepting request 891593 from home:dirkmueller:Factory

- update to 20210328:
  * reader.c: ignore bison's "%empty" extension
  * reader.c, defs.h:
    %debug was a trivial bison "extension", mark it as such
  * yacc.1: use italics in a few places where bold was inappropriate
  * reader.c:
    add union tag to YYSTYPE structure for compatibility with a feature which
    bison copied from Solaris yacc (request by Ella Stanforth)
  * closure.c, warshall.c:
    fix undefined-behavior diagnosed with gcc -fsanitize=undefined (report by
    Alexander Richardson)

OBS-URL: https://build.opensuse.org/request/show/891593
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=38
This commit is contained in:
Martin Pluskal 2021-05-10 05:30:46 +00:00 committed by Git OBS Bridge
parent c126fc9d1a
commit b046b70256
6 changed files with 27 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a5906073aeaf23ddc20aaac0ea61cb5ccc18572870b113375dec4ffe85ecf30
size 871242

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Comment: See https://invisible-island.net/public/public.html for info
iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCX1q0kQAKCRBwI1Pg9+SO
27u7AKCxxtE9MshFpA3XlRkEfaHkLhGWzwCfdL9g/AR8FIdANYcesxF2nqzm9xk=
=vj2e
-----END PGP SIGNATURE-----

3
byacc-20210328.tgz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b8f258eb22a4eae994ee374a712dd08e023cde1c39b373e8db8ba7806c50585
size 874281

7
byacc-20210328.tgz.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Comment: See https://invisible-island.net/public/public.html for info
iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCYGDb8gAKCRBwI1Pg9+SO
20WnAJ9+eVpO0c9WS2uhQHVfNV6rvChC4wCgmG+y1rZfAFzh6l6DzwE2+AvmGI0=
=qoFN
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat May 8 20:19:26 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 20210328:
* reader.c: ignore bison's "%empty" extension
* reader.c, defs.h:
%debug was a trivial bison "extension", mark it as such
* yacc.1: use italics in a few places where bold was inappropriate
* reader.c:
add union tag to YYSTYPE structure for compatibility with a feature which
bison copied from Solaris yacc (request by Ella Stanforth)
* closure.c, warshall.c:
fix undefined-behavior diagnosed with gcc -fsanitize=undefined (report by
Alexander Richardson)
-------------------------------------------------------------------
Sun Sep 20 16:34:12 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package byacc
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2010 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: byacc
Version: 20200910
Version: 20210328
Release: 0
Summary: LALR(1) parser generator
License: SUSE-Public-Domain