summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-04-12 00:21:25 +0200
committerJim Meyering <jim@meyering.net>2007-04-12 00:21:25 +0200
commit395fcee97a358fdfe2d6ca3bc2544cb008fd40f6 (patch)
treee967bcf7d0781bf5bc8e82e3864639f71dca79b2 /ChangeLog
parentf839bfad730f49d162213fe313b47319bd74b9d3 (diff)
downloadcoreutils-395fcee97a358fdfe2d6ca3bc2544cb008fd40f6.tar.xz
split --line-bytes=N (-C N): don't create an empty file.
* src/split.c (line_bytes_split): Don't create an empty line afterwards if the last buffer happens to be exactly full. * tests/misc/split-fail: Add a test case for this. * NEWS: mention this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ebf3341e..c1f795a3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-04-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ split --line-bytes=N (-C N): don't create an empty file.
+ * src/split.c (line_bytes_split): Don't create an empty line
+ afterwards if the last buffer happens to be exactly full.
+ * tests/misc/split-fail: Add a test case for this.
+ * NEWS: mention this.
+
2007-04-10 Jim Meyering <jim@meyering.net>
ls: don't form or compute the length of strings that won't be used.