From: Jim Meyering Date: Thu, 10 Oct 1996 04:11:07 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19n~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=969950e526e1704cbe755d32f012131c6d3b569d;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 24725a01dd..e2f6d6613d 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,11 @@ Wed Oct 9 00:26:55 1996 Jim Meyering + * lib/getloadavg.c [__sun]: Define sun. Reported by Kaveh Ghazi. + + * lib/strftime.c (strftime): Accommodate the broken C compiler + that comes with SunOS -- don't initialize aggregates in decls of + automatic variables. Reported by Kaveh Ghazi. + * tests/: Renamed checks/ directory. * Makefile.am (SUBDIRS): Rename checks to tests. * configure.in (AC_OUTPUT): Rename checks to tests.