From: Jim Meyering Date: Sun, 4 May 2003 08:26:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~599 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=986b5eca57e704fb43d7377445985997e71f329a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 53a23d0a07..85fa64bbe5 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2003-05-04 Jim Meyering + + This avoids a core dump on systems without GNU putenv, + when running `env -u SOME_ALREADY_UNSET_VARIABLE'. + * putenv.c (unsetenv): New static function, from libc. + (rpl_putenv): Use it. + 2003-05-02 Jim Meyering * canonicalize.c (canonicalize_file_name) [!HAVE_RESOLVEPATH]: