]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 2 Jun 2004 21:20:45 +0000 (21:20 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 2 Jun 2004 21:20:45 +0000 (21:20 +0000)
ChangeLog

index 4376d4aa6e0bf8a7871def4d33c8fa1a897df321..51ce848a8dc524ba2f5a896179a1b58ec4df77ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2004-06-02  Jim Meyering  <jim@meyering.net>
+
+       * 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  <eggert@cs.ucla.edu>
 
        Some POSIX-conformance cleanups for tr.
@@ -19,8 +33,6 @@
 
 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * Version 5.3.0.
-
        Improve the efficiency (and in one case, correctness) of code
        that reads symlinks.