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 95cb90dab PathUtils.copyFileToDirectory() creates incorrect file names when copying between different file systems that use different file system separators ("/" versus "\") new 30f8dc50a Javadoc new 9121d6505 [IO-639] ReversedLinesFileReader does not read first line if it's empty The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../commons/io/input/ReversedLinesFileReader.java | 24 +++++++------- .../ReversedLinesFileReaderParamBlockSizeTest.java | 6 ++-- .../input/ReversedLinesFileReaderSimpleTest.java | 38 ++++++++++++++++------ .../org/apache/commons/io/empty-first-line.bin | 4 +++ 4 files changed, 48 insertions(+), 24 deletions(-) create mode 100644 src/test/resources/org/apache/commons/io/empty-first-line.bin