| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | WhitespaceManager.cpp | 82 Changes.push_back( in replaceWhitespaceInToken() 90 if (Changes.empty()) in generateReplacements() 157 if (Changes[i - 1].IsInsideToken && Changes[i - 1].NewlinesBefore == 0) in calculateLineBreakInformation() 159 Changes[i - 1].TokenLength + Changes[i - 1].Spaces; in calculateLineBreakInformation() 164 Changes[i - 1].StartOfTokenColumn + Changes[i - 1].TokenLength; in calculateLineBreakInformation() 167 (Changes[i].NewlinesBefore > 0 || Changes[i].Tok->is(tok::eof) || in calculateLineBreakInformation() 168 (Changes[i].IsInsideToken && Changes[i].Tok->is(tok::comment))) && in calculateLineBreakInformation() 205 Changes.back().IsTrailingComment = Changes.back().Tok->is(tok::comment); in calculateLineBreakInformation() 413 LineLengthAfter += Changes[j].Spaces + Changes[j].TokenLength; in AlignTokens() 583 Change &C = Changes[i]; in alignEscapedNewlines() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | DeltaAlgorithm.cpp | 19 if (FailedTestsCache.count(Changes)) in GetTestResult() 22 bool Result = ExecuteOneTest(Changes); in GetTestResult() 24 FailedTestsCache.insert(Changes); in GetTestResult() 48 UpdatedSearchState(Changes, Sets); in Delta() 52 return Changes; in Delta() 56 if (Search(Changes, Sets, Res)) in Delta() 65 return Changes; in Delta() 67 return Delta(Changes, SplitSets); in Delta() 90 Changes.begin(), Changes.end(), it->begin(), it->end(), in Search() 112 Split(Changes, Sets); in Run() [all …]
|
| H A D | DAGDeltaAlgorithm.cpp | 121 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 185 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() 197 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() 218 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() 221 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() 230 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end(); in DAGDeltaAlgorithmImpl() 232 if (it != Changes.begin()) in DAGDeltaAlgorithmImpl() 260 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end(); in DAGDeltaAlgorithmImpl() 274 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end(); in DAGDeltaAlgorithmImpl() 294 Extended.insert(Changes.begin(), Changes.end()); in GetTestResult() [all …]
|
| /freebsd-12.1/crypto/heimdal/ |
| H A D | NEWS | 173 Changes in release 1.1 187 Changes in release 1.0.2 193 Changes in release 1.0.1 209 Changes in release 1.0 244 Changes in release 0.8 310 Changes in release 0.7 379 Changes in release 0.6 415 Changes in release 0.5 441 Changes in release 0.4e 455 Changes in release 0.4d [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | DeltaAlgorithm.h | 53 bool GetTestResult(const changeset_ty &Changes); 60 changeset_ty Delta(const changeset_ty &Changes, 69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets, 74 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 88 changeset_ty Run(const changeset_ty &Changes);
|
| H A D | DAGDeltaAlgorithm.h | 65 changeset_ty Run(const changeset_ty &Changes, 69 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringActionRules.h | 57 Expected<AtomicChanges> Changes = createSourceReplacements(Context); in invoke() local 58 if (!Changes) in invoke() 59 Consumer.handleError(Changes.takeError()); in invoke() 61 Consumer.handle(std::move(*Changes)); in invoke()
|
| /freebsd-12.1/contrib/apr-util/ |
| H A D | CHANGES | 2 Changes with APR-util 1.5.4 28 Changes with APR-util 1.5.3 47 Changes with APR-util 1.5.2 84 Changes with APR-util 1.5.1 104 Changes with APR-util 1.5.0 140 Changes with APR-util 1.4.x and later: 144 Changes for APR-util 1.3.x and later: 148 Changes for APR-util 1.2.x and later: 152 Changes for APR-util 1.1.x and later: 156 Changes for APR-util 1.0.x and later: [all …]
|
| /freebsd-12.1/contrib/tnftp/ |
| H A D | NEWS | 3 Changes in tnftp from 20090606 to 20091122: 7 Changes in tnftp from 20090520 to 20090606: 11 Changes in tnftp from 20070806 to 20090520: 26 Changes in tnftp from 20050625 to 20070806:
|
| /freebsd-12.1/contrib/tzdata/ |
| H A D | NEWS | 5 Changes to future timestamps 147 Changes to code 207 Changes to code 311 Changes to code 376 Changes to code 454 Changes to code 573 Changes to code 646 Changes to code 893 Changes to code 1044 Changes to code [all …]
|
| /freebsd-12.1/contrib/googletest/googletest/ |
| H A D | CHANGES | 1 Changes for 1.7.0: 28 Changes for 1.6.0: 60 Changes for 1.5.0: 82 Changes for 1.4.0: 101 Changes for 1.3.0: 116 Changes for 1.2.1: 120 * Changes to the build scripts to support upcoming release of Google C++ 125 Changes for 1.2.0: 139 Changes for 1.1.0: 149 Changes for 1.0.1: [all …]
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | NEWS | 52 Changes in 2.16: 75 Changes in 2.15: 104 Changes in 2.14: 124 Changes in 2.13: 129 Changes in version 2.12: 210 Changes in binutils 2.9: 220 Changes in binutils 2.8: 246 Changes in binutils 2.7: 264 Changes in binutils 2.6: 276 Changes in binutils 2.5: [all …]
|
| /freebsd-12.1/contrib/apr/ |
| H A D | CHANGES | 2 Changes for APR 1.5.2 61 Changes for APR 1.5.1 102 Changes for APR 1.5.0 178 Changes for APR 1.4.x and later: 182 Changes for APR 1.3.x and later: 186 Changes for APR 1.2.x and later: 190 Changes for APR 1.1.x and later: 194 Changes for APR 1.0.x and later: 198 Changes for APR 0.9.x and later/earlier:
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | NEWS | 37 Changes in 2.17: 54 Changes in 2.16: 103 Changes in 2.15: 128 Changes in 2.14: 151 Changes in 2.13: 156 Changes in version 2.13: 160 Changes in version 2.12: 242 Changes in version 2.9: 251 Changes in version 2.8: 271 Changes in version 2.7: [all …]
|
| /freebsd-12.1/sys/contrib/zlib/ |
| H A D | ChangeLog | 4 Changes in 1.2.11 (15 Jan 2017) 8 Changes in 1.2.10 (2 Jan 2017) 15 Changes in 1.2.9 (31 Dec 2016) 47 Changes in 1.2.8 (28 Apr 2013) 110 Changes in 1.2.7 (2 May 2012) 1426 Changes in 0.92 (3 May 95) 1435 Changes in 0.91 (2 May 95) 1444 Changes in 0.9 (1 May 95) 1489 Changes in 0.5: 1499 Changes in 0.4: [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 146 llvm::ArrayRef<AtomicChange> Changes, in createReplacementsForHeaders() argument 151 for (const auto &Change : Changes) { in createReplacementsForHeaders() 185 llvm::ArrayRef<AtomicChange> Changes) { in combineReplacementsInChanges() argument 187 for (const auto &Change : Changes) in combineReplacementsInChanges() 297 llvm::ArrayRef<AtomicChange> Changes, in applyAtomicChanges() argument 300 createReplacementsForHeaders(FilePath, Code, Changes, Spec.Style); in applyAtomicChanges() 307 combineReplacementsInChanges(FilePath, Changes); in applyAtomicChanges()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | NEWS | 43 Changes in 2.16: 79 Changes in 2.15: 115 Changes in 2.14: 135 Changes in 2.13: 149 Changes in 2.12: 173 Changes in 2.11: 244 Changes in 2.9: 258 Changes in 2.8: 284 Changes in 2.7: 308 Changes in 2.6: [all …]
|
| /freebsd-12.1/contrib/googletest/googlemock/ |
| H A D | CHANGES | 1 Changes for 1.7.0: 35 Changes for 1.6.0: 61 Changes for 1.5.0: 88 Changes for 1.4.0 (we skipped 1.2.* and 1.3.* to match the version of 113 Changes for 1.1.0: 124 Changes for 1.0.0:
|
| /freebsd-12.1/contrib/tcp_wrappers/ |
| H A D | CHANGES | 6 Changes per release 7.6 (Mar 1997) 19 Changes per release 7.5 (Feb 1997) 48 Changes per release 7.4 (Mar 1996) 58 Changes per release 7.3 (Feb 1996) 96 Changes per release 7.2 (Jan 1995) 119 Changes per release 7.1 (Jan 1995) 130 Changes per release 7.0 (Jan 1995) 221 Changes per release 6.3 (Mar 1994) 242 Changes per release 6.2 (Feb 1994) 263 Changes per release 6.1 (Dec 1993) [all …]
|
| /freebsd-12.1/share/doc/papers/relengr/ |
| H A D | ref.bib | 4 %T Bug Fixes and Changes in 4.3BSD 12 %T Changes to the Kernel in 4.3BSD
|
| /freebsd-12.1/contrib/atf/ |
| H A D | NEWS | 4 Changes in version 0.21 61 Changes in version 0.20 77 Changes in version 0.19 109 Changes in version 0.18 127 Changes in version 0.17 161 Changes in version 0.16 196 Changes in version 0.15 233 Changes in version 0.14 395 Changes in atf-check 448 Changes in version 0.9 [all …]
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-1.4 | 1 Changes in 1.4.14b-stable 4 Changes in 1.4.14-stable 31 Changes in 1.4.13-stable: 42 Changes in 1.4.12-stable: 52 Changes in 1.4.11-stable: 69 Changes in 1.4.9-stable: 79 Changes in 1.4.8-stable: 84 Changes in 1.4.7-stable: 87 Changes in 1.4.6-stable: 143 Changes in 1.4.2-rc: [all …]
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | ChangeLog-1.4 | 1 Changes in 1.4.14b-stable 4 Changes in 1.4.14-stable 31 Changes in 1.4.13-stable: 42 Changes in 1.4.12-stable: 52 Changes in 1.4.11-stable: 69 Changes in 1.4.9-stable: 79 Changes in 1.4.8-stable: 84 Changes in 1.4.7-stable: 87 Changes in 1.4.6-stable: 143 Changes in 1.4.2-rc: [all …]
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | NEWS | 5 Changes in version 1.14.5, released on March 10, 2019 79 Changes in version 1.14.4, released on August 8, 2018 156 Changes in version 1.14.3, released on August 5, 2017 171 Changes in version 1.14.2, released on July 28, 2017 385 Changes in version 1.13.4, released on July 14, 2016 907 Changes in version 1.11.3, released on May 26, 2011 922 Changes in version 1.11.2, released on May 12, 2011 1022 Changes in version 1.10.1, released on June 7, 2010 1037 Changes in version 1.10.0, released on May 29, 2010 1063 Changes in version 1.9.25, released on May 13, 2010 [all …]
|
| /freebsd-12.1/contrib/binutils/ |
| H A D | MAINTAINERS | 31 Changes need to be done in tandem with the official CONFIG 52 Changes need to be done in tandem with the official GCC 62 Changes need to be done in tandem with the official LIBTOOL 69 Changes need to be done in tandem with the official AUTOCONF
|