[libglib-object-introspection-perl] branch master updated (01f3af5 -> dc317c2)

Intrigeri intrigeri at moszumanska.debian.org
Mon Oct 6 12:06:17 UTC 2014


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  01f3af5   libglib-object-introspection-perl (0.024-2)
      adds  7e87f0c   Fix return value handling on big-endian architectures
      adds  3254924   Release 0.023
      adds  0095be2   Fix a stack handling bug for Perl vfuncs
      adds  0b6d4fd   Fix position of latest NEWS entry
      adds  4a471c5   Release 0.024
      adds  3bbdc31   Factor our the common parts of the invocation infos for C and Perl code
      adds  d66583f   Do not try to free the "free after call" list twice
      adds  5caa700   Handle arg and type infos in the common invocation code
      adds  6903ae6   Fix a leak when throwing an exception during C invocation
      adds  006c138   Fix a marshalling bug with Perl code and array args
      adds  70bc701   Fix an endian-ness bug with the array length marshalling
      adds  11b3ac4   Correctly detect too few args given to constructors
      adds  91836ee   Fix a few integer conversion issues
      adds  6fc20aa   Properly convert Perl callback return values on big-endian systems
      adds  cfd5c39   Use the correct storage type for converting enums and flags
      adds  7bb6744   Mention the recent ppc64 fixes in NEWS
      adds  b392dfe   Makefile.PL: added x_IRC tag to CPAN metadata
      adds  eeed75a   Release 0.025
      adds  fff3dd0   Imported Upstream version 0.025
       new  3199e6f   Merge tag 'upstream/0.025'
       new  67fd434   Declare compliance with Standards-Version 3.9.6 (no change needed).
       new  7a63caf   Update changelog.
       new  dc317c2   Document where I am blocked as a TODO item.

The 4 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          |  87 +++++++++----
 MANIFEST                         |   1 +
 META.json                        |   5 +-
 META.yml                         |  23 ++--
 Makefile.PL                      |   1 +
 NEWS                             |   6 +
 debian/changelog                 |  24 ++++
 debian/control                   |   2 +-
 gperl-i11n-enums.c               |   8 +-
 gperl-i11n-field.c               |   8 +-
 gperl-i11n-invoke-c.c            | 261 +++++++++++++++------------------------
 gperl-i11n-invoke-perl.c         | 177 ++++++++++++++++----------
 gperl-i11n-invoke.c              | 112 +++++++++++++++++
 gperl-i11n-marshal-arg.c         |   3 +-
 gperl-i11n-marshal-array.c       |  17 ++-
 gperl-i11n-marshal-callback.c    |   2 +-
 gperl-i11n-marshal-interface.c   | 111 +++++++++++++++--
 lib/Glib/Object/Introspection.pm |   2 +-
 t/arg-checks.t                   |   6 +-
 19 files changed, 559 insertions(+), 297 deletions(-)
 create mode 100644 gperl-i11n-invoke.c

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