SHA256
1
0
forked from pool/bison

Accepting request 661520 from home:seanlew:branches:devel:tools:compiler

Update bison to 3.2.4

OBS-URL: https://build.opensuse.org/request/show/661520
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=59
This commit is contained in:
Martin Pluskal
2018-12-27 08:41:34 +00:00
committed by Git OBS Bridge
parent dbd6bc004b
commit 29099fdcb4
6 changed files with 26 additions and 10 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Dec 27 03:40:07 UTC 2018 - sean@suspend.net
- bison 3.2.4:
* Fix the move constructor of symbol_type
* Always provide a copy constructor for symbol_type
-------------------------------------------------------------------
Sat Dec 22 16:55:04 UTC 2018 - sean@suspend.net
- bison 3.2.3:
* c++: fix token constructors for types with commas
* data/variant.hh: Do not use user types
* tests/local.at: Adjust lex-related macros for tokenization
* test/types.at: Also ceck token constructors with commas
-------------------------------------------------------------------
Thu Nov 22 05:55:13 UTC 2018 - sean@suspend.net