From: Ulrich Drepper Date: Sun, 5 Sep 1999 17:58:44 +0000 (+0000) Subject: Putenv bug is fixed. X-Git-Tag: cvs/glibc_2-1-2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ec75faf620b5068668cdba6debcd54602297b70;p=thirdparty%2Fglibc.git Putenv bug is fixed. --- diff --git a/BUGS b/BUGS index e520ddce65a..f00238d4db0 100644 --- a/BUGS +++ b/BUGS @@ -63,10 +63,6 @@ Severity: [ *] to [***] [ *] The strftime() implementation cannot handle multibyte locales really good since the TOLOWER and TOUPPER are not prepared. -[ *] The putenv() function copies it's argument which means that the - string (and possible later changes to it) are not automatically - reflected in the environment. - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ulrich Drepper drepper@cygnus.com