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-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new 16b9eee7 Fix quadratic CSVFormat.printWithEscapes(Reader) delimiter 
look-ahead (#631).
16b9eee7 is described below

commit 16b9eee7a33d8db90f7bf05c942935798b13d945
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 8 09:26:05 2026 -0400

    Fix quadratic CSVFormat.printWithEscapes(Reader) delimiter look-ahead
    (#631).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2236f6a1..12c9abe5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,6 +73,7 @@
       <action type="fix" dev="ggregory" due-to="Gary Gregory, Naveed 
Khan">Handle null name in CSVRecord accessors under ignoreHeaderCase 
(#628).</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory, Naveed 
Khan">Quote null value that starts a record in minimal quote mode 
(#629).</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory, Naveed 
Khan">Close the stream parse(Path) and parse(URL) open on construction failure 
(#630).</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory, Naveed Khan">Fix 
quadratic CSVFormat.printWithEscapes(Reader) delimiter look-ahead 
(#631).</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">General Javadoc 
improvements.</action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory, Indy, Sylvia van 
Os" issue="CSV-307">Add an "Android Compatibility" section to the web 
site.</action>

Reply via email to