SHA256
1
0
forked from pool/coccinelle

- Update to new upstream release 1.0.7

OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=65
This commit is contained in:
2019-08-22 14:05:35 +00:00
committed by Git OBS Bridge
parent 8c1a9218ad
commit 4bb8ca3d3f
4 changed files with 34 additions and 16 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Aug 22 14:04:45 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 1.0.7
* Allow constraints on any metavariables. Constraints can be
specified by comprehension (= { … } or != { … }, with each
item referring to a constant identifier or an inherited
meta-variable, and curly-brackets can be omitted for a single
item), regular expression (~ "..." or !~ "..."), integer
comparison (<, <, >=, >) or scripts (:script:…). Constraints
can be used in conjunctions (&&), disjunctions (||) and can
be negated (!) and parenthesed.
* Allow script finalizers for parallel computation. See
tests/countcalls.cocci and tests/countcalls_python.cocci
* Allow disjunctions on a wider range of syntactic
constructions (function definitions, variable declarations,
…).
-------------------------------------------------------------------
Mon Jul 29 09:43:52 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>