aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Avoid registering λ and Π as keywords just for some private Local NotationGravatar letouzey2011-09-06
* ide/preferences.ml: apparently no `META in Gdk.Tags.modifierGravatar letouzey2011-09-06
* Ocamlbuild : build of fake_ideGravatar letouzey2011-09-06
* fake_ide: a short program to mimic an ide talking to coqtop -ideslaveGravatar letouzey2011-09-05
* Coqide: new backtracking code, based on the Backtrack commandGravatar letouzey2011-09-05
* Ide_intf: slight reorganisation of the IDE apiGravatar letouzey2011-09-05
* Lib: remove strange code about backtracking to the current stateGravatar letouzey2011-09-05
* Lib.node: merge OpenedModtype and OpenedModule, same for Closed...Gravatar letouzey2011-09-05
* Remove code concerning the obsolete Set/Unset UndoGravatar letouzey2011-09-05
* Util.error now creates UserError(_,msg) instead of UserError(str,str)Gravatar letouzey2011-09-05
* Extraction Implicit: fix the numbering of constructor argumentsGravatar letouzey2011-09-05
* Having added a special Cast for remembering the use of conversionGravatar herbelin2011-09-04
* Bug 3596: ocamlbuild: coq_makefile now requires UnixGravatar pboutill2011-09-03
* Bug 2589: Documentation patch of Hendrik TewsGravatar pboutill2011-09-02
* Coq_makefile: bugfix in install ruleGravatar pboutill2011-09-02
* Automatic search of project fileGravatar pboutill2011-09-01
* Coq_makefile : bug when a project file is not in the current directory.Gravatar pboutill2011-09-01
* safe_prerr_endline in MinilibGravatar pboutill2011-09-01
* Add option -f to coqideGravatar pboutill2011-09-01
* Add preferences to say how to deal with a project file.Gravatar pboutill2011-09-01
* same_file in MinilibGravatar pboutill2011-09-01
* load_file takes advantage of same_file optimisationGravatar pboutill2011-09-01
* create_session takes the filename as argument.Gravatar pboutill2011-09-01
* No more parser for reading coqide pref fileGravatar pboutill2011-09-01
* [/]+ is equivalent to [/] in System and its copyGravatar pboutill2011-09-01
* Coq_makefile.absolute_dir -> Minilib.canonical_path_nameGravatar pboutill2011-09-01
* Creation of ide/project_file.ml4Gravatar pboutill2011-09-01
* gitignore updateGravatar pboutill2011-09-01
* Coq_makefile: Bug fix of check_depGravatar pboutill2011-09-01
* Coq_makefile: process_cmd_line is purely functional.Gravatar pboutill2011-09-01
* Coq_makefile: No other function than split_arguments uses a target type.Gravatar pboutill2011-09-01
* Coq_makefile: New option -arg to specify a compiler option.Gravatar pboutill2011-09-01
* Coq_makefile drops the '/' at the end of physical path of -I and -RGravatar pboutill2011-09-01
* Several bug reports came from confusions between generalize and set.Gravatar pboutill2011-09-01
* Bug 2583: Update of the syntax of terms in the reference manualGravatar pboutill2011-09-01
* Bug 2577: Second attempt to be correct.Gravatar pboutill2011-09-01
* Porting Hendrik's 8.3 patch for proof tree visualization under proofGravatar herbelin2011-08-30
* Quick improvement of some error messages related to module applicationGravatar herbelin2011-08-30
* Extraction: allow extraction of records with anonymous fields (fix #2555)Gravatar letouzey2011-08-25
* Use of the standard terminology for Diaconescu's theorem (not "paradox").Gravatar herbelin2011-08-23
* Clarifying that only identifiers are advertised to be turned into keywordsGravatar herbelin2011-08-23
* Tactics.compute_scheme_signature: factorize the two almost-similar casesGravatar letouzey2011-08-22
* Updates in CHANGESGravatar letouzey2011-08-18
* Remove old file (1999)Gravatar msozeau2011-08-18
* Misc improvements concerning "Show Match" and its coqide equivalentGravatar letouzey2011-08-18
* Give inner fixpoint of gcd31 a name, to avoid excessive unfoldingGravatar glondu2011-08-17
* Smaller proof terms for QcPower_{0,pos}Gravatar glondu2011-08-17
* Fixes bug #2587 (Print Hint gives anomaly when no focused subgoals)Gravatar aspiwack2011-08-16
* New fix for is_ident_not_keyword.Gravatar herbelin2011-08-13
* Fixes mini-bug: Qed would succeed even on focused proofs.Gravatar aspiwack2011-08-12