aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-25Fixing and completing interpretation of let's in notations for iterated binders.herbelin
2011-04-25Fixing and completing interpretation of let's in notations for iterated binders.herbelin
2011-04-24Yet another bug in printing fix with let-in bindersherbelin
2011-04-24Fixing bug in printing let-in binders in fix/cofixherbelin
2011-04-24Fixed a bug of destruct which was sometimes forgetting local definitions behi...herbelin
2011-04-22Coqide: fix synchro when restarting during a single stepletouzey
2011-04-21Coqide: let's try to be synchronuous when killing coqtopletouzey
2011-04-21Coqide: remove some dead codeletouzey
2011-04-21Coqlib: avoid deadlock under win32 with force_reset_initialletouzey
2011-04-21Coqide: back to using Unix.stderr in create_processletouzey
2011-04-21Coqide: better handling of stdout/stderr in win32letouzey
2011-04-21Coqide: typoletouzey
2011-04-21Coqide: quote coqtop filename if necessaryletouzey
2011-04-21Coqide: a special kill function for win32letouzey
2011-04-21Coqide: try to avoid displaying error messages on coqide's consoleletouzey
2011-04-21Coqide: better construction of default coqtop pathletouzey
2011-04-21Win32: remove the need for Coq.bat and Coqide.batletouzey
2011-04-21Win32: if we make coqide console-free, then stderr/stdout/sdtin shouldn't be ...letouzey
2011-04-21Ocamlbuild: in win32, coqide is now a console-free app by defaultletouzey
2011-04-21Win32: let's directly make coqtop.exe and coqide.exe incorporate coq.icoletouzey
2011-04-21bug fix: concurrent access of persistent_cachefbesson
2011-04-20Coqide: Fix the command separator for external cmds (#2363)letouzey
2011-04-20Coqdoc: also try coqlib relative to the coqdoc binary locationletouzey
2011-04-20Allow betaiota when checking unification of the types of metas (fixes ATBR co...msozeau
2011-04-20Don't force progress on instance applications, there is always progress when ...msozeau
2011-04-20This is used in the rippling plugin. This also allows fixing bug #2188.msozeau
2011-04-19Declarative mode: fix escape and return.aspiwack
2011-04-19Fix thumb2-related build errorglondu
2011-04-18Fix generated script for NMake, a rewrite necessitates full conversion formsozeau
2011-04-18Add a flag to control betaiota reduction during unification to maintain backw...msozeau
2011-04-16Fix unification of types of metavariables and error message for sort unificat...msozeau
2011-04-15Take benefit of eta-expansion so that "ex P" is displayed "exists x, P x".herbelin
2011-04-15Coqc: fix the exit codeletouzey
2011-04-15Extraction: nicer error when a toplevel module has no body (#2525)letouzey
2011-04-15Extraction: allow extracting Ascii.ascii to native Char in Haskell (fix #2515)letouzey
2011-04-15Documentation typo.gmelquio
2011-04-14More informative anomaly.herbelin
2011-04-14Add directories in COQPATH to search path.herbelin
2011-04-14Reorder search path order, so the standard library is search last.herbelin
2011-04-13Extraction: opaque terms are not traversed anymore by defaultletouzey
2011-04-13Revert "Add [Polymorphic] flag for defs"msozeau
2011-04-13Put dependent subgoals first so as to allow backtracking on them, might chang...msozeau
2011-04-13- Make typeclass transparency information directly availablemsozeau
2011-04-13- Remove create_evar_defsmsozeau
2011-04-13Fix merge.msozeau
2011-04-13- Improve unification (beta-reduction, and same heuristic as evarconv for red...msozeau
2011-04-13Fix scripts relying on unification not doing any beta reduction.msozeau
2011-04-13Unify meta types with the right flags, add betaiotazeta reduction to unificat...msozeau
2011-04-13Proper typing of metavariables, type errors were completely ignored before......msozeau
2011-04-13- Do not make constants with an assigned type polymorphic (wrong unfoldings).msozeau