[Pkg-ocaml-maint-commits] [bin-prot] branch master updated (d0103fa -> 466f5ce)

Lifeng Sun lifengsun-guest at moszumanska.debian.org
Fri Jan 10 14:34:03 UTC 2014


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

lifengsun-guest pushed a change to branch master
in repository bin-prot.

      from  d0103fa   Prepare upload to unstable
       new  c667f2d   Imported Upstream version 109.53.02
       new  5cab965   Merge tag 'upstream/109.53.02'
       new  466f5ce   Upgrade debian/changelog and prepare to upload to unstable.

The 3 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:
 INSTALL.txt                     |    4 +-
 _oasis                          |   21 +-
 _tags                           |   84 +-
 configure                       |    4 +-
 debian/changelog                |    6 +
 lib/META                        |   10 +-
 lib/bin_prot.mllib              |    4 +
 lib/bin_prot.mlpack             |   12 +-
 lib/bin_prot.odocl              |   12 +-
 lib/binable.ml                  |   24 +-
 lib/blit_stubs.c                |   88 +++
 lib/common.ml                   |   19 +-
 lib/common.mli                  |   18 +-
 lib/common_stubs.c              |  140 ----
 lib/common_stubs.h              |  224 ------
 lib/int64_emul.h                |  260 -------
 lib/int64_native.h              |   39 -
 lib/int_codes.mlh               |    8 +-
 lib/libbin_prot_stubs.clib      |    6 +-
 lib/map_to_safe.ml              |    9 -
 lib/read.ml                     |  705 +++++++++++++++++
 lib/{read_ml.mli => read.mli}   |    0
 lib/read_c.ml                   |  108 ---
 lib/read_c.mli                  |   88 ---
 lib/read_ml.ml                  |  538 -------------
 lib/read_stubs.c                |  698 -----------------
 lib/std.ml                      |  230 +++---
 lib/type_class.ml               |   73 +-
 lib/type_class.mli              |    8 +-
 lib/unsafe_common.ml            |   51 --
 lib/unsafe_common.mli           |   91 ---
 lib/unsafe_read_c.ml            |  191 -----
 lib/unsafe_read_c.mli           |   61 --
 lib/unsafe_write_c.ml           |  156 ----
 lib/unsafe_write_c.mli          |   92 ---
 lib/utils.ml                    |  235 ++----
 lib/utils.mli                   |   12 +-
 lib/write.ml                    |  458 +++++++++++
 lib/{write_ml.mli => write.mli} |    0
 lib/write_c.ml                  |   87 ---
 lib/write_c.mli                 |   83 --
 lib/write_ml.ml                 |  294 -------
 lib/write_stubs.c               |  594 --------------
 lib_test/bin_prot_test.ml       | 1450 ++++++++++++++++------------------
 lib_test/microbench.ml          |   60 +-
 lib_test/test.ml                |    3 +-
 myocamlbuild.ml                 |  249 +++---
 setup.ml                        | 1639 +++++++++++++++++++++++++++++++--------
 syntax/pa_bin_prot.ml           |  531 +++++--------
 49 files changed, 3911 insertions(+), 5866 deletions(-)
 create mode 100644 lib/bin_prot.mllib
 create mode 100644 lib/blit_stubs.c
 delete mode 100644 lib/common_stubs.c
 delete mode 100644 lib/common_stubs.h
 delete mode 100644 lib/int64_emul.h
 delete mode 100644 lib/int64_native.h
 delete mode 100644 lib/map_to_safe.ml
 create mode 100644 lib/read.ml
 rename lib/{read_ml.mli => read.mli} (100%)
 delete mode 100644 lib/read_c.ml
 delete mode 100644 lib/read_c.mli
 delete mode 100644 lib/read_ml.ml
 delete mode 100644 lib/read_stubs.c
 delete mode 100644 lib/unsafe_common.ml
 delete mode 100644 lib/unsafe_common.mli
 delete mode 100644 lib/unsafe_read_c.ml
 delete mode 100644 lib/unsafe_read_c.mli
 delete mode 100644 lib/unsafe_write_c.ml
 delete mode 100644 lib/unsafe_write_c.mli
 create mode 100644 lib/write.ml
 rename lib/{write_ml.mli => write.mli} (100%)
 delete mode 100644 lib/write_c.ml
 delete mode 100644 lib/write_c.mli
 delete mode 100644 lib/write_ml.ml
 delete mode 100644 lib/write_stubs.c

-- 
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