From: Jim Meyering Date: Fri, 6 Jun 2003 20:50:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe3dae4bad5805a7b1bbe9ed68d25efca6b177e8;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index e34808e870..808c8bc718 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,12 @@ 2003-06-06 Jim Meyering + Merge from coreutils. + This avoids a core dump on systems without GNU putenv, + when running `env -u SOME_ALREADY_UNSET_VARIABLE'. + * putenv.c (__set_errno, LOCK, UNLOCK): Define. + (unsetenv): New static function, from GNU libc. + (rpl_putenv): Use it. + * modechange.c: Remove trailing blanks. Merge from coreutils.