[Pkg-ocaml-maint-commits] [coq] branch master updated (bdb99a4 -> e3ef7f2)

Stéphane Glondu glondu at moszumanska.debian.org
Sun Jan 19 15:24:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch master
in repository coq.

      from  bdb99a4   Prepare upload to unstable
       new  d2c5c5e   Imported Upstream version 8.4pl3dfsg
       new  58545b0   Merge tag 'upstream/8.4pl3dfsg'
       new  4d459d5   New upstream release
       new  fc0c747   Update ABI
       new  e3ef7f2   Update README.Debian (Closes: #680248)

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                     |  31 ++
 README                                      |   2 +-
 _tags                                       |   4 +-
 configure                                   |  38 +-
 debian/README.Debian                        |   4 +-
 debian/changelog                            |   6 +
 debian/rules                                |   2 +-
 ide/command_windows.ml                      |  10 +-
 ide/coq.ml                                  |  12 +-
 ide/coq.mli                                 |   2 +-
 ide/coqide.ml                               |  11 +-
 interp/topconstr.ml                         |   2 +-
 kernel/cbytecodes.mli                       |   2 +-
 kernel/csymtable.mli                        |   2 +-
 kernel/indtypes.ml                          |   7 +-
 kernel/indtypes.mli                         |   2 +-
 kernel/univ.ml                              |   2 +-
 lib/pp.ml4                                  |   1 +
 lib/pp.mli                                  |   1 +
 library/library.ml                          |   2 +-
 myocamlbuild.ml                             |   8 +-
 parsing/lexer.ml4                           |   2 +-
 parsing/printer.ml                          |   4 +-
 plugins/nsatz/Nsatz.v                       |   4 +-
 plugins/setoid_ring/Field_tac.v             |   6 +-
 plugins/setoid_ring/Field_theory.v          |  16 +-
 plugins/subtac/subtac_obligations.ml        |  10 +-
 plugins/xml/cic2acic.ml                     |   2 +-
 plugins/xml/xmlcommand.ml                   |  26 +-
 pretyping/arguments_renaming.ml             |  14 +-
 pretyping/detyping.ml                       |   4 +-
 pretyping/evarconv.ml                       |  63 ++-
 pretyping/matching.ml                       |   7 +-
 pretyping/retyping.ml                       |  20 +-
 pretyping/unification.ml                    |  18 +-
 proofs/redexpr.ml                           |   6 +-
 scripts/coqc.ml                             |   2 +-
 tactics/class_tactics.ml4                   |   8 +-
 tactics/equality.ml                         |  28 +-
 tactics/tacinterp.ml                        |   4 +-
 test-suite/Makefile                         |   1 +
 test-suite/bugs/closed/3003.v               |  12 +
 test-suite/bugs/closed/3023.v               |  31 ++
 test-suite/bugs/closed/shouldsucceed/2230.v |   6 +
 test-suite/bugs/closed/shouldsucceed/2837.v |  15 +
 test-suite/output/Arguments_renaming.out    |   5 +
 test-suite/output/Arguments_renaming.v      |   2 +-
 test-suite/success/Case19.v                 |  11 +
 theories/Logic/ConstructiveEpsilon.v        |   2 +-
 tools/coqdep.ml                             |  13 +-
 tools/coqdep_boot.ml                        |   2 +-
 tools/coqdep_common.ml                      |  16 +-
 tools/coqdep_common.mli                     |   3 +-
 tools/fake_ide.ml                           |  16 +-
 toplevel/class.ml                           |   2 +-
 toplevel/coqinit.ml                         |   2 +-
 toplevel/himsg.ml                           |   6 +-
 toplevel/ide_intf.ml                        | 610 +++++++++++++++++-----------
 toplevel/ide_intf.mli                       |  99 ++---
 toplevel/ide_slave.ml                       |  32 +-
 toplevel/indschemes.ml                      |   2 +-
 toplevel/interface.mli                      | 125 +++++-
 toplevel/metasyntax.ml                      |   4 +-
 toplevel/mltop.ml4                          |   2 +-
 toplevel/vernacentries.ml                   |  16 +-
 65 files changed, 920 insertions(+), 510 deletions(-)
 create mode 100644 test-suite/bugs/closed/3003.v
 create mode 100644 test-suite/bugs/closed/3023.v
 create mode 100644 test-suite/bugs/closed/shouldsucceed/2230.v
 create mode 100644 test-suite/bugs/closed/shouldsucceed/2837.v

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/coq.git



More information about the Pkg-ocaml-maint-commits mailing list