aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-03Bug 3596: ocamlbuild: coq_makefile now requires Unixpboutill
2011-09-02Bug 2589: Documentation patch of Hendrik Tewspboutill
2011-09-02Coq_makefile: bugfix in install rulepboutill
2011-09-01Automatic search of project filepboutill
2011-09-01Coq_makefile : bug when a project file is not in the current directory.pboutill
2011-09-01safe_prerr_endline in Minilibpboutill
2011-09-01Add option -f to coqidepboutill
2011-09-01Add preferences to say how to deal with a project file.pboutill
2011-09-01same_file in Minilibpboutill
2011-09-01load_file takes advantage of same_file optimisationpboutill
2011-09-01create_session takes the filename as argument.pboutill
2011-09-01No more parser for reading coqide pref filepboutill
2011-09-01[/]+ is equivalent to [/] in System and its copypboutill
2011-09-01Coq_makefile.absolute_dir -> Minilib.canonical_path_namepboutill
2011-09-01Creation of ide/project_file.ml4pboutill
2011-09-01gitignore updatepboutill
2011-09-01Coq_makefile: Bug fix of check_deppboutill
2011-09-01Coq_makefile: process_cmd_line is purely functional.pboutill
2011-09-01Coq_makefile: No other function than split_arguments uses a target type.pboutill
2011-09-01Coq_makefile: New option -arg to specify a compiler option.pboutill
2011-09-01Coq_makefile drops the '/' at the end of physical path of -I and -Rpboutill
2011-09-01Several bug reports came from confusions between generalize and set.pboutill
2011-09-01Bug 2583: Update of the syntax of terms in the reference manualpboutill
2011-09-01Bug 2577: Second attempt to be correct.pboutill
2011-08-30Porting Hendrik's 8.3 patch for proof tree visualization under proofherbelin
2011-08-30Quick improvement of some error messages related to module applicationherbelin
2011-08-25Extraction: allow extraction of records with anonymous fields (fix #2555)letouzey
2011-08-23Use of the standard terminology for Diaconescu's theorem (not "paradox").herbelin
2011-08-23Clarifying that only identifiers are advertised to be turned into keywordsherbelin
2011-08-22Tactics.compute_scheme_signature: factorize the two almost-similar casesletouzey
2011-08-18Updates in CHANGESletouzey
2011-08-18Remove old file (1999)msozeau
2011-08-18Misc improvements concerning "Show Match" and its coqide equivalentletouzey
2011-08-17Give inner fixpoint of gcd31 a name, to avoid excessive unfoldingglondu
2011-08-17Smaller proof terms for QcPower_{0,pos}glondu
2011-08-16Fixes bug #2587 (Print Hint gives anomaly when no focused subgoals)aspiwack
2011-08-13New fix for is_ident_not_keyword.herbelin
2011-08-12Fixes mini-bug: Qed would succeed even on focused proofs.aspiwack
2011-08-11SearchAbout and similar: add a customizable blacklistletouzey
2011-08-10Propagated information from the reduction tactics to the kernel soherbelin
2011-08-10Fixing typos in commentsherbelin
2011-08-10Improving error message about coinductive guard (old "cases" is now "match")herbelin
2011-08-10Fixing printing bug with last trailing non-maximally implicitherbelin
2011-08-10Exported tactic intro_thenherbelin
2011-08-10Made CHANGES more uniformly writtenherbelin
2011-08-10Take benefit of bullets available by default in Preludeherbelin
2011-08-10Less ambitious application of a notation for eq_rect. We proposedherbelin
2011-08-10Partly revert commit r14389 about relaxing the condition for being a keywordherbelin
2011-08-10Fix implementation of Hint Immediate used by typeclasses eautomsozeau
2011-08-10Added list_map_filter_imsozeau