see plug-ins/perl/Changes
This commit is contained in:
@ -89,9 +89,12 @@ sub present {
|
||||
!{
|
||||
MacOS => 1,
|
||||
MSWin32 => 1,
|
||||
os2 => 1,
|
||||
dos => 1,
|
||||
MSDOS => 1,
|
||||
os2 => 1,
|
||||
VMS => 1,
|
||||
RISCOS => 1,
|
||||
AmigaOS => 1,
|
||||
}->{$^O};
|
||||
} elsif ($_ eq "never") {
|
||||
0;
|
||||
|
@ -599,7 +599,7 @@ convert_array2paramdef (AV *av, GParamDef **res)
|
||||
return count;
|
||||
}
|
||||
|
||||
SV *
|
||||
static SV *
|
||||
newSV_paramdefs (GParamDef *p, int n)
|
||||
{
|
||||
int i;
|
||||
|
@ -34,6 +34,7 @@ bugs
|
||||
|
||||
important issues
|
||||
|
||||
* migrate BOOT: into INIT()
|
||||
* gimp_progress_done
|
||||
* gimp_progress_close
|
||||
* maybe implement --enable-perl=runtime-only?
|
||||
|
Reference in New Issue
Block a user