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 +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>