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