aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* avoid relying on weak invariant in cbv.mlGravatar bgregoir2011-11-25
* Added a function to inspect current option state.Gravatar ppedrot2011-11-24
* Fixed the XML parser CDATA handling (and changed the EOL convention of these ...Gravatar ppedrot2011-11-24
* Fixed some missing options from previous commit.Gravatar ppedrot2011-11-24
* Added a DEPRECATED flag in declaration of options. For now only two options a...Gravatar ppedrot2011-11-24
* Moving XML handling to lib directoryGravatar ppedrot2011-11-24
* Correct direction for definitional typeclassesGravatar msozeau2011-11-24
* In emacs mode, prints a list of the dependent existential variables introducedGravatar aspiwack2011-11-23
* Adds a pair of function in Evar_util to gather dependent evars in anGravatar aspiwack2011-11-23
* Renamig support added to "Arguments"Gravatar gareuselesinge2011-11-21
* theories/, plugins/ and test-suite/ ported to the Arguments vernacularGravatar gareuselesinge2011-11-21
* New Arguments vernacularGravatar gareuselesinge2011-11-21
* Configurable simpl tacticGravatar gareuselesinge2011-11-21
* coqide default pref files are by default in /etc/xdg/coq/Gravatar pboutill2011-11-21
* /home/pirbo/.coqrc* are read againGravatar pboutill2011-11-21
* -user option removalGravatar pboutill2011-11-21
* Updated CHANGES file wrt to pattern-matching compilation.Gravatar herbelin2011-11-21
* Extend the computation of dependencies in pattern-matching compilationGravatar herbelin2011-11-21
* Add matching on non-inductive types in building an inversion problemGravatar herbelin2011-11-21
* Old naming bug in pattern-matching compilation: names in theGravatar herbelin2011-11-21
* Inlining let-in (i.e. trace of aliases) in extract_predicate for whatGravatar herbelin2011-11-21
* VectorDef.v takes benefit of dependencies being taken into accountGravatar herbelin2011-11-21
* In pattern-matching compilation, now taking into account the dependenciesGravatar herbelin2011-11-21
* Optimizing the compilation of unused aliases in pattern-matching.Gravatar herbelin2011-11-21
* Simplifying history management in pattern-matching compilation.Gravatar herbelin2011-11-21
* Fixing postprocessing bugs in pattern-matching compilation.Gravatar herbelin2011-11-21
* Removing stuff about alias dependencies now become useless.Gravatar herbelin2011-11-21
* Changed the way to detect if an "as" patterns is expanded or not. TheGravatar herbelin2011-11-21
* Updating Cases.v test.Gravatar herbelin2011-11-21
* Dead code + refreshing some comments in cases.ml.Gravatar herbelin2011-11-21
* TypoGravatar herbelin2011-11-21
* CHANGES updateGravatar pboutill2011-11-20
* coqrc in the right XDG_CONFIG_HOME/coq folderGravatar pboutill2011-11-20
* coqide-gtk2rc not dottedGravatar pboutill2011-11-20
* CoqIdE configuration file won't pollute your home anymoreGravatar pboutill2011-11-20
* Teach coq_makefile how to install into XDG_DATA_HOME.Gravatar pboutill2011-11-20
* Add support for XDG_DATA_HOME and XDG_DATA_DIRS.Gravatar pboutill2011-11-20
* coq_makefile: Don't install with +x.Gravatar pboutill2011-11-20
* coq_makefile: Add Makefile variables specifying installGravatar pboutill2011-11-20
* Adding the type infrastructure to handle properly API management of optionsGravatar ppedrot2011-11-18
* Fix parsing of :>> and backtrack correctly on the cache of hints for local co...Gravatar msozeau2011-11-18
* Return of the tactic hints features in CoqIDE.Gravatar ppedrot2011-11-18
* Added hint support in the API. You can now query a goal to see the tactics th...Gravatar ppedrot2011-11-18
* Toplevel loop is a bit more robust: it catches bad API queries.Gravatar ppedrot2011-11-18
* Making status info better in CoqIDE: path and name of current lemmaGravatar ppedrot2011-11-18
* Now Coqtop has a richer way to answer a query about its pending goals. Answer...Gravatar ppedrot2011-11-18
* Added a printing function to handle single evarsGravatar ppedrot2011-11-18
* Replaced goal api call with a proper structure. This disables menu hints in C...Gravatar ppedrot2011-11-18
* Coqide -debug only printed Coqtop information.Gravatar pboutill2011-11-18
* Restore backward compatibility. ":>" declares subinstances in Class declarati...Gravatar msozeau2011-11-18