[Pkg-ocaml-maint-commits] [js-of-ocaml] branch master updated (0bac0c7 -> 12b7370)

Stéphane Glondu glondu at moszumanska.debian.org
Fri Dec 27 20:19:46 UTC 2013


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

glondu pushed a change to branch master
in repository js-of-ocaml.

      from  0bac0c7   Prepare upload to unstable
       new  e03f7be   Imported Upstream version 1.4
       new  24136c3   Merge tag 'upstream/1.4'
       new  76ede20   New upstream release
       new  b9eb220   Update Vcs-*
       new  d60002c   Bump Standards-Version to 3.9.5 (no changes)
       new  265e641   Update packaging
       new  12b7370   Update changelog and prepare upload to unstable

The 7 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                                 |  34 ++++-
 CHANGES                                    |  17 +++
 Makefile                                   |   5 +-
 Makefile.conf                              |   2 +
 Makefile.filelist                          |  19 ++-
 VERSION                                    |   2 +-
 _boring                                    |  28 ----
 compiler/.depend                           | 152 +++++++++----------
 compiler/Makefile                          |   2 +-
 compiler/code.ml                           |  13 ++
 compiler/code.mli                          |   3 +
 compiler/driver.ml                         | 160 ++++++++++++++------
 compiler/driver.mli                        |   6 +-
 compiler/flow.ml                           |  85 ++++++-----
 compiler/flow.mli                          |   2 +-
 compiler/generate.ml                       |   8 +-
 compiler/generate.mli                      |   4 +-
 compiler/inline.ml                         |   6 +-
 compiler/inline.mli                        |   2 -
 compiler/javascript.ml                     |   5 +-
 compiler/javascript.mli                    |   5 +-
 compiler/js_output.ml                      |  36 ++++-
 compiler/js_output.mli                     |   6 +-
 compiler/js_simpl.ml                       |  13 +-
 compiler/js_simpl.mli                      |   1 +
 compiler/linker.ml                         |  11 +-
 compiler/linker.mli                        |   2 +-
 compiler/main.ml                           |  18 ++-
 compiler/{parse.ml => parse_bytecode.ml}   |   0
 compiler/{parse.mli => parse_bytecode.mli} |   0
 compiler/phisimpl.ml                       |  15 +-
 compiler/subst.mli                         |   2 +
 compiler/tailcall.ml                       |  58 +++++---
 debian/changelog                           |   8 +
 debian/clean                               |   6 +
 debian/control                             |  10 +-
 debian/libjs-of-ocaml-dev.install.in       |   4 +
 debian/libjs-of-ocaml.install.in           |   4 +-
 doc/manual-wiki/bindings.wiki              |  38 ++++-
 examples/graph_viewer/viewer_js.ml         |  17 ++-
 examples/webgl/Makefile                    |   4 +-
 examples/webgl/index.html                  |   2 +-
 examples/webgl/{webgl.ml => webgldemo.ml}  |   0
 examples/wysiwyg/main.ml                   |  14 +-
 lib/.depend                                | 125 ++++++++--------
 lib/META                                   |   2 +-
 lib/Makefile                               |  29 +++-
 lib/dom.ml                                 |  13 +-
 lib/dom.mli                                |  23 ++-
 lib/dom_events.mli                         |  14 +-
 lib/dom_html.ml                            |  85 +++++++++--
 lib/dom_html.mli                           |  79 +++++++++-
 lib/js.ml                                  |  15 ++
 lib/js.mli                                 |   8 +
 lib/keycode.ml                             |  33 +++++
 lib/keycode.mli                            |  33 +++++
 lib/lwt_js.ml                              |  28 +++-
 lib/lwt_js_events.ml                       | 225 +++++++++++++++++++----------
 lib/lwt_js_events.mli                      | 106 ++++++++++++--
 lib/url.ml                                 |   7 +-
 lib/xmlHttpRequest.ml                      |  11 +-
 lib/xmlHttpRequest.mli                     |   3 +
 runtime/ieee_754.js                        |   4 +-
 runtime/mlString.js                        |   2 +-
 runtime/stdlib.js                          |  20 +++
 runtime/weak.js                            |   4 +-
 66 files changed, 1204 insertions(+), 494 deletions(-)
 delete mode 100644 _boring
 rename compiler/{parse.ml => parse_bytecode.ml} (100%)
 rename compiler/{parse.mli => parse_bytecode.mli} (100%)
 rename examples/webgl/{webgl.ml => webgldemo.ml} (100%)
 create mode 100644 lib/keycode.ml
 create mode 100644 lib/keycode.mli

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



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