| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-30 | Fix more potential quoting issues: COQBIN , COQLIB | Jason Gross | |
| 2017-06-30 | Also quote $(COQLIB)/grammar | Jason Gross | |
| In case COQLIB has backslashes, as it does on Windows, or spaces | |||
| 2017-06-30 | Create a variable for CAMLDOC in CoqMakefile.in | Jason Gross | |
| 2017-06-30 | Quote $(OCAMLFIND) in CoqMakefile.in for Windows | Jason Gross | |
| This, I hope, will fix [bug #5620](https://coq.inria.fr/bugs/show_bug.cgi?id=5620) | |||
| 2017-06-30 | Merge PR#846: Fix OS X Travis by pinning OCaml version. | Maxime Dénès | |
| 2017-06-30 | Merge PR#843: closing bug #5618 introduce by PR 828 | Maxime Dénès | |
| 2017-06-30 | Fix OS X Travis by pinning OCaml version. | Théo Zimmermann | |
| 2017-06-29 | closing bug #5618 introduce by PR 828 | Julien Forest | |
| 2017-06-27 | Merge PR#810: An attempt to fix a failure of test deps-checksum.sh fails ↵ | Maxime Dénès | |
| with make -j4 | |||
| 2017-06-26 | Merge PR#826: Put plugin exports in the right compatibility file | Maxime Dénès | |
| 2017-06-26 | Merge PR#825: Ignore all PDF files. | Maxime Dénès | |
| 2017-06-26 | Merge PR#828: closing bug #4250 | Maxime Dénès | |
| 2017-06-23 | Merge PR#824: Fix printers | Maxime Dénès | |
| 2017-06-23 | Merge PR#821: [vernac] Remove stale bool parameter from ↵ | Maxime Dénès | |
| `VernacStartTheoremProof` | |||
| 2017-06-23 | Merge PR#820: [ide] Correct more merging errors. | Maxime Dénès | |
| 2017-06-23 | Merge PR#815: STM: par: report no error to UIs in non-solve mode | Maxime Dénès | |
| 2017-06-23 | Merge PR#794: Cleanup of ltac cmxs | Maxime Dénès | |
| 2017-06-23 | Merge PR#762: [vernac] Fix unneeded mutual references in Obligations | Maxime Dénès | |
| 2017-06-23 | closing bug #4250 | Julien Forest | |
| 2017-06-22 | Add test-suite file for funind, extraction with compat 8.6 | Jason Gross | |
| 2017-06-22 | Put plugin exports in the right compatibility file | Jason Gross | |
| 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. | |||
| 2017-06-22 | Ignore all PDF files. | Théo Zimmermann | |
| Rules for ignoring *some* PDF files had been added one by one to `.gitignore` but some were still missing (for the corresponding latex files in `dev`). This rule is actually better since we are not tracking any PDF file. | |||
| 2017-06-22 | Merge PR#817: [stm] Fix route setting on VtQuery | Maxime Dénès | |
| 2017-06-22 | Add missing definition and fix #use include;; as suggested by @amintimany. | Théo Zimmermann | |
| 2017-06-21 | [vernac] Remove stale bool parameter from `VernacStartTheoremProof` | Emilio Jesus Gallego Arias | |
| `VernacStartTheoremProof` contained a stale bool parameter from 15 years ago, which is unused today. | |||
| 2017-06-21 | [ide] Correct more merging errors. | Emilio Jesus Gallego Arias | |
| This file doesn't want to leave us. | |||
| 2017-06-21 | Should fix a false negative reported by deps-order.sh. | Hugo Herbelin | |
| The files deps-order.sh and deps-checksum.sh were concurrently rm-ing the files of the other. Courtesy of Guillaume M. | |||
| 2017-06-20 | [stm] Fix route setting on VtQuery | Emilio Jesus Gallego Arias | |
| This is a fix for a mistake in d8874dd855d748aaaf504890487ab15ffd7a677d , where we forgot to propagate the route parameter. | |||
| 2017-06-20 | STM: par: report no error to UIs in non-solve mode | Enrico Tassi | |
| Used to report to the UI an Error feedback message whenever a worker was non making any progress. This is wrong since no-progress is fine (as long as one does not specify "solve") | |||
| 2017-06-20 | [vernac] Remove forward hooks from Obligations. | Emilio Jesus Gallego Arias | |
| This was (once again) a spurious inter-dependency, that we solve by introducing a new module with the proper functionality. This helps in cleaning up the code. Note that no code was changed, other than removing the setting of the references. | |||
| 2017-06-20 | [vernac] Remove unused hooks. | Emilio Jesus Gallego Arias | |
| These hooks are not used (leftovers?) and IMHO they should not be. | |||
| 2017-06-20 | Merge PR#742: Fix `make TIMED=1` garbage | Maxime Dénès | |
| 2017-06-20 | Merge PR#774: [ide] Add route_id parameter to query call. | Maxime Dénès | |
| 2017-06-20 | Merge PR#793: Fixing restriction of existential variables regarding evar_store | Maxime Dénès | |
| 2017-06-20 | Merge PR#807: romega: fix a slowdown | Maxime Dénès | |
| 2017-06-20 | Merge PR#803: Clean ssr | Maxime Dénès | |
| 2017-06-20 | Merge PR#790: Direct link to Travis branch builds. | Maxime Dénès | |
| 2017-06-20 | Merge PR#779: Each user overlay goes into its own file. | Maxime Dénès | |
| 2017-06-19 | Merge PR#787: [typeclasses eauto] Fix bug #3943: non-termination in topological | Maxime Dénès | |
| 2017-06-19 | Merge PR#777: Improving documentation of tactic "move" (report #4561) | Maxime Dénès | |
| 2017-06-19 | Merge PR#760: Fixing base_include after loc is an option + a better test ↵ | Maxime Dénès | |
| that #use"include" works | |||
| 2017-06-19 | Merge PR#795: [ide] Better exn printing. [fixes BZ#5524] | Maxime Dénès | |
| 2017-06-19 | Merge PR#613: Cumulativity for inductive types | Maxime Dénès | |
| 2017-06-19 | Test case for bug 5578. | Maxime Dénès | |
| 2017-06-19 | Merge PR#727: [tactics] Fix summary registration of global hint variable. | Maxime Dénès | |
| 2017-06-19 | Fix typo in comment. | Maxime Dénès | |
| 2017-06-19 | Merge PR#784: API additions for coq-dpdgraph | Maxime Dénès | |
| 2017-06-19 | Merge PR#755: "There are pending proofs" error message now lists the name of ↵ | Maxime Dénès | |
| the proofs. | |||
| 2017-06-18 | [ide] Add route_id parameter to query call. | Emilio Jesus Gallego Arias | |
| This is necessary in order for clients to identify the results of queries. This is a minor breaking change of the protocol, affecting only this particular call. This change is necessary in order to fix bug ####. | |||
| 2017-06-18 | [ide] Better exn printing. [fixes BZ#5524] | Emilio Jesus Gallego Arias | |
| Due to the situation explained in bug 5360, error printing in ide_slave results in an anomaly. We fix that by properly processing the error. This fixes BZ#5524, however BZ#5525 , still applies. | |||
