[Pkg-ocaml-maint-commits] [ocamlbricks] branch upstream updated (ddf9ed1 -> 29a0b69)

Lucas Nussbaum lucas at moszumanska.debian.org
Mon Oct 30 22:29:21 UTC 2017


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

lucas pushed a change to branch upstream
in repository ocamlbricks.

      from  ddf9ed1   Imported Upstream version 0.90+bzr400
       new  8aaddeb   New upstream version 0.90+bzr454
       new  260c49c   New upstream version 0.90+bzr455
       new  29a0b69   New upstream version 0.90+bzr456

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:
 BASE/argv.ml                                   |  10 +-
 BASE/log_builder.ml                            |  12 +
 BASE/log_builder.mli                           |   2 +
 CAMLP4/include_as_string_p4.ml                 |  11 +-
 CAMLP4/include_as_string_p4.mli                |   2 +-
 CAMLP4/include_type_definitions_p4.ml          |  87 +++-
 CAMLP4/include_type_definitions_p4.mli         |   2 +-
 CONFIGME                                       |  18 +-
 CONFIGURATION/configuration_files.ml           | 189 +++++---
 CONFIGURATION/configuration_files.mli          |  12 +
 CORTEX/lock.ml                                 | 596 +++++++++++++++++++++++++
 CORTEX/lock.mli                                | 105 +++++
 CORTEX/locked.ml                               | 445 ++++++++++++++++++
 CORTEX/locked.mli                              |  81 ++++
 CORTEX/spinning.ml                             | 233 ++++++++++
 CORTEX/spinning.mli                            | 137 ++++++
 DOT/dot.ml                                     |   5 +-
 DOT/dot.mli                                    |   1 -
 DOT/dot_widget.ml                              |  16 +-
 EXTRA/arrayExtra.ml                            | 417 +++++++++++++----
 EXTRA/arrayExtra.mli                           |  62 ++-
 EXTRA/filenameExtra.ml                         |   4 +-
 EXTRA/hashtblExtra.ml                          | 104 +++++
 {STRUCTURES => EXTRA}/hashtblExtra.mli         |  16 +
 EXTRA/listExtra.ml                             |  60 ++-
 EXTRA/listExtra.mli                            |  16 +-
 EXTRA/pervasivesExtra.ml                       |  75 ++++
 EXTRA/pervasivesExtra.mli                      |  24 +-
 EXTRA/stringExtra.ml                           |  26 +-
 EXTRA/sysExtra.ml                              |   8 +-
 EXTRA/threadExtra.ml                           |  24 +-
 EXTRA/unixExtra.ml                             | 118 ++++-
 EXTRA/unixExtra.mli                            |  24 +-
 EXTRA/waitpid-c-wrapper.c                      |   1 +
 GETTEXT/gettext_builder.ml                     |   5 +-
 MARSHAL/marshallable_classes.ml                |  31 +-
 Makefile                                       | 115 +++--
 Makefile.d/test_with.sh                        |  27 +-
 Makefile.local                                 |  30 +-
 Makefile.local => Makefile.local.for_copies    |  37 +-
 SHELL/linux.ml                                 |  35 +-
 SHELL/linux.mli                                |   3 +
 SHELL/shell.ml                                 |  66 +--
 SHELL/shell.mli                                |  14 +-
 STRUCTURES/cortex.ml                           | 100 ++---
 STRUCTURES/cortex.mli                          |   3 +
 STRUCTURES/cortex_lib.ml                       |   4 +-
 STRUCTURES/cortex_lib.mli                      |   2 +-
 STRUCTURES/egg.ml                              |   4 +-
 STRUCTURES/egg.mli                             |   2 +-
 STRUCTURES/endpoint.ml                         |  82 ++--
 STRUCTURES/hashmmap.ml                         |   9 +-
 STRUCTURES/hashset.ml                          |  60 ++-
 STRUCTURES/hashset.mli                         |  24 +-
 STRUCTURES/hashtblExtra.ml                     |  42 --
 STRUCTURES/ipv6.ml                             |   4 +-
 STRUCTURES/lazy_perishable.ml                  |  48 ++
 BASE/fix.mli => STRUCTURES/lazy_perishable.mli |  23 +-
 STRUCTURES/memo.ml                             |  57 ++-
 STRUCTURES/memo.mli                            |   4 +-
 STRUCTURES/network.ml                          |   7 +-
 STRUCTURES/option.ml                           |  69 ++-
 STRUCTURES/option.mli                          |  26 +-
 STRUCTURES/string_queue.ml                     |   8 +-
 STRUCTURES/thunk.ml                            |  22 +-
 STRUCTURES/thunk.mli                           |   7 +
 WIDGETS/{environment.ml => environments.ml}    |   0
 WIDGETS/{environment.mli => environments.mli}  |   0
 WIDGETS/widget.ml                              |  34 +-
 WIDGETS/widget.mli                             |  16 +-
 meta.ml.released => meta.ml                    |  12 +-
 meta.ml.released                               |  12 +-
 ocamlbricks.mllib                              |   7 +-
 ocamlbricks.odocl                              |   9 +-
 74 files changed, 3362 insertions(+), 641 deletions(-)
 create mode 100644 CORTEX/lock.ml
 create mode 100644 CORTEX/lock.mli
 create mode 100644 CORTEX/locked.ml
 create mode 100644 CORTEX/locked.mli
 create mode 100644 CORTEX/spinning.ml
 create mode 100644 CORTEX/spinning.mli
 create mode 100644 EXTRA/hashtblExtra.ml
 rename {STRUCTURES => EXTRA}/hashtblExtra.mli (70%)
 copy Makefile.local => Makefile.local.for_copies (81%)
 delete mode 100644 STRUCTURES/hashtblExtra.ml
 create mode 100644 STRUCTURES/lazy_perishable.ml
 copy BASE/fix.mli => STRUCTURES/lazy_perishable.mli (57%)
 rename WIDGETS/{environment.ml => environments.ml} (100%)
 rename WIDGETS/{environment.mli => environments.mli} (100%)
 copy meta.ml.released => meta.ml (57%)

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



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