[Pkg-ocaml-maint-commits] [ocaml-zarith] branch master updated (4fff985 -> 165713d)

Stéphane Glondu glondu at moszumanska.debian.org
Tue Jan 26 13:57:24 UTC 2016


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

glondu pushed a change to branch master
in repository ocaml-zarith.

      from  4fff985   Release to unstable
       new  8c68e72   Remove empty debian/patches
       new  ce1cfab   Imported Upstream version 1.4
       new  e6156f4   Imported Upstream version 1.4.1
       new  8039e1c   Merge tag 'upstream/1.4.1'
       new  d805933   New upstream release
       new  b6a32d4   Update packaging
       new  e9ae8ca   Update Vcs-*
       new  7d2a279   Bump debhelper compat to 9
       new  165713d   Update changelog and prepare upload to unstable

The 9 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                  |   20 +
 META                     |    2 +-
 Makefile                 |   25 +
 README                   |    7 +-
 caml_z.c                 |  358 +++++++++++--
 caml_z_i686.S            |   22 +
 caml_z_x86_64.S          |   22 +
 caml_z_x86_64_mingw64.S  |   31 ++
 configure                |   25 +-
 debian/changelog         |    9 +
 debian/compat            |    2 +-
 debian/control           |    6 +-
 debian/patches/series    |    0
 debian/rules             |    6 +-
 project.mak              |   24 +-
 q.ml                     |  128 +++--
 tests/Makefile           |   53 ++
 bitest.ml => tests/bi.ml |   35 +-
 tests/fact.ml            |   10 +
 tests/fib.ml             |   36 ++
 tests/ofstring.ml        |   97 ++++
 tests/pi.ml              |   65 +++
 tests/pi.output          |   50 ++
 tests/setround.c         |   27 +
 tests/tak.ml             |   55 ++
 tests/tofloat.ml         |   92 ++++
 test.ml => tests/zq.ml   |   55 ++
 tests/zq.output32        | 1320 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/zq.output64        | 1320 ++++++++++++++++++++++++++++++++++++++++++++++
 z.mlip                   |   86 ++-
 z.mlp                    |   81 ++-
 z_pp.ml                  |    2 +-
 z_pp.pl                  |    6 +-
 33 files changed, 3884 insertions(+), 193 deletions(-)
 create mode 100644 Makefile
 delete mode 100644 debian/patches/series
 create mode 100644 tests/Makefile
 rename bitest.ml => tests/bi.ml (90%)
 create mode 100644 tests/fact.ml
 create mode 100644 tests/fib.ml
 create mode 100644 tests/ofstring.ml
 create mode 100644 tests/pi.ml
 create mode 100644 tests/pi.output
 create mode 100644 tests/setround.c
 create mode 100644 tests/tak.ml
 create mode 100644 tests/tofloat.ml
 rename test.ml => tests/zq.ml (95%)
 create mode 100644 tests/zq.output32
 create mode 100644 tests/zq.output64

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



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