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 1d2a7768 Make wide flag thread-local in Utility.codeToString (#502).
new 13b14f8f Merge branch 'master' of
https://github.com/apache/commons-bcel.git
1d2a7768 is described below
commit 1d2a7768dc4b0173b71f2d4946d13583add8e91f
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 16 10:22:58 2026 +0000
Make wide flag thread-local in Utility.codeToString (#502).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a0f3425f..f54de2e7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix all Javadoc warnings and enforce checks by default.</action>
<action type="fix" dev="ggregory"
due-to="Dexter.k">Escape constant pool names in generated HTML (#500).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k,
Gary Gregory">Escape referenced names in BCELFactory Java output
(#501).</action>
+ <action type="fix" dev="ggregory" due-to="Dexter.k,
Gary Gregory">Make wide flag thread-local in Utility.codeToString
(#502).</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>