From 977dd1a0eb12eae1e99395f76149c355f9bfbcd9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 2 Jun 2004 21:20:45 +0000 Subject: *** empty log message *** --- ChangeLog | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4376d4aa6..51ce848a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2004-06-02 Jim Meyering + + * Version 5.3.0. + + Fix a bug in how the --output-delimiter=D option works with + abutting byte or character ranges. Reported by David Krider in + http://lists.gnu.org/archive/html/bug-coreutils/2004-05/msg00132.html + * src/cut.c (print_kth): Remove special case for open-ended range. + (set_fields): Record the range start index for an interval even + when it abuts another interval on its low side. + Also record the range start index of the longest right-open-interval. + * tests/cut/Test.pm: Add tests of --output-delimiter=S with + abutting and overlapping byte ranges. + 2004-06-01 Paul Eggert Some POSIX-conformance cleanups for tr. @@ -19,8 +33,6 @@ 2004-05-25 Paul Eggert - * Version 5.3.0. - Improve the efficiency (and in one case, correctness) of code that reads symlinks. -- cgit v1.2.3-54-g00ecf