From: Jim Meyering Date: Tue, 3 Jun 2003 08:46:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~407 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=bf1245e2f3855110ec2690ef2a24b5dd8abcd856;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4cb46ef0d7..5aae45c676 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ -2003-06-02 Jim Meyering +2003-06-03 Jim Meyering * Version 5.0.1. + Avoid unnecessary copying of environment. + * src/env.c (main): Rather than clearing the environment and -- + unless told to ignore environment -- copying all settings from + the saved, original environment, clear the environment only when + that is requested. Suggested by Jens Elkner. + +2003-06-02 Jim Meyering + * src/system.h: Always include , since we assume C89. Include without checking for HAVE_LIMITS_H.