Searched refs:local_patches (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dpatchlevel.h74 local_patches -- list of locally applied less-than-subversion patches.
129 $seen++ if /local_patches\[\]/;
144 not ever collect the lines belonging to local_patches() into the same
159 static const char * const local_patches[] = { variable
172 ((int)(C_ARRAY_LENGTH(local_patches)-2))
H A Dperl.c39 #include "patchlevel.h" /* for local_patches */
317 PL_localpatches = local_patches; /* For possible -v */
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dmakerel39 defaults to the concatenation of the local_patches entry
72 my (@local_patches, @lpatch_tags, $lpatch_tags);
73 @local_patches = grep { !/^\s*,?NULL/ && ! /,"uncommitted-changes"/ }
74 grep { /^static.*local_patches/../^};/ }
76 @lpatch_tags = map { /^\s*,"(\w+)/ } @local_patches;
/openbsd-current/gnu/usr.bin/perl/cpan/Config-Perl-V/
H A DV.pm381 $build->{'patches'} = [ Config::local_patches () ];
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dperlbug.PL60 my @patches = Config::local_patches();

Completed in 137 milliseconds