SHA256
1
0
forked from pool/byacc

Accepting request 835688 from home:dirkmueller:branches:devel:tools:compiler

- update to 20200910:
  * LICENSE: RCS_BASE
  * reader.c, output.c: cppcheck -- reduce scope
  update to version 2.0
  improve loop which skips backward through a (possibly nested) sequence of
  square-brackets.
  * reader.c: simplify a check to quiet a bogus cppcheck-warning
  * yacc.1: bump date
  * reader.c: add a note about a bogus cppcheck warning
  always check for gcc attributes, to work around defect in clang's imitation
  of this feature
  * reader.c: cppcheck -- scope reduction
  cppcheck -- eliminate bogus returns after no-return functions
  * verbose.c, output.c, mkpar.c, main.c, warshall.c, lr0.c, lalr.c, graph.c, closure.c:
  cppcheck -- scope reduction

OBS-URL: https://build.opensuse.org/request/show/835688
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=36
This commit is contained in:
Martin Pluskal 2020-09-21 11:34:53 +00:00 committed by Git OBS Bridge
parent 9b65d7bcea
commit c126fc9d1a
6 changed files with 30 additions and 11 deletions

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Comment: See https://invisible-island.net/public/public.html for info
iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCXoKM1wAKCRBwI1Pg9+SO
20cAAKDY+l0gXlsBIJynvcpP+ZTKjiloNgCfQCPZm/RALHLS9CebpQro3a6oHPY=
=0WB1
-----END PGP SIGNATURE-----

3
byacc-20200910.tgz Normal file
View File

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

7
byacc-20200910.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+SO2wUCX1q0kQAKCRBwI1Pg9+SO
27u7AKCxxtE9MshFpA3XlRkEfaHkLhGWzwCfdL9g/AR8FIdANYcesxF2nqzm9xk=
=vj2e
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Sep 20 16:34:12 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 20200910:
* LICENSE: RCS_BASE
* reader.c, output.c: cppcheck -- reduce scope
update to version 2.0
improve loop which skips backward through a (possibly nested) sequence of
square-brackets.
* reader.c: simplify a check to quiet a bogus cppcheck-warning
* yacc.1: bump date
* reader.c: add a note about a bogus cppcheck warning
always check for gcc attributes, to work around defect in clang's imitation
of this feature
* reader.c: cppcheck -- scope reduction
cppcheck -- eliminate bogus returns after no-return functions
* verbose.c, output.c, mkpar.c, main.c, warshall.c, lr0.c, lalr.c, graph.c, closure.c:
cppcheck -- scope reduction
-------------------------------------------------------------------
Fri Apr 3 07:32:38 UTC 2020 - Martin Pluskal <mpluskal@suse.com>

View File

@ -18,7 +18,7 @@
Name: byacc
Version: 20200330
Version: 20200910
Release: 0
Summary: LALR(1) parser generator
License: SUSE-Public-Domain