summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-09 20:48:54 +0000
committerJim Meyering <jim@meyering.net>2003-04-09 20:48:54 +0000
commit435c2829f84fc27135e0a463fa650157c00c1271 (patch)
treecfb89d144c0b61163c7542bdbc5c0317a66c214e /ChangeLog
parentf05ad08d198a33deb8f7b5c7c1cd12631b17d9d5 (diff)
downloadcoreutils-435c2829f84fc27135e0a463fa650157c00c1271.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6d572638..b7ad9c597 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
* Version 5.0.1.
+2003-04-09 Paul Eggert <eggert@twinsun.com>
+
+ * src/split.c (line_bytes_split): Arg is of type size_t, since
+ that's all that is supported for now.
+ (main): Check for overflow in obsolescent line count option.
+
+2003-04-09 Jim Meyering <jim@meyering.net>
+
* src/split.c (bytes_split): Use size_t temporary (rather than
uintmax_t original) in remaining computations. From Paul Eggert.