[Pkg-ocaml-maint-commits] [ocaml-zarith] branch upstream updated (4c8d663 -> e6156f4)

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


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

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

      from  4c8d663   Imported Upstream version 1.3
       new  ce1cfab   Imported Upstream version 1.4
       new  e6156f4   Imported Upstream version 1.4.1

The 2 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 +-
 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 +-
 28 files changed, 3870 insertions(+), 184 deletions(-)
 create mode 100644 Makefile
 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