From: Jim Meyering Date: Wed, 18 Dec 1996 13:53:00 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_14a~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b26beb4996e6c480a249a9beed9b54a93008ff0e;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index c49101038a..9d8b66ab5e 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,4 +1,14 @@ -Tue Dec 17 16:49:02 1996 Jim Meyering +Wed Dec 18 07:47:29 1996 Jim Meyering + + * acinclude.m4 (jm_FUNC_GNU_STRFTIME): Change m4 quote characters + outside the quoted test program. Quote the test program with <<, >>. + Reported by Andreas Schwab. + (AM_FUNC_GETLOADAVG): Likewise. + +Tue Dec 17 18:54:32 1996 Jim Meyering + + * src/Makefile.am (install-exec-local): Properly redirect stdout + and stderr to /dev/null. From Eric Backus. * lib/strftime.c: Update from GNU libc. @@ -339,8 +349,7 @@ Mon Oct 28 17:40:54 1996 Jim Meyering * configure.in: Don't output confusing diagnostic: `checking for shadow password routines'. Suggestion from François Pinard. -Thu Oct 24 13:50:46 1996 Andreas Schwab +Thu Oct 24 13:50:46 1996 Andreas Schwab * src/tee.c (main): Ignore SIGPIPE.