[Pkg-ocaml-maint-commits] [lwt] branch master updated (1a9381c -> 4659e9b)

Stéphane Glondu glondu at moszumanska.debian.org
Wed Oct 14 21:01:58 UTC 2015


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

glondu pushed a change to branch master
in repository lwt.

      from  1a9381c   Update changelog
       new  88f9908   Imported Upstream version 2.4.8
       new  63a5140   Imported Upstream version 2.5.0
       new  3f057d7   Merge tag 'upstream/2.5.0'
       new  b29aec3   New upstream release
       new  ada5e88   Refresh patches
       new  189db29   Clean up temporary files
       new  737657b   Merge tag 'upstream/2.5.0+1'
       new  c25239a   Build-depend on libssl-ocaml-dev (>= 0.5)
       new  196b3da   Update changelog
       new  4659e9b   Prepare upload to unstable

The 10 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:
 .merlin                                            |   9 +
 CHANGES                                            |  23 ++
 Makefile                                           |   2 +-
 README.md                                          |   3 +-
 _oasis                                             |   5 +-
 debian/changelog                                   |   5 +-
 debian/control                                     |   2 +-
 .../0001-Do-not-build-manual-manual.pdf.patch      |   4 +-
 debian/patches/0002-Fix-FTBFS.patch                |   2 +-
 discover.ml                                        |  82 ++++-
 manual/Makefile                                    |   2 +-
 manual/manual.wiki                                 |   2 +-
 ppx/.merlin                                        |   4 +
 ppx/ppx_lwt.mli                                    |  20 +-
 ppx/ppx_lwt_ex.ml                                  |  19 +-
 setup-dev.exe                                      | Bin 3510736 -> 0 bytes
 setup.ml                                           |  13 +-
 src/core/META                                      |  26 +-
 src/core/lwt.ml                                    |  11 +-
 src/core/lwt.mli                                   |   9 +-
 src/core/lwt_mutex.ml                              |   4 +-
 src/core/lwt_mutex.mli                             |   4 +-
 src/core/lwt_mvar.ml                               |   4 +-
 src/core/lwt_pool.ml                               |   6 +-
 src/core/lwt_pool.mli                              |   6 +-
 src/core/lwt_pqueue.ml                             |   4 +-
 src/core/lwt_pqueue.mli                            |   4 +-
 src/core/lwt_stream.mli                            |   6 +-
 src/logger/lwt_log_core.ml                         |   4 +
 src/logger/lwt_log_core.mli                        |  13 +-
 src/preemptive/lwt_preemptive.ml                   |   6 +-
 src/preemptive/lwt_preemptive.mli                  |   6 +-
 src/react/lwt_react.ml                             |   2 +-
 src/react/lwt_react.mli                            |   2 +-
 src/ssl/lwt_ssl.ml                                 |  20 +-
 src/ssl/lwt_ssl.mli                                |   8 +-
 src/unix/lwt_bytes.mli                             |  32 +-
 src/unix/lwt_chan.ml                               |   6 +-
 src/unix/lwt_chan.mli                              |   4 +-
 src/unix/lwt_daemon.mli                            |   6 +-
 src/unix/lwt_engine.ml                             |   7 +-
 src/unix/lwt_engine.mli                            |  12 +-
 src/unix/lwt_gc.mli                                |   8 +-
 src/unix/lwt_io.ml                                 |  65 ++--
 src/unix/lwt_io.mli                                |  83 +++--
 src/unix/lwt_process_stubs.c                       |   2 -
 src/unix/lwt_throttle.ml                           |   4 +-
 src/unix/lwt_throttle.mli                          |   4 +-
 src/unix/lwt_timeout.ml                            |   4 +-
 src/unix/lwt_timeout.mli                           |   4 +-
 src/unix/lwt_unix.h                                |   3 +
 src/unix/lwt_unix.ml                               |  86 ++++-
 src/unix/lwt_unix.mli                              |  22 +-
 src/unix/lwt_unix_stubs.c                          |   5 -
 src/unix/lwt_unix_unix.c                           | 397 ++++++++++++++++++++-
 src/unix/lwt_unix_windows.c                        |   7 +
 tests/META                                         |   4 +-
 tests/ppx/main.ml                                  |  13 +
 tests/unix/main.ml                                 |   1 +
 tests/unix/test_lwt_io.ml                          |   4 +-
 tests/unix/test_mcast.ml                           |  76 ++++
 61 files changed, 968 insertions(+), 233 deletions(-)
 create mode 100644 .merlin
 create mode 100644 ppx/.merlin
 delete mode 100755 setup-dev.exe
 create mode 100644 tests/unix/test_mcast.ml

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



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