forked from pool/perl-Glib
This commit is contained in:
committed by
Git OBS Bridge
parent
ca959813d2
commit
e7777ace69
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 6 14:32:31 CEST 2008 - anicka@suse.cz
|
||||
|
||||
- update to 1.200
|
||||
* GClosure.xs (gperl_callback_invoke): Instead of putting a mortal
|
||||
copy of the user data on the stack, increment its ref count and
|
||||
mortalize it. This ensure that modifications to $_[-1] in the
|
||||
callback actually change the user data. Patch by Kevin Ryde.
|
||||
* GValue.xs: Handle NULL GParamSpecs in newSVGParamSpec by
|
||||
returning undef. Consequently, remove the NULL handling in
|
||||
_gperl_sv_from_value_internal.
|
||||
* GType.xs (gperl_convert_flag_one, gperl_convert_flags): Improve
|
||||
the wording of the error messages for invalid flags a bit.
|
||||
* GValue.xs (_gperl_sv_from_value_internal): Handle NULL
|
||||
GParamSpecs gracefully by returning undef.
|
||||
* GParamSpec.xs (newSVGParamSpec): Croak on NULL GParamSpecs.
|
||||
* GParamSpec.xs: Add hierarchy POD sections to the various
|
||||
Glib::ParamSpec subclasses.
|
||||
* GenPod.pm: Document how to hide arguments with "=for arg". Cope
|
||||
with _noinc_ornull type variants.
|
||||
* GObject.xs (g_object_new): Check that we got a correct number of
|
||||
arguments.
|
||||
* test fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 19 16:25:11 CEST 2008 - anicka@suse.cz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user