From 0ec75faf620b5068668cdba6debcd54602297b70 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 5 Sep 1999 17:58:44 +0000 Subject: [PATCH] Putenv bug is fixed. --- BUGS | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BUGS b/BUGS index e520ddce65..f00238d4db 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