Searched refs:subversion (Results 1 – 25 of 32) sorted by relevance
12
| /mirbsd/src/gnu/usr.bin/perl/Porting/ |
| D | makerel | 27 $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);
|
| D | pumpkin.pod | 57 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
|
| D | config.sh | 936 subversion='8'
|
| D | Glossary | 4489 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/ |
| D | ver.t | 206 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/ |
| D | freebsd.sh | 173 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/ |
| D | myconfig.plan9 | 18 Summary of my $package ($baserev version $PERL_VERSION subversion $PERL_SUBVERSION) configuration:
|
| D | config_sh.sample | 908 subversion='0'
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Net/ |
| D | README.libnet | 27 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/ |
| D | gdtvar.h | 118 u_int8_t subversion; member
|
| D | gdt_common.c | 1456 p->subversion = osrelease[2] - '0'; 1458 p->subversion = 0;
|
| /mirbsd/src/gnu/usr.bin/perl/Cross/ |
| D | config.sh-arm-linux | 937 subversion='8'
|
| /mirbsd/src/gnu/usr.bin/perl/epoc/ |
| D | config.sh | 829 subversion=''
|
| /mirbsd/src/usr.bin/calendar/calendars/ |
| D | calendar.openbsd | 19 Jan 09 tg@ updates the subversion port, following advice from
|
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | config.ce | 891 subversion='~SUBVERSION~'
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Configure | 1010 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'
|
| D | configure.com | 1341 $ subversion = F$ELEMENT(2," ",line) 1398 $ version = revision + "_" + patchlevel + "_" + subversion 5561 $ WC "PERL_SUBVERSION='" + subversion + "'" 6285 $ WC "subversion='" + subversion + "'"
|
| D | Makefile.SH | 69 ${revision}.${patchlevel}.${subversion} \
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | config.vc | 926 subversion='~SUBVERSION~'
|
| D | config.gc | 926 subversion='~SUBVERSION~'
|
| D | config.vc64 | 926 subversion='~SUBVERSION~'
|
| D | config.bc | 926 subversion='~SUBVERSION~'
|
| /mirbsd/src/gnu/usr.bin/perl/NetWare/ |
| D | config.wc | 898 subversion='~SUBVERSION~'
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5005delta.pod | 15 quality) have subversion numbers that run from C<1> to C<49>, and
|
| D | perl56delta.pod | 153 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