aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
* Coqc: fix the exit codeGravatar letouzey2011-04-15
* Extraction: nicer error when a toplevel module has no body (#2525)Gravatar letouzey2011-04-15
* Extraction: allow extracting Ascii.ascii to native Char in Haskell (fix #2515)Gravatar letouzey2011-04-15
* Documentation typo.Gravatar gmelquio2011-04-15
* More informative anomaly.Gravatar herbelin2011-04-14
* Add directories in COQPATH to search path.Gravatar herbelin2011-04-14
* Reorder search path order, so the standard library is search last.Gravatar herbelin2011-04-14
* Extraction: opaque terms are not traversed anymore by defaultGravatar letouzey2011-04-13
* Revert "Add [Polymorphic] flag for defs"Gravatar msozeau2011-04-13
* Put dependent subgoals first so as to allow backtracking on them, might chang...Gravatar msozeau2011-04-13
* - Make typeclass transparency information directly availableGravatar msozeau2011-04-13
* - Remove create_evar_defsGravatar msozeau2011-04-13
* Fix merge.Gravatar msozeau2011-04-13
* - Improve unification (beta-reduction, and same heuristic as evarconv for red...Gravatar msozeau2011-04-13
* Fix scripts relying on unification not doing any beta reduction.Gravatar msozeau2011-04-13
* Unify meta types with the right flags, add betaiotazeta reduction to unificat...Gravatar msozeau2011-04-13
* Proper typing of metavariables, type errors were completely ignored before......Gravatar msozeau2011-04-13
* - Do not make constants with an assigned type polymorphic (wrong unfoldings).Gravatar msozeau2011-04-13
* Add [Polymorphic] flag for defsGravatar msozeau2011-04-13
* Subtyping: align coqtop behavior concerning opaque csts on coqchk's oneGravatar letouzey2011-04-12
* remove old traces of SearchIsos (never ported to 7.x nor 8.x)Gravatar letouzey2011-04-12
* Catch NotArity exception and transform it into an anomaly in retyping.Gravatar msozeau2011-04-11
* ocamlbuild: support again camlp5 in addition to camlp4Gravatar letouzey2011-04-08
* Applying Tom Prince's patch to coqdep not correctly applying the -R visibilityGravatar herbelin2011-04-08
* A kind of reply to bug 2444Gravatar pboutill2011-04-08