| /src/contrib/llvm-project/clang/lib/Format/ ! |
| H A D | QualifierAlignmentFixer.cpp | 58 tooling::Replacements &Fixes, in replaceToken() argument 61 auto Err = Fixes.add(Replacement); in replaceToken() 70 tooling::Replacements &Fixes, in removeToken() argument 74 replaceToken(SourceMgr, Fixes, Range, ""); in removeToken() 78 tooling::Replacements &Fixes, in insertQualifierAfter() argument 87 replaceToken(SourceMgr, Fixes, Range, NewText); in insertQualifierAfter() 91 tooling::Replacements &Fixes, in insertQualifierBefore() argument 100 replaceToken(SourceMgr, Fixes, Range, NewText); in insertQualifierBefore() 116 tooling::Replacements &Fixes, const FormatToken *First, in rotateTokens() argument 152 replaceToken(SourceMgr, Fixes, Range, NewText); in rotateTokens() [all …]
|
| H A D | UsingDeclarationsSorter.cpp | 139 const SourceManager &SourceMgr, tooling::Replacements *Fixes, in endUsingDeclarationBlock() argument 173 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, "")); in endUsingDeclarationBlock() 197 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, Text)); in endUsingDeclarationBlock() 217 tooling::Replacements Fixes; in analyze() local 223 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze() 228 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze() 235 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze() 241 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze() 243 return {Fixes, 0}; in analyze()
|
| H A D | ObjCPropertyAttributeOrderFixer.cpp | 38 const SourceManager &SourceMgr, tooling::Replacements &Fixes, in sortPropertyAttributes() argument 151 auto Err = Fixes.add(Replacement); in sortPropertyAttributes() 160 tooling::Replacements &Fixes, const FormatToken *Tok) { in analyzeObjCPropertyDecl() argument 178 sortPropertyAttributes(SourceMgr, Fixes, LParenTok->Next, RParenTok); in analyzeObjCPropertyDecl() 186 tooling::Replacements Fixes; in analyze() local 209 analyzeObjCPropertyDecl(SourceMgr, Keywords, Fixes, Tok); in analyze() 216 return {Fixes, 0}; in analyze()
|
| H A D | NamespaceEndCommentsFixer.cpp | 222 tooling::Replacements *Fixes) { in addEndComment() argument 225 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, EndCommentText)); in addEndComment() 234 tooling::Replacements *Fixes) { in updateEndComment() argument 239 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, EndCommentText)); in updateEndComment() 286 tooling::Replacements Fixes; in analyze() local 301 return {Fixes, 0}; in analyze() 336 updateEndComment(EndCommentPrevTok, std::string(), SourceMgr, &Fixes); in analyze() 369 SourceMgr, &Fixes); in analyze() 373 updateEndComment(EndCommentPrevTok, EndCommentText, SourceMgr, &Fixes); in analyze() 377 return {Fixes, 0}; in analyze()
|
| H A D | QualifierAlignmentFixer.h | 66 tooling::Replacements &Fixes); 70 tooling::Replacements &Fixes, 77 tooling::Replacements &Fixes,
|
| H A D | ObjCPropertyAttributeOrderFixer.h | 30 tooling::Replacements &Fixes, 34 tooling::Replacements &Fixes,
|
| H A D | Format.cpp | 2799 tooling::Replacements Fixes; in generateFixes() local 2815 Fixes.add(tooling::Replacement(Env.getSourceManager(), SR, "")); in generateFixes() 2825 return Fixes; in generateFixes() 3765 tooling::Replacements Fixes; in reformat() local 3772 Fixes = Fixes.merge(PassFixes.first); in reformat() 3778 tooling::calculateRangesAfterReplacements(Fixes, Ranges), in reformat() 3791 for (const tooling::Replacement &Fix : Fixes) { in reformat() 3801 Fixes = std::move(NonNoOpFixes); in reformat() 3804 return {Fixes, Penalty}; in reformat()
|
| /src/contrib/libcbor/ ! |
| H A D | CHANGELOG.md | 67 … increasing the reference count on the tagged item reference it returns [[Fixes #109](https://gith… 76 - Fix bad encoding of NaN half-floats [[Fixes #53]](https://github.com/PJK/libcbor/issues/53) (disc… 78 - Fix potentially bad encoding of negative half-float with exponent < -14 [[Fixes #112]](https://gi… 79 - BREAKING: Improved bool support [[Fixes #63]](https://github.com/PJK/libcbor/issues/63) 82 - Fix memory_allocation_test breaking the build without CBOR_CUSTOM_ALLOC [[Fixes #128]](https://gi… 96 - Correctly set .so version [[Fixes #52]](https://github.com/PJK/libcbor/issues/52). 99 - Correctly set OSX dynamic library version [[Fixes #75]](https://github.com/PJK/libcbor/issues/75) 102 and builder helper functions [[Fixes #84]](https://github.com/PJK/libcbor/issues/84) 105 - Globally enforced code style [[Fixes #83]](https://github.com/PJK/libcbor/issues/83) 109 …running on a big-endian machine [[Fixes #99](https://github.com/PJK/libcbor/issues/99), [#100](htt… [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Tooling/ ! |
| H A D | DiagnosticsYaml.h | 43 std::vector<clang::tooling::Replacement> Fixes; in LLVM_YAML_IS_SEQUENCE_VECTOR() 45 llvm::append_range(Fixes, Replacements.second); in LLVM_YAML_IS_SEQUENCE_VECTOR() 47 Io.mapRequired("Replacements", Fixes); in LLVM_YAML_IS_SEQUENCE_VECTOR() 48 for (auto &Fix : Fixes) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /src/share/doc/papers/relengr/ ! |
| H A D | ref.bib | 4 %T Bug Fixes and Changes in 4.3BSD
|
| /src/contrib/bzip2/ ! |
| H A D | CHANGES | 270 Fixes some minor bugs since the last version, 1.0.2. 284 * Fixes for various compilation warnings with newer versions of 293 Fixes some minor bugs since the last version, 1.0.3. 305 * Sanitise file names more carefully in bzgrep. Fixes CAN-2005-0758 318 Security fix only. Fixes CERT-FI 20469 as it applies to bzip2.
|
| /src/.github/PULL_REQUEST_TEMPLATE/ ! |
| H A D | pull_request_template.md | 10 Fixes: <Short hash and title line of commit fixed by this change>
|
| /src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ ! |
| H A D | UnsafeBufferUsage.h | 123 FixItList &&Fixes, const Decl *D,
|
| /src/contrib/lutok/ ! |
| H A D | NEWS | 7 appeared in Automake 1.11.2. Fixes a problem in Ubuntu 10.04
|
| /src/contrib/xz/ ! |
| H A D | ChangeLog | 96 Fixes: e5f13a66567b ("tuklib_integer: Autodetect support for unaligned access on ARM.") 174 Fixes: 374868d81d47 ("xz: Move sandboxing code to sandbox.c and improve Landlock sandbox.") 281 Fixes: a165d7df1964 ("xz: Add a new --filters-help option.") 307 Fixes: fe3bd438fb11 ("Tests: Fix memory leaks in test_block_header.") 328 Fixes: https://github.com/tukaani-project/xz/issues/18#issuecomment-3577456136 339 Fixes: https://github.com/tukaani-project/xz/issues/18#issuecomment-1986829734 340 Fixes: https://github.com/tukaani-project/xz/issues/18#issuecomment-3577456136 351 Fixes: Coverity CID 456022 364 Fixes: Coverity CID 464589 365 Fixes: 6d118a0b9def ("Add lzma_filters_copy().") [all …]
|
| /src/contrib/libpcap/ ! |
| H A D | CHANGES | 143 Avoid 32-bit unsigned integer overflow in USB captures. Fixes 167 Convert the module to C. Fixes issue #1114. 168 Address a few compiler warnings. Fixes issue #1114. 169 Fix various build problems. Fixes issue #1114. 221 support, if no capture mechanism was found. Fixes issue #1016. 225 Better handle enabling and disabling of sanitizers. Fixes issue 802 Fixes for captures on MacOS, utun0 1194 Fixes for Linux USB capture 1226 Fixes to autoconf and general build environment 1262 Fixes to discard unread packets when changing filters [all …]
|
| /src/contrib/kyua/ ! |
| H A D | CONTRIBUTING.md | 125 message with `Fixes #N.` where `N` is the number of the issue being fixed and 131 `Fixes #N.` in any of the individual commit messages of the branch nor include
|
| /src/lib/libc/db/ ! |
| H A D | changelog | 100 existing database. Fixes to byte-order conversions.
|
| /src/contrib/llvm-project/clang/lib/Analysis/ ! |
| H A D | UnsafeBufferUsage.cpp | 2132 FixItList Fixes; in getFixits() local 2153 Fixes.push_back(FixItHint::CreateReplacement( in getFixits() 2157 Fixes.push_back(FixItHint::CreateInsertion( in getFixits() 2159 return Fixes; in getFixits() 2174 FixItList Fixes; in getFixits() local 2187 Fixes.push_back(FixItHint::CreateReplacement( in getFixits() 2189 return Fixes; in getFixits()
|
| /src/contrib/tnftp/ ! |
| H A D | ChangeLog | 12 Fixes build when using newer glibc. 56 Fixes PR 38589. 59 Fixes PR 35630. 190 Fixes NetBSD Problem Report 17617. 295 Fixes build issue on older Darwin where the previous autoconf check 376 cast to int. Fixes build problem for alpha. 419 Fixes build problem on HP-UX with cc. 431 Fixes build problem on OSX.3. 467 setsockopt(3) in various places. Fixes a problem noted by 802 80. Fixes [bin/15415] from Takahiro Kambe [all …]
|
| /src/crypto/krb5/src/plugins/kdb/db2/libdb2/ ! |
| H A D | CHANGELOG.db2 | 120 existing database. Fixes to byte-order conversions.
|
| /src/contrib/tcpdump/ ! |
| H A D | CHANGES | 635 Fixes issue where statistics not reported when -G and -W options used 661 CFM: Fixes to match the IEEE standard, additional bounds and length checks 1126 Fixes for compiling under MSVC++ 1141 Fixes for 64bit compiling 1171 Fixes for compiling on nearly every platform, 1176 Fixes for recent version of GCC to eliminate warnings 1212 Fixes for print-isakmp.c CVE: CAN-2004-0183, CAN-2004-0184 1236 Fixes for ASN.1 decoder for 2.100.3 forms. 1240 Fixes for HP C compiler builds. 1243 Fixes to 802.11 decoding. [all …]
|
| /src/contrib/tcsh/ ! |
| H A D | Fixes | 384 48. Fixes build failure with !SHORT_STRINGS (Miloslav Trmac) 385 47. Fixes constness warnings with !SHORT_STRINGS: short2str is "strip()", 389 46. Fixes some constness warnings with SHORT_STRINGS; this is orthogonal 635 15. Fixes to polish nls locale (Pawe� Niewiadomski) 778 51. Fixes for irix configuration (Kaveh) 835 1. Ported Fixes (Tom) 1033 84. Completion Fixes from Tom 1087 37. Fixes in bind compatibility code to bindkey. 1225 59. Fixes for Henry Spenser's regex in the Makefiles 1280 13. Fixes for non-blocking i/o recovery. trap all non blocking styles under [all …]
|
| /src/contrib/llvm-project/lld/docs/ ! |
| H A D | ReleaseNotes.rst | 119 Fixes subsection
|
| /src/contrib/ntp/sntp/libevent/ ! |
| H A D | ChangeLog-1.4 | 32 …are a negative number of bytes to read from a socket, do not believe it. Fixes bug 2841177; found… 148 …h chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan". Fixes bug 1894184. 177 o Correctly handle DNS replies with no answers set (Fixes bug 1846282)
|