summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-02 21:20:45 +0000
committerJim Meyering <jim@meyering.net>2004-06-02 21:20:45 +0000
commit977dd1a0eb12eae1e99395f76149c355f9bfbcd9 (patch)
treedaa4a3887877580ff41b859293d33f6b20296f58 /ChangeLog
parent847e06608563af2302a5d21200943fa3261656cf (diff)
downloadcoreutils-977dd1a0eb12eae1e99395f76149c355f9bfbcd9.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4376d4aa6..51ce848a8 100644
--- 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.