/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | Version.cpp | 64 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 D | revision.t | 19 cmp_ok $ExtUtils::MakeMaker::Revision, '>', 1; 20 cmp_ok $ExtUtils::MM_VMS::Revision, '>', 1;
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | Phabricator.rst | 112 * 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 D | efiprot.h | 101 UINT64 Revision; member 147 UINT64 Revision; member 173 UINT64 Revision; member 275 UINT64 Revision; member
|
H A D | efi_nii.h | 42 UINT64 Revision; member
|
H A D | efifpswa.h | 35 UINT32 Revision; member
|
/openbsd/gnu/usr.bin/cvs/doc/ |
H A D | cvs.info-4 | 465 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 D | cvs.info-9 | 111 * 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 D | keywords.in | 7 Revision
|
H A D | keywords.out | 7 Revision: 1.1
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/Encode/ |
H A D | Changes.e2x | 3 # Revision history for Perl extension Encode::$_Name_.
|
/openbsd/gnu/usr.bin/cvs/contrib/ |
H A D | rcs2sccs.sh | 32 s,;Revision;,%I%,g 37 s,;Revision:.*;,%I%,g
|
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/ |
H A D | Dockerfile | 22 …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 D | efi_machdep.c | 89 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 D | Changes | 1 Revision history for Perl extension OS2::ExtAttr.
|
/openbsd/gnu/usr.bin/perl/dist/FindBin/ |
H A D | Changes | 1 Revision history for Perl dual life module FindBin.
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | efidt.h | 42 UINT64 Revision; member
|
/openbsd/sys/arch/armv7/stand/efiboot/ |
H A D | efidt.h | 42 UINT64 Revision; member
|
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | efidt.h | 42 UINT64 Revision; member
|
H A D | efiriscv.c | 45 UINT64 Revision; member
|
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/ |
H A D | Changes | 1 Revision history for Perl extension OS2::PrfDB.
|
/openbsd/gnu/llvm/llvm/utils/crosstool/ |
H A D | create-snapshots.sh | 17 svn info ${LLVM_PROJECT_SVN} | egrep ^Revision | sed 's/^Revision: //'
|
/openbsd/gnu/usr.bin/perl/ext/mro/ |
H A D | Changes | 1 Revision history for Perl extension mro.
|
/openbsd/gnu/usr.bin/gcc/gcc/config/d30v/ |
H A D | abi | 6 Revision history: 8 Revision 1: 11 Revision 2: 29 Revision 3:
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/ |
H A D | FAQ.pod | 295 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
|