X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fremove.texi;h=83a8955c9ba0e250121e382154b693b2c4b3f113;hb=78d218ff8a7c36feaa55c58abdcec8270654e6f1;hp=39950068be4aa4acc87bedd1689fb00cb42d3b23;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/remove.texi b/doc/posix-functions/remove.texi index 39950068b..83a8955c9 100644 --- a/doc/posix-functions/remove.texi +++ b/doc/posix-functions/remove.texi @@ -4,10 +4,21 @@ POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/remove.html} -Gnulib module: --- +Gnulib module: remove Portability problems fixed by Gnulib: @itemize +@item +This function fails to reject trailing slashes on non-directories on +some platforms: +FreeBSD 7.2, Solaris 9. +@item +This function mistakenly removes a directory with +@code{remove("dir/./")} on some platforms: +Cygwin 1.5.x. +@item +This function does not remove empty directories on some platforms: +mingw. @end itemize Portability problems not fixed by Gnulib: