[Pkg-ocaml-maint-commits] [utop] branch master updated (7afc971 -> b539c2a)

Hilko Bengen bengen at moszumanska.debian.org
Mon Apr 25 17:50:05 UTC 2016


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

bengen pushed a change to branch master
in repository utop.

      from  7afc971   1.18.2-1
       new  f727b1f   Imported Upstream version 1.19.2
       new  ec8f184   Merge tag 'upstream/1.19.2'
       new  b539c2a   1.19.2-1

The 3 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.md                                  |  26 +++
 README.md                                   |  37 +++-
 _oasis                                      |   9 +-
 _tags                                       |   2 +-
 debian/changelog                            |   6 +
 examples/custom-utop/Makefile               |   2 +-
 examples/{custom-utop => interact}/Makefile |   2 +-
 examples/interact/_tags                     |   1 +
 examples/interact/test_program.ml           |  12 ++
 examples/interact/test_program.mli          |   1 +
 man/utoprc.5                                |   7 +
 myocamlbuild.ml                             |  31 +++-
 opam                                        |   1 +
 setup.ml                                    |  22 ++-
 src/lib/META                                |   6 +-
 src/lib/uTop.cppo.ml                        |  20 +-
 src/lib/uTop.mli                            |  15 ++
 src/lib/uTop_complete.cppo.ml               |  32 ++--
 src/lib/uTop_lexer.mll                      |  20 +-
 src/lib/uTop_main.cppo.ml                   | 276 ++++++++++++++++++++--------
 src/lib/uTop_main.mli                       |   9 +
 src/lib/uTop_private.ml                     |  10 +
 src/lib/uTop_styles.ml                      |   3 +
 src/lib/uTop_token.ml                       |   4 +-
 src/lib/utop.mldylib                        |   3 +-
 src/lib/utop.mllib                          |   3 +-
 src/top/utop.el                             |   9 +-
 27 files changed, 446 insertions(+), 123 deletions(-)
 copy examples/{custom-utop => interact}/Makefile (57%)
 create mode 100644 examples/interact/_tags
 create mode 100644 examples/interact/test_program.ml
 create mode 100644 examples/interact/test_program.mli

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



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