summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-03 08:46:06 +0000
committerJim Meyering <jim@meyering.net>2003-06-03 08:46:06 +0000
commitbf1245e2f3855110ec2690ef2a24b5dd8abcd856 (patch)
treeb65f0859ca056da75b4f1eb71d11347a776111fc /ChangeLog
parente53732b471a06467b7e8c7c16860a7f023770b4c (diff)
downloadcoreutils-bf1245e2f3855110ec2690ef2a24b5dd8abcd856.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cb46ef0d..5aae45c67 100644
--- 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.