aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Expand)AuthorAge
* Misc changes around coqtop.ml :Gravatar letouzey2013-08-22
* Modulification and removing of structural equality in Stateid.Gravatar ppedrot2013-08-19
* State Transaction MachineGravatar gareuselesinge2013-08-08
* fake_ide: xml parser does not check for EOFGravatar gareuselesinge2013-05-06
* New module Xml_printer (dual to Xml_parser)Gravatar gareuselesinge2013-05-06
* Coqide: new feedback mechanism for structured contentGravatar gareuselesinge2013-04-25
* Fix compilation of fake_ideGravatar gareuselesinge2013-04-19
* coqc and coqmktop migrated in tools/, get rid of scripts/ subdirGravatar letouzey2013-04-18
* Coqdep: add an -exclude-dir option (wish mentionned in #3025)Gravatar letouzey2013-04-18
* Renaming SearchAbout into Search and Search into SearchHead.Gravatar herbelin2013-04-17
* Restrict (try...with...) to avoid catching critical exn (part 15)Gravatar letouzey2013-03-13
* Restrict (try...with...) to avoid catching critical exn (part 13)Gravatar letouzey2013-03-13
* invalid_arg instead of raise (Invalid_argement ...)Gravatar letouzey2013-03-12
* use List.rev_map whenever possibleGravatar letouzey2013-02-18
* Revert "remove -rectypes except for term.ml"Gravatar mdenes2013-01-22
* I forget to use git log before git svn dcommit ...Gravatar pboutill2013-01-18
* Revert "coq_makefile: use coqdep instead of ocamldep on .ml4 files"Gravatar pboutill2013-01-18
* Coq_makefile: quoting pathsGravatar pboutill2013-01-07
* Coq_makefile: -extra & -phony-extra for user defined makefile ruleGravatar pboutill2013-01-07
* Coq_makefile: Better rule for subdirs when the subdir does not existGravatar pboutill2012-12-10
* Revert "* tools/Coq_makefile:"Gravatar regisgia2012-12-07
* * tools/Coq_makefileGravatar regisgia2012-12-07
* * tools/Coq_makefile:Gravatar regisgia2012-12-07
* coq_makefile: use coqdep instead of ocamldep on .ml4 filesGravatar gareuselesinge2012-11-13
* Xml_parser: detect immediate EOF + disable check_eof by defaultGravatar letouzey2012-11-12
* coqdep: honor dependencies of "Load"ed filesGravatar gareuselesinge2012-10-29
* Allow running coq-tex in win32 (fix #2921)Gravatar letouzey2012-10-29
* Continuing r15885 fixing coqdoc index bugs introduced in r14624 and r15053.Gravatar herbelin2012-10-16
* Removed dead code about linking Module names in coqdoc.Gravatar herbelin2012-10-16
* Coq_makefile: easier compilation with timings info (from r15850)Gravatar pboutill2012-10-15
* Fixing coqdoc index bugs introduced in r14624 and r15053. Revision r14624 int...Gravatar pboutill2012-10-15
* fix r15860 : no slash after $(COQLIB)Gravatar letouzey2012-10-08
* still some more dead code removalGravatar letouzey2012-10-06
* remove -rectypes except for term.mlGravatar letouzey2012-10-06
* Repair the configure after Hugo's last "repair" ;-)Gravatar letouzey2012-10-05
* Fix use of $(HASNATDYNLINK) in coq_makefile outputGravatar glondu2012-09-22
* Coq_makefile fixupsGravatar pboutill2012-09-18
* More type-safe interface to Coq XML API.Gravatar ppedrot2012-09-17
* Moving Utils.list_* to a proper CList module, which includes stdlibGravatar ppedrot2012-09-14
* The new ocaml compiler (4.00) has a lot of very cool warnings,Gravatar regisgia2012-09-14
* Coqdoc: fix --utf8 bug for pretty printingGravatar pboutill2012-09-07
* No more states/initial.coq, instead coqtop now requires Prelude.voGravatar letouzey2012-08-23
* Revert "when cross-compiling with mingw32, let's fix the Filename.dir_sep"Gravatar letouzey2012-08-23
* Updating headers.Gravatar herbelin2012-08-08
* Coqdoc inlined verbatim_char in latexGravatar pboutill2012-08-06
* Add inline verbatim (<</>>), quotes (") and urls ({{url} name}) markup/typese...Gravatar pboutill2012-08-06
* Coqdoc: More keywords, better special char escape, special case for "in *"Gravatar pboutill2012-08-05
* More entries in the indexGravatar pboutill2012-08-05
* Various minor fixes to coqdoc from A. Chlipala.Gravatar msozeau2012-07-18
* Fixed fake_ide test-suite.Gravatar ppedrot2012-07-09