+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>
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: