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

bengen pushed a change to branch upstream
in repository lambda-term.

      from  9c0e4c5   Imported Upstream version 1.4
       new  47aa4fd   Imported Upstream version 1.9

The 1 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:
 .gitignore                                     |    4 +
 .merlin                                        |   14 +
 CHANGES.md                                     |   36 +
 _oasis                                         |  118 +-
 _tags                                          |  192 +-
 configure                                      |    4 +-
 examples/checkbuttons.ml                       |   59 +
 examples/editor.ml                             |   20 +-
 examples/modal.ml                              |   58 +
 examples/radiobuttons.ml                       |   71 +
 examples/repl.ml                               |   91 +
 lambda-term-api.odocl                          |    3 +-
 lambda-termrc                                  |   13 +
 myocamlbuild.ml                                |  456 ++--
 setup.ml                                       | 2749 ++++++++++++++++++------
 src/META                                       |    8 +-
 src/lTerm.ml                                   |  186 +-
 src/lTerm.mli                                  |    2 +-
 src/lTerm_config.h.ab                          |   15 +
 src/lTerm_edit.ml                              |   25 +-
 src/lTerm_edit.mli                             |    3 +
 src/lTerm_geom.mli                             |    2 +-
 src/lTerm_history.ml                           |   90 +-
 src/lTerm_inputrc.mll                          |   23 +-
 src/lTerm_read_line.ml                         |  239 +-
 src/lTerm_read_line.mli                        |   15 +-
 src/lTerm_resources.ml                         |   26 +-
 src/lTerm_text.ml                              |   72 +-
 src/lTerm_text.mli                             |   26 +
 src/lTerm_ui.ml                                |   99 +-
 src/lTerm_unix.ml                              |  160 +-
 src/lTerm_unix_stubs.c                         |   17 +-
 src/lTerm_widget.ml                            |  793 +------
 src/lTerm_widget.mli                           |  156 +-
 src/lTerm_widget_callbacks.ml                  |   60 +
 src/lTerm_widget_callbacks.mli                 |   23 +
 src/lTerm_windows.ml                           |    3 +-
 src/{lambda-term.mllib => lambda-term.mldylib} |    8 +-
 src/lambda-term.mllib                          |    8 +-
 src/widget_impl/lTerm_buttons_impl.ml          |  179 ++
 src/widget_impl/lTerm_containers_impl.ml       |  457 ++++
 src/widget_impl/lTerm_running_impl.ml          |  170 ++
 src/widget_impl/lTerm_toplevel_impl.ml         |  110 +
 src/widget_impl/lTerm_widget_base_impl.ml      |   85 +
 tests/history_stress_test.ml                   |   24 +-
 45 files changed, 4828 insertions(+), 2144 deletions(-)
 create mode 100644 .merlin
 create mode 100644 examples/checkbuttons.ml
 create mode 100644 examples/modal.ml
 create mode 100644 examples/radiobuttons.ml
 create mode 100644 examples/repl.ml
 create mode 100644 lambda-termrc
 create mode 100644 src/lTerm_config.h.ab
 create mode 100644 src/lTerm_widget_callbacks.ml
 create mode 100644 src/lTerm_widget_callbacks.mli
 copy src/{lambda-term.mllib => lambda-term.mldylib} (52%)
 create mode 100644 src/widget_impl/lTerm_buttons_impl.ml
 create mode 100644 src/widget_impl/lTerm_containers_impl.ml
 create mode 100644 src/widget_impl/lTerm_running_impl.ml
 create mode 100644 src/widget_impl/lTerm_toplevel_impl.ml
 create mode 100644 src/widget_impl/lTerm_widget_base_impl.ml

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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to