aboutsummaryrefslogtreecommitdiff
path: root/ide/coq.ml
AgeCommit message (Expand)Author
2010-06-07fixing error message display.vgross
2010-06-01added -args option to coqide to pass options to coqtopsvgross
2010-05-31CoqIDE goes multiprocessvgross
2010-05-31More indirection.vgross
2010-05-31Introducing strong typing for IDE - toplevel IPCvgross
2010-05-31deporting Coq specific code from ide to toplevel.vgross
2010-05-31Modifying startup sequencevgross
2010-05-19Add (almost) compatibility with camlp4, without breaking support for camlp5letouzey
2010-05-07Fix bug #2315 : printing of defined evars in Coqide.aspiwack
2010-05-05Pfedit.resume_proof doesn't implicitly Pfedit.suspend_proofpboutill
2010-04-30Fail: a way to check that a command is refused without blocking a scriptletouzey
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-22Here comes the commit, announced long ago, of the new tactic engine.aspiwack
2010-03-23Changing types to reflect futur separation between toplevel and ide.vgross
2010-03-23Goal generation deported into ide/coq.ml, single function to obtainvgross
2010-03-23New functions for goals fetching.vgross
2010-03-23Fix bug in backtracking.vgross
2010-03-23debuggingvgross
2010-02-26New backtracking code + fix bug #2082.vgross
2010-02-26Introducing a dual stack setupvgross
2010-02-26New API for backtracking.vgross
2010-02-26Redispatch of printing tweaking hooks.vgross
2010-02-12Simplify backtrackingvgross
2010-02-12Delineating a API for Coq inside toplevel/vernac.mlvgross
2010-02-12Refactoring of the printing optionsvgross
2010-01-28New command Declare Reduction <id> := <conv_expr>.letouzey
2010-01-11Revert "Isolation of proof-displaying code"vgross
2010-01-11Isolation of proof-displaying codevgross
2009-12-11Deport the backtracking code out of the idevgross
2009-12-08Migration of ProtectedToplevel and Line_oriented_parser into new contrib Inte...letouzey
2009-12-03Fix bug #2191 : Serious "undo" performance degradation since 8.2pl1vgross
2009-11-19Refactoring of coqide backtrack code, with the intent to put everythingvgross
2009-11-09A bit of cleaning around name generation + creation of dedicated file namegen.mlherbelin
2009-10-28Integrate a few improvements on typeclasses and Program from the equations br...msozeau
2009-10-27Add a new vernacular command for controling implicit generalization ofmsozeau
2009-10-04Removal of trailing spaces.serpyc
2009-09-29kills the old backtracking framework and replaces it withvgross
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-08-14Ajout de la gestion de Local et Global pour les options (au sens deaspiwack
2009-08-03Added "etransitivity".herbelin
2009-08-02Improved parameterization of Coq:herbelin
2009-06-22remove some unused functions (which are part of a soon-to-be obsoletevgross
2009-06-11Simplifying the call to print_no_goals and not calling it when no goalherbelin
2009-06-07Partial simplification of undo mechanism, relying only on Courtieu'sherbelin
2009-05-27dead code pruningvgross
2009-05-13minor bugfixes. CoqIde development will resume soon now ...vgross
2009-03-07- per session coq command stackvgross
2009-03-06fixed groebner as a plugin + pattern matching Timeoutbarras
2009-03-04Temporary hack to make coqide.byte work (backport r11948) (see #2062)glondu
2009-02-11Report des revisions #11826, #11828 et #11829 de v8.2 vers trunknotin