aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06-01list_eq_dec now transparent (wish #2786)letouzey
2012-06-01Cancel the start of a proof if its init_tac fails (fix #2799)letouzey
2012-05-31tactic is_fix, akin to is_evar, is_hyp, is_ ... familypboutill
2012-05-31Coq_makefile bug for pluginspboutill
2012-05-30Functions *_beq aren't generated anymore, remove comments about themletouzey
2012-05-30Adds Reference-Manual.out to .gitignoreletouzey
2012-05-30Getting rid of Pp.msgppedrot
2012-05-30More uniformisation in Pp.warn functions.ppedrot
2012-05-30Restore compatibility with camlp4 (some missing open Tok)letouzey
2012-05-29Fixed an error display bug in CoqIDE.ppedrot
2012-05-29Re-allow Time Back* (cf discussion on coq-club)letouzey
2012-05-29Some documentation of recent changes concerning interfacesletouzey
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-29Extend become a mli-only file in intf/letouzey
2012-05-29Avoid Dumpglob dependency on Lexerletouzey
2012-05-29No need to have Refine amongst Hightactics.cm*aletouzey
2012-05-29place all files specific to camlp4 syntax extensions in grammar/letouzey
2012-05-29Split Egrammar into Egramml and Egramcoqletouzey
2012-05-29No more Univ in grammar.cmaletouzey
2012-05-29global_reference migrated from Libnames to new Globnames, less deps in gramma...letouzey
2012-05-29Strongly reduce the dependencies of grammar.cma, modulo two hacksletouzey
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-29slim down a bit genarg.ml (pr_intro_pattern forgotten there)letouzey
2012-05-29Glob_term: minor formattingletouzey
2012-05-29Migrate the grammar entry about "Ltac" into g_vernac.ml4.letouzey
2012-05-29simplification in deps of some g_*.ml4letouzey
2012-05-29Pattern as a mli-only file, operations in Patternopsletouzey
2012-05-29New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstrletouzey
2012-05-29Glob_term now mli-only, operations now in Glob_opsletouzey
2012-05-29Tacexpr as a mli-only, the few functions there are now in Tacopsletouzey
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-29Makefile.build: a rule for building grammar.dotletouzey
2012-05-29Pfedit: two superfluous openletouzey
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-29Makefile: avoid too much exported vars (for win32)letouzey
2012-05-25Bugs revealed by playing with contribspboutill
2012-05-25Fix r15259 to get rid of bug 2783pboutill
2012-05-25Fixed #2769.ppedrot
2012-05-25Fixed #2789.ppedrot