| /external/libcups/ |
| D | CHANGES.md | 23 - Documentation updates (Issue #5661, #5674, #5682) 26 - Fixed a crash bug in the web interface (Issue #5621) 28 (Issue #5633) 29 - PPD files containing "custom" option keywords did not work (Issue #5639) 30 - Added a workaround for the scheduler's systemd support (Issue #5640) 32 (Issue #5643) 34 MD5-based Digest authentication is allowed (Issue #5647) 35 - Fixed a bug in the handling of printer resource files (Issue #5652) 37 permissions are wrong (Issue #5658) 38 - Added paint can labels to Dymo driver (Issue #5662) [all …]
|
| /external/grpc-grpc/third_party/nanopb/ |
| D | CHANGELOG.txt | 26 Fix handling of unsigned 8- and 16-bit enums (issue 164) 27 Fix generator on systems where python = python3. (issue 155) 28 Fix compiler warning on GCC 5.x (issue 171) 29 Make the generator better handle imported .protos (issue 165) 31 Add syntax= line to .proto files (issue 167) 35 Fix missing files in Linux binary package (issue 146) 36 Fix generator bug when oneof is first field in a message. (issue 142) 37 Fix generator error when long_names:false is combined with Oneofs. (issue 147) 38 Fix oneof submessage initialization bug. (issue 149) 39 Fix problem with plugin options on Python 2.7.2 and older. (issue 153) [all …]
|
| /external/apache-commons-lang/src/changes/ |
| D | changes.xml | 49 …<action issue="LANG-1645" type="fix" dev="aherbert" due-to="Alex Herbert">NumberUtils.createNumber… 50 …<action issue="LANG-1646" type="fix" dev="aherbert" due-to="Alex Herbert">NumberUtils.createNumber… 52 …<action issue="LANG-1646" type="fix" dev="aherbert" due-to="Arturo Bernal">Redundant Collection op… 54 …<action issue="LANG-1667" type="fix" dev="ggregory" due-to="Andrew Thomas">Allow tests to access j… 55 …<action issue="LANG-1669" type="fix" dev="ggregory" due-to="Andrew Thomas">OpenJDK 16 Day Period P… 56 …<action issue="LANG-1663" type="fix" dev="ggregory" due-to="Andrew Thomas">Update documentation to… 58 …<action issue="LANG-1670" type="fix" dev="ggregory" due-to="Igor Shuvalov">Fix typos in JavaDoc #7… 64 …<action issue="LANG-1674" type="fix" dev="ggregory" due-to="singhbaljit, Gary Gregory">Make Range … 72 …<action issue="LANG-1462" type="fix" dev="ggregory" due-to="Lijun Liang, Arun Avanathan, Tai Dupre… 75 …<action issue="LANG-1679" type="fix" dev="ggregory" due-to="clover">Improve performance of StringU… [all …]
|
| /external/apache-commons-bcel/src/changes/ |
| D | changes.xml | 66 …<action issue="BCEL-294" type="fix" dev="britter" due-to="Mark Roberts">Incorrect comment in Stack… 67 …<action issue="BCEL-296" type="fix" dev="ggregory" due-to="Mark Roberts">Incorrect comment in seve… 68 …<action issue="BCEL-295" type="fix" dev="ggregory" due-to="Mark Roberts">Fix local variable live r… 69 …<action issue="BCEL-300" type="fix" dev="ggregory">org.apache.bcel.classfile.ClassFormatException:… 70 …<action issue="BCEL-301" type="fix" dev="ggregory">org.apache.bcel.classfile.ClassFormatException:… 74 …<action issue="BCEL-293" type="add" dev="britter">Add Automatic-Module-Name MANIFEST entry for Jav… 75 <action issue="BCEL-292" type="add" dev="markt">Add minimal Java 9 support</action> 76 …<action issue="BCEL-286" type="fix" dev="britter" due-to="Mark Roberts">Utility.signatureToString … 77 …<action issue="BCEL-287" type="fix" dev="britter" due-to="Mark Roberts">IINC does not handle -128 … 78 …<action issue="BCEL-283" type="fix" dev="britter" due-to="Mark Roberts">Support for StackMap shoul… [all …]
|
| /external/nanopb-c/ |
| D | CHANGELOG.txt | 50 Fix handling of special characters in string/bytes default values (issue #322) 56 Add check for large extension field number (issue #306) 60 Add some verbose prints in generator (issue #238) 103 Fix missing warning with large bytes fields (issue #220) 135 Fix handling of unsigned 8- and 16-bit enums (issue 164) 136 Fix generator on systems where python = python3. (issue 155) 137 Fix compiler warning on GCC 5.x (issue 171) 138 Make the generator better handle imported .protos (issue 165) 140 Add syntax= line to .proto files (issue 167) 144 Fix missing files in Linux binary package (issue 146) [all …]
|
| /external/apache-commons-compress/ |
| D | RELEASE-NOTES.txt | 14 Issue: COMPRESS-460. 25 Issue: COMPRESS-456. 29 Issue: COMPRESS-457. 33 Issue: COMPRESS-455. 36 Issue: COMPRESS-459. 41 Issue: COMPRESS-463. 44 Issue: COMPRESS-462. 52 Issue: COMPRESS-443. 55 Issue: COMPRESS-449. 63 Issue: COMPRESS-452. [all …]
|
| /external/python/cpython3/Misc/ |
| D | HISTORY | 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. 44 - Issue #27774: Fix possible Py_DECREF on unowned object in _sre. 46 - Issue #27760: Fix possible integer overflow in binascii.b2a_qp. 48 - Issue #27758: Fix possible integer overflow in the _csv module for large record 51 - Issue #27568: Prevent HTTPoxy attack (CVE-2016-1000110). Ignore the 55 - Issue #27759: Fix selectors incorrectly retain invalid file descriptors. 61 - Issue #28248: Update Windows build to use OpenSSL 1.0.2j. [all …]
|
| /external/icing/ |
| D | lint-baseline.xml | 4 <issue 14 </issue> 16 <issue 26 </issue> 28 <issue 35 </issue> 37 <issue 44 </issue> 46 <issue 53 </issue> [all …]
|
| /external/apache-velocity-engine/src/changes/ |
| D | changes.xml | 29 <action type="fix" dev="cbrisson" issue="VELOCITY-927"> 32 <action type="new" dev="cbrisson" issue="VELOCITY-933"> 35 <action type="fix" dev="wglass" issue="VELOCITY-931"> 52 <action type="fix" dev="cbrisson" issue="VELOCITY-926"> 55 <action type="fix" dev="cbrisson" issue="VELOCITY-925"> 58 <action type="fix" dev="cbrisson" issue="VELOCITY-924"> 61 <action type="fix" dev="cbrisson" issue="VELOCITY-923"> 67 <action type="fix" dev="cbrisson" issue="VELOCITY-919"> 70 <action type="add" dev="cbrisson" issue="VELOCITY-917"> 74 <action type="add" dev="cbrisson" issue="VELOCITY-916"> [all …]
|
| /external/angle/include/platform/ |
| D | vk_features.json | 16 "issue": "b/266235549" string 45 "issue": "http://anglebug.com/2970" string 53 "issue": "http://anglebug.com/3970" string 61 "issue": "http://anglebug.com/3970" string 69 "issue": "http://anglebug.com/3970" string 77 "issue": "https://anglebug.com/7308" string 176 "issue": "http://anglebug.com/2517" string 184 "issue": "http://anglebug.com/2517" string 192 "issue": "http://anglebug.com/3584" string 200 "issue": "http://anglebug.com/5430" string [all …]
|
| D | gl_features.json | 14 "Issue with 1-bit alpha framebuffer formats" 42 … "Issue clearing framebuffers with linear attachments when GL_FRAMEBUFFER_SRGB is enabled" 51 "issue": "http://crbug.com/644669" string 73 "issue": "http://crbug.com/110263" string 102 "issue": "http://crbug.com/642227" string 117 "issue": "http://anglebug.com/1512" string 125 "issue": "http://anglebug.com/1512" string 133 "issue": "http://crbug.com/650547" string 155 "issue": "http://crbug.com/308366" string 163 "issue": "http://crbug.com/672380" string [all …]
|
| /external/apache-commons-compress/src/changes/ |
| D | changes.xml | 60 <action issue="COMPRESS-456" type="fix" date="2018-06-19"> 64 <action issue="COMPRESS-457" type="fix" date="2018-07-01"> 69 <action issue="COMPRESS-455" type="fix" date="2018-07-01"> 74 <action issue="COMPRESS-459" type="fix" date="2018-07-11" 79 <action issue="COMPRESS-460" type="add" date="2018-07-28" 84 <action issue="COMPRESS-463" type="fix" date="2018-08-09"> 89 <action issue="COMPRESS-462" type="fix" date="2018-08-10"> 100 <action issue="COMPRESS-446" type="fix" date="2018-03-29"> 107 <action issue="COMPRESS-447" type="fix" date="2018-04-22"> 112 <action issue="COMPRESS-445" type="update" date="2018-04-22" [all …]
|
| D | release-notes.vm | 43 #set($issue=$actionItem.getIssue()) 45 #set($issue="") 53 #if($!issue != "") 55 Issue: $issue. #if($!dueto != "")Thanks to $dueto. #end 59 #set($issue="") 72 #set($issue=$actionItem.getIssue()) 74 #set($issue="") 82 #if($!issue != "") 84 Issue: $issue. #if($!dueto != "")Thanks to $dueto. #end 88 #set($issue="") [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | contactcenterinsights_v1.projects.locations.issueModels.html | 84 <p class="firstline">Gets an issue model's statistics.</p> 90 <p class="firstline">Creates an issue model.</p> 93 <p class="firstline">Deletes an issue model.</p> 96 <p class="firstline">Deploys an issue model. Returns an error if a model is already deployed. An is… 99 <p class="firstline">Gets an issue model.</p> 102 <p class="firstline">Lists issue models.</p> 105 <p class="firstline">Updates an issue model.</p> 108 <p class="firstline">Undeploys an issue model. An issue model can not be used in analysis after it … 112 <pre>Gets an issue model's statistics. 115 issueModel: string, Required. The resource name of the issue model to query against. (required) [all …]
|
| /external/python/dateutil/ |
| D | NEWS | 14 Reported by @mlorant (gh issue #410), fixed by @nicoe (gh pr #859). 16 Fixed by @cssherry (gh issue #582, pr #763) 25 Gökçen Nurlu (gh issue #691, gh pr #761) 34 Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693). 35 - Fixed an issue where ``parser.parse`` would raise ``Decimal``-specific errors 38 @amureki (gh issue #662, gh pr #679). 39 - Fixed issue in ``parser`` where a ``tzinfos`` call explicitly returning 41 Fixed by @parsethis (gh issue #661, gh pr #681) 43 in the form "%B.%Y.%d", e.g. "December.0031.30". (gh issue #687, pr #700) 48 Fixed by @cheukting (gh issue #658, gh pr #751) [all …]
|
| /external/python/six/ |
| D | CHANGES | 18 - Pull request #172 and issue #171: Add unquote_to_bytes to moved urllib.parse. 32 - Issue #122: Improve the performance of `six.int2byte` on Python 3. 34 - Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves` 37 - Pull request #60 and issue #108: Add `six.moves.getcwd` and 45 - Issue #106: Support the `flush` parameter to `six.print_`. 47 - Pull request #48 and issue #15: Add the `python_2_unicode_compatible` 50 - Pull request #57 and issue #50: Add several compatibility methods for unittest 53 - Issue #105 and pull request #58: Ensure `six.wraps` respects the *updated* and 56 - Issue #102: Add `raise_from` to abstract out Python 3's raise from syntax. 58 - Issue #97: Optimize `six.iterbytes` on Python 2. [all …]
|
| /external/python/cpython2/Lib/idlelib/ |
| D | NEWS.txt | 5 - Issue #27854: Make Help => IDLE Help work again on Windows. 8 - Issue #25507: Add back import needed for 2.x encoding warning box. 11 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. 14 - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen. 16 - Issue #17642: add larger font sizes for classroom projection. 20 - Issue #25564: In section on IDLE -- console differences, mention that 23 - Issue #27714: text_textview and test_autocomplete now pass when re-run 27 - Issue #27452: add line counter and crc to IDLE configHandler test dump. 29 - Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names. 31 - Issue #27245: IDLE: Cleanly delete custom themes and key bindings. [all …]
|
| /external/gfxstream-protocols/registry/vulkan/ |
| D | ChangeLog.txt | 21 and remove duplicates (public issue 1483, internal issue 2620). 29 issue 1971). 31 other refpages (internal issue 2151). 37 source but not being extracted and built (internal issue 2395). 39 issue 2737). 41 <<initialization>> chapter (internal issue 2851). 43 provisional video extensions (internal issue 2901). 64 to have predictable sizes (public issue 1571). 69 allowed to be the same or different during an update (public issue 78 resources>> (internal issue 2692). [all …]
|
| /external/apache-commons-io/src/changes/ |
| D | changes.xml | 50 <action issue="IO-697" dev="kinow" type="fix" due-to="otter606"> 56 <action issue="IO-744" dev="ggregory" type="fix" due-to="RBRi, Gary Gregory"> 65 <action issue="IO-727" dev="ggregory" type="fix" due-to="trungPa, Gary Gregory"> 68 <action issue="IO-746" dev="ggregory" type="add" due-to="Davide Angelocola"> 71 …<action issue="IO-748" dev="ggregory" type="fix" due-to="Dirk Heinrichs, Gary Gregory, Elango Ravi… 80 <action issue="IO-749" dev="ggregory" type="fix" due-to="haihuiyang, Gary Gregory"> 89 …<action issue="IO-750" dev="ggregory" type="fix" due-to="Sita Geßner, Sebastian Peters, Gary Grego… 92 <action issue="IO-721" dev="ggregory" type="fix" due-to="Dirk Heinrichs, Gary Gregory"> 95 <action issue="IO-717" dev="ggregory" type="fix" due-to="Marcono1234, Gary Gregory"> 98 <action issue="IO-716" dev="ggregory" type="fix" due-to="Marcono1234, Gary Gregory"> [all …]
|
| /external/python/cpython3/Doc/whatsnew/ |
| D | 3.7.rst | 42 (Contributed by P.Y. Developer in :issue:`12345`.) 504 :issue:`12844` and :issue:`18896`.) 507 whitespace, not only spaces. (Contributed by Robert Xiao in :issue:`28927`.) 512 (Contributed by INADA Naoki in :issue:`32677`.) 516 :issue:`29546`.) 520 (Contributed by Serhiy Storchaka in :issue:`30024`.) 524 (Contributed by Serhiy Storchaka in :issue:`28974`.) 530 (Contributed by Nathaniel J. Smith in :issue:`30579`.) 536 (Contributed by Nick Coghlan in :issue:`33053`.) 541 (Contributed by Inada Naoki in :issue:`31415`.) [all …]
|
| D | 3.9.rst | 42 (Contributed by P.Y. Developer in :issue:`12345`.) 162 (Contributed by Brandt Bucher in :issue:`36144`.) 172 :issue:`39939`.) 192 Ethan Smith, and Batuhan Taşkaya in :issue:`39481`.) 215 Pablo Galindo and Lysandros Nikolaou in :issue:`40334`.) 224 (Contributed by Ngalim Siregar in :issue:`37444`.) 232 (Contributed by Victor Stinner in :issue:`20443`.) 242 (Contributed by Victor Stinner in :issue:`37388`.) 247 (Contributed by Serhiy Storchaka in :issue:`28029`.) 251 (Contributed by Brandt Bucher in :issue:`39702`.) [all …]
|
| /external/snakeyaml/src/changes/ |
| D | changes.xml | 10 <action dev="asomov" type="update" issue="332"> 11 Add example for issue 332 (2016-02-24) 21 <action dev="maslovalex" type="fix" issue="318" due-to="Rog Sigal"> 24 <action dev="asomov" type="update" issue="329"> 27 <action dev="asomov" type="update" issue="326"> 30 <action dev="maslovalex" type="update" issue="310"> 34 <action dev="asomov" type="update" issue="320"> 38 <action dev="asomov" type="fix" issue="306"> 44 <action dev="asomov" type="fix" issue="314"> 49 <action dev="asomov" type="fix" issue="308"> [all …]
|
| /external/clang/test/Misc/ |
| D | serialized-diags-single-issue.c | 10 // NOTE: it is important that this test case only contain a single issue. This test case checks 13 …erialized-diags-single-issue.c:3:12: warning: variable 'voodoo' is uninitialized when used here [-… 14 // CHECK: Range: {{.*}}serialized-diags-single-issue.c:3:12 {{.*}}serialized-diags-single-issue.c:3… 15 // CHECK: +-{{.*}}serialized-diags-single-issue.c:2:13: note: initialize the variable 'voodoo' to s… 16 // CHECK: +-Range: {{.*}}serialized-diags-single-issue.c:2:13 {{.*}}serialized-diags-single-issue.c… 17 // CHECK: +-FIXIT: ({{.*}}serialized-diags-single-issue.c:2:13 - {{.*}}serialized-diags-single-issu… 24 // CHECK-MULT: {{.*}}serialized-diags-single-issue.c:3:12: warning: variable 'voodoo' is uninitiali… 25 // CHECK-MULT: Range: {{.*}}serialized-diags-single-issue.c:3:12 {{.*}}serialized-diags-single-issu… 26 // CHECK-MULT: +-{{.*}}serialized-diags-single-issue.c:2:13: note: initialize the variable 'voodoo'… 27 … CHECK-MULT: +-Range: {{.*}}serialized-diags-single-issue.c:2:13 {{.*}}serialized-diags-single-iss… [all …]
|
| /external/capstone/suite/cstest/ |
| D | issues.cs | 1 !# issue 0 5 !# issue 0 9 !# issue 1323 13 !# issue 1317 17 !# issue 1308 21 !# issue 1262 25 !# issue 1262 29 !# issue 1255 33 !# issue 1255 37 !# issue 1255 [all …]
|
| /external/gson/ |
| D | CHANGELOG.md | 55 * Fixed issue with recursive types (#1390). 78 * Fixed issue https://github.com/google/gson/issues/1310 by supporting Debian Java 9 83 …* Fixed issue https://github.com/google/gson/issues/1305 by removing compile/runtime dependency on… 197 * Bug fix (Issue 511) 298 * Fixed a threading issue in FieldAttributes (Issue 354) 345 …serialization limit for byte and object arrays and collection to over 11MB from 80KB. See issue 96. 346 …to the JSON for the sub-class. It also allows serialization of raw collections. See Issue 155, 156. 347 … `Gson.toJsonTree()` method that serializes a Java object to a tree of JsonElements. See issue 110. 349 …erialize and deserialize to control whether a field gets serialized or deserialized. See issue 146. 351 * Default date type adapter is now thread-safe. See Issue 162. [all …]
|