summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-13 22:04:17 +0000
committerJim Meyering <jim@meyering.net>1997-07-13 22:04:17 +0000
commit8acf7844dc06a0eb6b6341345e0d45522cd3df55 (patch)
treec98d3510c535ebe2d6452c05498ba8c19d92d7d2 /old/textutils
parenta3adba60c8d07b6c5132e052b073f9e3fe624582 (diff)
downloadcoreutils-8acf7844dc06a0eb6b6341345e0d45522cd3df55.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 59229fe9b..1cbaad0a5 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -9,6 +9,9 @@
Update callers.
(head_file): Likewise.
(main): Use string_to_ull, not atou/parse_unit.
+ The problem was that overflow wasn't detected, so `head -c 4096m'
+ was treated just like `head -c 0'.
+ Reported by Jerome Abela <abela@hsc.fr>
* tests/wc: New directory.
* tests/head: New directory.