Home
last modified time | relevance | path

Searched refs:patchlevel (Results 1 – 25 of 80) sorted by relevance

1234

/openbsd/gnu/usr.bin/perl/hints/
H A Dfreebsd.sh187 if $test -r $src/patchlevel.h;then
188 patchlevel=`awk '/define[ ]+PERL_VERSION/ {print $3}' $src/patchlevel.h`
189 subversion=`awk '/define[ ]+PERL_SUBVERSION/ {print $3}' $src/patchlevel.h`
191 patchlevel=0
194 libperl="libperl.so.$patchlevel.$subversion"
195 unset patchlevel
H A Ddarwin.sh11 perl_revision=`awk '/define[ ]+PERL_REVISION/ {print $3}' $src/patchlevel.h`
12 perl_version=`awk '/define[ ]+PERL_VERSION/ {print $3}' $src/patchlevel.h`
13 perl_subversion=`awk '/define[ ]+PERL_SUBVERSION/ {print $3}' $src/patchlevel.h`
/openbsd/gnu/usr.bin/perl/
H A Dinstallman23 my $patchlevel = substr($],3,2);
24 die "Patchlevel of perl ($patchlevel)",
26 if $patchlevel != $Config{'PERL_VERSION'};
H A DPACKAGING32 =head1 Customizing patchlevel to advertise your local patches
34 You can advertise your custom local patches by using patchlevel.h as a
39 perl -x patchlevel.h "This is a custom patch"
H A Dinstallperl183 my $patchlevel = substr($],3,2);
184 die "Patchlevel of perl ($patchlevel)",
185 "and patchlevel of config.sh ($Config{'PERL_VERSION'}) don't match\n"
/openbsd/gnu/usr.sbin/mkhybrid/src/libfile/
H A Dpatchlevel.h2 #define patchlevel 22 macro
H A DMakefile57 $(OBJS): file.h patchlevel.h
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMksymlists.pm90 my $patchlevel = " pl$Config{perl_patchlevel}" || '';
92 $Config::Config{version}, $threaded, $patchlevel, $data->{NAME};
/openbsd/gnu/usr.bin/perl/Porting/
H A Dmakerel66 my $patchlevel = $1 if $patchlevel_h =~ /PERL_VERSION\s+(\d+)/;
69 my $vers = sprintf("%d.%d.%d", $revision, $patchlevel, $subversion);
H A Dmakemeta149 my $patchlevel_h = 'patchlevel.h';
H A DGlossary49 api_revision (patchlevel.U):
74 api_subversion (patchlevel.U):
81 api_version (patchlevel.U):
90 api_versionstring (patchlevel.U):
4655 patchlevel (patchlevel.U):
4657 The value of patchlevel comes from the patchlevel.h file.
4689 PERL_API_VERSION (patchlevel.h):
4718 perl_patchlevel (patchlevel.U):
4880 revision (patchlevel.U):
5430 subversion (patchlevel.U):
[all …]
H A Drelease_managers_guide.pod88 removing the RC status from F<patchlevel.h>, etc). If faults are found,
490 C<PERL_API_*> constants in F<patchlevel.h> are in sync with the version
927 =head3 Update patchlevel.h
931 Update F<patchlevel.h> to add a C<-RC1>-or-whatever string; or, if this is
943 $ git commit -m 'Bump version to RCnnn' patchlevel.h
1249 =head3 Disarm patchlevel.h
1253 Disarm the F<patchlevel.h> change; for example,
1264 $ git commit -m 'Disarm RCnnn bump' patchlevel.h
/openbsd/gnu/usr.bin/perl/plan9/
H A Dsetup.rc12 awk -f versnum ../patchlevel.h
/openbsd/gnu/usr.bin/perl/utils/
H A DMakefile.PL57 perlbug: perlbug.PL ../config.sh ../patchlevel.h
/openbsd/gnu/llvm/libcxx/lib/abi/
H A DCMakeLists.txt14 # Ignore the major, minor, and patchlevel versions of darwin targets.
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_drv.h422 int patchlevel; member
/openbsd/gnu/gcc/fixincludes/
H A Daclocal.m4589 dnl # gcc_GAS_VERSION_GTE_IFELSE([elf,] major, minor, patchlevel,
594 dnl # The first ifelse() shortens the shell code if the patchlevel
614 dnl gcc_GAS_CHECK_FEATURE(description, cv, [[elf,]major,minor,patchlevel],
620 dnl is greater than or equal to major.minor.patchlevel. If not, then
/openbsd/gnu/usr.bin/perl/dist/Module-CoreList/
H A DChanges794 - Remove %patchlevel hash (now that perl uses git and not perforce)
856 Fix patchlevel for 5.8.8 (Gisle Aas)
868 Add a %patchlevel hash to get perforce patchlevels corresponding to
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DTODO214 patchlevel
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dversion35 # include <patchlevel.h>
/openbsd/gnu/usr.bin/perl/Cross/
H A DMakefile-cross-SH55 ${revision}.${patchlevel}.${subversion} \
337 h3 = pad.h patchlevel.h perl.h perlapi.h perly.h pp.h proto.h regcomp.h
456 miniperlmain$(OBJ_EXT): miniperlmain.c patchlevel.h
/openbsd/gnu/usr.bin/cvs/emx/
H A DMakefile57 ${cvs_srcdir}/patchlevel.h \
H A DMakefile.in57 ${cvs_srcdir}/patchlevel.h \
/openbsd/sys/dev/fdt/
H A Drkdrm.c69 .patchlevel = DRIVER_PATCHLEVEL,
/openbsd/gnu/usr.bin/cvs/os2/
H A DMakefile74 ${cvs_srcdir}${SL}patchlevel.h \

1234