[Pkg-ocaml-maint-commits] [lwt] branch upstream updated (3b52dcd -> 189db29)

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


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

glondu pushed a change to branch upstream
in repository lwt.

      from  3b52dcd   Imported Upstream version 2.4.7
       new  88f9908   Imported Upstream version 2.4.8
       new  63a5140   Imported Upstream version 2.5.0
       new  189db29   Clean up temporary files

The 3 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 +-
 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 ++++++++
 57 files changed, 961 insertions(+), 227 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