aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Expand)AuthorAge
* This patch removes unused "open" (automatically generated fromGravatar regisgia2012-09-14
* lib/Pp:Gravatar regisgia2012-09-14
* The new ocaml compiler (4.00) has a lot of very cool warnings,Gravatar regisgia2012-09-14
* Made Pp.std_ppcmds opaque.Gravatar ppedrot2012-09-13
* Moved Pp to CLib. In particular, Pp does not depend on CAMLP4/5Gravatar ppedrot2012-09-10
* When asked for a SearchAbout request, Coq now returns a more preciseGravatar ppedrot2012-09-09
* correct some ends of .mllib files (avoid a broken tolink.ml)Gravatar letouzey2012-08-24
* No more states/initial.coq, instead coqtop now requires Prelude.voGravatar letouzey2012-08-23
* Updating headers.Gravatar herbelin2012-08-08
* Bigint: new functions of_int and to_int, 2nd arg of pow in intGravatar letouzey2012-08-02
* Bigint: adds a missing -1 in hugo's last commit 15659Gravatar letouzey2012-07-31
* Bigint : better ensure canonicity of arrays of int blocksGravatar letouzey2012-07-30
* Bigint: avoid dependency over PpGravatar letouzey2012-07-30
* Better fixing propagation of carry in sub_mult used for euclidianGravatar herbelin2012-07-29
* Fixing unchecked overflow in sub_mult used for euclidian division overGravatar herbelin2012-07-21
* Reductionops refactoringGravatar pboutill2012-07-20
* Put Option in ClibGravatar pboutill2012-07-20
* A new status Unsafe in Interface. Meant for commands such as Admitted.Gravatar aspiwack2012-07-12
* Adapting the IDE interface with the focussed display.Gravatar ppedrot2012-07-10
* Notation: a new annotation "compat 8.x" extending "only parsing"Gravatar letouzey2012-07-05
* Now CoqIDE separates answer and messages. This should hopefullyGravatar ppedrot2012-06-29
* Fixing info_auto / info_trivial display.Gravatar ppedrot2012-06-28
* Fixed string width printing in string_of_ppcmdsGravatar ppedrot2012-06-26
* Added a Deque module to CLib (to be used in CoqIDE).Gravatar ppedrot2012-06-26
* Documentation of pp.mliGravatar ppedrot2012-06-23
* Moving logging level to Interface.Gravatar ppedrot2012-06-23
* Fixing Camlp4 compilation (hopefully, preprocessing fixpoint reached...)Gravatar ppedrot2012-06-22
* 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