[Pkg-ocaml-maint-commits] [ocurl] branch upstream updated (eae8642 -> 186ce53)

Stéphane Glondu glondu at moszumanska.debian.org
Fri May 6 15:51:36 UTC 2016


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

glondu pushed a change to branch upstream
in repository ocurl.

      from  eae8642   Imported Upstream version 0.5.3
      adds  ad11c77   Imported Upstream version 0.5.4
      adds  84966d8   Imported Upstream version 0.5.5
      adds  f2752b8   Imported Upstream version 0.5.6
      adds  0b4a174   Imported Upstream version 0.6.0
      adds  fe431f2   Imported Upstream version 0.6.1
      adds  009e8c7   Imported Upstream version 0.7.0
      adds  2abe924   Imported Upstream version 0.7.1
      adds  870385a   Imported Upstream version 0.7.2
      adds  3725bc4   Imported Upstream version 0.7.3
      adds  a54ba67   Imported Upstream version 0.7.4
      adds  b1a3800   Imported Upstream version 0.7.5
      adds  186ce53   Imported Upstream version 0.7.6

No new revisions were added by this update.

Summary of changes:
 .gitattributes                  |     2 +
 .gitignore                      |    27 +
 CHANGES.txt                     |   138 +
 COPYING                         |     1 +
 META                            |    16 +-
 Makefile.in                     |   132 +-
 Makefile.msvc                   |    82 +
 Makefile.windows                |    67 -
 README                          |    47 +
 aclocal.m4                      |   354 +-
 config.h.in                     |   112 +-
 config.h.in => config.h.windows |   508 +-
 configure                       | 26609 +++++++++++---------------------------
 configure.in                    |    69 +-
 curl-helper.c                   |  5955 ++++-----
 curl.ml                         |   203 +-
 curl.mli                        |   258 +-
 curl_lwt.ml                     |   103 +
 curl_lwt.mli                    |    10 +
 examples/Makefile.in            |    80 +-
 examples/Makefile.windows       |    35 +-
 examples/ocurl_test_threads.ml  |    40 +
 examples/omulti.ml              |   143 +
 examples/oput.ml                |     2 +-
 examples/ossl.ml                |    12 +-
 examples/test_cb_exn.ml         |    25 +
 examples/test_lwt.ml            |    68 +
 examples/test_lwt_unit.ml       |    35 +
 examples/test_memory_leaks.ml   |    26 +
 print_ext.ml                    |     5 +
 30 files changed, 11502 insertions(+), 23662 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 create mode 100644 CHANGES.txt
 create mode 100644 Makefile.msvc
 delete mode 100644 Makefile.windows
 create mode 100644 README
 copy config.h.in => config.h.windows (70%)
 create mode 100644 curl_lwt.ml
 create mode 100644 curl_lwt.mli
 create mode 100644 examples/ocurl_test_threads.ml
 create mode 100644 examples/omulti.ml
 create mode 100644 examples/test_cb_exn.ml
 create mode 100644 examples/test_lwt.ml
 create mode 100644 examples/test_lwt_unit.ml
 create mode 100644 examples/test_memory_leaks.ml
 create mode 100644 print_ext.ml

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



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