aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-19Makefile.doc: typo, index_url.txt should be index_urls.txtletouzey
2011-09-19Fix test-suite/ide for repository compiled without -local (fix #2600)letouzey
2011-09-18avoid dependency nightmare by creating coqdep_{lexer,common}.mliletouzey
2011-09-17doc/refman/Extraction.tex: no need to actually build euclid.mlletouzey
2011-09-17Euclid: make the proof transparent (example of extraction in stdlib)letouzey
2011-09-17Various fixes in the Makefilesletouzey
2011-09-16Omega: for non-arithmetical goals, try proving False from context (wish #2236)letouzey
2011-09-15Omega aware of Z.pred (fix #1912)letouzey
2011-09-15Re-allowing assumptions during proofs seems safe now (fix #2411)letouzey
2011-09-15coqc: Recognize option -force-load-proofs.letouzey
2011-09-15Names.make_mbid and co : convert from/to identifier (avoid some String.copy)letouzey
2011-09-12Adds a new command Show Goal (e.g. Show Goal "42") printing a goal using the...aspiwack
2011-09-09correction du bug 2047jforest
2011-09-08More twicks on hash-consingletouzey
2011-09-07Fix the hconsing of universesletouzey
2011-09-06make world now builds fake_ide (to please coq-bench)letouzey
2011-09-06Improved ltac code for zify (fix #2575).letouzey
2011-09-06test-suite/ide: misc improvementletouzey
2011-09-06Avoid registering λ and Π as keywords just for some private Local Notationletouzey
2011-09-06ide/preferences.ml: apparently no `META in Gdk.Tags.modifierletouzey
2011-09-06Ocamlbuild : build of fake_ideletouzey
2011-09-05fake_ide: a short program to mimic an ide talking to coqtop -ideslaveletouzey
2011-09-05Coqide: new backtracking code, based on the Backtrack commandletouzey
2011-09-05Ide_intf: slight reorganisation of the IDE apiletouzey
2011-09-05Lib: remove strange code about backtracking to the current stateletouzey
2011-09-05Lib.node: merge OpenedModtype and OpenedModule, same for Closed...letouzey
2011-09-05Remove code concerning the obsolete Set/Unset Undoletouzey
2011-09-05Util.error now creates UserError(_,msg) instead of UserError(str,str)letouzey
2011-09-05Extraction Implicit: fix the numbering of constructor argumentsletouzey
2011-09-04Having added a special Cast for remembering the use of conversionherbelin
2011-09-03Bug 3596: ocamlbuild: coq_makefile now requires Unixpboutill
2011-09-02Bug 2589: Documentation patch of Hendrik Tewspboutill
2011-09-02Coq_makefile: bugfix in install rulepboutill
2011-09-01Automatic search of project filepboutill
2011-09-01Coq_makefile : bug when a project file is not in the current directory.pboutill
2011-09-01safe_prerr_endline in Minilibpboutill
2011-09-01Add option -f to coqidepboutill
2011-09-01Add preferences to say how to deal with a project file.pboutill
2011-09-01same_file in Minilibpboutill
2011-09-01load_file takes advantage of same_file optimisationpboutill
2011-09-01create_session takes the filename as argument.pboutill
2011-09-01No more parser for reading coqide pref filepboutill
2011-09-01[/]+ is equivalent to [/] in System and its copypboutill
2011-09-01Coq_makefile.absolute_dir -> Minilib.canonical_path_namepboutill
2011-09-01Creation of ide/project_file.ml4pboutill
2011-09-01gitignore updatepboutill
2011-09-01Coq_makefile: Bug fix of check_deppboutill
2011-09-01Coq_makefile: process_cmd_line is purely functional.pboutill
2011-09-01Coq_makefile: No other function than split_arguments uses a target type.pboutill
2011-09-01Coq_makefile: New option -arg to specify a compiler option.pboutill