aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* apply zeta reduction before syntaxificationGravatar fbesson2011-05-18
* Extraction: avoid printing of Recursive Extraction in coqide's consoleGravatar letouzey2011-05-18
* Coqide: allow the use of Abort (grant wish #2357)Gravatar letouzey2011-05-18
* Class_tactics: Pervasives.(=) don't work for named_context_val (fix ATBR)Gravatar letouzey2011-05-17
* Modops: the strengthening functions can work without any env argumentGravatar letouzey2011-05-17
* More work on error handlingGravatar letouzey2011-05-17
* Add simple test of bullet behaviour.Gravatar aspiwack2011-05-17
* Break circular dependency Proof_global -> Vernacexpr -> Proof_global.Gravatar aspiwack2011-05-17
* Fixes bug in [maximal_unfocus] introduced in r14120.Gravatar aspiwack2011-05-17
* Repair the "Fail" command after recent changes in exception handlingGravatar letouzey2011-05-16
* test-suite: no more ..._beq in the output of the search testsGravatar letouzey2011-05-16
* Fix order in Search tests.Gravatar letouzey2011-05-16
* Fixed my last patch: these files no longer use nat_beq (automaticallyGravatar vsiles2011-05-16
* turn the automatic generation of boolean equalityGravatar vsiles2011-05-16
* Test for bug 462 and 2342 fixed by Matthieu's 13990 (or so).Gravatar herbelin2011-05-15
* Failing instead of switching to the coercion mechanism when VMcastGravatar herbelin2011-05-15
* Turning Sys_error into error by default instead of anomaly. After all,Gravatar herbelin2011-05-15
* A better procedure for checking presence of undefined evars.Gravatar aspiwack2011-05-13
* The modules in proofs now use the Errors module to explain their exceptions t...Gravatar aspiwack2011-05-13
* A new mechanism to handle errors.Gravatar aspiwack2011-05-13
* New option [Set Bullet Behavior] allows to select the behaviour of bullets.Gravatar aspiwack2011-05-13
* Print Module (Type) M now tries to print more detailsGravatar letouzey2011-05-11
* Improved lia + experimental nliaGravatar fbesson2011-05-09
* remove useless dependancy for csdpcertGravatar fbesson2011-05-09
* Fixes in the test-suite after modularisation of ZArith and coGravatar letouzey2011-05-06
* Additionnal fix of romega after modularisation of ZArithGravatar letouzey2011-05-06
* update of the file list in doc/stdlibGravatar letouzey2011-05-06
* BinNat: N.binary_rect is now a definition instead of an opaque proofGravatar letouzey2011-05-05
* Peano recursion for positive: integration of Daniel Schepler's codeGravatar letouzey2011-05-05
* Minimal lemmas about Z.gt, N.gt and coGravatar letouzey2011-05-05
* Modularisation of Znat, a few name changed elsewhereGravatar letouzey2011-05-05
* BinInt: Z.add become the alternative Z.add'Gravatar letouzey2011-05-05
* Modularization of BinInt, related fixes in the stdlibGravatar letouzey2011-05-05
* Modularization of NnatGravatar letouzey2011-05-05
* Setoid_ring: some cleanups related with BinPos and BinNatGravatar letouzey2011-05-05
* Wf.iter_nat becomes Peano.nat_iter (with an implicit arg)Gravatar letouzey2011-05-05
* BinNatDef containing all functions of BinNat, misc adaptations in BinPosGravatar letouzey2011-05-05
* BinPosDef: a module with all code about positive, later Included in BinPosGravatar letouzey2011-05-05
* Modularization of BinNat + fixes of stdlibGravatar letouzey2011-05-05
* Modularization of PnatGravatar letouzey2011-05-05
* Modularization of BinPos + fixes in StdlibGravatar letouzey2011-05-05
* Definitions of positive, N, Z moved in Numbers/BinNums.vGravatar letouzey2011-05-05
* Zdiv: results about eqm (the equality modulo some N) under a sectionGravatar letouzey2011-05-05
* Better comments and organisation in Datatypes.vGravatar letouzey2011-05-05
* Extraction: allow extraction foo when foo is an alias notationGravatar letouzey2011-05-05
* Fix merge, Cumul moved to CUMULGravatar msozeau2011-05-05
* Merge branch 'subclasses' into coq-trunkGravatar msozeau2011-05-05
* First phase removing obsolete support for eta up to conversion inGravatar herbelin2011-05-04
* As many notation for for vectors as for List.Gravatar pboutill2011-05-03
* when -camlbin is explicitly given in configure, $OCAML* are $CAMLBIN/exec.Gravatar pboutill2011-04-29