Home
last modified time | relevance | path

Searched refs:subversion (Results 1 – 25 of 32) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/Porting/
Dmakerel27 $subversion = $1 if $patchlevel_h =~ /PERL_SUBVERSION\s+(\d+)/;
28 die "Unable to parse patchlevel.h" unless $subversion >= 0;
29 $vers = sprintf("%d.%d.%d", $revision, $patchlevel, $subversion);
30 $vms_vers = sprintf("%d_%d_%d", $revision, $patchlevel, $subversion);
Dpumpkin.pod57 and 1 is the subversion.
61 and amounts to C<$revision + $version/1000 + $subversion/100000>. This
92 perl5-porters. Trial releases use the new subversion number (to avoid
276 subversion first.
333 One of the precepts of the subversion idea is that we shouldn't give
348 Don't be shy about using the subversion number, even for a relatively
355 If you update the subversion number, you may need to change the version
601 If you update the subversion number in F<patchlevel.h>, you may need
1339 subversion is not a production release, and be prepared to deal with
Dconfig.sh936 subversion='8'
DGlossary4489 subversion (patchlevel.U):
4490 The subversion level of this package.
4491 The value of subversion comes from the patchlevel.h file.
4904 This combines revision, patchlevel, and subversion to get the
4910 This is a string combining version, subversion and
4913 'version 7 subversion 1' or
4914 'version 7 subversion 1 patchlevel 11224'
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dver.t206 my ($revision,$version,$subversion) = split '\.', sprintf("%vd",$^V);
210 print "# subversion = '$subversion'\n";
212 my $v = sprintf("%d.%.3d%.3d",$revision,$version,$subversion);
217 $v =~ s/000$// if $subversion == 0;
223 $v = $revision + $version/1000 + $subversion/1000000;
/mirbsd/src/gnu/usr.bin/perl/hints/
Dfreebsd.sh173 subversion=`awk '/define[ ]+PERL_SUBVERSION/ {print $3}' $src/patchlevel.h`
176 subversion=0
178 libperl="libperl.so.$patchlevel.$subversion"
180 unset subversion
/mirbsd/src/gnu/usr.bin/perl/plan9/
Dmyconfig.plan918 Summary of my $package ($baserev version $PERL_VERSION subversion $PERL_SUBVERSION) configuration:
Dconfig_sh.sample908 subversion='0'
/mirbsd/src/gnu/usr.bin/perl/lib/Net/
DREADME.libnet27 The subversion source repository can be browsed at
31 If you have a subversion client, then you can checkout the latest code with
/mirbsd/src/sys/dev/ic/
Dgdtvar.h118 u_int8_t subversion; member
Dgdt_common.c1456 p->subversion = osrelease[2] - '0';
1458 p->subversion = 0;
/mirbsd/src/gnu/usr.bin/perl/Cross/
Dconfig.sh-arm-linux937 subversion='8'
/mirbsd/src/gnu/usr.bin/perl/epoc/
Dconfig.sh829 subversion=''
/mirbsd/src/usr.bin/calendar/calendars/
Dcalendar.openbsd19 Jan 09 tg@ updates the subversion port, following advice from
/mirbsd/src/gnu/usr.bin/perl/wince/
Dconfig.ce891 subversion='~SUBVERSION~'
/mirbsd/src/gnu/usr.bin/perl/
DConfigure1010 subversion=''
5915 subversion=`awk '/define[ ]+PERL_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
5923 subversion=0
5936 version_patchlevel_string="version $patchlevel subversion $subversion"
5947 version=`echo $revision $patchlevel $subversion | \
5953 version=`echo $revision $patchlevel $subversion | \
5960 : without any subversion label as a subdirectory in $sitelib
7818 majmin="libperl.$so.$patchlevel.$subversion"
7820 majonly=`echo $patchlevel $subversion |
21904 subversion='$subversion'
Dconfigure.com1341 $ subversion = F$ELEMENT(2," ",line)
1398 $ version = revision + "_" + patchlevel + "_" + subversion
5561 $ WC "PERL_SUBVERSION='" + subversion + "'"
6285 $ WC "subversion='" + subversion + "'"
DMakefile.SH69 ${revision}.${patchlevel}.${subversion} \
/mirbsd/src/gnu/usr.bin/perl/win32/
Dconfig.vc926 subversion='~SUBVERSION~'
Dconfig.gc926 subversion='~SUBVERSION~'
Dconfig.vc64926 subversion='~SUBVERSION~'
Dconfig.bc926 subversion='~SUBVERSION~'
/mirbsd/src/gnu/usr.bin/perl/NetWare/
Dconfig.wc898 subversion='~SUBVERSION~'
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperl5005delta.pod15 quality) have subversion numbers that run from C<1> to C<49>, and
Dperl56delta.pod153 subversion number has also changed slightly. We assume that versions older
154 than v5.6.0 have been incrementing the subversion component in multiples of
2799 patchlevel, and subversion respectively. C<PERL_REVISION> had no

12