[libglib-object-introspection-perl] branch master updated (cd72e78 -> 2782ebf)

Intrigeri intrigeri at alioth.debian.org
Thu Sep 5 13:30:10 UTC 2013


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  cd72e78   libglib-object-introspection-perl (0.014-2)
      adds  61345ca   Remove unneeded FIXME marks
      adds  8753c08   Handle GInitiallyUnowned return values from callbacks more specifically
      adds  446e401   Fix a gint vs. guint inconsistency
      adds  bafb1b0   Register error domains
      adds  a00774b   Implement SV → GError
      adds  ca11af2   Support array → SV when invoking Perl code
      adds  ba9727b   Move a FIXME mark to where it belongs
      adds  6a44a6a   Refactor the vfunc offset code into a function
      adds  c218895   SV → struct: handle raw structs from unregistered libraries
      adds  9c574ab   Updated MANIFEST with new test files
      adds  6af8a02   Unstable release 0.015
      adds  39464cd   Imported Upstream version 0.015
       new  1b82796   Merge tag 'upstream/0.015'
       new  bc82527   Drop obsolete Lintian override.
       new  2782ebf   libglib-object-introspection-perl (0.015-1)

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:
 GObjectIntrospection.xs                            |   40 ++--
 MANIFEST                                           |    3 +-
 META.json                                          |    2 +-
 META.yml                                           |    2 +-
 Makefile.PL                                        |    2 +-
 NEWS                                               |    8 +
 debian/changelog                                   |   10 +
 ...lib-object-introspection-perl.lintian-overrides |    3 -
 gperl-i11n-info.c                                  |    3 +-
 gperl-i11n-invoke-perl.c                           |   46 ++--
 gperl-i11n-marshal-arg.c                           |   11 +-
 gperl-i11n-marshal-callback.c                      |    4 +-
 gperl-i11n-marshal-interface.c                     |   19 +-
 gperl-i11n-marshal-struct.c                        |    5 +-
 gperl-i11n-vfunc-interface.c                       |    4 +-
 gperl-i11n-vfunc-object.c                          |   28 ++-
 lib/Glib/Object/Introspection.pm                   |    2 +-
 t/{vfunc-implementation.t => vfunc-chaining.t}     |    0
 t/vfunc-ref-counting.t                             |  237 ++++++++++++++++++++
 19 files changed, 371 insertions(+), 58 deletions(-)
 delete mode 100644 debian/libglib-object-introspection-perl.lintian-overrides
 rename t/{vfunc-implementation.t => vfunc-chaining.t} (100%)
 create mode 100644 t/vfunc-ref-counting.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