aboutsummaryrefslogtreecommitdiff
path: root/toplevel
AgeCommit message (Expand)Author
2012-06-22Fixing camlp4 compilation w.r.t previous commitppedrot
2012-06-22Added an indirection with respect to Loc in Compat. As many [open Compat]ppedrot
2012-06-22I forgot a line in previous commit.aspiwack
2012-06-22A call to the command Proof (and its variants) now prints the subgoals.aspiwack
2012-06-21Fix bug #2808: wrong handling of evars in Instance command.msozeau
2012-06-15Partialy revert "coq_makefile fixup" because old Makefiles still need CAMLP4BINpboutill
2012-06-14coq_makefile fixuppboutill
2012-06-12New step in purpose to get both camlp4 and camlp5 compatible coq_makefilespboutill
2012-06-12Fixing test-suite after last storm in Pp.pboutill
2012-06-12Getting rid of Pcoq remains.ppedrot
2012-06-07Colorization of coqtop messages is turned *off* by defaultletouzey
2012-06-04Fixing previous commit (something strange happened...)ppedrot
2012-06-04Replacing some str with strbrkppedrot
2012-06-04Added a color output to Coqtop.ppedrot
2012-06-04Separated notice vs info messages, and cleaned up the interface a bit.ppedrot
2012-06-04Forward-port fixes from 8.4 (15358, 15353, 15333).msozeau
2012-06-02Fixed printing error problem... A line had disappeared in a previous patch.ppedrot
2012-06-02Flushing formatters before program exit.ppedrot
2012-06-01More cleaningppedrot
2012-06-01Cleaning Pp.ppnl useppedrot
2012-06-01Getting rid of Pp.msgnl and Pp.message.ppedrot
2012-06-01Let's try to avoid generating induction principles for records (wish #2693)letouzey
2012-05-30Getting rid of Pp.msgppedrot
2012-05-30More uniformisation in Pp.warn functions.ppedrot
2012-05-29Re-allow Time Back* (cf discussion on coq-club)letouzey
2012-05-29remove many excessive open Util & Errors in mli'sletouzey
2012-05-29place all pretty-printing files in new dir printing/letouzey
2012-05-29Avoid Dumpglob dependency on Lexerletouzey
2012-05-29place all files specific to camlp4 syntax extensions in grammar/letouzey
2012-05-29Split Egrammar into Egramml and Egramcoqletouzey
2012-05-29global_reference migrated from Libnames to new Globnames, less deps in gramma...letouzey
2012-05-29Basic stuff about constr_expr migrated from topconstr to constrexpr_opsletouzey
2012-05-29Stuff about notation_constr (ex-aconstr) now in notation_ops.mlletouzey
2012-05-29New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstrletouzey
2012-05-29locus.mli for occurrences+clauses, misctypes.mli for various little thingsletouzey
2012-05-29Evar_kinds.mli containing former Evd.hole_kind, avoid deps on Evdletouzey
2012-05-29Decl_kinds becomes a pure mli file, remaining ops in new file kindops.mlletouzey
2012-05-29Vernacexpr is now a mli-only file, locality stuff now in locality.mlletouzey
2012-05-23Revert copy/pasted function in to minilib thanks to clib.cmapboutill
2012-05-13Added a SearchAbout-like primitive in coqtop interface.ppedrot
2012-05-13Added an interface primitive to ask coqtop for its internal versions.ppedrot
2012-05-11Slightly modified the coqtop interface by adding an identifier inppedrot
2012-05-02Added an interface call to exit Coqtop nicely.ppedrot
2012-04-27Implicit arguments of Definition are taken from the type when given by the user.pboutill
2012-04-26migrate g_obligations.ml4 in parsingletouzey
2012-04-26Program: avoid staying in program mode after a failed Program commandletouzey
2012-04-23correct abort in Function when a proof of inversion failsletouzey
2012-04-19Supporting optional byte-mark order in utf-8 files (bug #2757).herbelin
2012-04-18Corrects a (very) longstanding bug of tactics. As is were, tactic expectingaspiwack
2012-04-17Bug 2733 : { } implicits and Fixpointspboutill