Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
80236b4e
Commit
80236b4e
authored
5 months ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[release] Create 30.0 Changelog
parent
c4dd50d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
releases/30.0.md
+38
-0
38 additions, 0 deletions
releases/30.0.md
with
38 additions
and
0 deletions
releases/30.0.md
0 → 100644
+
38
−
0
View file @
80236b4e
# Kernel
-
Frama-C now requires at least OCaml 4.14
-
Support for ACSL modules and for importing external modules in ACSL
-
Removed
`loop pragma UNROLL`
in favor of new ACSL extension
`loop unfold`
# Alias
-
No longer classify all casts as unsafe
# E-ACSL
-
Partial support for labelled logic functions (only when called with
`Here`
label)
-
Fix typing of logic functions over rationals
-
Fix code generation for logic functions called in different, incompatible, contexts
-
Fix logic variable escaping its scope
# Eva
-
Fix potential unsoundness when writing
`0`
on a set of contiguous locations with different size/alignment than the write
-
Fix missing signed overflow alarm on modulo
-
Fewer false alarms of signed overflow on division
-
Never emit an alarm on pointer conversions to
`intptr_t`
or
`uintptr_t`
-
Support for
`calls`
ACSL extension (indicating possible targets of indirect calls)
# RTE
-
Fix missing signed overflow alarm on modulo
-
Never emit an alarm on pointer conversions to
`intptr_t`
or
`uintptr_t`
# Wp
-
Why3 module importer
# Ivette
-
New Flamegraph component to visualize Eva analysis time
-
New callgraph features, including filtering, selecting, and showing alarms per function
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment