aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-14Add navigation items for quickly moving between word occurrences.gmelquio
2010-12-14Improved the search/replace dialog box:gmelquio
2010-12-14Fix mutex being released from a different thread than it is acquired from.gmelquio
2010-12-13Remove an unused function with a Evd.fold in subtacletouzey
2010-12-13Goal: preventively replace an Evd.fold by an equivalent Evd.fold_undefinedletouzey
2010-12-13Class_tactics: avoid an Evd.fold taking ages in contrib ProjectiveGeometryletouzey
2010-12-13Avoid silent loss of data when closing an unsaved buffer.gmelquio
2010-12-12Sorry for the mistake in r13702pboutill
2010-12-10Attempt to preserve casts during a refine, especially VMcastletouzey
2010-12-10First release of Vector library.pboutill
2010-12-09Don't interpret VMcast as an ordinary type cast in Definition a := t <: T.herbelin
2010-12-09In passing, very quick uniformization of coqdoc headers in a few files.herbelin
2010-12-09ZArith: for uniformity, Zdiv2 becomes Zquot2 while Zdiv2' becomes Zdiv2letouzey
2010-12-09Example of a simple ML tactic (Hello world).fkirchne
2010-12-06Fixed status of ÷ and × in coqdoc (they were seen as letter instead of symb...herbelin
2010-12-06Numbers and bitwise functions.letouzey
2010-12-06Use !Pp_control.std_ft for printing grammarsglondu
2010-12-04Made new comm. model between coq and coqide support '-R foo ""'-style option.herbelin
2010-12-04Applied patch to FAQ proposed by Hendrik Tews (bug report #2446).herbelin
2010-12-04Fixing bug #2448 (wrongly-scoped alpha-renaming in notations).herbelin
2010-12-04Fixing coqdoc pretty-printing of a table in Mergesort. Incidentally,herbelin
2010-12-04Better fix to bug #2183 ("moduleid" internal name got exposed to usersherbelin
2010-12-04Fixing several bugs with links to notation in coqdoc, including bug #2445:herbelin
2010-12-03Fixing bug using explictly declared implicit arguments in inductive arities.herbelin
2010-12-03Redirect stdout to stderr in -ideslaveglondu
2010-12-03Remove dead codeglondu
2010-12-02Fixing a bug introduced in r12304 (move of interpretation ofherbelin
2010-12-02Document new tactics in CHANGESglondu
2010-12-02Documentation for tactic constr_eqglondu
2010-12-02Add tactic has_evar (#2433)glondu
2010-12-02Add tactic is_evar (Closes: #2433)glondu
2010-12-01* Kernel/Term:regisgia
2010-12-01* Kernel/Termregisgia
2010-12-01* Kernel/Termregisgia
2010-11-25Dp: minor fix suggested by Virgile Prevostoletouzey
2010-11-19CHANGES: mention some changes in trunk since the 8.3 forkletouzey
2010-11-19SearchAbout: who has never been annoyed by the [ ] syntax ?letouzey
2010-11-19CHANGES: small re-sync with the one of branch v8.3letouzey
2010-11-18adapt slighlty r13642 to support both camlp4 and camlp5-5 and camlp5-6letouzey
2010-11-18Some more revision of {P,N,Z}Arith + bitwise ops in Ndigitsletouzey
2010-11-18Do not throw an error for anonymous generalized binders as they will bemsozeau
2010-11-18NZSqrt: we define sqrt_up, a square root that rounds up instead of down as sqrtletouzey
2010-11-18NZLog: we define log2_up, a base-2 logarithm that rounds up instead of down a...letouzey
2010-11-16Support for camlp5 6.02.0 (Closes: #2432)glondu
2010-11-16Division: avoid imposing rem as an infix keyword in Z_scope and bigZ_scope.letouzey
2010-11-16Remove redundant clause (and fix compatibility issue)glondu
2010-11-16Use full path for unknown stuff in omegaglondu
2010-11-15Minor fixes from Gregory Malecha. A typo fixed and a better (located) msozeau
2010-11-10Oups, fix last commit, a missing file in a vo.itargetletouzey
2010-11-10Integer division: quot and rem (trunc convention) in addition to div and modletouzey