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:
committed by
Git OBS Bridge
parent
c126fc9d1a
commit
b046b70256
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user