changeset 12413:ad699b96bf6b

unsetenv: Document last workaround.
author Bruno Haible <bruno@clisp.org>
date Wed, 09 Dec 2009 22:04:36 +0100
parents 1718a15bc893
children 8885cbc8bfe0
files ChangeLog doc/posix-functions/unsetenv.texi
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-09  Bruno Haible  <bruno@clisp.org>
+
+	* doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
+	workaround was added on 2009-11-17.
+
 2009-12-09  Jim Meyering  <meyering@redhat.com>
             Bruno Haible  <bruno@clisp.org>
 
--- a/doc/posix-functions/unsetenv.texi
+++ b/doc/posix-functions/unsetenv.texi
@@ -19,6 +19,10 @@
 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: