1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-01 15:26:29 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2002-04-29 07:31:56 +00:00
parent 676991e630
commit 5ce88fe525
+7 -1
View File
@@ -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.