index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
theories
/
ZArith
/
Zquot.v
Age
Commit message (
Expand
)
Author
2018-03-05
Merge PR #6855: Update headers following #6543.
Maxime Dénès
2018-03-02
Remove the deprecation for some 8.2-8.5 compatibility aliases.
Théo Zimmermann
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2015-12-07
Fix some typos.
Guillaume Melquiond
2015-01-12
Update headers.
Maxime Dénès
2012-08-08
Updating headers.
herbelin
2012-07-05
ZArith + other : favor the use of modern names instead of compat notations
letouzey
2012-07-05
Notation: a new annotation "compat 8.x" extending "only parsing"
letouzey
2011-06-28
Some cleanup of Zdiv and Zquot, deletion of useless Zdiv_def
letouzey
2011-06-24
Numbers: change definition of divide (compat with Znumtheory)
letouzey
2011-05-05
Modularization of BinInt, related fixes in the stdlib
letouzey
2011-05-05
Modularization of BinNat + fixes of stdlib
letouzey
2010-12-09
ZArith: for uniformity, Zdiv2 becomes Zquot2 while Zdiv2' becomes Zdiv2
letouzey
2010-12-06
Numbers and bitwise functions.
letouzey
2010-11-16
Division: avoid imposing rem as an infix keyword in Z_scope and bigZ_scope.
letouzey
2010-11-10
Integer division: quot and rem (trunc convention) in addition to div and mod
letouzey