projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f05ad08
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Wed, 9 Apr 2003 20:48:54 +0000
(20:48 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 9 Apr 2003 20:48:54 +0000
(20:48 +0000)
ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index b6d57263869e0d97d3eb89fd0e18f5e019a487d6..b7ad9c597ece51eabcae75a9c70e3d9f95a64c4e 100644
(file)
--- 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.