Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flocq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Flocq
flocq
Commits
f58a2bfd
Commit
f58a2bfd
authored
Sep 27, 2016
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New release.
parent
ed0ee3e0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
NEWS
NEWS
+3
-0
Remakefile.in
Remakefile.in
+1
-0
configure.in
configure.in
+1
-1
src/Core/Fcore_ulp.v
src/Core/Fcore_ulp.v
+1
-0
No files found.
NEWS
View file @
f58a2bfd
Version 2.5.2:
- ensured compatibility from Coq 8.4 to 8.6
Version 2.5.1:
- ensured compatibility with both Coq 8.4 and 8.5
...
...
Remakefile.in
View file @
f58a2bfd
...
...
@@ -109,6 +109,7 @@ dist: $(EXTRA_DIST)
for f in $(REMOVE_FROM_DIST) ; do rm -rf $PACK/$f; done
git log --pretty="format:%ad %s" --date=short > $PACK/ChangeLog
cat /dev/null > $PACK/ChangeLog
rm $PACK/.mailmap
rm `find $PACK -name .gitignore`
tar czf $PACK.tar.gz $PACK
rm -rf $PACK
configure.in
View file @
f58a2bfd
AC_INIT([Flocq], [2.5.
1
],
AC_INIT([Flocq], [2.5.
2
],
[Sylvie Boldo <sylvie.boldo@inria.fr>, Guillaume Melquiond <guillaume.melquiond@inria.fr>],
[flocq])
...
...
src/Core/Fcore_ulp.v
View file @
f58a2bfd
...
...
@@ -35,6 +35,7 @@ Variable fexp : Z -> Z.
(
**
Definition
and
basic
properties
about
the
minimal
exponent
,
when
it
exists
*
)
Lemma
Z_le_dec_aux
:
forall
x
y
:
Z
,
(
x
<=
y
)
%
Z
\
/
~
(
x
<=
y
)
%
Z
.
Proof
.
intros
.
destruct
(
Z_le_dec
x
y
).
now
left
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment