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

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

commit 24136c3ec69ee88a0e8999ddbc4ea5f2ad351adc
Merge: 0bac0c7 e03f7be
Author: Stephane Glondu <st...@glondu.net>
Date:   Fri Dec 27 19:37:34 2013 +0100

    Merge tag 'upstream/1.4'
    
    Upstream version 1.4

 .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 +++++---
 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 +-
 61 files changed, 1177 insertions(+), 489 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/js-of-ocaml.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