From: Jim Meyering Date: Tue, 8 Aug 1995 04:59:01 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_12a~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3d74743a86f6f9ddf13b1c186f9bb59b53653cb;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 6962ef14a2..37df818478 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,9 +1,15 @@ Mon Aug 7 23:27:54 1995 Jim Meyering (meyering@comco.com) + * sort.c (mergefps) [lint]: Initialize SAVEALLOC to avoid spurious + compiler warning. From Ulrich Drepper. + + * pr.c (read_line) [lint]: Initialize CHARS to avoid spurious + compiler warning. From Ulrich Drepper. + * Makefile.in (DISTFILES): Don't distribute unneeded COPYING.LIB. From Franc,ois. -Mon Aug 7 00:02:59 1995 +Mon Aug 7 00:02:59 1995 Jim Meyering (meyering@comco.com) * system.h (_): Define macro -- as empty for now. * src/*.c: Annotate localizable strings with _(...). From Franc,ois.