aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | * | | | | | | | | Document an example `Makefile` for `coq_makefile`Gravatar Jason Gross2017-06-30
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We document an example `Makefile` which does not include the generated `CoqMakefile`, but instead invokes arbitrary targets in it.
| | | | | | | * | | Remove doc/refman/RefMan-ind.texGravatar Jason Gross2017-06-30
| |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It does not seem to be referred to by any file, and does not seem to be built by any implicit rules.
| | | | | * | | | Add doc for inversion_sigma to RefMan-tacGravatar Jason Gross2017-06-30
| | | | | | | | |
| | | | | * | | | Update CHANGES with inversion_sigma entryGravatar Jason Gross2017-06-30
| |_|_|_|/ / / / |/| | | | | | |
| | * | | | | | Update .gitignore with doc/tutorial/Tutorial.v.outGravatar Jason Gross2017-06-30
| |/ / / / / / |/| | | | | |
| | * | | | | Fix more potential quoting issues: COQBIN , COQLIBGravatar Jason Gross2017-06-30
| | | | | | |
| | * | | | | Also quote $(COQLIB)/grammarGravatar Jason Gross2017-06-30
| | | | | | | | | | | | | | | | | | | | | In case COQLIB has backslashes, as it does on Windows, or spaces
| | * | | | | Create a variable for CAMLDOC in CoqMakefile.inGravatar Jason Gross2017-06-30
| | | | | | |
| | * | | | | Quote $(OCAMLFIND) in CoqMakefile.in for WindowsGravatar Jason Gross2017-06-30
| |/ / / / / |/| | | | | | | | | | | This, I hope, will fix [bug #5620](https://coq.inria.fr/bugs/show_bug.cgi?id=5620)
| | | * | | Better support for make TIMED=1 on WindowsGravatar Jason Gross2017-06-30
| |_|/ / / |/| | | | | | | | | | | | | | This fixes [bug #5619](https://coq.inria.fr/bugs/show_bug.cgi?id=5619)
* | | | | Merge PR#846: Fix OS X Travis by pinning OCaml version.Gravatar Maxime Dénès2017-06-30
|\ \ \ \ \
* \ \ \ \ \ Merge PR#843: closing bug #5618 introduce by PR 828Gravatar Maxime Dénès2017-06-30
|\ \ \ \ \ \
| | | | | | * Mention again how to report bug and get version number.Gravatar Théo Zimmermann2017-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested by @psteckler.
| | * | | | | Fix OS X Travis by pinning OCaml version.Gravatar Théo Zimmermann2017-06-30
| |/ / / / / |/| | | | |
| | | | | * Better phrasing.Gravatar Théo Zimmermann2017-06-29
| | | | | |
| | | | | * More substance on discouraged practices.Gravatar Théo Zimmermann2017-06-29
| | | | | |
| * | | | | closing bug #5618 introduce by PR 828Gravatar Julien Forest2017-06-29
| | | | | |
| | | | | * Some more corrections to the tutorial.Gravatar Théo Zimmermann2017-06-29
| | | | | |
| | | | | * Mask the reliance on coqtop.Gravatar Théo Zimmermann2017-06-29
| | | | | |
| | | | | * Update the Tutorial.Gravatar Théo Zimmermann2017-06-28
| | | | | |
* | | | | | Merge PR#810: An attempt to fix a failure of test deps-checksum.sh fails ↵Gravatar Maxime Dénès2017-06-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | with make -j4
| | | * \ \ \ Merge PR#731: Mini-cleaning around OCaml file namesGravatar Maxime Dénès2017-06-27
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is only a partial merge, we stick with using the standard OCaml (un)capitalize functions.
| | | | * | | | A cleaning phase about ocaml file names.Gravatar Hugo Herbelin2017-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ocaml file names are restricted since 2008 to A..Z followed by a..z0..9'_. We take this constraint into account in tools manipulating Ocaml file names.
| | | * | | | | Merge PR#814: Fix #5380: Default colors for CoqIDE are actually applied.Gravatar Maxime Dénès2017-06-27
| | | |\ \ \ \ \
* | | | \ \ \ \ \ Merge PR#826: Put plugin exports in the right compatibility fileGravatar Maxime Dénès2017-06-26
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge PR#825: Ignore all PDF files.Gravatar Maxime Dénès2017-06-26
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge PR#828: closing bug #4250Gravatar Maxime Dénès2017-06-26
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | | | | * | | | | Bump version number to 8.6.1.Gravatar Maxime Dénès2017-06-26
| | | | | | | | | |
| | | | | * | | | | Fix libpcre dependency issue under Windows.Gravatar Maxime Dénès2017-06-26
| | | | | | | | | |
| | | | | * | | | | Fix proxy setting issueGravatar Michael Soegtrop2017-06-26
| | | | | | | | | |
| | | | | * | | | | Fixes bug #5561,#5562 in Windows build systemGravatar Michael Soegtrop2017-06-26
| | | | | | | | | |
| | | | | * | | | | Merge PR#756: Fix Bug #5574, document function scopeGravatar Maxime Dénès2017-06-26
| | | | | |\ \ \ \ \
* | | | | | \ \ \ \ \ Merge PR#824: Fix printersGravatar Maxime Dénès2017-06-23
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge PR#821: [vernac] Remove stale bool parameter from ↵Gravatar Maxime Dénès2017-06-23
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `VernacStartTheoremProof`
* \ \ \ \ \ \ \ \ \ \ \ \ Merge PR#820: [ide] Correct more merging errors.Gravatar Maxime Dénès2017-06-23
|\ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR#815: STM: par: report no error to UIs in non-solve modeGravatar Maxime Dénès2017-06-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR#794: Cleanup of ltac cmxsGravatar Maxime Dénès2017-06-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR#762: [vernac] Fix unneeded mutual references in ObligationsGravatar Maxime Dénès2017-06-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ Merge PR#813: Fix plugin warningsGravatar Maxime Dénès2017-06-23
| | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | * | | | | Fix Bug #5574, document function scopeGravatar Paul Steckler2017-06-23
| | | | | | | | | | | | | | |/ / / | | | | | | | | | | | | | |/| | |
| | | | | | | * | | | | | / | | | closing bug #4250Gravatar Julien Forest2017-06-23
| |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | [configure] 'ocaml' is more precise than OCaml as we mean the binary.Gravatar Maxime Dénès2017-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix suggested by Hugo.
| | | | | | | | | | * | | | | | ocaml -> OCaml in configure.ml.Gravatar Maxime Dénès2017-06-23
| | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | Merge PR#729: Fixing an inconsistency between configure and configure.mlGravatar Maxime Dénès2017-06-23
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ Merge PR#740: Refactor documentation of records.Gravatar Maxime Dénès2017-06-23
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | Add tests for handling of warningsGravatar Tej Chajed2017-06-23
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | | | Fix bug 5392: Warnings defined in plugins are considered unknownGravatar Maxime Dénès2017-06-23
| | | | | | | | | | | |_|/ / / / / | | | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The status of a warning can now be set before the warning is declared (typically by a plugin). However, I had to remove the "unknown warning" warning.
| | | | | | | | | | | | | | | | * In enter_one, not having exactly one goal is a fatal error of the monad.Gravatar Hugo Herbelin2017-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pointed out by PMP.
| | | | | | | | * | | | | | | | | Add test-suite file for funind, extraction with compat 8.6Gravatar Jason Gross2017-06-22
| | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | Put plugin exports in the right compatibility fileGravatar Jason Gross2017-06-22
| |_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This closes [bug #5607](https://coq.inria.fr/bugs/show_bug.cgi?id=5607). PR #220 put the exports in the wrong compat files, presumably because it was originally targeted to version 8.6, and this wasn't updated when it was retargeted to version 8.7.