modf-ieee: Work around test failures on *BSD, IRIX, OSF/1, Cygwin.
[gnulib.git] / doc / gnulib-intro.texi
index ab518c8..d962ace 100644 (file)
@@ -144,7 +144,7 @@ unsupported on mingw: @code{mgetgroups}, @code{getugroups}, @code{idcache},
 @code{mkancesdirs}, @code{mkdir-p}, @code{euidaccess}, @code{faccessat}.
 The versions of Windows that are supported are Windows XP and newer.
 @item
-Native Windows, with MSVC as compiler, is not tested and low priority.
+Native Windows, with MSVC as compiler, is rarely tested and low priority.
 @item
 mingw in 64-bit mode is not tested and low priority so far.
 @item
@@ -304,8 +304,8 @@ against the out-of-memory condition.
 Examples are a module for copying a file --- the portability problems
 relate to the copying of the file's modification time, access rights,
 and extended attributes --- or a module for extracting the tail
-component of a file name --- here the portability to Woe32 requires a
-different API than the classical POSIX @code{basename} function.
+component of a file name --- here the portability to native Windows
+requires a different API than the classical POSIX @code{basename} function.
 
 @subsection Reusable application code