1. bc97a91 Bump org.apache.commons:commons-collections4 from 4.5.0 to 4.6.0. by Gary Gregory · 5 days ago master
  2. ced1d90 Bump actions/setup-java from 5.6.0 to 5.7.0 by Gary Gregory · 10 days ago
  3. 9e3bcb5 Bump github/codeql-action from 4.37.3 to 4.37.6. by Gary Gregory · 11 days ago
  4. 6a739a7 Javadoc by Gary Gregory · 13 days ago
  5. 98cf530 Javadoc by Gary Gregory · 13 days ago
  6. 17f25cc Bump ossf/scorecard-action from 2.4.3 to 2.4.4. by Gary Gregory · 2 weeks ago
  7. e25a4b9 Bump github/codeql-action from 4.37.1 to 4.37.3 by Gary Gregory · 3 weeks ago
  8. ecf28d6 Bump actions/checkout from 7.0.0 to 7.0.1 by Gary Gregory · 3 weeks ago
  9. 984bbb0 Bump org.apache.commons:commons-parent from 102 to 103. by Gary Gregory · 4 weeks ago
  10. 60444ad Merge branch 'master' of https://github.com/apache/commons-bcel.git by Gary Gregory · 4 weeks ago
  11. 65ab355 Bound IINC increment to signed short (#526). by Gary Gregory · 4 weeks ago
  12. 68698bb bound iinc increment to signed short (#526) by Naveed Khan · 4 weeks ago
  13. dbcfda1 Bump github/codeql-action from 4.37.0 to 4.37.1 by Gary Gregory · 4 weeks ago
  14. fed3c45 Bump actions/setup-java from 5.5.0 to 5.6.0 by Gary Gregory · 4 weeks ago
  15. d1fbe47 Internal refactoring by Gary Gregory · 4 weeks ago
  16. d0d3c29 Use import. by Gary Gregory · 4 weeks ago
  17. 3785212 Internal refactoring by Gary Gregory · 4 weeks ago
  18. 87e8bf8 Match wide local variable instruction length to dumped bytes (#525). by Gary Gregory · 4 weeks ago
  19. 88916be Match wide local variable instruction length to dumped bytes (#525) by Naveed Khan · 4 weeks ago
  20. 9ede8d1 Validate u1 count bound in INVOKEINTERFACE and MULTIANEWARRAY (#523). by Gary Gregory · 4 weeks ago
  21. 9d49870 Validate u1 count bound in INVOKEINTERFACE and MULTIANEWARRAY (#523) by Naveed Khan · 4 weeks ago
  22. 7d2083f Add negative verifier tests for remaining array load/store component by Gary Gregory · 4 weeks ago
  23. b1621d0 Add negative verifier tests for array load/store component type checks (#524) by Naveed Khan · 4 weeks ago
  24. c4e7b29 Reduce the copy-pasta fiesta. by Gary Gregory · 4 weeks ago
  25. 70c561a Reduce the copy-pasta fiesta. by Gary Gregory · 4 weeks ago
  26. f2e18fb Reduce the copy-pasta fiesta. by Gary Gregory · 4 weeks ago
  27. 5203f93 Add and use ArrayType.isElementType(Type). by Gary Gregory · 5 weeks ago
  28. dfbcff3 Reject CALOAD on non-char arrays in structural verification (#522). by Gary Gregory · 5 weeks ago
  29. 5262b90 reject caload on non-char arrays in structural verification (#522) by Naveed Khan · 5 weeks ago
  30. e945342 Bump actions/setup-java from 5.4.0 to 5.5.0 by Gary Gregory · 5 weeks ago
  31. 9631229 Set length in INVOKEDYNAMIC constructor (#521). by Gary Gregory · 5 weeks ago
  32. 3a49a2d set length in INVOKEDYNAMIC constructor (#521) by Naveed Khan · 5 weeks ago
  33. e236c12 Set in parameter order for clarity by Gary Gregory · 5 weeks ago
  34. 7e9777a Use array element type not basic type for primitive array access (#520). by Gary Gregory · 5 weeks ago
  35. 2aef1be use array element type not basic type for primitive array access (#520) by Naveed Khan · 5 weeks ago
  36. bcf45fc Bump org.jetbrains.kotlin:kotlin-stdlib from 2.3.20 to 2.4.0 (#519). by Gary Gregory · 5 weeks ago
  37. 6d21d9d Bump org.jetbrains.kotlin:kotlin-stdlib from 2.3.20 to 2.4.0 (#519) by dependabot[bot] · 5 weeks ago
  38. cec6179 Build TABLESWITCH from sorted arrays in SWITCH (#518). by Gary Gregory · 5 weeks ago
  39. de52be2 Build TABLESWITCH from sorted arrays in SWITCH (#518). by Gary Gregory · 5 weeks ago
  40. d6ff11a Build TABLESWITCH from sorted arrays in SWITCH (#518) by Naveed Khan · 5 weeks ago
  41. bf04e5e Javadoc by Gary Gregory · 5 weeks ago
  42. 5d81746 Javadoc by Gary Gregory · 5 weeks ago
  43. 940d2d0 Javadoc by Gary Gregory · 5 weeks ago
  44. be071fc Pick up Mockito version from Parent POM by Gary Gregory · 5 weeks ago
  45. e4cc2aa Bump github/codeql-action from 4.36.3 to 4.37.0 by Gary Gregory · 5 weeks ago
  46. 711cb2d Bump github/codeql-action from 4.36.2 to 4.36.3 by Gary Gregory · 5 weeks ago
  47. 9085ff2 Add Const.MAJOR_27. by Gary Gregory · 6 weeks ago
  48. 5dc71bc Use exclusive live-range end in LocalVariableTable.getLocalVariable (#517). by Gary Gregory · 6 weeks ago
  49. d5d17bd Use exclusive live-range end in LocalVariableTable.getLocalVariable (#517) by Dexter.k · 6 weeks ago
  50. 9c867f7 Flip null test by Gary Gregory · 6 weeks ago
  51. 2913b47 Normalize spelling by Gary Gregory · 6 weeks ago
  52. d8ca864 Deep-copy bootstrap arguments array in BootstrapMethod.copy() (#516). by Gary Gregory · 6 weeks ago
  53. 6a89929 Deep-copy bootstrap arguments array in BootstrapMethod.copy (#516) by Dexter.k · 6 weeks ago
  54. 0398af0 Add GH CI Java 26 by Gary Gregory · 6 weeks ago
  55. 800fd5e Sort members. by Gary Gregory · 6 weeks ago
  56. eabadd9 Read unsigned bytecode operands in CodeHTML disassembler (#511). by Gary Gregory · 6 weeks ago
  57. 296a4dd Read unsigned bytecode operands in CodeHTML disassembler (#511) by Dexter.k · 6 weeks ago
  58. 6e89169 Fix ConstantPoolGen dedup key collisions for names with delimiters (#510) by Gary Gregory · 6 weeks ago
  59. 604b7bd Fix ConstantPoolGen dedup key collisions for names with delimiters (#510) by Dexter.k · 6 weeks ago
  60. 6118505 Bump jna.version from 5.18.1 to 5.19.1 (#514). by Gary Gregory · 6 weeks ago
  61. 8d7e611 Bump jna.version from 5.18.1 to 5.19.1 (#514) by dependabot[bot] · 6 weeks ago
  62. a4c687b Bump actions/setup-java from 5.3.0 to 5.4.0 by Gary Gregory · 7 weeks ago
  63. 9274fb7 Javadoc by Gary Gregory · 7 weeks ago
  64. 1fcbc87 Bump actions/cache from 6.0.0 to 6.1.0 by Gary Gregory · 7 weeks ago
  65. 4ede625 Bump actions/cache from 5.0.5 to 6.0.0. by Gary Gregory · 7 weeks ago
  66. 90b5c74 Use fixedLength for parsed LOOKUPSWITCH length (#499). by Gary Gregory · 7 weeks ago
  67. 1101d7e Use fixedLength for parsed LOOKUPSWITCH length (#499) by Digiscrypt Technologies · 7 weeks ago
  68. 9a95244 Merge branch 'master' of https://github.com/apache/commons-bcel.git by Gary Gregory · 7 weeks ago
  69. 09f7d93 Propagate runtime-visible flag when parsing parameter annotations (#509). by Gary Gregory · 7 weeks ago
  70. 667e888 Propagate runtime-visible flag when parsing parameter annotations (#509) by Dexter.k · 7 weeks ago
  71. 9124a5c Bump actions/setup-java from 5.2.0 to 5.3.0 by Gary Gregory · 8 weeks ago
  72. d776b3d Use correct attribute tag in NestHost and ModuleMainClass (#507). by Gary Gregory · 8 weeks ago
  73. c64231e Use correct attribute tag in NestHost and ModuleMainClass (#507) by Dexter.k · 8 weeks ago
  74. dbd621c Validate index upper bound in CPInstruction, IINC and RET setIndex (#506). by Gary Gregory · 8 weeks ago
  75. 8f9a414 Validate index upper bound in CPInstruction, IINC and RET setIndex (#506) by Dexter.k · 8 weeks ago
  76. 52a8884 Read ConstantDynamic indices as unsigned shorts (#505). by Gary Gregory · 8 weeks ago
  77. bf274cf Read ConstantDynamic indices as unsigned shorts (#505) by Dexter.k · 8 weeks ago
  78. e0ddc77 Bump actions/checkout from 6.0.3 to 7.0.0. by Gary Gregory · 8 weeks ago
  79. a6dee15 Javadoc by Gary Gregory · 8 weeks ago
  80. 6e037c1 Site docs: clarify security model (#503). by Gary Gregory · 8 weeks ago
  81. 5d1ac61 Read multianewarray dimensions as unsigned byte (#504). by Gary Gregory · 8 weeks ago
  82. 9beec0d docs: clarify security model (#503) by Arnout Engelen · 8 weeks ago
  83. 68628e6 Read multianewarray dimensions as unsigned byte (#504) by Dexter.k · 8 weeks ago
  84. 13b14f8 Merge branch 'master' of https://github.com/apache/commons-bcel.git by Gary Gregory · 9 weeks ago
  85. 1d2a776 Make wide flag thread-local in Utility.codeToString (#502). by Gary Gregory · 9 weeks ago
  86. 6f76438 Make wide flag thread-local in Utility.codeToString (#502) by Dexter.k · 9 weeks ago
  87. 59dc0ce Better names by Gary Gregory · 9 weeks ago
  88. f9647fd Sort members by Gary Gregory · 9 weeks ago
  89. d7596d0 Sort members. by Gary Gregory · 9 weeks ago
  90. 714afef Escape referenced names in BCELFactory Java output (#501). by Gary Gregory · 9 weeks ago
  91. 63df9b9 Escape referenced names in BCELFactory java output (#501) by Dexter.k · 9 weeks ago
  92. a156001 Escape constant pool names in generated HTML (#500). by Gary Gregory · 9 weeks ago
  93. 9a08f93 Escape constant pool names in generated HTML (#500) by Dexter.k · 9 weeks ago
  94. efbb4bb Update legacy GitHub links in CONTRIBUTING.md by Gary Gregory · 9 weeks ago
  95. 78d70f9 Bump org.apache.commons:commons-parent from 101 to 102. by Gary Gregory · 9 weeks ago
  96. ae1dcb7 Bump GH CI actions/dependency-review-action from 4.9.0 to 5.0.0 by Gary Gregory · 10 weeks ago
  97. efa1bcf Bump GH CI actions/checkout from 6.0.2 to 6.0.3 by Gary Gregory · 10 weeks ago
  98. 76c9adc Bump org.apache.commons:commons-parent from 100 to 101 by Gary Gregory · 2 months ago
  99. 386f102 Bump github/codeql-action from 4.36.0 to 4.36.2 by Gary Gregory · 2 months ago
  100. 9e464e1 Bump github/codeql-action from 4.35.5 to 4.36.0 by Gary Gregory · 3 months ago