[Pkg-ocaml-maint-commits] [ocaml-extunix] branch master updated (5238f94 -> 584f54d)

Mehdi Dogguy mehdi at moszumanska.debian.org
Thu May 8 18:40:48 UTC 2014


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

mehdi pushed a change to branch master
in repository ocaml-extunix.

      from  5238f94   update execinfo patch
       new  99ba3fc   Imported Upstream version 0.1.0
       new  83a2a84   Merge tag 'upstream/0.1.0'
       new  6c142fd   Add myself to Uploaders
       new  f6125fc   changelog update
       new  c9fb245   Refresh patches
       new  584f54d   Release to unstable

The 6 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.txt                                        |  11 +
 TODO                                               |  26 +-
 _oasis                                             |  15 +-
 _tags                                              |  11 +-
 debian/changelog                                   |   9 +
 debian/control                                     |   4 +-
 ...lity-to-disable-execinfo-test-through-env.patch |  10 +-
 debian/patches/fix-text-32-bit.patch               |  65 ---
 debian/patches/series                              |   1 -
 setup.ml                                           |  31 +-
 src/META                                           |   4 +-
 src/common.c                                       |  19 +-
 src/discover.ml                                    |  62 ++-
 src/extUnix.mlpp                                   | 522 +++++++++++++++------
 src/fsync.c                                        |  32 +-
 src/libextunix_stubs.clib                          |   5 +-
 src/pa_have.ml                                     |  36 +-
 src/pread_pwrite_ba.c                              |   8 +-
 src/sockopt.c                                      |  43 ++
 src/splice.c                                       | 121 +++++
 src/statvfs.c                                      |  36 +-
 src/sysconf.c                                      |  55 +++
 src/time.c                                         |  17 +
 test/test.ml                                       |  47 +-
 test/testba.ml                                     |  27 +-
 25 files changed, 893 insertions(+), 324 deletions(-)
 delete mode 100644 debian/patches/fix-text-32-bit.patch
 create mode 100644 src/sockopt.c
 create mode 100644 src/splice.c
 create mode 100644 src/sysconf.c

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



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