]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 4 May 2003 08:26:15 +0000 (08:26 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 May 2003 08:26:15 +0000 (08:26 +0000)
lib/ChangeLog

index 53a23d0a07ebdf4929a02f53cb06818eddd38201..85fa64bbe59647811f9727488ad669fc7d2e9a1a 100644 (file)
@@ -1,3 +1,10 @@
+2003-05-04  Jim Meyering  <jim@meyering.net>
+
+       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  <jim@meyering.net>
 
        * canonicalize.c (canonicalize_file_name) [!HAVE_RESOLVEPATH]: