Skip to content
Snippets Groups Projects
Commit 6f982e51 authored by David Bühler's avatar David Bühler
Browse files

Merge branch 'fix/eva/changelog' into 'master'

[Eva] Retroactively updates the Changelog

See merge request frama-c/frama-c!2540
parents f0b3050a 90f3c1fb
No related branches found
No related tags found
No related merge requests found
...@@ -31,9 +31,26 @@ o Kernel [2020/02/13] Deprecated: ...@@ -31,9 +31,26 @@ o Kernel [2020/02/13] Deprecated:
- Cil_printer.register_*_extension - Cil_printer.register_*_extension
- Cil.register_behavior_extension - Cil.register_behavior_extension
Use Acsl_extension.register_* instead Use Acsl_extension.register_* instead
o! Kernel [2020/02/04] Removed FCBuffer, FCMap and FCSet. Use directly - Eva [2020/02/12] New option "-eva-domains <d1>,<d2>,..." to enable
several domains at once. The list of available domains is given
in the help message of the option.
o! Eva [2020/02/12] Simplifies abstract domain signature by removing the
Transfer functor.
-* Eva [2020/02/12] Fixes the evaluation of logic predicates involving
empty sets.
- Eva [2020/02/07] Supports the logic evaluation of quantifiers
introducing mathematical variables (integer or real).
o! Kernel [2020/02/04] Removed FCBuffer, FCMap and FCSet. Use directly
OCaml stdlib modules Buffer, Map and Set instead. OCaml stdlib modules Buffer, Map and Set instead.
- Eva [2020/02/04] Renamed option -eva-malloc-functions into
-eva-alloc-functions. Also contains calloc and realloc by default.
-* GUI [2020/01/24] Fix order of globals in the source panel. -* GUI [2020/01/24] Fix order of globals in the source panel.
- Eva [2020/01/23] Adds consistency checks on return and parameters
types between a builtin and the replaced C function.
- Eva [2020/01/23] Subdivisions can now be enabled locally:
- through the new option -eva-subdivide-non-linear-function that
overrides the global option for the given functions;
- via /*@ subdivide N; */ annotations on specific statements.
################################## ##################################
Open Source Release 20.0 (Calcium) Open Source Release 20.0 (Calcium)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment