[Pkg-ocaml-maint-commits] [ocaml-ctypes] 02/05: Merge tag 'upstream/0.7.0'

Stéphane Glondu glondu at moszumanska.debian.org
Mon Aug 1 08:29:02 UTC 2016


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

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

commit ae7659ce0942e804b720d4286ac29e54d9920e4b
Merge: 149f11a af9e01b
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Aug 1 10:16:29 2016 +0200

    Merge tag 'upstream/0.7.0'
    
    Upstream version 0.7.0

 CHANGES.md                                         |  21 ++
 META                                               |  14 +-
 Makefile                                           |   1 +
 Makefile.rules                                     |  15 +-
 Makefile.tests                                     | 262 +++++++++++----------
 src/configure/gen_c_primitives.ml                  |   1 +
 src/cstubs/cstubs.ml                               |   4 +-
 src/cstubs/cstubs_analysis.ml                      |   2 +
 src/cstubs/cstubs_c_language.ml                    |   6 +-
 src/cstubs/cstubs_emit_c.ml                        |   6 +-
 src/cstubs/cstubs_generate_c.ml                    |  22 +-
 src/cstubs/cstubs_generate_ml.ml                   |   2 +-
 src/cstubs/cstubs_internals.mli                    |   1 +
 src/cstubs/cstubs_public_name.ml                   |   3 +
 src/cstubs/cstubs_structs.ml                       |   1 +
 src/ctypes-foreign-base/ffi_call_stubs.c           |  64 ++++-
 src/ctypes-foreign-base/ffi_type_stubs.c           |   3 +-
 src/ctypes-top/ctypes_printers.ml                  |   2 +
 src/ctypes-top/ctypes_printers.mli                 |   1 +
 src/ctypes-top/install_ctypes_printers.ml          |   1 +
 src/ctypes/ctypes_cstubs_internals.h               |   2 +-
 src/ctypes/ctypes_primitive_types.ml               |   3 +
 src/ctypes/ctypes_primitive_types.mli              |   2 +
 src/ctypes/ctypes_primitives.h                     |   6 +
 src/ctypes/ctypes_static.ml                        |   1 +
 src/ctypes/ctypes_static.mli                       |   1 +
 src/ctypes/ctypes_types.mli                        |   3 +
 src/ctypes/signed.ml                               |   3 +
 src/ctypes/signed.mli                              |   6 +
 src/ctypes/type_info_stubs.c                       |   3 +
 tests/clib/test_functions.c                        |   5 +
 tests/clib/test_functions.h                        |   1 +
 tests/test-constants/stubs/types.ml                |   4 +-
 tests/test-constants/test_constants.ml             |   2 +
 tests/test-higher_order/stubs/functions.ml         |   3 +
 tests/test-higher_order/test_higher_order.ml       |  14 ++
 tests/test-returning-errno-lwt/stubs/types.ml      |   2 +-
 .../test_returning_errno.ml                        |   2 +-
 tests/test-returning-errno/stubs/types.ml          |   2 +-
 tests/test-returning-errno/test_returning_errno.ml |   2 +-
 tests/test-roots/test_roots.ml                     |  40 ++--
 41 files changed, 351 insertions(+), 188 deletions(-)

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



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