[commons-math] 02/03: MATH-1462: Reproduce the infinite quantile bug

2021-09-26 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git commit d4de59a15a73e585ae74481bd1fb1265286d3955 Author: Maciej Kwidzinski AuthorDate: Fri Sep 17 13:58:19 2021 +0200

[commons-math] 01/03: Javadoc.

2021-09-26 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git commit b44c2610e0991cbe155d647065abf11d3d39fa8d Author: Gilles Sadowski AuthorDate: Sat Sep 18 03:05:51 2021 +0200 Ja

[commons-math] 03/03: MATH-1462: Extend workaround for bins that contain up to 3 values.

2021-09-26 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git commit 3a5cf279bbeed85a169ba4480b6dea10cb7a7beb Author: Gilles Sadowski AuthorDate: Mon Sep 27 01:02:54 2021 +0200 MA

[commons-math] branch master updated (acfc270 -> 3a5cf27)

2021-09-26 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git. from acfc270 Upgrade dependency. new b44c261 Javadoc. new d4de59a MATH-1462: Reproduce the infinite quan

[commons-io] branch master updated: Remove old inline comment.

2021-09-26 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new ea11270 Remove old inline comment. ea1127

[commons-io] branch master updated: Add PathUtils.writeString(Path, CharSequence, Charset, OpenOption...).

2021-09-26 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new 010299c Add PathUtils.writeString(Path, C

[commons-io] branch master updated: PathUtils.setReadOnly(Path, boolean, LinkOption...) should add READ_* file attributes when using POSIX.

2021-09-26 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new 3ca55e9 PathUtils.setReadOnly(Path, boole

[commons-io] branch master updated: [IO-638] Infinite loop in CharSequenceInputStream.read for 4-byte characters with UTF-8 and 3-byte buffer.

2021-09-26 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new 7b4a50a [IO-638] Infinite loop in CharSeq

[commons-io] branch master updated: Remove trailing whitespace.

2021-09-26 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new d9c1dde Remove trailing whitespace. d9c1d

[commons-io] branch master updated: [IO-638] Infinite loop in CharSequenceInputStream.read for 4-byte characters with UTF-8 and 3-byte buffer.

2021-09-26 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new c7817ac [IO-638] Infinite loop in CharSeq

[commons-io] branch master updated: [IO-716] ReaderInputStream enter infinite loop for too small buffer sizes.

2021-09-26 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new 5f22162 [IO-716] ReaderInputStream enter

[commons-io] branch master updated: Reuse own API.

2021-09-26 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new ff6fd46 Reuse own API. ff6fd46 is describ

[commons-io] branch master updated (bbc4823 -> d326857)

2021-09-26 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git. from bbc4823 Javadoc fixes. new 85e029c Sort test members. new 73c3f98 Sort members. new d326857

[commons-io] 01/03: Sort test members.

2021-09-26 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git commit 85e029c52ab339c150f275cad25be9e494e31c4d Author: Gary Gregory AuthorDate: Sun Sep 26 10:37:10 2021 -0400 Sort

[commons-io] 03/03: [IO-717] Infinite loop in ReaderInputStream instead of throwing exception for CodingErrorAction.REPORT.

2021-09-26 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git commit d32685729a31874319aa6cb59c7636b8c7ddae52 Author: Gary Gregory AuthorDate: Sun Sep 26 10:58:58 2021 -0400 [IO-

[commons-io] branch master updated: Javadoc fixes.

2021-09-26 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new bbc4823 Javadoc fixes. bbc4823 is describ

[commons-io] branch master updated: [IO-721] Wrong exception message in FileUtils.setLastModified(File, File).

2021-09-26 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new 50583f2 [IO-721] Wrong exception message

[commons-io] branch master updated: [IO-750] FileUtils.iterateFiles also lists directories.

2021-09-26 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new cf23163 [IO-750] FileUtils.iterateFiles a

[commons-io] branch master updated: Typos.

2021-09-26 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git The following commit(s) were added to refs/heads/master by this push: new f191b33 Typos. f191b33 is described below