[libglib-object-introspection-perl] branch master updated (9495bd0 -> 6b9eb23)

Intrigeri intrigeri at moszumanska.debian.org
Sat Jan 2 21:04:32 UTC 2016


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

intrigeri pushed a change to branch master
in repository libglib-object-introspection-perl.

      from  9495bd0   debian/upstream/metadata: Deobfuscate upstream contact address
      adds  8c026e8   Add support for marshalling GVariants
      adds  503e903   array → SV: support flat arrays
      adds  f2b0048   array ↔ SV: support GArray, GPtrArray and GByteArray
      adds  dd391d2   Harmonize and improve debug output
      adds  7fdc5df   Avoid a segfault in an error branch
      adds  36f40d2   Hook up the generic Glib::Boxed constructor on load, not in setup()
      adds  b191fcb   Release 0.029
      adds  863ea33   Avoid repeating setting up a library
      adds  c85df83   Add some missing version guards to the tests
      adds  79297e7   MANIFEST: added t/variants.t
      adds  448183d   Release 0.030
      adds  32a35fc   Add perli11ndoc, an interactive documentation viewer
      adds  869a734   MANIFEST: added bin/perli11ndoc
      adds  6e83c43   Release 0.031
      adds  8bbd136   Makefile.PL/setup.pl: change library extensions on OS X
      adds  81694c2   Docs: include an edited version of Gtk2::api
      adds  0a4a577   perli11ndoc: hush a warning when run in text mode without args
      adds  2bae7d2   perli11ndoc: display a synopsis for callables
      adds  814eb1e   perli11ndoc: make Control+k focus the search entry
      adds  e4a295d   perli11ndoc: make Right/Left expand/collapse rows in the tree view
      adds  0455286   perli11ndoc: make the result text view readonly
      adds  61c406a   Croak in setup for unhandled modificaion combinations
      adds  7fcbfab   perli11ndoc: when filtering, show children of matching elements
      adds  3e105ae   Release 0.032
      adds  89ee129   Add a path bar to the results display
      adds  ec4ab5c   Release 0.033
      adds  905b5e3   Makefile.PL: Make G:O:I dependent on Glib version >= 1.320
      adds  f3504d9   .gitignore: hide VIM swap files (*.swp)
      adds  e8af0b9   Stable release 0.040
      adds  dcdf949   Imported Upstream version 0.040
      adds  5fc0b6a   Merge tag 'upstream/0.040' into experimental
      adds  853cfb1   Bump {build,run}-time dependency on libglib-perl to >= 3:1.320.
      adds  6664e3e   Update debian/changelog.
      adds  ff61ed6   Mark as autopkgtest-able.
      adds  666bc45   libglib-object-introspection-perl (0.040-1)
       new  6b9eb23   libglib-object-introspection-perl (0.040-2)

The 1 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:
 GObjectIntrospection.xs          |   25 +-
 MANIFEST                         |    4 +-
 META.json                        |    8 +-
 META.yml                         |    8 +-
 Makefile.PL                      |   15 +-
 NEWS                             |   45 +
 README                           |    2 +-
 bin/perli11ndoc                  | 1699 ++++++++++++++++++++++++++++++++++++++
 debian/changelog                 |   13 +-
 debian/control                   |    5 +-
 gperl-i11n-callback.c            |    4 +-
 gperl-i11n-info.c                |    2 +-
 gperl-i11n-invoke-c.c            |   28 +-
 gperl-i11n-invoke-perl.c         |   42 +-
 gperl-i11n-invoke.c              |    6 +-
 gperl-i11n-marshal-arg.c         |   14 +-
 gperl-i11n-marshal-array.c       |  292 +++++--
 gperl-i11n-marshal-callback.c    |   30 +-
 gperl-i11n-marshal-hash.c        |   23 +-
 gperl-i11n-marshal-interface.c   |  103 ++-
 gperl-i11n-marshal-list.c        |   18 +-
 gperl-i11n-marshal-struct.c      |   10 +-
 gperl-i11n-union.c               |    4 +-
 gperl-i11n-vfunc-interface.c     |    4 +-
 gperl-i11n-vfunc-object.c        |    6 +-
 lib/Glib/Object/Introspection.pm |  264 +++++-
 t/arrays.t                       |  115 ++-
 t/inc/setup.pl                   |   11 +-
 t/variants.t                     |   26 +
 29 files changed, 2569 insertions(+), 257 deletions(-)
 create mode 100755 bin/perli11ndoc
 create mode 100644 t/variants.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libglib-object-introspection-perl.git



More information about the Pkg-perl-cvs-commits mailing list