SHA256
1
0
forked from pool/byacc

Accepting request 925698 from home:dirkmueller:Factory

- update to 20210808:
  * main.c: account for a memory-leak
  * fix memory-leak when replacing $$'s in destructor code
  * main.c, yacc.1: add "-h" option
  * line number reporting fixes

OBS-URL: https://build.opensuse.org/request/show/925698
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=41
This commit is contained in:
Martin Pluskal
2021-10-18 08:08:26 +00:00
committed by Git OBS Bridge
parent b6b9fdc30d
commit 3e1d0cce05
7 changed files with 67 additions and 723 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Oct 16 13:01:48 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 20210808:
* main.c: account for a memory-leak
* fix memory-leak when replacing $$'s in destructor code
* main.c, yacc.1: add "-h" option
* line number reporting fixes
-------------------------------------------------------------------
Tue Jul 27 06:23:59 UTC 2021 - Dirk Müller <dmueller@suse.com>