aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-25Ignoring .spit/.spot files from OCamlSpotterthutchin
2010-02-24Win32 cross-compilation from debian: build of coqide.exe and other binariesletouzey
2010-02-24correction of bug #2088jforest
2010-02-22Improve unification when evars and metas are mixed.msozeau
2010-02-19added validation of delta_resolver (which seem to have an impact on typing)barras
2010-02-19[checker] fixed vo validation problems, module incompatibilities remainbarras
2010-02-19Fixing compilation issuesvgross
2010-02-18Removed redundant and ill-named technical lemma.gmelquio
2010-02-18Removed SeqProp's dependency on Classical.gmelquio
2010-02-18Removed Rtrigo's dependency on Classical.gmelquio
2010-02-18Fixing modules names.vgross
2010-02-18Experimental build of coqtop.exe + plugins via cross-compilation linux-->win32letouzey
2010-02-18Adding uim filesvgross
2010-02-18Polishing the setup of CoqIDE Input Methodvgross
2010-02-17Removed Rseries' dependency on Classical.gmelquio
2010-02-17RelationClasses: adapt eq_Reflexive and co to avoid Universe Inconsistenciesletouzey
2010-02-17Kill some useless dependencies (Bvector, Program.Syntax)letouzey
2010-02-17Arith's min and max placed in Peano (+basic specs max_l and co)letouzey
2010-02-17Removed Rlimit's dependency on Classical.gmelquio
2010-02-17Removed Rderiv's dependency on Classical.gmelquio
2010-02-16Compute the correct generalization information when discharging a classmsozeau
2010-02-16Fix sort_dependencies for good, maintaining the initial order.msozeau
2010-02-16Makefile.build: avoid warning about undefined variable during make installletouzey
2010-02-16Makefile: also install the .cmi of pluginsletouzey
2010-02-16Uniformisation Sorting/Mergesort and Structures/Ordersletouzey
2010-02-15Change the customization of modifiers (bug #2210)vgross
2010-02-15Util.lowercase_unicode: avoid creating the segmenttree each time (speeds some...letouzey
2010-02-14update CHANGES : ocamlbuild, Structures, Numbers, MSets ... (cf. commit 8.3 r...letouzey
2010-02-13CompSpec2Type is used to build functions, it should be Defined, not Qedletouzey
2010-02-13Fix NumbersSyntax.outletouzey
2010-02-12Mycamlbuild: change name of autogenerated file : NMake -> Nmake_genletouzey
2010-02-12Simplify backtrackingvgross
2010-02-12Fixing closing of segments.vgross
2010-02-12Delineating a API for Coq inside toplevel/vernac.mlvgross
2010-02-12Refactoring of the printing optionsvgross
2010-02-12CompSpecType, a clone of CompSpec but in Type instead of Propletouzey
2010-02-12Remove LocallySorted.v added by mistake at the root of the archiveletouzey
2010-02-11Cleanup in Classes, removing unsupported code.msozeau
2010-02-11Documentation of the ! annotation for functor applicationletouzey
2010-02-10ajout test de fied_simplify_eq inbarras
2010-02-10bug in field_simplify_eq inbarras
2010-02-10Min, Max: for avoiding inelegant NPeano.max printing, we Export this libletouzey
2010-02-10bugs/.../1784.v: revert Matthieu's recent fix, since Program has been made co...letouzey
2010-02-10Euclidean division for NArithletouzey
2010-02-10splitted -> splitglondu
2010-02-10Fix [Existing Class] impl and add documentation. Fix computation of themsozeau
2010-02-09Numbers: properties of min/max with respect to 0,S,P,add,sub,mulletouzey
2010-02-09NPeano improved, subsumes NatOrderedTypeletouzey
2010-02-09NSub: a missing lemma (sub usually decreases)letouzey
2010-02-09NBinary improved, contains more, subsumes NOrderedTypeletouzey