From: Bruno Haible Date: Sun, 4 Apr 2010 21:07:50 +0000 (+0200) Subject: strerror: Update documentation. X-Git-Tag: v0.1~4339 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=6fd3d63e394795d7da5189d7759907c2a305c075;p=gnulib.git strerror: Update documentation. --- diff --git a/ChangeLog b/ChangeLog index 2697e4653..195c1facb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-04-04 Bruno Haible + strerror: Update documentation. + * doc/posix-functions/strerror.texi: Remove mention of old platforms. + +2010-04-04 Bruno Haible + stdio: Fix some C++ test errors on Solaris 8 with GCC. * lib/stdio.in.h (vdprintf, vfprintf, vprintf, vsprintf): Use _GL_CXXALIAS_SYS_CAST. diff --git a/doc/posix-functions/strerror.texi b/doc/posix-functions/strerror.texi index d2e5d5c39..b4f267b1a 100644 --- a/doc/posix-functions/strerror.texi +++ b/doc/posix-functions/strerror.texi @@ -9,8 +9,6 @@ Gnulib module: strerror Portability problems fixed by Gnulib: @itemize @item -This function is missing on some old platforms. -@item This function does not support the error values that are specified by POSIX but not defined by the system, on some platforms: OpenBSD 4.0, OSF/1 5.1, Cygwin 1.5.x, mingw.