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

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

      from  21338c6   Release to unstable
       new  00c0aad   Imported Upstream version 0.1.2
       new  2d9a242   Merge tag 'upstream/0.1.2'
       new  b541b8e   Imported Upstream version 0.1.3
       new  7337e84   Merge tag 'upstream/0.1.3'
       new  d34c083   New upstream release
       new  38b28cd   Refresh patches.
       new  7faa4cc   Install .cmt and .annot files in -dev package
       new  6b80516   Release to unstable

The 8 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:
 .gitignore                                         |   4 +-
 .merlin                                            |   4 +
 CHANGES.txt                                        |  21 ++
 README.txt => README.md                            |  89 ++---
 TODO                                               |   2 +-
 _oasis                                             |  25 +-
 _tags                                              |  42 ++-
 debian/changelog                                   |   8 +
 debian/libextunix-ocaml-dev.install.in             |   3 +-
 ...lity-to-disable-execinfo-test-through-env.patch |  11 +-
 myocamlbuild.ml                                    | 112 +++---
 setup.ml                                           | 349 ++++++++++-------
 src/META                                           |   4 +-
 src/api.odocl                                      |   3 +-
 src/atfile.c                                       |  44 ++-
 src/common.h                                       |   5 +
 src/discover.ml                                    |  42 ++-
 src/extUnix.ml                                     |   4 +-
 src/extUnix.mlpp                                   | 144 ++++++-
 src/extunix.mldylib                                |   3 +-
 src/extunix.mllib                                  |   3 +-
 src/libextunix_stubs.clib                          |   5 +-
 src/malloc.c                                       |  18 +
 src/mount.c                                        |  65 ++++
 src/pa_have.ml                                     |  10 +-
 src/poll.c                                         |   9 +-
 src/pts.c                                          |   2 -
 src/sendmsg.c                                      |   3 -
 src/signalfd.c                                     |   3 -
 src/sockopt.c                                      |  42 ++-
 src/stdlib.c                                       |   2 -
 src/sysconf.c                                      |  25 +-
 src/sysinfo.c                                      |  62 +++
 src/unistd.c                                       |  20 +
 src/unshare.c                                      |  28 ++
 test/test.ml                                       |  19 +-
 test/test_user_namespace.ml                        | 416 +++++++++++++++++++++
 37 files changed, 1329 insertions(+), 322 deletions(-)
 create mode 100644 .merlin
 rename README.txt => README.md (61%)
 create mode 100644 src/mount.c
 create mode 100644 src/sysinfo.c
 create mode 100644 src/unshare.c
 create mode 100644 test/test_user_namespace.ml

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