forked from pool/python-pycparser
- update to 2.20:
- #61: Fix slow backtracking when parsing strings. - #99: Parser for FuncDecl incorrectly sets declname attribute on return type. - #310: Fix crash when file starts with a semicolon. - #313: Fix array type generation. - #314: Fix failed parsing of unnamed function parameters with array dim qualifiers. - #315: Fix pointer type generation. - #324: Fixes for u/l constant integer suffix. - #346: Fix error transforming an empty switch. - #350: Recognize integer multicharacter constants like 'ABCD'. - #363: Fix incorrect AST when parsing offsetof. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycparser?expand=0&rev=27
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 9 20:59:13 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 2.20:
|
||||
- #61: Fix slow backtracking when parsing strings.
|
||||
- #99: Parser for FuncDecl incorrectly sets declname attribute on return type.
|
||||
- #310: Fix crash when file starts with a semicolon.
|
||||
- #313: Fix array type generation.
|
||||
- #314: Fix failed parsing of unnamed function parameters with array dim
|
||||
qualifiers.
|
||||
- #315: Fix pointer type generation.
|
||||
- #324: Fixes for u/l constant integer suffix.
|
||||
- #346: Fix error transforming an empty switch.
|
||||
- #350: Recognize integer multicharacter constants like 'ABCD'.
|
||||
- #363: Fix incorrect AST when parsing offsetof.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 9 21:51:00 UTC 2019 - Jonathan Brownell <jbrownell@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user