- Apr 06, 2020
-
-
Andre Maroneze authored
-
- Apr 02, 2020
-
-
Andre Maroneze authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
In the user manual and in the man page.
-
Julien Signoles authored
[eacsl:doc] Misc doc fixes See merge request frama-c/frama-c!2597
-
Basile Desloges authored
- Function contracts: remove abrupt clauses from the list of exceptions - Statement contracts: remove abrupt clauses from the list of exceptions - Add grammar for abrupt termination - Update list of contributors
-
Basile Desloges authored
-
Basile Desloges authored
-
Basile Desloges authored
-
Andre Maroneze authored
[Userman] add diagram about source preparation Closes #802 See merge request frama-c/frama-c!2603
-
Michele Alberti authored
[debug] more robust bin/frama-c.debug script across OCaml versions See merge request frama-c/frama-c!2612
-
- Apr 01, 2020
-
-
Virgile Prevosto authored
- 4.08.0 messes up dynlink, which is needed by extlib for semi-good reasons: it is currently impossible to load the printers in this version. - 4.09.0 and upwards directly load dynlink, and will complain if we try to do that again.
-
Julien Signoles authored
[cmdline] Fixes multiple_map parameters when a key is not bound to a value. See merge request frama-c/frama-c!2584
-
For a Multiple_map paramater for an option "-option", build by the functor `Make_multiple_map (Key) (V)`: when a command line contains a key without a value ("-option key" instead of "-option key:v"), calls the function [V.of_string key None].
-
David Bühler authored
[Eva] Relaxes the check of builtin types for void pointers. See merge request frama-c/frama-c!2610
-
Allan Blanchard authored
[Kernel] Synchronization between logic and C vars representing a C function Closes #840 See merge request frama-c/frama-c!2609
-
David Bühler authored
When a builtin expects a void pointer (as argument or result), any pointer type is accepted. This allows allocation builtins to be used for more functions.
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Patrick Baudin authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
The varinfo used for occurences that were not handled directly by filter, but relied on standard visitor replacement was absolutely not synchronized with the the ones generated according to the finfo list.
-
- Mar 31, 2020
-
-
Andre Maroneze authored
[Makefile] compile even if tests/ is absent See merge request frama-c/frama-c!2608
-
Virgile Prevosto authored
-
Virgile Prevosto authored
... so that varinfo and logic_var stay synchronized.
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
[Dev] add script for applying creduce to Frama-C crashes See merge request frama-c/frama-c!2229
-
Loïc Correnson authored
[ptests] make spurious err file in result more visible See merge request frama-c/frama-c!2606
-
Virgile Prevosto authored
[Libc] add a few specs for sys/stat.h See merge request frama-c/frama-c!2216
-
Andre Maroneze authored
-
Virgile Prevosto authored
-
Andre Maroneze authored
-
Virgile Prevosto authored
More precisely, increase the number of total comparisons but not of Ok ones in that case.
-
Virgile Prevosto authored
-
Virgile Prevosto authored
[ghost] Fixes error msg for ignored ghost-else See merge request frama-c/frama-c!2604
-
Allan Blanchard authored
-
Andre Maroneze authored
-