]> Savannah Git Hosting - gnulib.git/commitdiff
dirent: Update documentation.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Oct 2018 09:04:50 +0000 (11:04 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Oct 2018 09:04:50 +0000 (11:04 +0200)
* doc/posix-headers/dirent.texi: The MSVC issue is fixed by Gnulib.

ChangeLog
doc/posix-headers/dirent.texi

index e3688b6ea0597cc8e4ceb6c6a72b34be2e78f0a2..24bed19b7fddd243c0aee66cc30861d9eed6bbe7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-10-07  Bruno Haible  <bruno@clisp.org>
+
+       dirent: Update documentation.
+       * doc/posix-headers/dirent.texi: The MSVC issue is fixed by Gnulib.
+
 2018-10-05  Bruno Haible  <bruno@clisp.org>
 
        strpbrk: Make it possible to namespace the defined symbol.
index d61ffa6e214b0a12da7ae53537ab5eb8adc9b809..0143c7bac7b71e865e0767f78633930a9f31c02d 100644 (file)
@@ -7,6 +7,10 @@ Gnulib module: dirent
 
 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.
@@ -15,10 +19,6 @@ glibc 2.23 and others.
 
 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