| Age | Commit message (Expand) | Author |
| 2012-05-30 | Getting rid of Pp.msg | ppedrot |
| 2012-05-30 | More uniformisation in Pp.warn functions. | ppedrot |
| 2012-05-30 | Restore compatibility with camlp4 (some missing open Tok) | letouzey |
| 2012-05-29 | Fixed an error display bug in CoqIDE. | ppedrot |
| 2012-05-29 | Re-allow Time Back* (cf discussion on coq-club) | letouzey |
| 2012-05-29 | Some documentation of recent changes concerning interfaces | letouzey |
| 2012-05-29 | remove many excessive open Util & Errors in mli's | letouzey |
| 2012-05-29 | place all pretty-printing files in new dir printing/ | letouzey |
| 2012-05-29 | Extend become a mli-only file in intf/ | letouzey |
| 2012-05-29 | Avoid Dumpglob dependency on Lexer | letouzey |
| 2012-05-29 | No need to have Refine amongst Hightactics.cm*a | letouzey |
| 2012-05-29 | place all files specific to camlp4 syntax extensions in grammar/ | letouzey |
| 2012-05-29 | Split Egrammar into Egramml and Egramcoq | letouzey |
| 2012-05-29 | No more Univ in grammar.cma | letouzey |
| 2012-05-29 | global_reference migrated from Libnames to new Globnames, less deps in gramma... | letouzey |
| 2012-05-29 | Strongly reduce the dependencies of grammar.cma, modulo two hacks | letouzey |
| 2012-05-29 | Basic stuff about constr_expr migrated from topconstr to constrexpr_ops | letouzey |
| 2012-05-29 | Stuff about notation_constr (ex-aconstr) now in notation_ops.ml | letouzey |
| 2012-05-29 | slim down a bit genarg.ml (pr_intro_pattern forgotten there) | letouzey |
| 2012-05-29 | Glob_term: minor formatting | letouzey |
| 2012-05-29 | Migrate the grammar entry about "Ltac" into g_vernac.ml4. | letouzey |
| 2012-05-29 | simplification in deps of some g_*.ml4 | letouzey |
| 2012-05-29 | Pattern as a mli-only file, operations in Patternops | letouzey |
| 2012-05-29 | New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstr | letouzey |
| 2012-05-29 | Glob_term now mli-only, operations now in Glob_ops | letouzey |
| 2012-05-29 | Tacexpr as a mli-only, the few functions there are now in Tacops | letouzey |
| 2012-05-29 | locus.mli for occurrences+clauses, misctypes.mli for various little things | letouzey |
| 2012-05-29 | Evar_kinds.mli containing former Evd.hole_kind, avoid deps on Evd | letouzey |
| 2012-05-29 | Makefile.build: a rule for building grammar.dot | letouzey |
| 2012-05-29 | Pfedit: two superfluous open | letouzey |
| 2012-05-29 | Decl_kinds becomes a pure mli file, remaining ops in new file kindops.ml | letouzey |
| 2012-05-29 | Vernacexpr is now a mli-only file, locality stuff now in locality.ml | letouzey |
| 2012-05-29 | Makefile: avoid too much exported vars (for win32) | letouzey |
| 2012-05-25 | Bugs revealed by playing with contribs | pboutill |
| 2012-05-25 | Fix r15259 to get rid of bug 2783 | pboutill |
| 2012-05-25 | Fixed #2769. | ppedrot |
| 2012-05-25 | Fixed #2789. | ppedrot |
| 2012-05-23 | Rewritten the handling of coq sentence processing, hopefully being | ppedrot |
| 2012-05-23 | CHANGES: fix a typo + an entry in the wrong section | letouzey |
| 2012-05-23 | Fixed #2538 by adding an option to reset coqtop on tab switch, as suggested. | ppedrot |
| 2012-05-23 | Cleaned prerr_endline use. | ppedrot |
| 2012-05-23 | Revert copy/pasted function in to minilib thanks to clib.cma | pboutill |
| 2012-05-23 | Fixed #2782. | ppedrot |
| 2012-05-23 | configure: camlp4 is now tried when camlp5 isn't found | letouzey |
| 2012-05-23 | configure: add support of MinGW Win32 environment (fix #2526) | letouzey |
| 2012-05-23 | Reducing CoqIDE start option queries. | ppedrot |
| 2012-05-22 | Minilib: Always add the Coq_config.dirs to xdg_dirs (again) | letouzey |
| 2012-05-22 | Permutation: remove a compatibility notation which doesn't help MathClasses | letouzey |
| 2012-05-22 | SetoidList: explicit the fact that InfA_compat won't use ltA_strorder | letouzey |
| 2012-05-18 | List + Permutation : more results about nth_error and nth | letouzey |