aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Makefile.doc: typo, index_url.txt should be index_urls.txtGravatar letouzey2011-09-19
* Fix test-suite/ide for repository compiled without -local (fix #2600)Gravatar letouzey2011-09-19
* avoid dependency nightmare by creating coqdep_{lexer,common}.mliGravatar letouzey2011-09-18
* doc/refman/Extraction.tex: no need to actually build euclid.mlGravatar letouzey2011-09-17
* Euclid: make the proof transparent (example of extraction in stdlib)Gravatar letouzey2011-09-17
* Various fixes in the MakefilesGravatar letouzey2011-09-17
* Omega: for non-arithmetical goals, try proving False from context (wish #2236)Gravatar letouzey2011-09-16
* Omega aware of Z.pred (fix #1912)Gravatar letouzey2011-09-15
* Re-allowing assumptions during proofs seems safe now (fix #2411)Gravatar letouzey2011-09-15
* coqc: Recognize option -force-load-proofs.Gravatar letouzey2011-09-15
* Names.make_mbid and co : convert from/to identifier (avoid some String.copy)Gravatar letouzey2011-09-15
* Adds a new command Show Goal (e.g. Show Goal "42") printing a goal using the...Gravatar aspiwack2011-09-12
* correction du bug 2047Gravatar jforest2011-09-09
* More twicks on hash-consingGravatar letouzey2011-09-08
* Fix the hconsing of universesGravatar letouzey2011-09-07
* make world now builds fake_ide (to please coq-bench)Gravatar letouzey2011-09-06
* Improved ltac code for zify (fix #2575).Gravatar letouzey2011-09-06
* test-suite/ide: misc improvementGravatar letouzey2011-09-06
* Avoid registering λ and Π as keywords just for some private Local NotationGravatar letouzey2011-09-06
* ide/preferences.ml: apparently no `META in Gdk.Tags.modifierGravatar letouzey2011-09-06
* Ocamlbuild : build of fake_ideGravatar letouzey2011-09-06
* fake_ide: a short program to mimic an ide talking to coqtop -ideslaveGravatar letouzey2011-09-05
* Coqide: new backtracking code, based on the Backtrack commandGravatar letouzey2011-09-05
* Ide_intf: slight reorganisation of the IDE apiGravatar letouzey2011-09-05
* Lib: remove strange code about backtracking to the current stateGravatar letouzey2011-09-05
* Lib.node: merge OpenedModtype and OpenedModule, same for Closed...Gravatar letouzey2011-09-05
* Remove code concerning the obsolete Set/Unset UndoGravatar letouzey2011-09-05
* Util.error now creates UserError(_,msg) instead of UserError(str,str)Gravatar letouzey2011-09-05
* Extraction Implicit: fix the numbering of constructor argumentsGravatar letouzey2011-09-05
* Having added a special Cast for remembering the use of conversionGravatar herbelin2011-09-04
* Bug 3596: ocamlbuild: coq_makefile now requires UnixGravatar pboutill2011-09-03
* Bug 2589: Documentation patch of Hendrik TewsGravatar pboutill2011-09-02
* Coq_makefile: bugfix in install ruleGravatar pboutill2011-09-02
* Automatic search of project fileGravatar pboutill2011-09-01
* Coq_makefile : bug when a project file is not in the current directory.Gravatar pboutill2011-09-01
* safe_prerr_endline in MinilibGravatar pboutill2011-09-01
* Add option -f to coqideGravatar pboutill2011-09-01
* Add preferences to say how to deal with a project file.Gravatar pboutill2011-09-01
* same_file in MinilibGravatar pboutill2011-09-01
* load_file takes advantage of same_file optimisationGravatar pboutill2011-09-01
* create_session takes the filename as argument.Gravatar pboutill2011-09-01
* No more parser for reading coqide pref fileGravatar pboutill2011-09-01
* [/]+ is equivalent to [/] in System and its copyGravatar pboutill2011-09-01
* Coq_makefile.absolute_dir -> Minilib.canonical_path_nameGravatar pboutill2011-09-01
* Creation of ide/project_file.ml4Gravatar pboutill2011-09-01
* gitignore updateGravatar pboutill2011-09-01
* Coq_makefile: Bug fix of check_depGravatar pboutill2011-09-01
* Coq_makefile: process_cmd_line is purely functional.Gravatar pboutill2011-09-01
* Coq_makefile: No other function than split_arguments uses a target type.Gravatar pboutill2011-09-01
* Coq_makefile: New option -arg to specify a compiler option.Gravatar pboutill2011-09-01