aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Expand)AuthorAge
* Added an indirection with respect to Loc in Compat. As many [open Compat]Gravatar ppedrot2012-06-22
* Fixing #2825.Gravatar ppedrot2012-06-21
* Fixing bug #2809 (anomaly when printing a module with notations due toGravatar herbelin2012-06-20
* Partialy revert "coq_makefile fixup" because old Makefiles still need CAMLP4BINGravatar pboutill2012-06-15
* coq_makefile fixupGravatar pboutill2012-06-14
* bug 2805: Only export CAMLP4LIB if camlp4 -where ends successfullyGravatar pboutill2012-06-12
* Colorization of coqtop messages is turned *off* by defaultGravatar letouzey2012-06-07
* A box to pretty-print them all.Gravatar ppedrot2012-06-04
* Added a color output to Coqtop.Gravatar ppedrot2012-06-04
* Separated notice vs info messages, and cleaned up the interface a bit.Gravatar ppedrot2012-06-04
* Flushing formatters before program exit.Gravatar ppedrot2012-06-02
* More cleaningGravatar ppedrot2012-06-01
* Cleaning Pp.ppnl useGravatar ppedrot2012-06-01
* Getting rid of Pp.msgnl and Pp.message.Gravatar ppedrot2012-06-01
* Getting rid of Pp.msgGravatar ppedrot2012-05-30
* More uniformisation in Pp.warn functions.Gravatar ppedrot2012-05-30
* Vernacexpr is now a mli-only file, locality stuff now in locality.mlGravatar letouzey2012-05-29
* Revert copy/pasted function in to minilib thanks to clib.cmaGravatar pboutill2012-05-23
* Added semantic completion in CoqIDE. (Should also add an option for that...)Gravatar ppedrot2012-05-13
* Added a SearchAbout-like primitive in coqtop interface.Gravatar ppedrot2012-05-13
* Added an interface primitive to ask coqtop for its internal versions.Gravatar ppedrot2012-05-13
* Slightly modified the coqtop interface by adding an identifier inGravatar ppedrot2012-05-11
* Always add the Coq_config.dirs to xdg_dirsGravatar pboutill2012-05-02
* Added an interface call to exit Coqtop nicely.Gravatar ppedrot2012-05-02
* Program: avoid staying in program mode after a failed Program commandGravatar letouzey2012-04-26
* Adding newline after warning and restoring distinction betweenGravatar herbelin2012-04-15
* lib directory is cut in 2 cma.Gravatar pboutill2012-04-12
* Shortcuts and optimizations of comparisonsGravatar xclerc2012-04-05
* info_trivial, info_auto, info_eauto, and debug (trivial|auto)Gravatar letouzey2012-03-30
* Unification: Added a heuristic to solve problems of the formGravatar herbelin2012-03-26
* Reorganizing the structure of evarutil.ml (only restructuration, noGravatar herbelin2012-03-20
* Yet another subtlety with bug 2732: when several grammar rules of aGravatar herbelin2012-03-18
* Second step of integration of Program:Gravatar msozeau2012-03-14
* Noise for nothingGravatar pboutill2012-03-02
* make mli-doc fixGravatar pboutill2012-01-16
* CoqIde files position is freedesktop compliant.Gravatar pboutill2011-12-18
* Added ability to take the type of applied metas into account whenGravatar herbelin2011-12-17
* Finally used typing to decide whether an alias needs to be expanded orGravatar herbelin2011-11-28
* Cleaning up XML parsingGravatar ppedrot2011-11-25
* Fixed the XML parser CDATA handling (and changed the EOL convention of these ...Gravatar ppedrot2011-11-24
* Moving XML handling to lib directoryGravatar ppedrot2011-11-24
* coqrc in the right XDG_CONFIG_HOME/coq folderGravatar pboutill2011-11-20
* Add support for XDG_DATA_HOME and XDG_DATA_DIRS.Gravatar pboutill2011-11-20
* Bug 2636 - Move string_of_ppcmds to PpGravatar pboutill2011-11-14
* Patch by Dan Grayson to ensure that "Add LoadPath ... as ..." closesGravatar herbelin2011-10-17
* Hashtbl_alt : typo in a commentGravatar letouzey2011-10-10
* In Coq_config: get rid of coqsrc and make coqlib optionalGravatar glondu2011-09-27
* Util.error now creates UserError(_,msg) instead of UserError(str,str)Gravatar letouzey2011-09-05
* [/]+ is equivalent to [/] in System and its copyGravatar pboutill2011-09-01
* Added list_map_filter_iGravatar msozeau2011-08-10