From: Bruno Haible Date: Wed, 9 Dec 2009 21:04:36 +0000 (+0100) Subject: unsetenv: Document last workaround. X-Git-Tag: v0.1~5074 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=bd5a4d9f117a7a4616ac2356fa7e09d3c1aec3d3;p=gnulib.git unsetenv: Document last workaround. --- diff --git a/ChangeLog b/ChangeLog index d5997c719..01b91e489 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-12-09 Bruno Haible + + * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a + workaround was added on 2009-11-17. + 2009-12-09 Jim Meyering Bruno Haible diff --git a/doc/posix-functions/unsetenv.texi b/doc/posix-functions/unsetenv.texi index f3566278d..99a5e6952 100644 --- a/doc/posix-functions/unsetenv.texi +++ b/doc/posix-functions/unsetenv.texi @@ -19,6 +19,10 @@ MacOS X 10.3, FreeBSD 6.0, NetBSD 1.6, OpenBSD 3.8, OSF/1 5.1. On some platforms, this function does not fail with @samp{EINVAL} when passed a null pointer, an empty string, or a string containing @samp{=}: FreeBSD 6.0, NetBSD 1.6, OpenBSD 3.8. +@item +This function removes only the first value association for the given +environment variable, not all of them, on some platforms: +Solaris 10. @end itemize Portability problems not fixed by Gnulib: