summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-13 17:58:55 +0000
committerJim Meyering <jim@meyering.net>1996-10-13 17:58:55 +0000
commit3d91b693852c32d02cea867f107706d2053e5dc4 (patch)
treeb7867e387849e6b43fe1462c6120a5a5a099e132 /old/textutils
parent41dfaf296ad129c3f2d55e9b54158e49d6d35b6f (diff)
downloadcoreutils-3d91b693852c32d02cea867f107706d2053e5dc4.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 1d55bb63f..bd7441297 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,15 @@
+Sun Oct 13 12:52:42 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * lib/xstrtol.c (__xstrtol): Return an error for invalid suffix.
+ Before, e.g., `split -b 1M' would be silently accepted and treated
+ like `split -b 1'. Reported by Franc,ois.
+
+ * src/split.c (usage): Remove parameter, REASON.
+ (main): Update callers to use combination of error (0, 0, ... and
+ usage (EXIT_FAILURE).
+ (main): When a string operand cannot be converted to a number of
+ bytes or lines, include that string in the diagnostic.
+
Sat Oct 12 00:05:11 1996 Jim Meyering <meyering@na-net.ornl.gov>
* configure.in (AC_REPLACE_FUNCS): Add strpbrk and strtol.