This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new eabadd9c Read unsigned bytecode operands in CodeHTML disassembler 
(#511).
eabadd9c is described below

commit eabadd9c44b580309b95f785127fabe2ced3bf27
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 2 21:15:15 2026 +0000

    Read unsigned bytecode operands in CodeHTML disassembler (#511).
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 03fb9dbc..5839abe6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,7 +75,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="fix" dev="ggregory" due-to="Dexter.k, 
Gary Gregory">Use correct attribute tag in NestHost and ModuleMainClass 
(#507).</action>
       <action                  type="fix" dev="ggregory" due-to="Dexter.k, 
Gary Gregory">Propagate runtime-visible flag when parsing parameter annotations 
(#509).</action>
       <action                  type="fix" dev="ggregory" due-to="Digiscrypt 
Technologies, Gary Gregory">Use fixedLength for parsed LOOKUPSWITCH length 
(#499).</action>
-      <action                  type="fix" dev="ggregory" due-to="Dexter.k, 
Gary Gregory">Fix ConstantPoolGen dedup key collisions for names with 
delimiters (#510)</action>
+      <action                  type="fix" dev="ggregory" due-to="Dexter.k, 
Gary Gregory">Fix ConstantPoolGen dedup key collisions for names with 
delimiters (#510).</action>
+      <action                  type="fix" dev="ggregory" due-to="Dexter.k, 
Gary Gregory">Read unsigned bytecode operands in CodeHTML disassembler 
(#511).</action>
       <!-- ADD -->
       <action                  type="add" dev="ggregory" due-to="nbauma109, 
Gary Gregory">Add support for permitted subclasses #493.</action>
       <action                  type="add" dev="ggregory" due-to="nbauma109, 
Gary Gregory">Add RecordComponentInfo.getAttribute(byte tag)#494.</action>

Reply via email to