Home
last modified time | relevance | path

Searched refs:Revision (Results 1 – 25 of 268) sorted by relevance

1234567891011

/openbsd/gnu/llvm/clang/lib/Basic/
H A DVersion.cpp64 std::string Revision = getClangRevision(); in getClangFullRepositoryVersion() local
65 if (!Path.empty() || !Revision.empty()) { in getClangFullRepositoryVersion()
69 if (!Revision.empty()) { in getClangFullRepositoryVersion()
72 OS << Revision; in getClangFullRepositoryVersion()
78 if (!LLVMRev.empty() && LLVMRev != Revision) { in getClangFullRepositoryVersion()
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Drevision.t19 cmp_ok $ExtUtils::MakeMaker::Revision, '>', 1;
20 cmp_ok $ExtUtils::MM_VMS::Revision, '>', 1;
/openbsd/gnu/llvm/llvm/docs/
H A DPhabricator.rst112 * Leave the drop down on *Create a new Revision...* and click *Continue*.
192 * You will see a "Stack" tab in the "Revision Contents" section of the review
259 *Revision Update History*. Most features are self descriptive - explore, and
264 when a review changes state, for example by clicking "Accept Revision" in
352 Differential Revision: <URL>
363 ``Differential Revision`` line (as the last line) to the commit message
373 ``Differential Revision`` line to your commit message then it is recommended
382 following (where ``<Revision>`` is the Phabricator review number):
386 arc patch D<Revision>
389 This will create a new branch called ``arcpatch-D<Revision>`` based on the
[all …]
/openbsd/sys/stand/efi/include/
H A Defiprot.h101 UINT64 Revision; member
147 UINT64 Revision; member
173 UINT64 Revision; member
275 UINT64 Revision; member
H A Defi_nii.h42 UINT64 Revision; member
H A Defifpswa.h35 UINT32 Revision; member
/openbsd/gnu/usr.bin/cvs/doc/
H A Dcvs.info-4465 Revision 1.6 of `driver.c' contains this:
950 Revision management
1055 `Revision 1.3 2001/09/30 19:44:54 tholo
1058 `Revision 1.1.1.18 2001/09/28 22:48:51 tholo
1077 * Revision 1.3 2001/09/30 19:44:54 tholo
1083 * Revision 1.1 1997/01/03 14:23:51 joe
1098 `$Revision: 1.3 $'
1185 5.7 $' for the `Revision' keyword.
1195 `$Revision: 1.3 $' instead of `$Revision: 1.3 $'. This option is useful
1240 The `Revision 1.3 2001/09/30 19:44:54 tholo
[all …]
H A Dcvs.info-9111 * Branch number: Revision numbers.
228 * Decimal revision number: Revision numbers.
351 * Linear development: Revision numbers.
417 * Number, branch <1>: Revision numbers.
419 * Number, revision-: Revision numbers.
509 * Revision keyword: Keyword list.
510 * Revision management: Revision management.
511 * Revision numbers: Revision numbers.
512 * Revision numbers (branches): Branches and revisions.
513 * Revision tree: Revision numbers.
[all …]
/openbsd/regress/usr.bin/rcs/
H A Dkeywords.in7 Revision
H A Dkeywords.out7 Revision: 1.1
/openbsd/gnu/usr.bin/perl/cpan/Encode/Encode/
H A DChanges.e2x3 # Revision history for Perl extension Encode::$_Name_.
/openbsd/gnu/usr.bin/cvs/contrib/
H A Drcs2sccs.sh32 s,;Revision;,%I%,g
37 s,;Revision:.*;,%I%,g
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/
H A DDockerfile22 …lvm.org/svn/llvm-project/cfe/trunk clang -r $(cd ../ && svn info | grep Revision | awk '{print $2}…
23 …vm-project/compiler-rt/trunk compiler-rt -r $(cd ../ && svn info | grep Revision | awk '{print $2}…
/openbsd/sys/arch/amd64/amd64/
H A Defi_machdep.c89 major = st->Hdr.Revision >> 16; in efi_attach()
90 minor = st->Hdr.Revision & 0xffff; in efi_attach()
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/
H A DChanges1 Revision history for Perl extension OS2::ExtAttr.
/openbsd/gnu/usr.bin/perl/dist/FindBin/
H A DChanges1 Revision history for Perl dual life module FindBin.
/openbsd/sys/arch/arm64/stand/efiboot/
H A Defidt.h42 UINT64 Revision; member
/openbsd/sys/arch/armv7/stand/efiboot/
H A Defidt.h42 UINT64 Revision; member
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Defidt.h42 UINT64 Revision; member
H A Defiriscv.c45 UINT64 Revision; member
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/
H A DChanges1 Revision history for Perl extension OS2::PrfDB.
/openbsd/gnu/llvm/llvm/utils/crosstool/
H A Dcreate-snapshots.sh17 svn info ${LLVM_PROJECT_SVN} | egrep ^Revision | sed 's/^Revision: //'
/openbsd/gnu/usr.bin/perl/ext/mro/
H A DChanges1 Revision history for Perl extension mro.
/openbsd/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dabi6 Revision history:
8 Revision 1:
11 Revision 2:
29 Revision 3:
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/
H A DFAQ.pod295 In CVS, RCS and SVN you use $Revision$ (see the documentation of your
297 in the $Revision$ will be updated, updating your $VERSION.
299 SVN uses a simple integer for $Revision$ so you can adapt it for your
302 ($VERSION) = q$Revision$ =~ /(\d+)/;
308 $VERSION = sprintf "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/g;
310 If branches are involved (ie. $Revision: 1.5.3.4$) it's a little more
314 $VERSION = do { my @r = (q$Revision$ =~ /\d+/g); sprintf "%d."."%03d" x $#r, @r };
316 In SVN, $Revision$ should be the same for every file in the project so
318 $Revision$ per file so each file will have a different $VERSION.
320 $Revision$ based on who checks out the file, leading to a different $VERSION

1234567891011