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

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

      from  149f11a   Add Forwarded field to patches
       new  af9e01b   Imported Upstream version 0.7.0
       new  ae7659c   Merge tag 'upstream/0.7.0'
       new  dcfe082   New upstream release
       new  6bff8a6   Remove patches (all merged upstream)
       new  1653cd8   Update changelog and prepare upload to unstable

The 5 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:
 CHANGES.md                                         |  21 +
 META                                               |  14 +-
 Makefile                                           |   1 +
 Makefile.rules                                     |  15 +-
 Makefile.tests                                     | 262 +++---
 debian/changelog                                   |   7 +
 ...e-C-compiler-as-OCaml-to-build-test-stubs.patch |  23 -
 ...erPC-handle-libffi-s-integer-return-type-.patch | 196 -----
 ...the-return-slot-for-small-return-values-f.patch |  64 --
 ...sing-return-in-ffi_return_type_adjustment.patch |  23 -
 ...05-Add-support-for-bytecode-architectures.patch | 925 ---------------------
 debian/patches/0006-Fix-test-roots.patch           |  88 --
 ...0007-Fix-typo-in-ctypes_primitive_ffitype.patch |  22 -
 debian/patches/series                              |   7 -
 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 +-
 50 files changed, 358 insertions(+), 1536 deletions(-)
 delete mode 100644 
debian/patches/0001-Use-the-same-C-compiler-as-OCaml-to-build-test-stubs.patch
 delete mode 100644 
debian/patches/0002-Fix-for-PowerPC-handle-libffi-s-integer-return-type-.patch
 delete mode 100644 
debian/patches/0003-Initialize-the-return-slot-for-small-return-values-f.patch
 delete mode 100644 
debian/patches/0004-Missing-return-in-ffi_return_type_adjustment.patch
 delete mode 100644 
debian/patches/0005-Add-support-for-bytecode-architectures.patch
 delete mode 100644 debian/patches/0006-Fix-test-roots.patch
 delete mode 100644 
debian/patches/0007-Fix-typo-in-ctypes_primitive_ffitype.patch
 delete mode 100644 debian/patches/series

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