From: Jim Meyering Date: Sat, 3 Jan 1998 11:58:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16j~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e6b379dbff81b028b2391daa16eab1378cb6b52;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index fc9a1a2da3..4caa40ad8f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,13 @@ +1998-01-03 Jim Meyering + + * lib/save-cwd.h: Guard PARAMS-enabling definition with + `defined PROTOTYPES || (defined __STDC__ && __STDC__)' to avoid + problems with Irix4's cc. From Kaveh Ghazi. + * lib/getdate.h: Likewise, but just to be consistent. + + * configure.in: Convert the .o suffix on files in LIBOBJS to $U.o so + those files will be built via the ANSI2KNR-filtering rules if necessary. + 1998-01-02 Jim Meyering * Version 3.16i.