aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-04-13Add [Polymorphic] flag for defsmsozeau
2011-04-12Subtyping: align coqtop behavior concerning opaque csts on coqchk's oneletouzey
2011-04-12remove old traces of SearchIsos (never ported to 7.x nor 8.x)letouzey
2011-04-11Catch NotArity exception and transform it into an anomaly in retyping.msozeau
2011-04-08ocamlbuild: support again camlp5 in addition to camlp4letouzey
2011-04-08Applying Tom Prince's patch to coqdep not correctly applying the -R visibilityherbelin
2011-04-08A kind of reply to bug 2444pboutill
2011-04-08weak dependency of coqtop for coqide and coqc (bug 2390)pboutill
2011-04-08A module out of Program to have list notations (bug 2463)pboutill
2011-04-08@ in index of refman (last request of bug 2494)pboutill
2011-04-08Add "make full-stdlib" to make all the doc in pdf as ask by bug 2395pboutill
2011-04-08More up to date About in coqidepboutill
2011-04-08Macos integration step2 : shutdownpboutill
2011-04-08coqide shutdown process change (and out the main function)pboutill
2011-04-08Applying Tom Prince's patch for build_constant_by_tactic not able toherbelin
2011-04-08Made warning about ending comments in string less intrusive so as to supportherbelin