aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Attempt to use more local doc in coqideGravatar pboutill2011-04-28
* CHANGES updateGravatar pboutill2011-04-28
* coq_makefile big cleanupGravatar pboutill2011-04-28
* coqtop -config returns coq returns coq environments at exection timeGravatar pboutill2011-04-28
* Revert r14078 "Partial backtrack on the support for open terms in destruct/in...Gravatar gmelquio2011-04-28
* Partial backtrack on the support for open terms in destruct/induction:Gravatar gmelquio2011-04-28
* Coqide: try to properly send interrupts to coqtop on Win32Gravatar letouzey2011-04-28
* Adding "Tactic Notation" in doc index.Gravatar herbelin2011-04-28
* Fixing an "apply -> ... in hyp" bug (the hyp was considered as a fixedGravatar herbelin2011-04-28
* Fixed notation printing bug when curly brackets are involved (requestsGravatar herbelin2011-04-28
* Updating CHANGESGravatar herbelin2011-04-27
* Fixing output of Notations2.v test messed up in r14060Gravatar herbelin2011-04-27
* Pcoq.ml4: fix a typo in a comment to please ocamldocGravatar letouzey2011-04-26
* G_vernac can be parsed without grammar.cmaGravatar letouzey2011-04-26
* dev/base_include: no more mod_self_idGravatar letouzey2011-04-26
* Fixing commit r14061 (changes in file tactics.ml were mistakenly committed).Gravatar herbelin2011-04-26
* Coqide: fix remove_current_view_page (#2499)Gravatar letouzey2011-04-26
* Fix for handling of -R "" in coqdoc (bug #2423).Gravatar herbelin2011-04-25
* Fixing and completing interpretation of let's in notations for iterated binders.Gravatar herbelin2011-04-25
* Fixing and completing interpretation of let's in notations for iterated binders.Gravatar herbelin2011-04-25
* Yet another bug in printing fix with let-in bindersGravatar herbelin2011-04-24
* Fixing bug in printing let-in binders in fix/cofixGravatar herbelin2011-04-24
* Fixed a bug of destruct which was sometimes forgetting local definitions behi...Gravatar herbelin2011-04-24
* Coqide: fix synchro when restarting during a single stepGravatar letouzey2011-04-22
* Coqide: let's try to be synchronuous when killing coqtopGravatar letouzey2011-04-21
* Coqide: remove some dead codeGravatar letouzey2011-04-21
* Coqlib: avoid deadlock under win32 with force_reset_initialGravatar letouzey2011-04-21
* Coqide: back to using Unix.stderr in create_processGravatar letouzey2011-04-21
* Coqide: better handling of stdout/stderr in win32Gravatar letouzey2011-04-21
* Coqide: typoGravatar letouzey2011-04-21
* Coqide: quote coqtop filename if necessaryGravatar letouzey2011-04-21
* Coqide: a special kill function for win32Gravatar letouzey2011-04-21
* Coqide: try to avoid displaying error messages on coqide's consoleGravatar letouzey2011-04-21
* Coqide: better construction of default coqtop pathGravatar letouzey2011-04-21
* Win32: remove the need for Coq.bat and Coqide.batGravatar letouzey2011-04-21
* Win32: if we make coqide console-free, then stderr/stdout/sdtin shouldn't be ...Gravatar letouzey2011-04-21
* Ocamlbuild: in win32, coqide is now a console-free app by defaultGravatar letouzey2011-04-21
* Win32: let's directly make coqtop.exe and coqide.exe incorporate coq.icoGravatar letouzey2011-04-21
* bug fix: concurrent access of persistent_cacheGravatar fbesson2011-04-21
* Coqide: Fix the command separator for external cmds (#2363)Gravatar letouzey2011-04-20
* Coqdoc: also try coqlib relative to the coqdoc binary locationGravatar letouzey2011-04-20
* Allow betaiota when checking unification of the types of metas (fixes ATBR co...Gravatar msozeau2011-04-20
* Don't force progress on instance applications, there is always progress when ...Gravatar msozeau2011-04-20
* This is used in the rippling plugin. This also allows fixing bug #2188.Gravatar msozeau2011-04-20
* Declarative mode: fix escape and return.Gravatar aspiwack2011-04-19
* Fix thumb2-related build errorGravatar glondu2011-04-19
* Fix generated script for NMake, a rewrite necessitates full conversion forGravatar msozeau2011-04-18
* Add a flag to control betaiota reduction during unification to maintain backw...Gravatar msozeau2011-04-18
* Fix unification of types of metavariables and error message for sort unificat...Gravatar msozeau2011-04-16
* Take benefit of eta-expansion so that "ex P" is displayed "exists x, P x".Gravatar herbelin2011-04-15