# HG changeset patch # User Bruno Haible # Date 1538903090 -7200 # Node ID 6475c170e833867b74766bf4b5c889a1b72b2aa0 # Parent ecf9a91cdbcb6d3ca79d74b773e1af860e2288af dirent: Update documentation. * doc/posix-headers/dirent.texi: The MSVC issue is fixed by Gnulib. diff -r ecf9a91cdbcb -r 6475c170e833 ChangeLog --- a/ChangeLog Fri Oct 05 21:54:56 2018 +0200 +++ b/ChangeLog Sun Oct 07 11:04:50 2018 +0200 @@ -1,3 +1,8 @@ +2018-10-07 Bruno Haible + + dirent: Update documentation. + * doc/posix-headers/dirent.texi: The MSVC issue is fixed by Gnulib. + 2018-10-05 Bruno Haible strpbrk: Make it possible to namespace the defined symbol. diff -r ecf9a91cdbcb -r 6475c170e833 doc/posix-headers/dirent.texi --- a/doc/posix-headers/dirent.texi Fri Oct 05 21:54:56 2018 +0200 +++ b/doc/posix-headers/dirent.texi Sun Oct 07 11:04:50 2018 +0200 @@ -8,6 +8,10 @@ Portability problems fixed by Gnulib: @itemize @item +This header file is missing on some platforms: +MSVC 14. + +@item The type @code{ino_t} is missing on some platforms: glibc 2.23 and others. @@ -16,10 +20,6 @@ Portability problems not fixed by Gnulib: @itemize @item -This header file is missing on some platforms: -MSVC 14. - -@item Although many systems define a @code{struct dirent} member named @code{d_type} and directory entry type macros like @code{DT_DIR} and @code{DT_LNK}, some do not: