[Pkg-ocaml-maint-commits] [bin-prot] branch upstream updated (db8efe4 -> 9b543f0)

Stéphane Glondu glondu at moszumanska.debian.org
Tue Dec 3 21:25:37 UTC 2013


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

glondu pushed a change to branch upstream
in repository bin-prot.

      from  db8efe4   Imported Upstream version 2.0.9
      adds  9b543f0   Imported Upstream version 109.30.00

No new revisions were added by this update.

Summary of changes:
 .gitignore                                       |    7 +
 .hg_archival.txt                                 |    4 -
 .hgignore                                        |    7 -
 .hgtags                                          |   36 -
 Changelog => CHANGES.txt                         |    4 +
 COPYRIGHT => COPYRIGHT.txt                       |    4 +-
 INRIA-DISCLAIMER.txt                             |   12 +
 INSTALL => INSTALL.txt                           |    6 +-
 LICENSE                                          |  520 ----
 LICENSE.Tywith => LICENSE-Tywith.txt             |    0
 LICENSE.txt                                      |  202 ++
 Makefile                                         |   65 +-
 README.md                                        |  376 +++
 README.txt                                       |  435 ---
 THIRD-PARTY.txt                                  |   18 +
 lib/TODO => TODO.txt                             |    0
 _oasis                                           |   44 +-
 _tags                                            |   50 +-
 config/arch.sh                                   |   25 +
 config/test.c                                    |    6 +
 doc/Makefile                                     |   10 -
 doc/README.tex                                   |  408 ---
 doc/custom.hva                                   |    9 -
 doc/hevea.sty                                    |   78 -
 lib/META                                         |   12 +-
 lib/binable.ml                                   |   84 +-
 lib/common.ml                                    |   24 -
 lib/common.mli                                   |   26 +-
 lib/common_stubs.c                               |   24 -
 lib/common_stubs.h                               |   25 +-
 lib/int64_emul.h                                 |   27 -
 lib/int64_native.h                               |   27 -
 lib/{libbin_prot.clib => libbin_prot_stubs.clib} |    0
 lib/map_to_safe.ml                               |   24 -
 lib/nat0.ml                                      |   24 -
 lib/nat0.mli                                     |   24 -
 lib/read_c.ml                                    |   26 -
 lib/read_c.mli                                   |   26 +-
 lib/read_ml.ml                                   |   28 +-
 lib/read_ml.mli                                  |   28 +-
 lib/read_stubs.c                                 |   24 -
 lib/size.ml                                      |   27 +-
 lib/size.mli                                     |   27 +-
 lib/std.ml                                       |  148 +-
 lib/type_class.ml                                |  106 +-
 lib/type_class.mli                               |   44 +-
 lib/unsafe_common.ml                             |   24 -
 lib/unsafe_common.mli                            |   26 +-
 lib/unsafe_read_c.ml                             |   27 +-
 lib/unsafe_read_c.mli                            |   26 +-
 lib/unsafe_write_c.ml                            |   26 -
 lib/unsafe_write_c.mli                           |   26 +-
 lib/utils.ml                                     |   76 +-
 lib/utils.mli                                    |   54 +-
 lib/write_c.ml                                   |   24 -
 lib/write_c.mli                                  |   26 +-
 lib/write_ml.ml                                  |   26 -
 lib/write_ml.mli                                 |   28 +-
 lib/write_stubs.c                                |   24 -
 lib_test/bin_prot_test.ml                        |   28 +-
 lib_test/bin_prot_test_nonrec.ml                 |   27 +
 lib_test/example.ml                              |   24 -
 lib_test/mac_test.ml                             |   30 +-
 lib_test/microbench.ml                           |   36 +-
 lib_test/qtest.ml                                |    5 +
 lib_test/test.ml                                 |   24 -
 lib_test/test_runner.ml                          |   24 -
 myocamlbuild.ml                                  |  294 +-
 setup.ml                                         | 3446 +++++++++++++---------
 syntax/pa_bin_prot.ml                            |  206 +-
 syntax/pa_bin_prot.mli                           |   32 -
 71 files changed, 3253 insertions(+), 4467 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 .hg_archival.txt
 delete mode 100644 .hgignore
 delete mode 100644 .hgtags
 rename Changelog => CHANGES.txt (95%)
 rename COPYRIGHT => COPYRIGHT.txt (72%)
 create mode 100644 INRIA-DISCLAIMER.txt
 rename INSTALL => INSTALL.txt (84%)
 delete mode 100644 LICENSE
 rename LICENSE.Tywith => LICENSE-Tywith.txt (100%)
 create mode 100644 LICENSE.txt
 create mode 100644 README.md
 delete mode 100644 README.txt
 create mode 100644 THIRD-PARTY.txt
 rename lib/TODO => TODO.txt (100%)
 create mode 100755 config/arch.sh
 create mode 100644 config/test.c
 delete mode 100644 doc/Makefile
 delete mode 100644 doc/README.tex
 delete mode 100644 doc/custom.hva
 delete mode 100644 doc/hevea.sty
 rename lib/{libbin_prot.clib => libbin_prot_stubs.clib} (100%)
 create mode 100644 lib_test/bin_prot_test_nonrec.ml
 create mode 100644 lib_test/qtest.ml

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



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