summaryrefslogtreecommitdiff
path: root/old/textutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-29 07:31:56 +0000
committerJim Meyering <jim@meyering.net>2002-04-29 07:31:56 +0000
commit5ce88fe52521f00b1c14f5ce2caa086015151b95 (patch)
treecedcb463db2e1c5f0858c318d18d9bbb505c4731 /old/textutils/ChangeLog
parent676991e63002085ae302e101129cc48f56148d3e (diff)
downloadcoreutils-5ce88fe52521f00b1c14f5ce2caa086015151b95.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r--old/textutils/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 9c94933d5..f85d023dd 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,13 @@
-2002-04-28 Jim Meyering <meyering@lucent.com>
+2002-04-29 Jim Meyering <meyering@lucent.com>
* Version 2.0.22.
+ * src/tail.c (parse_obsolescent_option): Do not limit the maximum
+ line/byte count (when specified via obsolete option syntax) to be
+ less than ULONG_MAX on systems where OFF_T_MAX is larger.
+
+2002-04-28 Jim Meyering <meyering@lucent.com>
+
Avoid new warnings from gcc.
* src/pr.c [struct COLUMN] <name>: Declare member to be const.
(init_fps): Declare local variable `firstname' to be const.