]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 3 Jun 2003 08:46:06 +0000 (08:46 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 3 Jun 2003 08:46:06 +0000 (08:46 +0000)
ChangeLog

index 4cb46ef0d720271070abbc647981357519e9269c..5aae45c6761f4c655534593cf9e9557e74ff78ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
-2003-06-02  Jim Meyering  <jim@meyering.net>
+2003-06-03  Jim Meyering  <jim@meyering.net>
 
        * 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  <jim@meyering.net>
+
        * src/system.h: Always include <string.h>, since we assume C89.
        Include <limits.h> without checking for HAVE_LIMITS_H.