[Pkg-ocaml-maint-commits] [js-of-ocaml] 04/15: Merge tag 'upstream/2.4'

Mehdi Dogguy mehdi at moszumanska.debian.org
Sun Oct 18 08:48:22 UTC 2015


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

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

commit 895baa898c51e57a56594c89af5c7670d5e1f578
Merge: b991b06 31ca6f0
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sun Oct 18 09:52:00 2015 +0200

    Merge tag 'upstream/2.4'
    
    Upstream version 2.4

 .gitignore                                         |   30 +-
 .jenkins.sh                                        |   19 +-
 CHANGES                                            |   25 +
 Makefile                                           |   13 +-
 Makefile.conf                                      |    5 +
 Makefile.filelist                                  |   14 +-
 Makefile.toplevel                                  |   27 +-
 README.md                                          |    8 +-
 TODO.txt                                           |    3 -
 VERSION                                            |    2 +-
 compiler/Makefile                                  |    5 +-
 compiler/compile.ml                                |   33 +-
 compiler/generate.ml                               |   21 +-
 compiler/linker.ml                                 |   40 +
 compiler/option.ml                                 |    2 +-
 compiler/parse_js.ml                               |    4 +-
 compiler/pretty_print.ml                           |    2 +-
 compiler/pseudoFs.ml                               |   14 +
 compiler/pseudoFs.mli                              |    1 +
 compiler/specialize_js.ml                          |    2 +-
 compiler/util.ml                                   |    2 +-
 doc/Makefile                                       |   55 +-
 doc/{ => api}/api.odocl                            |    1 +
 doc/{api-index => api/index}                       |    9 +
 .../files}/performances/perf.png                   |  Bin
 .../files}/performances/size.png                   |  Bin
 doc/{manual-wiki => manual/src}/bindings.wiki      |   39 +-
 doc/{manual-wiki => manual/src}/library.wiki       |   54 +-
 doc/{manual-wiki => manual/src}/linker.wiki        |    0
 doc/{manual-wiki => manual/src}/menu.wiki          |    0
 doc/{manual-wiki => manual/src}/ocamlbuild.wiki    |    0
 doc/{manual-wiki => manual/src}/options.wiki       |    0
 doc/{manual-wiki => manual/src}/overview.wiki      |    2 +
 doc/{manual-wiki => manual/src}/performances.wiki  |    0
 examples/hyperbolic/index.html                     |    2 +-
 js_of_ocaml.install                                |    2 +
 jsoo_tools/Makefile                                |   48 +
 jsoo_tools/jsoo_common.ml                          |   83 +
 jsoo_tools/jsoo_mkcmis.ml                          |   58 +
 jsoo_tools/jsoo_mktop.ml                           |  164 ++
 lib/.depend                                        |   14 +
 lib/META                                           |   10 +
 lib/Makefile                                       |   19 +-
 lib/dom.ml                                         |   36 +-
 lib/dom.mli                                        |   22 +-
 lib/dom_html.ml                                    |   12 +
 lib/dom_html.mli                                   |   12 +
 lib/dom_svg.ml                                     | 1625 ++++++++++++++++++++
 lib/dom_svg.mli                                    | 1618 +++++++++++++++++++
 lib/eventSource.ml                                 |   60 +
 lib/eventSource.mli                                |   61 +
 lib/js.ml                                          |   29 +-
 lib/js.mli                                         |   24 +
 lib/jsonp.ml                                       |   95 ++
 compiler/pseudoFs.mli => lib/jsonp.mli             |   15 +-
 lib/lwt_js_events.ml                               |   35 +
 lib/lwt_js_events.mli                              |    2 +
 lib/syntax/pa_js.ml                                |   97 +-
 lib/sys_js.mli                                     |    6 +-
 lib/sys_js.mlp                                     |   14 +-
 lib/toplevel/jsooTop.ml                            |  126 ++
 compiler/pseudoFs.mli => lib/toplevel/jsooTop.mli  |   22 +-
 lib/tyxml/tyxml_js.ml                              |    8 +-
 lib/tyxml/tyxml_js.mli                             |   34 +-
 lib/webSockets.ml                                  |    2 +
 lib/webSockets.mli                                 |    2 +
 lib/xmlHttpRequest.ml                              |    2 +-
 opam                                               |    2 +
 runtime/Makefile                                   |    4 +-
 runtime/bigarray.js                                |    3 +
 runtime/bigarray.ts                                |   12 +-
 runtime/fs.js                                      |   30 +-
 runtime/graphics.js                                |   23 +-
 runtime/internalMod.js                             |    3 +-
 runtime/io.js                                      |   13 +-
 runtime/jslib.js                                   |    4 +-
 runtime/jslib_js_of_ocaml.js                       |   21 +-
 runtime/marshal.js                                 |    1 +
 runtime/mlString.js                                |   15 +-
 runtime/nat.js                                     |  366 +++++
 runtime/polyfill/array.js                          |  320 ++++
 runtime/{ => polyfill}/classlist.js                |    0
 runtime/{ => polyfill}/json.js                     |    2 +-
 runtime/stdlib.js                                  |   17 +-
 runtime/toplevel.js                                |   23 +-
 toplevel/Makefile                                  |  180 +--
 toplevel/eval.html                                 |  198 +++
 toplevel/eval.ml                                   |   65 +
 toplevel/examples.ml                               |   33 +-
 toplevel/index.html                                |   81 +-
 toplevel/toplevel.ml                               |  381 +++--
 91 files changed, 6041 insertions(+), 547 deletions(-)

-- 
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